User:Coderenius/vector.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
div#content h1, div#content #firstHeading {
  line-height: 1.6em;
    text-align: left !important;
    font-size: 2.1em !important;
}
#firstHeading i:first-child {
    font-style: normal !important;
}
 
#bodyContent {
    text-align: left !important;
    font-size: 14px !important;
  	line-height: 1.6 !important;
  	-webkit-font-smoothing: antialiased !important;
}
 
/*
 * border around the article
 */
#content {
    border: 0 !important;
}
 
body {
    background: #FFF !important;
}
 
#content {
    background: #FFF !important;    /* removes the border of the menu */
}
 
 
/*
 * hide things
 *
 */
 
#p-views, #p-namespaces {
	height: 2.25em !important;
	margin-right: 2em !important;
  	background-image: none !important;
  border-right: 1px solid #ccc !important;
}
 
#p-views a, #p-namespaces  a {
	height: 1.5em;
    padding: 0.75em 1em 0.5em;
}
 
#p-views ul, #p-namespaces ul  {
  background-image: none;
}
 
#p-views li, #p-namespaces li {
	background: transparent !important;
}
 
#p-views li.selected, #p-namespaces li.selected  {
	background: #fff !important;
}
 
#p-views span, #p-namespaces span  {
    border-left: 1px solid #ccc !important;
    background-image: none;
}
 
#mw-page-base {
height: 70px;
background: #f6f6f6;
border-bottom: 1px solid #ccc !important;
}
 
#right-navigation,#left-navigation {
margin-top: 2.22em;
}
#ca-unwatch.icon a, #ca-watch.icon a {
padding-top: 35px!important;
}
div.vectorMenu h3 a {
height: 35px!important;
background-image:none!important;
}
 
/*
 * searchbar
 */
 
#mw-head {
    height: 35px;
    background: #f0f0f0;   
    border-bottom: 1px solid #ccc;
 
}
#content , #simpleSearch {
    margin-top: 0 !important;
}
.imeselector {
    display: none !important;
}
 
#p-logo {
  left: 1em;
top: .2em;
width: 135px!important;
height: 28px!important;
}
#p-logo a {
width: 135px!important;
height: 28px!important;
background-position: 0 -110px!important;
}
 
div#mw-panel {
top: 0;
padding-top: 5em;
}
/* popups */
.navpopup {
border: solid #ccc 1px;
background-color: #EEE;
padding: 10px;
font-size: 8pt;
border-radius: 8px;
}