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
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media only screen and (min-width: 1366px) {
+
/*.gf-table th {
.variable-columns {
+
color: white;
-ms-column-count: 3;
+
font-size: 110%;
-moz-column-count: 3;
+
background-color: #f0b000;
-webkit-column-count: 3;
+
text-align: center;
column-count: 3;
+
vertical-align: top;
}
+
padding: 5px;
 
}
 
}
  
@media only screen and (min-width: 800p) and (max-width: 1365px) {
+
.gf-table td {
.variable-columns {
+
background-color: transparent;
-ms-column-count: 2;
+
color: white;
-moz-column-count: 2;
+
background: rgba(0, 0, 0, 0.6);
-webkit-column-count: 2;
+
vertical-align: top;
column-count: 2;
+
padding: 5px;
}
+
}*/
}
 
 
 
@media only screen and (max-width: 799px) {
 
.variable-columns {
 
-ms-column-count: 1;
 
-moz-column-count: 1;
 
-webkit-column-count: 1;
 
column-count: 1;
 
}
 
}
 

Latest revision as of 06:33, 28 September 2016

/*.gf-table th {
	color: white;
	font-size: 110%;
	background-color: #f0b000;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}

.gf-table td {
	background-color: transparent;
	color: white;
	background: rgba(0, 0, 0, 0.6);
	vertical-align: top;
	padding: 5px;
}*/