MediaWiki:Monobook.css: Difference between revisions

From Starfy Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 9: Line 9:
color: #00B7EB;
color: #00B7EB;
}
}
 
div#userloginForm table, div#userlogin table { background: none; }
div#userloginForm form,
div#userloginForm form,
div#userlogin form#userlogin2 {
div#userlogin form#userlogin2 {

Revision as of 02:18, 4 April 2013

/* 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: #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(http://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(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 {
    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(http://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(http://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;}