User:Tomeksowi/monobook.css

Source: 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.
/*
	Wikipedia - Dark grey w/ nicer search box
	By cupcake
	http://userstyles.org/styles/4325
*/

*{background-color: transparent !important; color: lightgrey !important;}
div#siteNotice{display:none !important;}
p{border: none !important;}
a{color: lightgrey !important;}
a:visited{color: #3366FF !important;}
a:link{color: white !important; font-weight: bold !important;}

#content {
font-family: trebuchet, arial !important; 
font-size: 12pt !important; border: 0 !important
}

body {
	background: #333 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAFCCAMAAAAHcEfNAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABvUExURRMTExISEjMzMzQ0NBERES8vLzExMTIyMjAwMC0tLSEhISoqKh4eHhgYGCUlJSsrKygoKBYWFiMjIxQUFBUVFRsbGycnJx0dHSwsLBoaGhwcHCYmJi4uLh8fHyIiIhkZGSkpKRcXFzU1NSAgICQkJHYC6T4AAAC+SURBVHjadIyJEoIwDETTAnIICnKo4IHH/3+j6TYEcJQ3ecm6TonIMKGO8/S5K5RtpF12hD7UX0Jk/5JZ/IMWbxtJRl92Xy2uxQ3j3VCFqegBOwqkYsUZvvN207Jb0CO53dMR9JSzc/VMRleQKS+9buCwYqe84QHj3FHJM/B0NPJdIpfKSNsv9uKZE5zy9qTKRSalSBxxjn6QMN7rK6EN0uYPFo55x4oVAsmB9lbaQC7XTTylCXRPWLS8PwIMAMwsDV3xKEP4AAAAAElFTkSuQmCC") top left repeat-x !important;
}




#content { 
  -moz-border-radius-topleft: 1em !important; 
  -moz-border-radius-bottomleft: 1em !important;
}
#div.pBody {
  -moz-border-radius-topright: 1em !important;
  -moz-border-radius-bottomright: 1em !important;
}

#p-logo a { background: url(http://b.imagehost.org/0381/wikilogo_2.png) 35% 50% no-repeat !important; }

.searchButton {
    width: 20px !important;
    height: 20px !important;
    border: none !important;  
    font-size: 0 !important;
    background-color: #FFF !important;
    } 
 
#searchGoButton {
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/3/33/Nuvola_apps_bookcase.png/20px-Nuvola_apps_bookcase.png) !important;
    }
 
#mw-searchButton {
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/20px-Searchtool.svg.png) !important;
    }
 
#searchInput {
    border: 1px solid !important;
    -moz-border-radius: 10px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    width: 110px !important;
    border-color: #AAA !important;
    margin: 5px !important;
    }