User:Knife/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(credit to wayoshi, recyling his old monobook)
(thanks for the skin wayoshi)
 
Line 1: Line 1:
  /* Wayoshi's custom .css (Cascading Style Sheet). That is, skin - changing how the wiki looks to me
  /* Wayoshi's custom .css (Cascading Style Sheet)
  You may use any (past) version of this page or sections of it as your own as long as you credit me at the top,
  You may use any past version of this page or sections of it as your own as long as you credit me at the top,
  using a comment like I am here.  
  using a comment like I am here. See User talk:Wayoshi/monobook.css for a list of features. */  
 
WINTER THEME - ICE BLUE + MIDNIGHT BLUE w/ steel blue links! Game focus: Paper Mario 2 */  


  @import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
  @import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
@import "/index.php?title=User:Wayoshi/monobook.css&action=raw&ctype=text/css";
   
   
  /* all blue */
  /* purple */
  #content, #content table {
  #content, #content table
  color:#292980;
  #p-cactions ul li a { background: #fcfffc; }
  /* background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Contentbg.png); */
 
  background:#ECF9FE;
  body { font-family:Arial; font-size:10px;}
}
  a { color: #080; text-decoration: none; }
#content { border:1px solid #090960; }
  a:visited { color: #050; }
  #p-cactions ul li a:hover { background-color:#DCE9EE; }
  a:active { color: #111; }
#p-personal ul li a {color:#191970;background-color:#DCE9EE;font-size:105%; }
  #p-personal a.new { color: #b00; }
#p-personal ul li a:hover { background-color:#ECF9FE; }
  #p-personal a.new:visited { color:#800; }
  body { font-family:Arial; font-size:10px;
  background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Wordbg-1.png);
}
  a { color: #4682B4; text-decoration: none; }
  a:visited { color: #266294; }
  a:active { color: #333; }
  #p-personal a.new, a.new { color: #400 }
  #p-personal a.new:visited, a.new:visited { color: #700; }


.usermessage {
.usermessage {
   background: #CCD9DE;
   background: #0D0;
   border: 1px dashed #393990;
   border: 1px dashed #060;
  color: #090960;
  }
  }
  #bodyContent a.extiw:active { color: #00004F; }
  #bodyContent a.extiw:active { color: #202; }
  #bodyContent a.external { color: #00004F; }
  #bodyContent a.external { color: #a0a; }


  #p-logo a { background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Winterbanner.png) 35% 50% no-repeat !important; }
  #p-logo a { background: url(http://www.mariowiki.com/images/1/1a/Wayoshilogo.jpg) 35% 50% no-repeat !important; }
#p-logo { border: 1px dashed #000000; }


  pre { border: 1px dashed #191970; background:#DCE9EE;color:#090960; overflow: auto; }
  pre { border: 1px dashed #808; }
 
.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:Jokerman; font-size:28px;color:#090960;border-bottom-color:#6969C0; }
h2,h3,h4,h5,h6 { color:#191970; border-bottom-color:#6969C0; }
hr { background-color: black; color: black }


  #catlinks {
  #catlinks {
   border: 1px dotted #6969C0;
   border: 1px dashed #afa;
  background-color: #DCE9EE;
  }
  }
//never know when this will return
  #siteNotice {
  #siteNotice {
   background: #ECF9FE;
   background: #fcfffc;
  border-color:black;
  }
  }
  #navbox {  
  #navbox {  
   background: #DCE9EE;
   background: #fdfffd;
  }
  }
  select {
  select {
   border: 1px solid #6969C0;
   border: 1px solid #2f6f2f;  
  color:#4949A0;
  background:#DCE9EE;
  }
  }
  input {
  input {
   background-color: #D9E6EB;
   background-color: #fdfffd;
  color:#393990;
  border: 1px solid #6969C0;
  }
  }
  input.searchButton {
  input.searchButton {
   background-color: #D3E0E5;
   background-color: #fbfffb;
   border: 1px solid #4949A0;
   border: 1px solid #056;
  color:#191970;
  }
  }
  #searchInput {
  #searchInput {
   border: 1px solid #393990;
   border: 1px solid #2f6f2f;
   background-color: #CFDBE1;
   background-color: #fcfffc;
  color:#191970;
  }
  }
  textarea {
  textarea {
   font-family: Boukman Old Style;
   font-family: Boukman Old Style;
   font-size: 14px;
   font-size: 14px;
  background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Wintertabg.png);
  color:#191970;
  border:2px solid #090960;
  }
  }


  #p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a {   
  /* in addition to color changes, makes a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {   
   -moz-border-radius-topleft: 1em;
   -moz-border-radius-topleft: 1em;
   -moz-border-radius-topright: 1em;
   -moz-border-radius-topright: 1em;
   background-color: #ECF9FE;
   background-color: #fcfffc;
   color: #292980;
   color: #008847;
  border: 1px solid #191970
  }
  }
  #content {  
  #content {  
   -moz-border-radius: 1em;
   -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
  }
  }
  div.pBody {
  div.pBody {
   -moz-border-radius-topright: 1em;
   -moz-border-radius-topright: 1em;
   -moz-border-radius-bottomright: 1em;
   -moz-border-radius-bottomright: 1em;
   background-color: #ECF9FE;
   background-color: #fcfffc;
  border:1px solid #191970;
  }
  }
.mainLegend { display:inline; }
#siteSub { display:inline; color:#191970; font-size:92%; font-weight:normal; font-variant:small-caps; }
li#pt-userpage { background: none; }
table.gallery { background:#E0ECF2; }
table.gallery td { background:#E0ECF2; }
div.tleft,div.tright {border-color:#ECF9FE; }
div.thumb div { color:#420;background:#80C0FC }
table.diff, td.diff-otitle, td.diff-ntitle { background:#ECF9FE; }
td.diff-context { background:#DCE9EE; }
div.noarticletext { color:#191970;background:#DCE9EE; }
.troublecenter { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/troublecenterbg.jpg); }
.smalltoptext { padding-top:1.1em; }
#footer { display:none; }

Latest revision as of 19:02, December 30, 2012

 /* Wayoshi's custom .css (Cascading Style Sheet)
 You may use any past version of this page or sections of it as your own as long as you credit me at the top,
 using a comment like I am here. See User talk:Wayoshi/monobook.css for a list of features. */ 

 @import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
 
 /* purple */
 #content, #content table
 #p-cactions ul li a { background: #fcfffc; }

 body { font-family:Arial; font-size:10px;}
 a { color: #080; text-decoration: none; }
 a:visited { color: #050; }
 a:active { color: #111; }
 #p-personal a.new { color: #b00; }
 #p-personal a.new:visited { color:#800; }

.usermessage {
  background: #0D0;
  border: 1px dashed #060;
 }
 #bodyContent a.extiw:active { color: #202; }
 #bodyContent a.external { color: #a0a; }

 #p-logo a { background: url(http://www.mariowiki.com/images/1/1a/Wayoshilogo.jpg) 35% 50% no-repeat !important; }
 #p-logo { border: 1px dashed #000000; }

 pre { border: 1px dashed #808; }

 #catlinks {
  border: 1px dashed #afa;
 }
 #siteNotice {
   background: #fcfffc;
 }
 #navbox { 
   background: #fdfffd;
 }
 select {
   border: 1px solid #2f6f2f; 
 }
 input {
  background-color: #fdfffd;
 }
 input.searchButton {
   background-color: #fbfffb;
   border: 1px solid #056;
 }
 #searchInput {
   border: 1px solid #2f6f2f;
   background-color: #fcfffc;
 }
 textarea {
   font-family: Boukman Old Style;
   font-size: 14px;
 }

 /* in addition to color changes, makes a few corners round, only supported by moz/firefox/other gecko browsers for now */
 #p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  background-color: #fcfffc;
  color: #008847;
 }
 #content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
 }
 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  background-color: #fcfffc;
 }