Dear visitors, IOP Wiki is currently the target of a denial of service campaign. We are investigating countermeasures. In the meantime, the Wiki may experience periods of unplanned downtime.

User:ReverseIdeology/common.css: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.gf-table th {
.gf-table th {
width: 90%;
width: 90%;
margin-left: auto;
margin-right: auto;
color: white;
color: white;
vertical-align: top;
vertical-align: top;
Line 13: Line 11:
background-color: transparent;
background-color: transparent;
width: 90%;
width: 90%;
margin-left: auto;
margin-right: auto;
color: white;
color: white;
vertical-align: top;
vertical-align: top;
background: rgba(0, 0, 0, 0.6);
background: rgba(0, 0, 0, 0.6);
}
}

Revision as of 06:18, 28 September 2016

.gf-table th {
	width: 90%;
	color: white;
	vertical-align: top;
	font-size: 110%;
	background-color: #f0b000;
	text-align: center;
}

.gf-table td {
	background-color: transparent;
	width: 90%;
	color: white;
	vertical-align: top;
	background: rgba(0, 0, 0, 0.6);
}