helialprofile.png
Welcome to IOPWiki, Commander.
We are lacking editors focused on Girls' Frontline and Girls' Frontline 2. You can contribute without an account. Learn how to contribute and join our Discord server.

Difference between revisions of "User:ReverseIdeology/common.css"

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
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);
}