User:Srl/monobook.css
Appearance
< User:Srl
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Srl/monobook.js. |
/* @override
http://en.wikipedia.org/w/index.php?title=User:Srl/monobook.css&action=raw&ctype=text/css
http://en.wikipedia.org/skins-1.5/common/commonPrint.css?52
*/
/* This is : http://en.wikipedia.org/wiki/User:Srl/monobook.css */
/* make the background behind the content area and the tabs a light grey */
#content, #content table
#p-cactions ul li a { background: #f5f5f5; }
/* stop background image from scrolling with content area */
body { background-attachment: fixed; }
/* replace the book in the background with something else */
body { background: lightgoldenrodyellow; }
/* changes the colour of pre areas */
pre { background: White }
/* change the logo */
//#p-logo a { background: url(http://en.wikipedia.org/upload/wiki.png) 35% 50% no-repeat !important; }
/* don't use any logo, move the boxes onto that area instead */
#p-logo { display: none }
#column-one { padding-top: 0; }
/* suppress the person icon by your username */
li#pt-userpage { background: none }
/* use browser prefs for text size and font */
//body, #globalWrapper { font: inherit !important; }
/* always underline links */
//a { text-decoration: underline; }
A:link {
color: #705fff;
text-decoration: none;
}
A:visited:hover {
color: #ad5eab;
text-decoration: underline;
background-color: #fff2bf;
}
A:hover {
color: #3831ff;
text-decoration: underline;
background-color: #fff2bf;
}
A:active {
color: #f00;
text-decoration: none;
}
A:visited {
color: #e07add;
text-decoration: none;
}
a.new{
color: #fc0000;
background-color: #a5ffdb;
}
/* change colour of unselected tabs */
#p-cactions ul li a { background: #c2c2c2; }
/* change colour of selected tabs */
#p-cactions ul li.selected a { background: white; }
/* change border colour of selected tabs */
#p-cactions li.selected { border-color: #aaaaaa; }
/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }
/* style the search box and the buttons below it */
input.searchButton {
background-color: #efefef !important;
border: 1px outset !important;
}
#searchInput { border: 1px inset !important; }
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {
border-radius-topleft: 1em;
border-radius-topright: 1em;
}
#content {
border-radius-topleft: 1em;
border-radius-bottomleft: 1em;
}
div.pBody {
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}
h1.firstHeading {
text-shadow: black 2px 2px 2px;
}
hr {
border: 1px dashed #ccd;
}