User:Wayoshi/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
(I'm going back to green, I happen to like it better than purple (and I did not base my decision off of your comments, Steve). Logo is the same though)
Line 8: Line 8:
  /* purple */
  /* purple */
  #content, #content table
  #content, #content table
  #p-cactions ul li a { background: #fffcff; }
  #p-cactions ul li a { background: #fcfffc; }


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


.usermessage {
.usermessage {
   background: #D0D;
   background: #0D0;
   border: 1px dashed #606;
   border: 1px dashed #060;
  }
  }
  #bodyContent a.extiw:active { color: #202; }
  #bodyContent a.extiw:active { color: #202; }
Line 25: Line 25:


  #p-logo a { background: url(http://www.mariowiki.com/images/1/1a/Wayoshilogo.jpg) 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 solid #000000; }
  #p-logo { border: 1px dashed #000000; }


  pre { border: 1px dashed #808; }
  pre { border: 1px dashed #808; }


#catlinks {
  border: 1px dashed #afa;
}
  #siteNotice {
  #siteNotice {
   background: #fffcff;
   background: #fcfffc;
  }
  }
  #navbox {  
  #navbox {  
   background: #fffdff;
   background: #fdfffd;
  }
  }
  select {
  select {
   border: 1px solid #6f2f6f;  
   border: 1px solid #2f6f2f;  
  }
  }
  input {
  input {
   background-color: #fffeff;
   background-color: #fdfffd;
  }
  }
  input.searchButton {
  input.searchButton {
   background-color: #fffaff;
   background-color: #fbfffb;
   border: 1px solid #506;
   border: 1px solid #056;
  }
  }
  #searchInput {
  #searchInput {
   border: 1px solid #6f2f6f;
   border: 1px solid #2f6f2f;
   background-color: #fffeff;
   background-color: #fcfffc;
  }
  }
  textarea {
  textarea {
Line 58: Line 61:
   -moz-border-radius-topleft: 1em;
   -moz-border-radius-topleft: 1em;
   -moz-border-radius-topright: 1em;
   -moz-border-radius-topright: 1em;
   background-color: #fffcff;
   background-color: #fcfffc;
   color: #4700cc;
   color: #008847;
  }
  }
  #content {  
  #content {  
Line 68: Line 71:
   -moz-border-radius-topright: 1em;
   -moz-border-radius-topright: 1em;
   -moz-border-radius-bottomright: 1em;
   -moz-border-radius-bottomright: 1em;
   background-color: #fffcff
   background-color: #fcfffc;
  }
  }

Revision as of 17:26, October 13, 2006

 /* 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";
 @import "/index.php?title=User:Wayoshi/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;
 }