User:RoToRa/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.
/* set font size to user default */
body, #globalWrapper {
   font-size: 100%;
}

html body input[type="submit"],
html body input[type="reset"],
html body input[type="button"],
html body button {
   border-width: 2px;
   border-style: outset;
   -moz-border-radius: 0.25em;
}

/* Remove ugly lower-case transformations */
.portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { 
    text-transform: none;
}

/* Move content down, to have more space at the top */
#content {
   margin-top: 3.3em;
}
#p-cactions {
   top: 1.8em;
}
#p-personal {
   top: .5em;
}

/* Bring back link underlines in content */
#content a {
   text-decoration: underline !important;
}

/* hide ugly white borders around floated elements */
.floatright, .floatleft {
   border-color: transparent !important;
}

#siteSub {
   display: block;
}

#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
}
#content { 
  -moz-border-radius-topleft: 0.5em; 
  -moz-border-radius-bottomleft: 0.5em;
}
div.pBody {
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
}

#p-cactions-bottom {
    margin: -0.3em 0 0  11.5em;
    white-space:nowrap;
    line-height: 1.1em;
    overflow: visible;
    border-collapse: collapse;
    padding: 0 0 0 1em;
    list-style: none;
    font-size: 95%;
}
#p-cactions-bottom .hiddenStructure { display: none; }
#p-cactions-bottom li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-top: none;
    padding: 0.1em 0 0 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: White;
}
#p-cactions-bottom li.selected {
    border-color: #fabd23;
    padding: 0.2em 0 0 0;
}
#p-cactions-bottom li a {
    background-color: White;
    color: #005189;
    border: none;
    padding: 0.3em 0.8em 0 0.8em;
    text-decoration: none;
    position: relative;
    margin: 0;
}
#p-cactions-bottom li.selected a { z-index: 3; }
#p-cactions-bottom .new a { color:#ba0000; }
#p-cactions-bottom li a:hover {
    z-index: 3;
    text-decoration: none;
}
#p-cactions-bottom h5 { display: none; }
#p-cactions-bottom li.istalk { margin-right: 0; }
#p-cactions-bottom li.istalk a { padding-right: 0.5em; }
#ca-addsection-bottom a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}
/* offsets to distinguish the tab groups */
li#ca-talk-bottom { margin-right: 1.6em; }
li#ca-watch-bottom { margin-left: 1.6em; }

/* comment out if bottom tabs should be rounded as well in moz */
#p-cactions-bottom li, #p-cactions-bottom li a { 
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
}

.editsection {
   clear: both;
}

sup {
   vertical-align: top;
   position: relative;
   top: -0.4em;
   opacity: 0.5;
}