Difference between revisions of "MediaWiki:Monobook.css"

From GreenVulcano Wiki
Jump to: navigation, search
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
 +
 +
.portlet ul {
 +
  list-style-image: url("skins/monobook/bullet.png");
 +
}
 +
 +
ul {
 +
  list-style-image: url("skins/monobook/bullet.png");
 +
}
 +
 +
body {
 +
  font-size: 10px;
 +
}
 +
 +
body a, a:visited {
 +
  color: #360;
 +
  border-bottom: 1px dotted #360;
 +
}
 +
 +
#bodyContent a.external, a:visited {
 +
  color: #360;
 +
}
 +
 +
#bodyContent a:hover {
 +
  text-decoration: none;
 +
}
 +
 +
.portlet a, a:visited {
 +
  border-bottom: none;
 +
}
 +
  
 
div.pBody {
 
div.pBody {
Line 12: Line 42:
 
   display: block;
 
   display: block;
 
   padding-bottom: 0.5em;
 
   padding-bottom: 0.5em;
   margin-left: .5em;
+
   margin-left: 3px;
   margin-right: 2em;
+
   width: 100%;
 
}
 
}
  
Line 75: Line 105:
 
div#content .mainbox {
 
div#content .mainbox {
 
   border: 1px solid #693;
 
   border: 1px solid #693;
   padding: 0.5em;
+
   margin: 1.5em;
   margin: 1em;
+
   font-size: 90%;
 
}
 
}
  
 
div#content .mainbox h2 {
 
div#content .mainbox h2 {
   color: #693;
+
   background-color: #dfa;
  font-weight: bold;
 
 
   padding: 0.25em;
 
   padding: 0.25em;
 
   margin: 0em;
 
   margin: 0em;
 
   border-bottom: 1px dotted #693;
 
   border-bottom: 1px dotted #693;
 +
}
 +
 +
div#content .mainbox_content {
 +
  padding-left: 2em;
 +
  padding-right: 2em;
 +
  padding-bottom: 1em;
 
}
 
}

Latest revision as of 20:06, 16 February 2012

/* CSS placed here will affect users of the Monobook skin */

.portlet ul {
  list-style-image: url("skins/monobook/bullet.png");
}

ul {
  list-style-image: url("skins/monobook/bullet.png");
}

body {
  font-size: 10px;
}

body a, a:visited {
  color: #360;
  border-bottom: 1px dotted #360;
}

#bodyContent a.external, a:visited {
  color: #360;
}

#bodyContent a:hover {
  text-decoration: none;
}

.portlet a, a:visited {
  border-bottom: none;
}


div.pBody {
  border-bottom: 1px solid #693;
  margin-left: .25em;
}

div.portlet h5 {
  background-color: #693;
  border:none;
  color: white;
  display: block;
  padding-bottom: 0.5em;
  margin-left: 3px;
  width: 100%;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
  border-bottom: 1px solid #693;
  color: #333;
}

div#content code {
  background-color: #efb;
  padding-left: .5em;
  padding-right: .5em;
}

div#content pre {
  border: 1px dashed #693;
}

div#content table.gvtable {
  margin: 1em 1em 1em 0;
  border: 2px #999 solid;
  border-collapse: collapse;
  color: black;
}
.gvtable th, .gvtable td {
  border: 2px #999 solid;
  padding: 0.2em;
  vertical-align: top;
}
.gvtable th {
  background: #693;
  color: white;
  text-align: center;
}
.gvtable td {
  font-size: 90%;
  background: white;
}
.gvtable caption {
  font-weight: bold;
}

.gvprodname {
  color: #693;
  font-weight: bold;
}

div#content table.note {
  margin: 1em 16em 1em 4em;
  padding: 0.5em;
  border: none;
  border-collapse: collapse;
  color: black;
  background-color: #ffff99;
}
.note th, .note td {
  padding: 1em;
  vertical-align: top;
}

div#content .mainbox {
  border: 1px solid #693;
  margin: 1.5em;
  font-size: 90%;
}

div#content .mainbox h2 {
  background-color: #dfa;
  padding: 0.25em;
  margin: 0em;
  border-bottom: 1px dotted #693;
}

div#content .mainbox_content {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1em;
}