MediaWiki:Common.css (Meta, no ontology)

From Compile Worlds

(Difference between revisions)
m
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
-
.rowcat {
+
.rowcat {background-color: #ccccff; border-width: 0px; text-align: center;}
-
  background-color: #ccccff;
+
.colcat {background-color: #C7CED7; text-align: center;}
-
  border-width: 0px;
+
.cellcat {background-color: #D3D8DF; text-align: center;}
-
  text-align: center;
+
.infobox td {padding: 3px;}
-
}
+
div.infobox {border: 1px solid #CCC; background-color: #EEE; padding: 5px; margin: 5px;}
-
 
+
table.infobox {border: 1px solid #ABB9CD;}
-
.colcat {
+
table.infobox th, table.infobox td {border-width: 1px 0 1px 0;}
-
  background-color: #C7CED7;
+
-
  text-align: center;
+
-
}
+
-
.cellcat {
+
-
  background-color: #D3D8DF;
+
-
  text-align: center;
+
-
}
+
-
.infobox td {
+
-
  padding: 3px;
+
-
}
+
-
div.infobox {
+
-
  border: 1px solid #CCC;
+
-
  background-color: #EEE;
+
-
  padding: 5px; margin: 5px;
+
-
}
+
-
 
+
-
table.infobox {
+
-
  border: 1px solid #ABB9CD;
+
-
}
+
-
table.infobox th, table.infobox td {
+
-
  border-width: 1px 0 1px 0;
+
-
}
+
-
 
+
-
body, td, th, input {font-family: Segoe UI, Verdana, Tahoma, DejaVu Sans, sans-serif;}
+
-
 
+
-
#mainpage {vertical-align: top; white-space: nowrap; margin-right: -5px;}
+
-
#mainpage div {vertical-align: top; display: inline-block;}
+
-
#mainpage div div {display: block; margin: 0 5px 5px 0; white-space: normal;}
+
-
#mainpage div div div {margin: 0; vertical-align: bottom;}
+

Revision as of 17:25, 20 August 2011

/* CSS placed here will be applied to all skins */

.rowcat {background-color: #ccccff; border-width: 0px; text-align: center;}
.colcat {background-color: #C7CED7; text-align: center;}
.cellcat {background-color: #D3D8DF; text-align: center;}
.infobox td {padding: 3px;}
div.infobox {border: 1px solid #CCC; background-color: #EEE; padding: 5px; margin: 5px;}
table.infobox {border: 1px solid #ABB9CD;}
table.infobox th, table.infobox td {border-width: 1px 0 1px 0;}