MediaWiki:Monobook.css: Difference between revisions
From Starfy Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 159: | Line 159: | ||
html body.skin-monobook ul {list-style-image: url(http://starfywiki.org/images/9/9b/Bubble.png);} | html body.skin-monobook ul {list-style-image: url(http://starfywiki.org/images/9/9b/Bubble.png);} | ||
#toc { | #toc { | ||
background: | background: #00B7EB; | ||
-webkit-border-radius: 60px 60px 60px 60px / 60px 60px 60px 60px; | -webkit-border-radius: 60px 60px 60px 60px / 60px 60px 60px 60px; | ||
-moz-border-radius: 60px 60px 60px 60px; | -moz-border-radius: 60px 60px 60px 60px; | ||
Revision as of 15:28, 17 January 2011
/* 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://starfywiki.org/images/9/9b/Bubble.png);}
#toc {
background: #00B7EB;
-webkit-border-radius: 60px 60px 60px 60px / 60px 60px 60px 60px;
-moz-border-radius: 60px 60px 60px 60px;
border-radius: 60px 60px 60px 60px;
border: 2px outset aqua;
}