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:
/*select option:checked,
.wikitable th {
select option:hover {
width: 90%;
    box-shadow: 0 0 10px 100px #ba8900 inset;
margin-left: auto;
margin-right: auto;
color: white;
vertical-align: top;
font-size: 110%;
background-color: #f0b000;
text-align: center;
}
}


select:focus > option:checked {  
.wikitable td {
    background: #ba8900 !important;
background-color: transparent;
}*/
width: 90%;
/*::-ms-selection {
margin-left: auto;
background:#000;
margin-right: auto;
color:#fff;
color: white;
vertical-align: top;
background: rgba(0, 0, 0, 0.6);
}
}
::-webkit-selection {
background:#000;
color:#fff;
}
::-moz-selection {
background: #000;
color:#fff;
}
::selection {
background:#000;
color:#fff;
}*/

Revision as of 06:16, 28 September 2016

.wikitable th {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: white;
	vertical-align: top;
	font-size: 110%;
	background-color: #f0b000;
	text-align: center;
}

.wikitable td {
	background-color: transparent;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: white;
	vertical-align: top;
	background: rgba(0, 0, 0, 0.6);
}