User:Gracefool/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.
/* 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%; }