helialprofile.png
Welcome to IOPWiki, Commander. You can contribute to this wiki 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:
/*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);
}