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
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media (min-width: 1200px) {
/*.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 (min-width: 800px) {
.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 (max-width: 799px) {
.variable-columns {
-ms-column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}

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;
}*/