User:Wayoshi/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(guess I gotta define it.)
mNo edit summary
Line 115: Line 115:
  li#pt-userpage { background: none; }
  li#pt-userpage { background: none; }
  table.gallery { background:#ebe596; border:1px solid #f8f2a4; }
  table.gallery { background:#ebe596; border:1px solid #f8f2a4; }
  table.gallery td { background:#ebe596; }
  table.gallery td { background:#ebe596; border:1px solid #f8f2a4; }
  div.tleft,div.tright {border-color:#f8f2a4; }
  div.tleft,div.tright {border-color:#f8f2a4; }
  div.gallerybox div.thumb { color:#620853;background:#e8e294;border:none }
  div.thumb div { color:#620853;background:#e8e294;border:1px solid #e8e294;}
  table.diff, td.diff-otitle, td.diff-ntitle { background:#f8f2a4; }
  table.diff, td.diff-otitle, td.diff-ntitle { background:#f8f2a4; }
  td.diff-context { background:#ebe596; }
  td.diff-context { background:#ebe596; }

Revision as of 17:29, January 21, 2009

 /* 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).
 ------------------------------------------
 WARIO THEME! (INCOMPLETE)
    BACKGROUND: LIGHT GOLD (Wario's yellow lightened up to be easy on the eyes, tweaked a little)
    FOREGROUND: LAVENDER (Wario's purple darkened to contrast with background well)
    LINKS: ELF GREEN
    GAME FOCUS: Wario Land: Shake It
       LOGO: ----------
       TEXTAREA: ----------
    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:#721863;
  /* background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Contentbg.png); */
  background:#f8f2a4;
 }
 #content { border:1px solid #0C4639; }
 #p-cactions ul li a:hover { background-color:#e8e294; }
 #p-personal ul li a {color:#620853;background-color:#e8e294;font-size:105%; }
 #p-personal ul li a:hover { background-color:#f8f2a4; }
 body { font-family:Arial; font-size:10px;
  background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Wordbg-1.png);
 }
 a { color: #3C7669; text-decoration: none; }
 a:visited { color: #0C4639; }
 a:active { color: #333; }
 #p-personal a.new, a.new { color: #700 }
 #p-personal a.new:visited, a.new:visited { color: #400; }

 .usermessage {
  background: #d8d284;
  border: 1px dashed #822873;
  color: #420233;
 }
 #bodyContent a.extiw:active { color: #6Ca699; }
 #bodyContent a.external { color: #6Ca699; }

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

 pre { border: 1px dashed #620853; background:#e8e294;color:#420233; overflow: auto; }

 .portlet ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot-3.png); }
 ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot-3.png); }
 h1 { font-family:Jokerman; font-size:28px;color:#520443;border-bottom-color:#4C8679; }
 h2,h3,h4,h5,h6 { color:#620853; border-bottom-color:#4C8679; }
 hr { background-color: black; color: black }

 #catlinks {
  border: 1px dotted #4C8679;
  background-color: #e8e294;
 }
 //never know when this will return
 #siteNotice {
   background: #f8f2a4;
   border-color:black;
 }
 #navbox { 
   background: #e8e294;
 }
 select {
   border: 1px solid #4C8679; 
   color:#721863;
   background:#e8e294;
 }
 input {
  background-color: #fdf7a9;
  color:#822873;
  border: 1px solid #4C8679;
 }
 input.searchButton {
   background-color: #f9f3a5;
   border: 1px solid #4C8679;
   color:#620853;
 }
 #searchInput {
   border: 1px solid #1C5649;
   background-color: #fbf5a7;
   color:#620853;
 }
 textarea {
   font-family: Boukman Old Style;
   font-size: 14px;
   background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Wintertabg.png);
   color:#620853;
   border:2px solid #0C4639;
 }

 #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: #f8f2a4;
  color: #721863;
  border: 1px solid #0C4639;
 }
 #content { 
  -moz-border-radius: 1em;
 }
 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  background-color: #f8f2a4;
  border:1px solid #0C4639;
 }

 .mainLegend { display:inline; }
 #siteSub { display:inline; color:#620853; font-size:92%; font-weight:normal; font-variant:small-caps; }
 li#pt-userpage { background: none; }
 table.gallery { background:#ebe596; border:1px solid #f8f2a4; }
 table.gallery td { background:#ebe596; border:1px solid #f8f2a4; }
 div.tleft,div.tright {border-color:#f8f2a4; }
 div.thumb div { color:#620853;background:#e8e294;border:1px solid #e8e294;}
 table.diff, td.diff-otitle, td.diff-ntitle { background:#f8f2a4; }
 td.diff-context { background:#ebe596; }
 div.noarticletext { color:#620853;background:#e8e294; }
 .smalltoptext { padding-top:1.1em; }
 #footer { display:none; }