MediaWiki:Common.css (Meta, no ontology)

From Compile Worlds

(Difference between revisions)
m
m (add tagbox-v)
 
(8 intermediate revisions not shown)
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;}
 +
table.infobox th, table.infobox td {border-width: 1px 0 1px 0;}
-
.colcat {
+
.imagebox {background-color: white;}
-
  background-color: #C7CED7;
+
.imagebox > div {border: 1px solid #CCC; background-color: #EEE; padding: 5px; margin: 5px;}
-
  text-align: center;
+
.imagebox > div > div {padding-bottom: 3px;}
-
}
+
.imagebox > div > span {font-size: 11px;}
-
.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 {
+
@font-face {font-family: "hearteye"; src: url("/images/hearteye.svg") format("svg");}
-
  border: 1px solid #ABB9CD;
+
.hearteye {font-family: "hearteye";}
-
}
+
-
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;}
+
.tagbox1 {width: 80%; margin: 0 auto -1px auto; border: 1px solid #AAA; border-left: 10px solid black; background: #f8f8f8; padding: 1px 7px 1px 7px;}
 +
.tagbox2 {float: left; width: 32px; height: 32px; overflow: hidden; padding: 9px;}
 +
.tagbox3 {margin-left: 50px; padding: 0 9px;}
-
#mainpage {vertical-align: top; white-space: nowrap; margin-right: -5px;}
+
.tagbox1s {border: 1px solid #AAA; border-left: 5px solid black; background: #f8f8f8; padding: 1px 7px 1px 7px;}
-
#mainpage div {vertical-align: top; display: inline-block;}
+
.tagbox2s {float: left; width: 16px; height: 16px; overflow: hidden; padding: 4px;}
-
#mainpage div div {display: block; margin: 0 5px 5px 0; white-space: normal;}
+
.tagbox3s {margin-left: 24px; padding: 0 9px; position: relative; top: 3px;}
-
#mainpage div div div {margin: 0; vertical-align: bottom;}
+
 
 +
.tagbox1v {border: 1px solid #AAA; border-top: 5px solid black; background: #f8f8f8; padding: 1px 7px 1px 7px;}
 +
 
 +
.tagsince {text-align: right; font-size: 80%; color: gray; line-height: 1.2em; margin-top: -0.6em;}

Latest revision as of 21:52, 29 December 2013

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

.imagebox {background-color: white;}
.imagebox > div {border: 1px solid #CCC; background-color: #EEE; padding: 5px; margin: 5px;}
.imagebox > div > div {padding-bottom: 3px;}
.imagebox > div > span {font-size: 11px;}

@font-face {font-family: "hearteye"; src: url("/images/hearteye.svg") format("svg");}
.hearteye {font-family: "hearteye";}

.tagbox1 {width: 80%; margin: 0 auto -1px auto; border: 1px solid #AAA; border-left: 10px solid black; background: #f8f8f8; padding: 1px 7px 1px 7px;}
.tagbox2 {float: left; width: 32px; height: 32px; overflow: hidden; padding: 9px;}
.tagbox3 {margin-left: 50px; padding: 0 9px;}

.tagbox1s {border: 1px solid #AAA; border-left: 5px solid black; background: #f8f8f8; padding: 1px 7px 1px 7px;}
.tagbox2s {float: left; width: 16px; height: 16px; overflow: hidden; padding: 4px;}
.tagbox3s {margin-left: 24px; padding: 0 9px; position: relative; top: 3px;}

.tagbox1v {border: 1px solid #AAA; border-top: 5px solid black; background: #f8f8f8; padding: 1px 7px 1px 7px;}

.tagsince {text-align: right; font-size: 80%; color: gray; line-height: 1.2em; margin-top: -0.6em;}