User:WikiLeon/monobook.css
(Redirected from User:Lbmixpro/monobook.css)
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:WikiLeon/monobook.js. |
/* <pre><nowiki> */
/*
* Inspired byMilky by Ævar Arnfjörð Bjarmason
*/
/* remove the ugly, recently-reinstated link underlines
#BodyContent a { text-decoration: none; }
#BodyContent a:hover { text-decoration: none; }*/
a { text-decoration: none;}
a:hover { text-decoration: none;}
/* make a few corners round I reduced this from 1em to 4px to make it very illnoticable */
#p-cactions ul li, #p-cactions ul li a {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
#content, #footer {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
div.pBody {
border-top-right-radius-topright: 4px;
border-bottom-right-radius: 4px;
}
/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
border: 1px dashed #aaa;
}
/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
border-color: #999;
}
/* Create a 10px margin around the footer, and change it from the annoying yellow colour */
#footer {
border: 1px solid #aaa;
margin: 0.6em 10px 1em 10px;
}
.portlet li, #BodyContent li {
/*list-style-image: url("/style/monobook/bullet.gif");*/
list-style-image: url("http://en.wiki.x.io/upload/6/69/AAAAAA_Bullet.png");
}
.portlet a {text-decoration: none; color: #666 !important;}
.portlet a:hover {text-decoration: none; color: #000 !important;}
/* Make borders a little better */
#searchInput {
border: 1px solid #aaa;
background-color: #eee;
}
/* Mozilla.org-like input box focus */
#p-search input:focus, #p-search input:hover {
background-color: #fff;
}
/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
border: 1px solid #aaa !important;
}
/* make round corners for the rest */
input[type="text"], textarea, pre, #toc {
border-radius: 2px;
}
input[type="submit"] {
background-color: #ccc !important;
border-radius: 5px !important;
border: 1px solid #000;
height: 18px;
font-size: 10px;
margin: 2px;
}
/* The 'Edit summary' box is way to crammed in the textarea box by default */
textarea { margin-bottom: 4px; }
input[type="submit"] {color: #000 !important;}
input[type="submit"]:hover, input[type="submit"]:focus {color: #000 !important;}
#p-cactions li a {color: #aaa;}
#p-cactions li a:hover {color: #000;}
#p-cactions li.selected a {color: #000 !important;}
#p-cactions li.new a {color: #ba0000 !important;}
/* Clear out the special editing box that slows loading down and does nothing for my editing */
#editpage-specialchars {
display: none;
}
/* </nowiki></pre> */
/* clock fix */
#liveClock {
font-size: normal;
}