User:Wayoshi/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(might as well)
mNo edit summary
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). That is, skin - changing how the wiki looks to me
  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. All logos have a "WCSS", with my calligraphy W used in my sig, in the upper left corner (consider it my stamp, or w/e :P).
  (preferably, just copy this comment with the skin).
All logos have a "WCSS", with my calligraphy W used in my sig, in the upper left corner (consider it my stamp, or w/e :P).


  WINTER THEME!
  WINTER THEME!
Line 8: Line 9:
     LINKS: STEEL BLUE
     LINKS: STEEL BLUE
     GAME FOCUS: Paper Mario 2
     GAME FOCUS: Paper Mario 2
       LOGO: Mario smashing with hammer glazed withblue glass, blue tone, and light blue plastic to create an indigo glass and light blue shadow effect.
       LOGO: Mario smashing with hammer glazed with blue glass, blue tone, and light blue plastic.
       TEXTAREA: Images of all partners but Flurrie, glazed with blue glass, at 5% opacity (transparency).
       TEXTAREA: Images of all partners but Flurrie, glazed with blue glass, at 5% opacity (transparency).
     PREVIEW: http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Winterskin.png
     PREVIEW: http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Winterskin.png
  */
  */

Revision as of 16:20, September 8, 2008

 /* Wayoshi's custom .css (Cascading Style Sheet). That is, skin - changing how the wiki looks to me
 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,
 (preferably, just copy this comment with the skin).
All logos have a "WCSS", with my calligraphy W used in my sig, in the upper left corner (consider it my stamp, or w/e :P).

 WINTER THEME!
    BACKGROUND: ICE BLUE
    FOREGROUND: MIDNIGHT BLUE
    LINKS: STEEL BLUE
    GAME FOCUS: Paper Mario 2
       LOGO: Mario smashing with hammer glazed with blue glass, blue tone, and light blue plastic.
       TEXTAREA: Images of all partners but Flurrie, glazed with blue glass, at 5% opacity (transparency).
    PREVIEW: http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Winterskin.png
 */

 @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 */
 #content, #content table {
  color:#292980;
  /* background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Contentbg.png); */
  background:#ECF9FE;
 }
 #content { border:1px solid #090960; }
 #p-cactions ul li a:hover { background-color:#DCE9EE; }
 #p-personal ul li a {color:#191970;background-color:#DCE9EE;font-size:105%; }
 #p-personal ul li a:hover { background-color:#ECF9FE; }
 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: #700 }
 #p-personal a.new:visited, a.new:visited { color: #400; }

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

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

 pre { border: 1px dashed #191970; background:#DCE9EE;color:#090960; 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: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 {
  border: 1px dotted #6969C0;
  background-color: #DCE9EE;
 }
 //never know when this will return
 #siteNotice {
   background: #ECF9FE;
   border-color:black;
 }
 #navbox { 
   background: #DCE9EE;
 }
 select {
   border: 1px solid #6969C0; 
   color:#4949A0;
   background:#DCE9EE;
 }
 input {
  background-color: #D9E6EB;
  color:#393990;
  border: 1px solid #6969C0;
 }
 input.searchButton {
   background-color: #D3E0E5;
   border: 1px solid #4949A0;
   color:#191970;
 }
 #searchInput {
   border: 1px solid #393990;
   background-color: #CFDBE1;
   color:#191970;
 }
 textarea {
   font-family: Boukman Old Style;
   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 {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  background-color: #ECF9FE;
  color: #292980;
  border: 1px solid #191970
 }
 #content { 
  -moz-border-radius: 1em;
 }
 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  background-color: #ECF9FE;
  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:#DCE9EE; }
 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; }