User:Gracefool/monobook.css
Appearance
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:Gracefool/monobook.js. |
/* Link colours
A.new {color: #dd4444;}
A {
background-color: #f6f6f6 !important;
}
.portlet A {
background-color: transparent !important;
}*/
/* Diff */
/*was #ff7777*/
SPAN.diffchange { color: #dd4444; font-weight: bold; font-size: 1.15em; }
td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 100%; }
/* Don't display "From Wikipedia, the free encyclopedia"
#siteSub, #siteNotice {display: none; }*/
/* Enlarge portlets
#p-cactions, #p-personal, #p-navigation { font-size: 120%; } */
#p-personal { font-size: 110%; }
/* make a few corners round */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
}
#content, #footer {
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
}
div.pBody {
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
}
/*#bodyContent pre {
border: 1px dashed #aaa;
}*/
/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
border-color: #aaa;
}
/* Kill footer */
/*@media print ...*/
#footer, #printfooter {display: none;}
/* Dont need the copyright notice on every page */
li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }
.portlet li, #BodyContent li {
/*list-style-image: url("/style/monobook/bullet.gif");*/
list-style-type: square;
list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}
.portlet li:hover, #BodyContent li:hover {
list-style-type: square;
list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_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;
}
#searchInput {
border-top: 1px inset;
border-left: 1px inset;
/*border-right: 10px inset;*/
}
/* 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;
}
textarea { margin-bottom: 4px; /* The 'Edit summary' box is way too crammed in the textarea box */
line-height: 80%;
}
/*input[type="submit"] {color: #aaa !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;}*/
/*#pt-logout, */#p-nav h5 {
display: none !important;
}
/*.editsection {
display: none;
}*/
/* Navigation popups */
font.popupFont { font-size: 120% !important; }
/* Watchlist */
.mw-plusminus-pos { color: #999; font-size: 85%; }
.mw-plusminus-neg { color: #222; font-size: 85%; }
.mw-plusminus-null { color: #000; font-size: 85%; }