User:Xzelion/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Credit to Wayoshi.)
mNo edit summary
Line 96: Line 96:
  #footer { background:#7979E0 }
  #footer { background:#7979E0 }
  #column-google { display: none }
  #column-google { display: none }
body {
    font-size: 10px;
    font-family: verdana;
    background-repeat: repeat;
    background: #f9f9f9 url("http://upload.wikimedia.org/wikipedia/en/1/1a/CIVILWAR-07.jpg")
}

Revision as of 00:49, July 27, 2007

 /* THIS IS A Wayoshi.css EDIT. ALL CREDIT TO User:Wayoshi */ 

 @import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
 @import "/index.php?title=User:Great_Gonzo/monobook.css&action=raw&ctype=text/css";
 
 /* skyblue/purple */
 #content, #content table {color:#8B0000;background:#87CEEB; border:1px solid navy }
 #p-cactions ul li a:hover { background-color:#77BEDB }
 #p-personal ul li a { color:#D22222;background-color:#77BEDB }
 #p-personal ul li a:hover {background-color:#87CEEB }
 body {  background: #191980 ;}
 a { color: #483D8B; text-decoration: none; }
 a:visited { color: #281D6B; }
 a:active { color: #666; }
 #p-personal a.new { color: #f00; }
 #p-personal a.new:visited, a.new:visited { color: #333; }

 .usermessage {
  background: #67AECB;
  border: 1px dashed black;
 }
 #bodyContent a.extiw:active { color: #584D9B; }
 #bodyContent a.external { color: #584D9B; }

 #p-logo a { background: url(http://editthis.info/images/pictures/8/86/OUlogo.PNG) 35% 50% no-repeat !important; }
 #p-logo a:hover { background: url(http://editthis.info/images/pictures/3/33/Astroslogo.PNG) 35% 50% no-repeat !important; }

 pre { border: 1px dashed #111; background:#382D7B;color:#7B0000; overflow: auto; }

 .portlet ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot.png); }
 ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot.png); }
 h1 { font-family:Century Gothic; font-size:28px; color:#00486B; }
 h2,h3,h4,h5,h6 { font-family:Century Gothic; color:#00587B; }
 hr { background-color: black; color: black }

 #catlinks {
  border: 1px dotted black;
  background-color: #77BEDB;
 }
 #siteNotice {
   background: #87CEEB;
   border-color:black;
 }
 #navbox { 
   background: #87CEEB;
 }
 select {
   border: 1px solid black; 
   color:#8B0000
   background:#77CEDB
 }
 input {
  background-color: #77BEDB;
  color:#7B0000;
  border: 1px solid #111;
 }
 input.searchButton, #searchInput {
   background-color: #67AECB;
   border: 1px solid black;
   color:#000096;
 }
 textarea {
   font-family: Boukman Old Style;
   font-size: 14px;
   background:#77BEDB;
   color:#830000;
   border:2px solid #009
 }

 #p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  background-color: #77BEDB;
  color: #030333;
  border:1px solid black
 }
 #content { 
  -moz-border-radius: 1em;
 }
 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  background-color: #77BEDB;
  border:1px solid #111;
 }

 .mainLegend { display:inline; }
 li#pt-userpage { background: none }
 table.gallery { background:#77BEDB }
 table.gallery td { background:#77BEDB }
 div.tleft,div.tright {border-color:#87CEEB }
 div.thumb div { color:#7B0000;background:#77BEDB }
 table.diff, td.diff-otitle, td.diff-ntitle { background:#87CEEB }
 td.diff-context { background:#77BEDB }
 div.noarticletext { color:#7B0000;background:#77BEDB }
 #footer { background:#7979E0 }
 #column-google { display: none }

 body {
    font-size: 10px;
    font-family: verdana;
    background-repeat: repeat;
    background: #f9f9f9 url("http://upload.wikimedia.org/wikipedia/en/1/1a/CIVILWAR-07.jpg")
 }