User:Noahp89/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 | 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). | |||
------------------------------------------ | |||
AUTUMN THEME! SIMPLER THIS TIME. | |||
BACKGROUND: MID-LIGHT ORANGE | |||
FOREGROUND: BROWN | |||
LINKS: CHOCOLATE | |||
GAME FOCUS: Mario & Luigi: Bowser's Inside Story | |||
LOGO: NA box art with "Graphic Pen" filter | |||
TEXTAREA: Mario, Luigi and Bowser in 5% opacity with same "Graphic Pen" Adobe Photoshop Elements 7.0 filter - VERY COOL! | |||
PREVIEW: <span class="plainlinks">[http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumnskin-1.png http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumnskin.png]</span> | |||
SPECIAL OPTION: SMB3 leaf content bg, 5% opacity. Not overbearing, simple sparse rows. See just below at "background" on how to activate! | |||
*/ | |||
@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: | @import "/index.php?title=User:noahp89/monobook.css&action=raw&ctype=text/css"; | ||
#content, #content table { | #content, #content table { | ||
color:# | color:#731400; | ||
background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/ | //background:#ffc66d; /* the second one overrides the first, so uncomment if you want the leafs! */ | ||
background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumncontentbg.png); | |||
} | } | ||
#content { border:1px solid # | #content { border:1px solid #bf0500; } | ||
#p-cactions ul li a:hover { background-color:# | #p-cactions ul li a:hover { background-color:#efb65d; } | ||
#p-personal ul li a { color:# | #p-personal ul li a {color:#731400;background-color:#ffc66d;font-size:105%; } | ||
#p-personal ul li a:hover { background-color:# | #p-personal ul li a:hover { background-color:#efb65d; } | ||
body { font-family:Arial; font-size:10px; | body { font-family:Arial; font-size:10px; | ||
background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/ | background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumnwordbg.png); | ||
a { color: # | } | ||
a:visited { color: # | a { color: #b24900; text-decoration: none; } | ||
a:visited { color: #b21900; } | |||
a:active { color: #333; } | a:active { color: #333; } | ||
#p-personal a.new, a.new { color: # | #p-personal a.new, a.new { color: #b00;border-bottom:1px dotted #b00; } | ||
#p-personal a.new:visited, a.new:visited { color: # | #p-personal a.new:hover, a.new:hover { border-bottom:none; } | ||
#p-personal a.new:visited, a.new:visited { color: #800;border-bottom:1px dotted #800; } | |||
.usermessage { | .usermessage { | ||
background: # | background: #dfa64d; | ||
border: 1px dashed # | border: 1px dashed #832400; | ||
color: # | color: #630400; | ||
} | } | ||
#bodyContent a.extiw:active { color: # | #bodyContent a.extiw:active { color: #d26920; } | ||
#bodyContent a.external { color: # | #bodyContent a.external { color: #d26920; } | ||
#p-logo a { background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/ | #p-logo a { background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumnbanner.png) 35% 50% no-repeat !important; } | ||
pre { border: 1px dashed # | pre { border: 1px dashed #630400; background:#efb65d;color:#630400; overflow: auto; } | ||
.portlet ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot.png); } | .portlet ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot-4.png); } | ||
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-4.png); } | ||
h1 { font-family:Jokerman; font-size:28px;color:# | h1 { font-family:Jokerman; font-size:28px;color:#530400;border-bottom-color:#df2500; } | ||
h2,h3,h4,h5,h6 { color:# | h2,h3,h4,h5,h6 { color:#630400; border-bottom-color:#df2500; } | ||
hr { background-color: black; color: black } | hr { background-color: black; color: black } | ||
#catlinks { | #catlinks { | ||
border: 1px dotted # | border: 1px dotted #df2500; | ||
background-color: # | background-color: #efb65d; | ||
} | } | ||
//never know when this will return | //never know when this will return | ||
#siteNotice { | #siteNotice { | ||
background: # | background: #ffc66d; | ||
border-color:black; | border-color:black; | ||
} | } | ||
#navbox { | #navbox { | ||
background: # | background: #efb65d; | ||
} | } | ||
select { | select { | ||
border: 1px solid # | border: 1px solid #df2500; | ||
color:# | color:#731400; | ||
background:# | background:#efb65d; | ||
} | } | ||
input { | input { | ||
background-color: # | background-color: #ffd67d; | ||
color:# | color:#832400; | ||
border: 1px solid # | border: 1px solid #df2500; | ||
} | } | ||
input.searchButton { | input.searchButton { | ||
background-color: # | background-color: #ffd67d; | ||
border: 1px solid # | border: 1px solid #df2500; | ||
color:# | color:#630400; | ||
} | } | ||
#searchInput { | #searchInput { | ||
border: 1px solid # | border: 1px solid #cf1500; | ||
background-color: # | background-color: #ffd67d; | ||
color:# | color:#630400; | ||
} | } | ||
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/ | background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumntabg.png); | ||
color:# | color:#630400; | ||
border:2px solid # | border:2px solid #bf0500; | ||
} | } | ||
#p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a { | #p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a { | ||
background-color: #ffc66d; | |||
color: #731400; | |||
background-color: # | border: 1px solid #bf0500; | ||
color: # | |||
border: 1px solid # | |||
} | } | ||
#content { | #content { | ||
Line 96: | Line 107: | ||
-moz-border-radius-topright: 1em; | -moz-border-radius-topright: 1em; | ||
-moz-border-radius-bottomright: 1em; | -moz-border-radius-bottomright: 1em; | ||
background-color: # | background-color: #ffc66d; | ||
border:1px solid # | border:1px solid #bf0500; | ||
border-left: none; | |||
} | } | ||
#p-cactions li { | |||
border:none!important; | |||
} //this is a fix of clashing w/ main Monobook. | |||
#p-cactions li a {-moz-border-radius-topleft:0.72em!important;-moz-border-radius-topright:0.72em!important; } | |||
.mainLegend { display:inline; } | .mainLegend { display:inline; } | ||
#siteSub { display:inline; color: | #siteSub { display:inline; color:#630400; font-size:92%; font-weight:normal; font-variant:small-caps; padding-left:10px; } | ||
li#pt-userpage { background: none } | li#pt-userpage { background: none; } | ||
table.gallery { background:# | table.gallery { background:#ffb65d; border:1px solid #ffc66d; } | ||
table.gallery td { background:# | table.gallery td { background:#ffb65d; border:1px solid #ffc66d; } | ||
div.tleft,div.tright {border-color:# | div.gallerybox div.thumb { border: 1px solid #ffb65d; } | ||
div.thumb div { color:# | div.tleft,div.tright {border-color:#ffc66d; } | ||
table.diff, td.diff-otitle, td.diff-ntitle { background:# | div.thumb div { color:#630400;background:#ffb65d; } | ||
td.diff-context { background:# | table.diff, td.diff-otitle, td.diff-ntitle { background:#ffc66d; } | ||
div.noarticletext { color:# | td.diff-context { background:#ffb65d; } | ||
div.noarticletext { color:#630400;background:#ffb65d; } | |||
.smalltoptext { padding-top:1.1em } | .smalltoptext { padding-top:1.1em; } | ||
#footer { display:none } | #footer, #column-google, #google-ads, #google-linkbox, #google-referral, #adbrite-ads { display:none; } |
Latest revision as of 09:17, August 12, 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).
------------------------------------------
AUTUMN THEME! SIMPLER THIS TIME.
BACKGROUND: MID-LIGHT ORANGE
FOREGROUND: BROWN
LINKS: CHOCOLATE
GAME FOCUS: Mario & Luigi: Bowser's Inside Story
LOGO: NA box art with "Graphic Pen" filter
TEXTAREA: Mario, Luigi and Bowser in 5% opacity with same "Graphic Pen" Adobe Photoshop Elements 7.0 filter - VERY COOL!
PREVIEW: <span class="plainlinks">[http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumnskin-1.png http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumnskin.png]</span>
SPECIAL OPTION: SMB3 leaf content bg, 5% opacity. Not overbearing, simple sparse rows. See just below at "background" on how to activate!
*/
@import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
@import "/index.php?title=User:noahp89/monobook.css&action=raw&ctype=text/css";
#content, #content table {
color:#731400;
//background:#ffc66d; /* the second one overrides the first, so uncomment if you want the leafs! */
background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumncontentbg.png);
}
#content { border:1px solid #bf0500; }
#p-cactions ul li a:hover { background-color:#efb65d; }
#p-personal ul li a {color:#731400;background-color:#ffc66d;font-size:105%; }
#p-personal ul li a:hover { background-color:#efb65d; }
body { font-family:Arial; font-size:10px;
background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumnwordbg.png);
}
a { color: #b24900; text-decoration: none; }
a:visited { color: #b21900; }
a:active { color: #333; }
#p-personal a.new, a.new { color: #b00;border-bottom:1px dotted #b00; }
#p-personal a.new:hover, a.new:hover { border-bottom:none; }
#p-personal a.new:visited, a.new:visited { color: #800;border-bottom:1px dotted #800; }
.usermessage {
background: #dfa64d;
border: 1px dashed #832400;
color: #630400;
}
#bodyContent a.extiw:active { color: #d26920; }
#bodyContent a.external { color: #d26920; }
#p-logo a { background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumnbanner.png) 35% 50% no-repeat !important; }
pre { border: 1px dashed #630400; background:#efb65d;color:#630400; overflow: auto; }
.portlet ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot-4.png); }
ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot-4.png); }
h1 { font-family:Jokerman; font-size:28px;color:#530400;border-bottom-color:#df2500; }
h2,h3,h4,h5,h6 { color:#630400; border-bottom-color:#df2500; }
hr { background-color: black; color: black }
#catlinks {
border: 1px dotted #df2500;
background-color: #efb65d;
}
//never know when this will return
#siteNotice {
background: #ffc66d;
border-color:black;
}
#navbox {
background: #efb65d;
}
select {
border: 1px solid #df2500;
color:#731400;
background:#efb65d;
}
input {
background-color: #ffd67d;
color:#832400;
border: 1px solid #df2500;
}
input.searchButton {
background-color: #ffd67d;
border: 1px solid #df2500;
color:#630400;
}
#searchInput {
border: 1px solid #cf1500;
background-color: #ffd67d;
color:#630400;
}
textarea {
font-family: Boukman Old Style;
font-size: 14px;
background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Autumntabg.png);
color:#630400;
border:2px solid #bf0500;
}
#p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a {
background-color: #ffc66d;
color: #731400;
border: 1px solid #bf0500;
}
#content {
-moz-border-radius: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
background-color: #ffc66d;
border:1px solid #bf0500;
border-left: none;
}
#p-cactions li {
border:none!important;
} //this is a fix of clashing w/ main Monobook.
#p-cactions li a {-moz-border-radius-topleft:0.72em!important;-moz-border-radius-topright:0.72em!important; }
.mainLegend { display:inline; }
#siteSub { display:inline; color:#630400; font-size:92%; font-weight:normal; font-variant:small-caps; padding-left:10px; }
li#pt-userpage { background: none; }
table.gallery { background:#ffb65d; border:1px solid #ffc66d; }
table.gallery td { background:#ffb65d; border:1px solid #ffc66d; }
div.gallerybox div.thumb { border: 1px solid #ffb65d; }
div.tleft,div.tright {border-color:#ffc66d; }
div.thumb div { color:#630400;background:#ffb65d; }
table.diff, td.diff-otitle, td.diff-ntitle { background:#ffc66d; }
td.diff-context { background:#ffb65d; }
div.noarticletext { color:#630400;background:#ffb65d; }
.smalltoptext { padding-top:1.1em; }
#footer, #column-google, #google-ads, #google-linkbox, #google-referral, #adbrite-ads { display:none; }