MediaWiki:Monobook.css: Difference between revisions
From Starfy Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(52 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
body { | body { | ||
background: url( | background: url(//starfywiki.org/images/d/d6/WikiBubbles.jpg) repeat; | ||
} | } | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: #00B7EB; | color: #00B7EB; | ||
} | |||
div#userloginForm table, div#userlogin table { background: none; } | |||
div#userloginForm form, | |||
div#userlogin form#userlogin2 { | |||
margin: 0 3em 1em 0; | |||
border: 1px solid #3b587e; | |||
clear: both; | |||
padding: 1.5em 2em; | |||
background-color: #1f4973; | |||
float: left; | |||
} | } | ||
#content { | div#content { | ||
background: transparent url( | background: transparent url(//starfywiki.org/images/2/2c/OpacityB.png); | ||
color: # | color: #F8F4FF; | ||
border: 2px solid #1034A6; | border: 2px solid #1034A6; | ||
margin: 2.8em 0 0 12.2em; | margin: 2.8em 0 0 12.2em; | ||
Line 26: | Line 36: | ||
-icab-border-bottom-left-radius: 1em; | -icab-border-bottom-left-radius: 1em; | ||
} | } | ||
div.thumb { | div.thumb { | ||
Line 87: | Line 95: | ||
.portlet .pBody { | .portlet .pBody { | ||
background: transparent url( | background: transparent url(//starfywiki.org/images/2/2c/OpacityB.png); | ||
border: 2px solid #1034A6; | border: 2px solid #1034A6; | ||
} | } | ||
Line 98: | Line 106: | ||
background: transparent; | background: transparent; | ||
border: 2px outset #1034A6; | border: 2px outset #1034A6; | ||
padding-left: | padding-left: 8px; | ||
margin: 2px 5px 0 5px; | margin: 2px 5px 0 5px; | ||
-webkit-border-radius: 15px 15px / 15px 15px; | -webkit-border-radius: 15px 15px / 15px 15px; | ||
Line 126: | Line 134: | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
/*Footer*/ | |||
div#footer, div#footer a { | div#footer, div#footer a { | ||
background: transparent url( | background: transparent url(//starfywiki.org/images/2/2c/OpacityB.png); | ||
color: #F0F8FF; | color: #F0F8FF; | ||
} | |||
div#footer { | |||
border: 2px solid #1034A6; | |||
} | } | ||
Line 168: | Line 182: | ||
} | } | ||
html body.skin-monobook ul {list-style-image: url( | html body.skin-monobook ul {list-style-image: url(//starfywiki.org/images/9/9b/Bubble.png);} | ||
#toc { | #toc { | ||
background: aqua; | background: aqua; | ||
Line 194: | Line 208: | ||
border-radius: 10px 10px; | border-radius: 10px 10px; | ||
} | } | ||
a#NavToggle1 {color: white !important;} | |||
#preferences, .prefsection table, .prefsection legend, div#userloginForm, div#userlogin { background: none !important; } | |||
li.selected.before, li.selected.after { background-color: #003865; } | |||
table.diff { background-color: rgba(0,0,0,0.3); } | |||
td.diff-context { color: #000; } | |||
.editOptions { color: #000; } | |||
td.diff-addedline .diffchange { color: #003865; padding: 3px 5px; margin: 0 3px; } |
Latest revision as of 00:24, 11 February 2017
/* CSS placed here will affect users of the Monobook skin */ body { background: url(//starfywiki.org/images/d/d6/WikiBubbles.jpg) repeat; } h1, h2, h3, h4, h5, h6 { color: #00B7EB; } div#userloginForm table, div#userlogin table { background: none; } div#userloginForm form, div#userlogin form#userlogin2 { margin: 0 3em 1em 0; border: 1px solid #3b587e; clear: both; padding: 1.5em 2em; background-color: #1f4973; float: left; } div#content { background: transparent url(//starfywiki.org/images/2/2c/OpacityB.png); color: #F8F4FF; border: 2px solid #1034A6; margin: 2.8em 0 0 12.2em; -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; -webkit-border-top-left-radius: 1em; -webkit-border-bottom-left-radius: 1em; border-top-left-radius: 1em; border-bottom-left-radius: 1em; khtml-border-top-left-radius: 1em; khtml-border-bottom-left-radius: 1em; -icab-border-top-left-radius: 1em; -icab-border-bottom-left-radius: 1em; } div.thumb { border-color: transparent; } table.gallery td { background: transparent !important; } table { background: transparent; } .catlinks { border: 1px solid aqua; background-color: #082567; } div.thumbinner { border: 1px solid #1034A6; padding: 3px !important; background-color: #082567; font-size: 94%; text-align: center; overflow: hidden; } table.gallery { border: 1px solid #1034A6; margin: 2px; padding: 2px; background-color: #082567; } table.gallery tr { vertical-align: top; } table.gallery td { vertical-align: top; background-color: white; border: solid 2px #1034A6; } #p-logo, #p-logo a, #p-logo a:hover { height: 160px; } #p-logo a, #p-logo a:hover { background-position: 35% 90% !important; } /*Sidebar*/ .pBody, .portlet h5, ul#f-list { font-family: verdana; } .portlet .pBody { background: transparent url(//starfywiki.org/images/2/2c/OpacityB.png); border: 2px solid #1034A6; } .portlet#p-personal li a, .portlet#p-personal li a:visited { color: #F0F8FF; } .pBody { background: transparent; border: 2px outset #1034A6; padding-left: 8px; margin: 2px 5px 0 5px; -webkit-border-radius: 15px 15px / 15px 15px; -moz-border-radius: 15px 15px; border-radius: 15px 15px; } .portlet h5 { color: #F0F8FF; font-weight: bold; text-transform: uppercase; background: #1034A6; border: 2px outset aqua; padding: 1px 0 3px 10px; display: block; -webkit-border-radius: 11px 11px / 11px 11px; -moz-border-radius: 11px 11px; border-radius: 11px 0; } .pBody li a { color: #F0F8FF; } #p-personal li a:hover { background: none; text-decoration: underline; } /*Footer*/ div#footer, div#footer a { background: transparent url(//starfywiki.org/images/2/2c/OpacityB.png); color: #F0F8FF; } div#footer { border: 2px solid #1034A6; } /*Search*/ #searchInput {width: 100px;} /*Links*/ a, #p-personal li a, #p-cactions li a, #bodyContent a.extiw, #bodyContent a.external { color: #4169E1; } a:visited, #bodyContent a.extiw:visited, #bodyContent a.external:visited { color: #4169E1; } a:hover, #p-personal li a:hover, #bodyContent a.extiw:hover, #bodyContent a.external:hover { color: #93CCEA; } a:visited:hover, #bodyContent a.extiw:visited:hover, #bodyContent a.external:visited:hover { color: #ADD8E6; } a.new:link, a.new:visited, #p-personal li a.new, #p-cactions .new a, #p-personal li a.new:visited, #p-cactions .new a:visited { color: #CF1020; } html body.skin-monobook ul {list-style-image: url(//starfywiki.org/images/9/9b/Bubble.png);} #toc { background: aqua; -webkit-border-radius: 60px 60px 60px 60px / 60px 60px 60px 60px; -moz-border-radius: 20px 20px 20px 20px; border-radius: 60px 60px 60px 60px; border: 2px outset aqua; } /*Tabs*/ #p-cactions .pBody:hover {opacity: 1;} #p-cactions li:hover {opacity: 0.8;} #p-cactions li { border: 2px outset #1034A6; border-bottom: 1px solid #1034A6; background: #1034A6; -webkit-border-radius: 10px 10px / 10px 10px; -moz-border-radius: 10px 10px; border-radius: 10px 10px; } #p-cactions li a { border: none; -webkit-border-radius: 10px 10px / 10px 10px; -moz-border-radius: 10px 10px; border-radius: 10px 10px; } a#NavToggle1 {color: white !important;} #preferences, .prefsection table, .prefsection legend, div#userloginForm, div#userlogin { background: none !important; } li.selected.before, li.selected.after { background-color: #003865; } table.diff { background-color: rgba(0,0,0,0.3); } td.diff-context { color: #000; } .editOptions { color: #000; } td.diff-addedline .diffchange { color: #003865; padding: 3px 5px; margin: 0 3px; }