MediaWiki:Monobook.css

From MFIWiki
(Difference between revisions)
Jump to: navigation, search
Line 2: Line 2:
  
 
/*<pre><nowiki>*/
 
/*<pre><nowiki>*/
 +
 +
#content {
 +
  background: Black;
 +
}
 +
 +
body {
 +
  background: #000000 url("http://images.maquis.com/core/background/redblack.jpg") 0px 0px;
 +
  color: Yellow;
 +
}
 +
 +
table {
 +
  background: none;
 +
}
 +
 
a {
 
a {
 
   color: #99FFFF;
 
   color: #99FFFF;
 
}
 
}
 +
 
a:visited { color: #00CCFF; }
 
a:visited { color: #00CCFF; }
 
a:active { color: #CCFFFF; }
 
a:active { color: #CCFFFF; }
  
code { background-color: #000000; }
+
hr {
 +
  background-color: none;
 +
}
 +
 
 +
h1, h2, h3, h4, h5, h6 {
 +
  color: Yellow;
 +
}
 +
 
 +
legend {
 +
  background: none;
 +
}
 +
 
 +
textarea {
 +
  color: Yellow;
 +
  background-color: Black;
 +
}
 +
 
 +
@media All {
 +
  head:first-child+body input {
 +
    color: Yellow;
 +
    background-color: black;
 +
  }
 +
}
 +
 
 +
code {  
 +
  background-color: #000000;  
 +
}
 +
 
 
pre {
 
pre {
 
   color: Yellow;
 
   color: Yellow;
 
   background-color: #000000;
 
   background-color: #000000;
 +
}
 +
 +
#toc {
 +
  background-color:#000000;
 +
}
 +
 +
div.townBox {
 +
  background:black;
 +
}
 +
 +
table.diff {
 +
  background:#000000;
 +
}
 +
 +
td.diff-otitle {
 +
  background:#000000;
 +
}
 +
 +
td.diff-ntitle {
 +
  background:#000000;
 +
}
 +
 +
#bodyContent .plainlinks a {
 +
  background: none !important;
 +
  padding: 0;
 +
}
 +
 +
.portlet h6 {
 +
  background: #000000;
 +
}
 +
 +
.pBody {
 +
  background: black;
 +
}
 +
 +
#p-logo {
 +
  height: 160px;
 +
}
 +
 +
input.searchButton {
 +
  background-color: black;
 +
}
 +
 +
#p-personal li a:hover {
 +
  background-color: black;
 +
}
 +
 +
#p-cactions li {
 +
    background: black;
 +
}
 +
 +
#p-cactions li a {
 +
    background-color: black;
 +
    color: none;
 +
}
 +
 +
#footer {
 +
    background-color: black;
 
}
 
}
  
 
/*</nowiki></pre>*/
 
/*</nowiki></pre>*/

Revision as of 06:54, 22 October 2005

/* edit this file to customize the monobook skin for the entire site */

/*<pre><nowiki>*/

#content {
  background: Black;
}

body {
  background: #000000 url("http://images.maquis.com/core/background/redblack.jpg") 0px 0px;
  color: Yellow;
}

table {
  background: none;
}

a {
  color: #99FFFF;
}

a:visited { color: #00CCFF; }
a:active { color: #CCFFFF; }

hr {
  background-color: none;
}

h1, h2, h3, h4, h5, h6 {
  color: Yellow;
}

legend {
  background: none;
}

textarea {
  color: Yellow;
  background-color: Black;
}

@media All {
  head:first-child+body input {
    color: Yellow;
    background-color: black;
  }
}

code { 
  background-color: #000000; 
}

pre {
  color: Yellow;
  background-color: #000000;
}

#toc {
  background-color:#000000;
}

div.townBox {
  background:black;
}

table.diff { 
  background:#000000; 
}

td.diff-otitle { 
  background:#000000; 
}

td.diff-ntitle { 
  background:#000000; 
}

#bodyContent .plainlinks a {
  background: none !important;
  padding: 0;
}

.portlet h6 {
  background: #000000;
}

.pBody {
  background: black;
}

#p-logo {
  height: 160px;
}

input.searchButton {
  background-color: black;
}

#p-personal li a:hover {
  background-color: black;
}

#p-cactions li {
    background: black;
}

#p-cactions li a {
    background-color: black;
    color: none;
}

#footer {
    background-color: black;
}

/*</nowiki></pre>*/
Personal tools