Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
MyraMidnight (talk | contribs) (migrating theme specific CSS to here) |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
+ | |||
+ | |||
+ | |||
+ | /* ============ KRAFTIES WIKI overall look ============ */ | ||
+ | |||
+ | h1,h2,h3,h4{ color:#000; border-color:#989cb7; border-width:2px;} | ||
+ | a.new:visited{ color:#CC0000; text-decoration: none;} | ||
+ | a.new:link{ color:#CC0000; text-decoration: none;} | ||
+ | a:link { color:#1155e0; text-decoration: none;} | ||
+ | a:visited { color:#1155e0; text-decoration: none;} | ||
+ | a:hover { Color: #1155e0; text-decoration: underline;} | ||
+ | a:active { text-decoration: underline;} | ||
+ | |||
+ | #mw-page-base {background-color:none;background-image:none;} | ||
+ | |||
+ | body { | ||
+ | background-color:#5eadff; | ||
+ | background-image:url(http://krafties.com/wiki/images/3/37/Crystals_footer.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size:650px; | ||
+ | background-position:center bottom; | ||
+ | } | ||
+ | div#content { | ||
+ | margin-right:15px; | ||
+ | margin-bottom:100px; | ||
+ | background:#D2D7FD; | ||
+ | border:2px solid #989cb7;min-width:450px; | ||
+ | } | ||
+ | |||
+ | code {background-color:#faf5ff;} | ||
+ | pre {background:#faf5ff;border:1px dashed #989cb7; | ||
+ | white-space: pre-wrap; /* css-3 */ | ||
+ | white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ | ||
+ | white-space: -pre-wrap; /* Opera 4-6 */ | ||
+ | white-space: -o-pre-wrap; /* Opera 7 */ | ||
+ | word-wrap: break-word; /* Internet Explorer 5.5+ */ | ||
+ | } | ||
+ | table#toc {background:#faf5ff;border:1px solid #989cb7} | ||
+ | |||
+ | div.catlinks{ | ||
+ | background-color:#faf5ff; | ||
+ | border:2px solid #989cb7; | ||
+ | } | ||
+ | #p-cactions li a {background:#faf5ff;border:1px solid #989cb7} | ||
+ | #p-cactions li.selected {border-color: #989cb7} | ||
+ | #p-cactions li.selected a{background:#D2D7FD} | ||
+ | /* ============ SIDEBAR ============ */ | ||
+ | |||
+ | .pBody { | ||
+ | font-size: 95%; | ||
+ | background-color: #5eadff; | ||
+ | color: black; | ||
+ | border-collapse: collapse; | ||
+ | border:none; | ||
+ | border-top:2px solid #fff; | ||
+ | padding: 0 .8em .3em .5em; | ||
+ | } | ||
+ | |||
+ | /**** EDIT options ****/ | ||
+ | |||
+ | code {background-color:#faf5ff;} | ||
+ | pre {background:#faf5ff;border:1px dashed #989cb7; | ||
+ | white-space: pre-wrap; /* css-3 */ | ||
+ | white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ | ||
+ | white-space: -pre-wrap; /* Opera 4-6 */ | ||
+ | white-space: -o-pre-wrap; /* Opera 7 */ | ||
+ | word-wrap: break-word; /* Internet Explorer 5.5+ */ | ||
+ | } | ||
+ | table#toc {background:#faf5ff;border:1px solid #989cb7} | ||
+ | |||
+ | div.vectorTabs li.selected span, div.vectorTabs li.selected span a, {color:ba0000;#background:#D2D7FD;} | ||
+ | div#p-namespaces a, div#p-views a {background:#D2D7FD;background-repeat:no-repeat;color:#000;} | ||
+ | div.editOptions {background:#D2D7FD;border:none;} | ||
+ | |||
+ | #pagehistory li.selected {background:#000;} | ||
+ | #pagehistory span.comment, span.autocomment {} | ||
+ | |||
+ | /* ============ FOOTER ============ */ | ||
+ | div#footer{ | ||
+ | margin-top:115px; | ||
+ | margin-bottom: 60px; | ||
+ | background:#5eadff; | ||
+ | border:none; | ||
+ | color:#1155e0; | ||
+ | opacity: 0.9; | ||
+ | } | ||
+ | |||
+ | |||
+ | #f-list a:link { color:##1155e0; text-decoration: none;} | ||
+ | #f-list a:visited { color:##1155e0; text-decoration: none;} | ||
+ | #f-list a:hover { color: ##1155e0; text-decoration: underline;} | ||
+ | #f-list a:active { text-decoration: underline;} | ||
+ | /* ============ IMAGES and THUMBS ============ */ | ||
+ | |||
+ | div.thumbinner img{border:none;} | ||
+ | div.thumbinner { | ||
+ | border: 2px solid #989cb7; | ||
+ | padding: 3px !important; | ||
+ | background-color: #fff; | ||
+ | font-size: 94%; | ||
+ | text-align: center; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | li.gallerybox { | ||
+ | vertical-align: top; | ||
+ | border: solid 2px #989cb7; | ||
+ | background-color:#fff; | ||
+ | display: -moz-inline-box; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | li.gallerybox div.thumb { | ||
+ | text-align: center; | ||
+ | border: none; | ||
+ | background-color: #fff; | ||
+ | margin: 2px; | ||
+ | } |
Revision as of 14:32, 1 May 2017
/* CSS placed here will affect users of the Vector skin */ /* ============ KRAFTIES WIKI overall look ============ */ h1,h2,h3,h4{ color:#000; border-color:#989cb7; border-width:2px;} a.new:visited{ color:#CC0000; text-decoration: none;} a.new:link{ color:#CC0000; text-decoration: none;} a:link { color:#1155e0; text-decoration: none;} a:visited { color:#1155e0; text-decoration: none;} a:hover { Color: #1155e0; text-decoration: underline;} a:active { text-decoration: underline;} #mw-page-base {background-color:none;background-image:none;} body { background-color:#5eadff; background-image:url(http://krafties.com/wiki/images/3/37/Crystals_footer.png); background-repeat: no-repeat; background-size:650px; background-position:center bottom; } div#content { margin-right:15px; margin-bottom:100px; background:#D2D7FD; border:2px solid #989cb7;min-width:450px; } code {background-color:#faf5ff;} pre {background:#faf5ff;border:1px dashed #989cb7; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } table#toc {background:#faf5ff;border:1px solid #989cb7} div.catlinks{ background-color:#faf5ff; border:2px solid #989cb7; } #p-cactions li a {background:#faf5ff;border:1px solid #989cb7} #p-cactions li.selected {border-color: #989cb7} #p-cactions li.selected a{background:#D2D7FD} /* ============ SIDEBAR ============ */ .pBody { font-size: 95%; background-color: #5eadff; color: black; border-collapse: collapse; border:none; border-top:2px solid #fff; padding: 0 .8em .3em .5em; } /**** EDIT options ****/ code {background-color:#faf5ff;} pre {background:#faf5ff;border:1px dashed #989cb7; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } table#toc {background:#faf5ff;border:1px solid #989cb7} div.vectorTabs li.selected span, div.vectorTabs li.selected span a, {color:ba0000;#background:#D2D7FD;} div#p-namespaces a, div#p-views a {background:#D2D7FD;background-repeat:no-repeat;color:#000;} div.editOptions {background:#D2D7FD;border:none;} #pagehistory li.selected {background:#000;} #pagehistory span.comment, span.autocomment {} /* ============ FOOTER ============ */ div#footer{ margin-top:115px; margin-bottom: 60px; background:#5eadff; border:none; color:#1155e0; opacity: 0.9; } #f-list a:link { color:##1155e0; text-decoration: none;} #f-list a:visited { color:##1155e0; text-decoration: none;} #f-list a:hover { color: ##1155e0; text-decoration: underline;} #f-list a:active { text-decoration: underline;} /* ============ IMAGES and THUMBS ============ */ div.thumbinner img{border:none;} div.thumbinner { border: 2px solid #989cb7; padding: 3px !important; background-color: #fff; font-size: 94%; text-align: center; overflow: hidden; } li.gallerybox { vertical-align: top; border: solid 2px #989cb7; background-color:#fff; display: -moz-inline-box; display: inline-block; } li.gallerybox div.thumb { text-align: center; border: none; background-color: #fff; margin: 2px; }