Jump to content

User:Shardsofmetal/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#column-one h5 {
 text-align: center;
 text-transform: none;
 color: #000;
}

#p-navigation h5, #p-search h5, #p-tb h5, #p-interaction h5 {
 display: block;
 background: #aaa;
 border: 1px solid gray;
 border-color: #000;
 border-right: none;
 border-left: none;
 border-bottom: none;
 padding: .1em;
 padding-bottom: .4em;
 font-weight: bold;
 /*margin-top: 1em;*/
}

#p-navigation .pBody, #p-interaction .pBody, #p-search .pBody, #p-tb .pBody {
 padding-top: .5em;
 padding-bottom: 1em;
}

#column-content {
 border-bottom: 1px solid #aaa;
 margin-bottom: 0;
}

/* Since I don't read the other language Wikipedias...*/
#p-lang {
 display: none;
}

#p-tb h5 {
 padding-bottom: .3em;
}

#column-one .pBody {
 border-color: gray;
 border-color: #000;
 border: none;
 /*background-color: #c5ecf1;*/
 background: transparent;
}

#p-navigation, #p-tb, #p-interaction, #p-search {
 margin: 0;
 width: 11.1em;
 background: transparent;
 font-size: 110%;
}

#p-search .pBody { padding-top: 1em }

#content {
 border-color: blue;
 border-bottom: 0;
}

#p-cactions li.selected {
 border-color: blue;
 padding-top: .3em;
}

#p-cactions li.selected a {
 font-size: 110%;
}

#footer {
 margin: 0;
 border: 0;
}

h1.firstHeading {
 text-align: center;
 background: #0095B6;
 border: 2px solid #000;
 margin-top: .5em;
 padding: .3em;
}

.ns-1 * h1.firstHeading, .ns-3 * h1.firstHeading, .ns-5 * h1.firstHeading, .ns-7 * h1.firstHeading, .ns-9 * h1.firstHeading, .ns-11 * h1.firstHeading, .ns-13 * h1.firstHeading, .ns-15 * h1.firstHeading {
 background: #CD5C5C;
}

.ns-1 * #content, .ns-3 * #content, .ns-5 * #content, .ns-7 * #content, .ns-9 * #content, .ns-11 * #content, .ns-13 * #content, .ns-15 * #content, .ns-1 * li.selected, .ns-3 * li.selected, .ns-5 * li.selected, .ns-7 * li.selected, .ns-9 * li.selected, .ns-11 * li.selected, .ns-13 * li.selected, .ns-15 * li.selected {
 border-color: #f00 !important;
}

li#ca-talk {
 border-color: #f00;
}

li#ca-nstab-main, li#ca-nstab-image, li#ca-nstab-mediawiki, li#ca-nstab-project, li#ca-nstab-user, li#ca-nstab-help, li#ca-nstab-template, li#ca-nstab-category {
 border-color: #00f;
}

body {
 background: #c5ecf1;
 /*background: #f9f9f9;*/
}