User:Jdrowlands/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (small revisions at the top no change to actual skin, so no refresh required) |
Jdrowlands (talk | contribs) (WIN!) |
||
Line 1: | Line 1: | ||
/* Credit | /* Yay! Credit Wayoshi for all of this | ||
------------------------------------------ | |||
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=Mediawiki:Monobook.css&action=raw&ctype=text/css"; | ||
@import "/index.php?title=User: | @import "/index.php?title=User:Wayoshi/monobook.css&action=raw&ctype=text/css"; | ||
/* | /* all blue */ | ||
#content, #content table { | #content, #content table { | ||
color:# | color:#292980; | ||
background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Contentbg.png); | /* background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Contentbg.png); */ | ||
background:#ECF9FE; | |||
} | } | ||
#content { border:1px solid # | #content { border:1px solid #090960; } | ||
#p-cactions ul li a:hover { background-color:# | #p-cactions ul li a:hover { background-color:#DCE9EE; } | ||
#p-personal ul li a { color:# | #p-personal ul li a {color:#191970;background-color:#DCE9EE;font-size:105%; } | ||
#p-personal ul li a:hover { background-color:# | #p-personal ul li a:hover { background-color:#ECF9FE; } | ||
body { font-family:Arial; font-size:10px; | body { font-family:Arial; font-size:10px; | ||
background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Wordbg.png) ;} | background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Wordbg-1.png); | ||
a { color: # | } | ||
a:visited { color: # | a { color: #4682B4; text-decoration: none; } | ||
a:visited { color: #266294; } | |||
a:active { color: #333; } | a:active { color: #333; } | ||
#p-personal a.new, a.new { color: #700 } | #p-personal a.new, a.new { color: #700 } | ||
#p-personal a.new:visited, a.new:visited { color: # | #p-personal a.new:visited, a.new:visited { color: #400; } | ||
.usermessage { | .usermessage { | ||
background: # | background: #CCD9DE; | ||
border: 1px dashed # | border: 1px dashed #393990; | ||
color: # | color: #090960; | ||
} | } | ||
#bodyContent a.extiw:active { color: # | #bodyContent a.extiw:active { color: #00004F; } | ||
#bodyContent a.external { color: # | #bodyContent a.external { color: #00004F; } | ||
#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/Winterbanner.png) 35% 50% no-repeat !important; } | ||
pre { border: 1px dashed # | 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); } | .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); } | ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot.png); } | ||
h1 { font-family:Jokerman; font-size:28px;color:# | h1 { font-family:Jokerman; font-size:28px;color:#090960;border-bottom-color:#6969C0; } | ||
h2,h3,h4,h5,h6 { color:# | h2,h3,h4,h5,h6 { color:#191970; border-bottom-color:#6969C0; } | ||
hr { background-color: black; color: black } | hr { background-color: black; color: black } | ||
#catlinks { | #catlinks { | ||
border: 1px dotted # | border: 1px dotted #6969C0; | ||
background-color: # | background-color: #DCE9EE; | ||
} | } | ||
//never know when this will return | //never know when this will return | ||
#siteNotice { | #siteNotice { | ||
background: # | background: #ECF9FE; | ||
border-color:black; | border-color:black; | ||
} | } | ||
#navbox { | #navbox { | ||
background: # | background: #DCE9EE; | ||
} | } | ||
select { | select { | ||
border: 1px solid # | border: 1px solid #6969C0; | ||
color:# | color:#4949A0; | ||
background:# | background:#DCE9EE; | ||
} | } | ||
input { | input { | ||
background-color: # | background-color: #D9E6EB; | ||
color:# | color:#393990; | ||
border: 1px solid # | border: 1px solid #6969C0; | ||
} | } | ||
input.searchButton { | input.searchButton { | ||
background-color: # | background-color: #D3E0E5; | ||
border: 1px solid # | border: 1px solid #4949A0; | ||
color:# | color:#191970; | ||
} | } | ||
#searchInput { | #searchInput { | ||
border: 1px solid # | border: 1px solid #393990; | ||
background-color: # | background-color: #CFDBE1; | ||
color:# | 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/ | background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Wintertabg.png); | ||
color:# | color:#191970; | ||
border:2px solid # | border:2px solid #090960; | ||
} | } | ||
Line 82: | Line 94: | ||
-moz-border-radius-topleft: 1em; | -moz-border-radius-topleft: 1em; | ||
-moz-border-radius-topright: 1em; | -moz-border-radius-topright: 1em; | ||
background-color: # | background-color: #ECF9FE; | ||
color: # | color: #292980; | ||
border: 1px solid # | border: 1px solid #191970 | ||
} | } | ||
#content { | #content { | ||
Line 92: | Line 104: | ||
-moz-border-radius-topright: 1em; | -moz-border-radius-topright: 1em; | ||
-moz-border-radius-bottomright: 1em; | -moz-border-radius-bottomright: 1em; | ||
background-color: # | background-color: #ECF9FE; | ||
border:1px solid # | border:1px solid #191970; | ||
} | } | ||
.mainLegend { display:inline; } | .mainLegend { display:inline; } | ||
#siteSub { display:inline; color: | #siteSub { display:inline; color:#191970; font-size:92%; font-weight:normal; font-variant:small-caps; } | ||
li#pt-userpage { background: none | li#pt-userpage { background: none; } | ||
table.gallery { background:#E0ECF2; } | |||
table.gallery { background:# | table.gallery td { background:#E0ECF2; } | ||
table.gallery td { background:# | div.tleft,div.tright {border-color:#ECF9FE; } | ||
div.tleft,div.tright {border-color:# | div.thumb div { color:#191970;background:#DCE9EE; } | ||
div.thumb div { color:# | table.diff, td.diff-otitle, td.diff-ntitle { background:#ECF9FE; } | ||
table.diff, td.diff-otitle, td.diff-ntitle { background:# | td.diff-context { background:#DCE9EE; } | ||
td.diff-context { background:# | div.noarticletext { color:#191970;background:#DCE9EE; } | ||
div.noarticletext { color:# | .troublecenter { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/troublecenterbg.jpg); } | ||
.troublecenter { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/troublecenterbg.jpg) } | .smalltoptext { padding-top:1.1em; } | ||
#footer { display:none; } | |||
# | |||
Revision as of 10:50, September 9, 2008
/* Yay! Credit Wayoshi for all of this
------------------------------------------
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:#191970;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; }