MediaWiki:Monobook.css: Difference between revisions

skin fixes
(merging)
(skin fixes)
Line 1: Line 1:
/* All CSS here will be loaded for users of the MonoBook skin */
/* All CSS here will be loaded for users of the MonoBook skin */


body {
body { background: #1e90ff url(https://static.wikitide.net/banjokazooiewiki/9/96/Footprint_newtest.png) center; }
    background-color: #1e90ff;
    background-image: url("https://static.wikitide.net/banjokazooiewiki/9/96/Footprint_newtest.png");
    background-repeat: repeat;
    background-position: center;  
}


#bodyContent, #content, #footer {  
#bodyContent, #content, #footer {  
Line 13: Line 8:
}
}


body.skin-monobook .portlet h3 { color:#FFF; }
body.skin-monobook .portlet h3 { color:#ffd700; }


/* Wikitable */
/* Wikitable */
Line 76: Line 71:
color: #000;
color: #000;
background-color: #fa8072;
background-color: #fa8072;
}
/* Change color of SELECTED tabs */
body.skin--responsive #p-cactions li.selected a {
background: #fa8072;
color: #000;
}
/* Change color of NON SELECTED tabs */
#p-cactions ul li a {
background: #FFA07A;
font-weight: bold;
color: #000;
}
/* Link colours */
#column-one { padding-top: 140px !important; }
/* Link colors */
.portlet a {
color: #191970;
background: none;
}
}


Line 194: Line 166:


.mw-dismissable-notice {
.mw-dismissable-notice {
border-top: 2px solid #ccc;
border-top: 2px solid #FFD700;
border-bottom: 2px solid #ccc;
border-bottom: 2px solid #FFD700;
padding: 3px 2px 2px 2px;
padding: 3px 2px 2px 2px;
margin: -2px 0 11px;
margin: -2px 0 11px;