MediaWiki:Monobook.css
From Starfy Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin */
body {
background: url(http://starfywiki.org/images/d/d6/WikiBubbles.jpg) repeat;
}
h1, h2, h3, h4, h5, h6 {
color: aqua;
}
#content {
background: transparent url(http://starfywiki.org/images/2/2c/OpacityB.png);
color: #F0F8FF;
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;
}
.pBody, .portlet h5, ul#f-list {
font-family: verdana;
}
.portlet .pBody {
background: transparent url(http://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 {
border: none;
}
.portlet h5 {
color: #F0F8FF;
font-weight: bold;
text-transform: uppercase;
background: #082567;
border: 2px #082567;
padding: 1px 0 3px 10px;
display: block;
-webkit-border-radius: 11px 0 / 11px 0;
-moz-border-radius: 11px;
border-radius: 11px;
}
.pBody li a {
color: #F0F8FF;
}
#p-personal li a:hover {
background: none;
text-decoration: underline;
}
div#footer, div#footer a {
background: transparent url(http://starfywiki.org/images/2/2c/OpacityB.png);
color: #F0F8FF;
}
/*Links*/
a,
#p-personal li a,
#p-cactions li a,
#bodyContent a.extiw,
#bodyContent a.external {
color: #6495ED;
}
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(http://www.pikminwiki.com/images/7/7a/Bullet.png);}
#toc {
background: aqua;
-webkit-border-radius: 60px 0 60px 0 / 60px 0 60px 0;
-moz-border-radius: 60px 0 60px 0;
border-radius: 60px 0 60px 0;
border: 2px outset #0b0;
}