User:Dry dry king/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Created page with '→‎edit this file to customize the monobook skin for the entire site: body { font-size: 12px; font-family: Times New Roman; background-repeat: repeat; backgr…')
 
m (skin color)
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/*edit this file to customize the monobook skin for the entire site */
   
   
  body {
  body {
Line 5: Line 5:
     font-family: Times New Roman;
     font-family: Times New Roman;
     background-repeat: repeat;
     background-repeat: repeat;
     background: div class="shroomsummer"
     background: tan;
  }
  }


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


  a { color: blue; }
  a { color: red; }


  a:visited { color: darkblue; }
  a:visited { color: darkred; }


  a:active { color: lightblue; }
#p-logo a { background: url(http://www.mariowiki.com/images/1/1f/SuperMarioWikiLogo2.png) 35% 50%
no-repeat !important; }
 
  a:active { color: salmon; }
   
   
  #p-personal a.new, a.new { color: #909; }
  #p-personal a.new, a.new { color: gray; }
#p-personal ul li a {color:brown;font-family:Impact; }
#p-personal a.new:visited, a.new:visited { color:darkgray; }


#p-personal a.new:visited, a.new:visited { color:#606; }
  #p-logo a { background: url(http://www.mariowiki.com/images/1/1f/SuperMarioWikiLogo2.png) 35% 50% no-repeat !important; }
 
  #p-logo a { background: url(http://www.mariowiki.com/images/9/90/SuperMarioWikiLogo.png) 35% 50% no-repeat !important; }


  p { margin: 0.9em 0em 1em 0em; }
  p { margin: 0.9em 0em 1em 0em; }
Line 32: Line 37:
  }
  }


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


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


Line 61: Line 67:
     background-position: center right;
     background-position: center right;
     padding-right: 50px;
     padding-right: 50px;
     border: 1px dotted #cc9494;
     border: 1px dotted brown;
     background-color: #fff7f7;
     background: gold;
  }
  }


Line 72: Line 78:
     border-bottom: 2px solid #dcc;
     border-bottom: 2px solid #dcc;
  }
  }
#p-cactions ul li a.new { color: red; }
#p-cactions ul li a { background: brown; color:gold; }
#p-cactions ul li.selected a { background: orange; color:brown; }
#p-cactions li.selected { border-color: red; }


  #navbox {  
  #navbox {  
     /*border:1px solid #2f6fab;*/
     border: 3px solid brown;
    border: 1px solid #aaaaaa;
     background:gold;
     background-color:#fff7f7;
     padding: 5px;
     padding: 5px;
     font-size: 95%;
     font-size: 95%;
Line 88: Line 97:


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


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


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


  #preftoc a:active { color:#009; }
  #preftoc a:active { color:#009; }
Line 123: Line 132:


  #searchInput {
  #searchInput {
     border: 1px solid #ab6f2f;
     border: 2px solid brown;
     background:#fff7f7;
     background:#fff7f7;
  }  
  }  
Line 129: Line 138:
  input {
  input {
   background-color: #fff7f7;
   background-color: #fff7f7;
   color:green;
   color:orange;
   border: 1px solid brown;
   border: 2px solid brown;
  }
  }


Line 155: Line 164:


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

Revision as of 16:12, August 1, 2010

/*edit this file to customize the monobook skin for the entire site */
 
 body {
    font-size: 12px;
    font-family: Times New Roman;
    background-repeat: repeat;
    background: tan;
 }

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

 a { color: red; }

 a:visited { color: darkred; }

 #p-logo a { background: url(http://www.mariowiki.com/images/1/1f/SuperMarioWikiLogo2.png) 35% 50%
 no-repeat !important; }

 a:active { color: salmon; }
 
 #p-personal a.new, a.new { color: gray; }
 
 #p-personal ul li a {color:brown;font-family:Impact; }
 
 #p-personal a.new:visited, a.new:visited { color:darkgray; }

 #p-logo a { background: url(http://www.mariowiki.com/images/1/1f/SuperMarioWikiLogo2.png) 35% 50% no-repeat !important; }

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

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

 pre { border: 1px dashed black; overflow: auto; background:tan; }

 textarea {
   color:black;
   border:4px solid orange;
   background:gold;
 }

 #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 brown;
    background: gold;
 }

 .spoiler {
    width:70%;
    padding: 0.2em;
    margin: 10px;
    border-top: 2px solid #dcc;
    border-bottom: 2px solid #dcc;
 }
#p-cactions ul li a.new { color: red; }
#p-cactions ul li a { background: brown; color:gold; }
#p-cactions ul li.selected a { background: orange; color:brown; }
#p-cactions li.selected { border-color: red; }

 #navbox { 
    border: 3px solid brown;
    background:gold;
    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: brown;
    text-decoration: underline;
 }

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

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

 #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: 2px solid brown;
    background:#fff7f7;
 } 

 input {
  background-color: #fff7f7;
  color:orange;
  border: 2px solid brown;
 }


 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 red;
   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:darkgreen
 }

 .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: 12px solid orange;
 }

 #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: 6px 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: 6px 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: line-through;
 }

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

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

  /* 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; }
Retrieved from "http://mariowiki.com/User:Test/monobook.css"