Template:Tech/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< Template:Tech
Revision as of 05:38, 30 April 2021 by Vish (talk | contribs)
Jump to navigation Jump to search
.techBox {
	border: 1px solid #aaa;
	border-style:ridge;
}

.techTitle {
	text-align:center;
	padding:5px;
}

.techName {
	font-size:15.5px;
	font-weight:bold; 
	letter-spacing:2px;
}

.techJPN {
	font-size:small;
	padding-left:10px;
}

.techBox .fadeinimg {
	float: right;
}

.techRow {
	border-bottom: 1px solid #aaa;
	text-align:center;
	font-size:85%;
}

.techImage {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	border: 1px solid #aaa;
	border-style:ridge;
}

.techColumn2 {
	display:table-cell;
	padding:1%;
	width:100%;
}

.techDescription {
	padding:5px;
}