User:Test/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
     font-family: verdana;
     font-family: verdana;
     background-repeat: repeat;
     background-repeat: repeat;
     background: #fff7f7;
     background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/mainwikimainbg.png);
  }
  }


Line 22: Line 22:


  #p-personal a.new:visited, a.new:visited { color:#606; }
  #p-personal a.new:visited, a.new:visited { color:#606; }
#p-logo a { background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/mainwikibanner.png) 35% 50% no-repeat !important; }


  p { margin: 0.9em 0em 1em 0em; }
  p { margin: 0.9em 0em 1em 0em; }
Line 32: Line 34:
  pre { border: 1px dashed #900; overflow: auto; background:#fff7f7; }
  pre { border: 1px dashed #900; overflow: auto; background:#fff7f7; }


  textarea { background: #fff4f4;
  textarea { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/mainwikitabg.png);
   color:#701919;
   color:#701919;
   border:1px solid #cc9494;
   border:1px solid #cc9494;
Line 59: Line 61:
     background-position: center right;
     background-position: center right;
     padding-right: 50px;
     padding-right: 50px;
    border: 1px dotted #cc9494;
    background-color: #fff7f7;
  }
  }


Line 137: Line 141:
     border: 1px solid #ab6f2f;  
     border: 1px solid #ab6f2f;  
     color: Black;
     color: Black;
     background:#fff4f4;
     background:#fff7f7;
  }
  }


Line 335: Line 339:
   border:1px solid #BAA;
   border:1px solid #BAA;
  }
  }
.mainLegend { display:inline; }
table.gallery { background:#fff7f7; }
table.gallery td { background:#fff7f7; }
div.tleft,div.tright {border-color:#fff7f7; }
div.thumb div { background:#fff7f7; }
table.diff, td.diff-otitle, td.diff-ntitle { background:#fff7f7; }
td.diff-context { background:#fff7f7; }
div.noarticletext { background:#fff7f7; }
.smalltoptext { padding-top:1.1em; }

Latest revision as of 22:15, September 19, 2008

 /* edit this file to customize the monobook skin for the entire site */
 
 body {
    font-size: 10px;
    font-family: verdana;
    background-repeat: repeat;
    background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/mainwikimainbg.png);
 }

 #content, #content table {
  color:black;
  background:#fffafa;
 }

 a { color: #00c; }

 a:visited { color: #009; }

 a:active { color: orange; }
 
 #p-personal a.new, a.new { color: #909; }

 #p-personal a.new:visited, a.new:visited { color:#606; }

 #p-logo a { background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/mainwikibanner.png) 35% 50% no-repeat !important; }

 p { margin: 0.9em 0em 1em 0em; }

 h1, h2, h3, h4, h5, h6 {
    color: black;
    margin: 0px;
 }

 pre { border: 1px dashed #900; overflow: auto; background:#fff7f7; }

 textarea { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/mainwikitabg.png);
   color:#701919;
   border:1px solid #cc9494;
 }

 #file img { background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
 }

 #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
    margin-bottom:0.6em;
 }

 #siteNotice {
    padding: 0.3em;
    margin: 10px;
    border-top: 2px solid #dcc;
    border-bottom: 2px solid #dcc;
    background: #fffafa;
    font-size: smaller;
    line-height: 90%;
 }

 #catlinks {
    background-image: url(http://www.mariowiki.com/images/papermariohead.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 50px;
    border: 1px dotted #cc9494;
    background-color: #fff7f7;
 }

 .spoiler {
    width:70%;
    padding: 0.2em;
    margin: 10px;
    border-top: 2px solid #dcc;
    border-bottom: 2px solid #dcc;
 }

 #navbox { 
    /*border:1px solid #2f6fab;*/
    border: 1px solid #aaaaaa;
    background-color:#fff7f7;
    padding: 5px;
    font-size: 95%;
    margin-left: 15px;
    margin-bottom: 15px;
 }

 #bodyContent a.extiw:active { color: #03c; }

 #bodyContent a.external { color: #03c; }

 #p-personal li a:hover {
    background-color: none;
    text-decoration: underline;
 }

 #p-cactions li a { color: #009; }

 #p-cactions .new a { color:#606; }

 #preftoc a:active { color:#009; }

 #content {
    margin-left: 12.5em;
 }

 #p-cactions {
    left: 11.8em;
 }

 .portlet {
    width: 11.9em;
 }

 input.searchButton {
    padding: 0 0.4em !important;
    cursor: pointer;
    background-color: #fff7f7;
    border: 1px solid #ab6f2f; 
    font-weight: normal;
 } 

 #searchGoButton {
    font-weight: normal;
 }

 #searchInput {
    border: 1px solid #ab6f2f;
    background:#fff7f7;
 } 

 input {
  background-color: #fff7f7;
  color:black;
  border: 1px solid #ab6f2f;
 }


 input[type="radio"], input[type="checkbox"] {
    border: none;
 }

 select {
    border: 1px solid #ab6f2f; 
    color: Black;
    background:#fff7f7;
 }

 .IntroPageBox {
    background-color: #ffe;
    background-repeat: no-repeat;
    background-position: bottom right;
 }

 .IntroPageBox div.tright {
    border-color: transparent !important;
 }

 blockquote {
   border-left: 3px solid #c30;
   margin-left: 2em;
   padding-left: 1em;
 }

 .oldh3 {font-size: 132%}

 .spoiler {
   padding: 0.2em;
   margin: 10px;
   border-top: 2px solid #dcc;
   border-bottom: 2px solid #dcc;
 }

 #disambig {
   border-top: 3px double #dcc; 
   border-bottom: 3px double #dcc;
 }

 .references {
   font-size:92%
 }

 .smalltoptext {
   font-size:108%;
   padding-top:5.2em;
   padding-bottom:0.09em;
   padding-right:0em;
   float:right;
   position:absolute;
   right:1.5em;
   top:0em;
   white-space:nowrap;
 }

 .shroom {
   background:url(http://www.mariowiki.com/images/c/c9/Mushroombg.png) repeat;
   padding:0.3em;
   color:black
 }

 .troublecenter {
   background:url(http://www.mariowiki.com/images/2/2c/Troublecenterbg.png) repeat;
   padding:0.2em;
   color:#262626
 }

 .sigbox {
   background: url(http://www.mariowiki.com/images/sigboxbg.png) no-repeat top left;
   min-height: 35px;
   min-width: 295px;
 }

 #content {
     margin: 2.8em 119px 0 12.2em;
     border: 1px solid #BAA;
 }

 #p-personal {
     z-index: 6;
 }

 #f-poweredbyico {
     z-index: 0;
 }

 .right {
     text-align:right;
 }

 .awards {
     background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Untitled-2copy-1.png);
 }

 .proposal {
     background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/peerreviewbg.png);
 }

 .fakenews {
     background:url(http://www.mariowiki.com/images/e/e0/Version2small.png);
 }

 .interview {
     background:url(http://www.mariowiki.com/images/a/ab/Yoshi_Emblem.gif);
 }

 /* Side ad code */

 #column-google {
     width: 120px;
     clear: left;
     position: absolute;
     padding: 35px 0px 6px 6px;
     float: right;
     right: 0px;
     top: 0px;
     z-index: 1;
 }

 #google-ads {
     background-color: #fffafa;
     z-index: 5;
 }

 #google-linkbox {
     background-color: #fffafa;
     padding: 0px 0px 2px 0px;
     z-index: -5;
 }

 #google-referral {
     background-color: #fffafa;
     border: 1px solid #bbaaaa;
     padding: 2px 0px 2px 0px;
     text-align: center;
     z-index: 5;
 }

 #adbrite-ads {
     background-color: #fffafa;
     border: 1px solid #bbaaaa;
     padding: 0px 2px 2px 2px;
     text-align: center;
     z-index: 5;
 }

 /* End ad code */

 /* Main Page */

 .MainPageAffiliatesBox {
   padding: 0px 2px 7px 2px;
   color: #000;
   background: url(http://www.mariowiki.com/images/affiliatesbg.png) repeat-x bottom #5C94FC;
   border: 1px solid #000000;
   width: 100%;
   margin-top: 1px;
   margin-bottom: -5px;
 }

 .affiliates {
    text-align: center;
    font-size: 10px;
 }

 .affiliates a {
    background: none !important;
    padding: 0 !important;
 }

 .affiliates img {
    margin-top: 1px;
    margin-bottom: 2px;
 }

 .MainTopText a {
   color: black;
   text-decoration: none;
 }

 .MainTopText a:hover {
   color: black;
   text-decoration: underline;
 }

 .MainPageProposalBox h3 {
   font-size: 120%;
 }

  /* End Main Page */

 #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;
 }
 #content { 
  -moz-border-radius: 1em;
 }
 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  background:#fffafa;
  border:1px solid #BAA;
 }

 .mainLegend { display:inline; }
 table.gallery { background:#fff7f7; }
 table.gallery td { background:#fff7f7; }
 div.tleft,div.tright {border-color:#fff7f7; }
 div.thumb div { background:#fff7f7; }
 table.diff, td.diff-otitle, td.diff-ntitle { background:#fff7f7; }
 td.diff-context { background:#fff7f7; }
 div.noarticletext { background:#fff7f7; }
 .smalltoptext { padding-top:1.1em; }