User:Schweiwikist/monobook.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Schweiwikist (talk | contribs) at 06:53, 19 February 2016 (tweaked it again). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.
.navpopup { 
  !important;
  font-family:      "Helvetica Neue"    !important;
  !important;
  font-size:        tiny   !important;
}
 /*
<pre>
*/
#p-about, #p-logo, #p-nav, #p-navigation, #p-search, #p-interaction, #p-tb, #p-lang, #p-coll-print_export, #p-wikibase-otherprojects {
font: x-small Helvetica Neue,"Helvetica Neue",serif;
font-size:104%;
position: fixed;
}
/* add ~1.4em every time they add a navigation link */
#p-interaction {
  margin-top: 186px;
  top: 10.3em;
}
#p-tb {
  margin-top: 192px;
  top: 19.3em;
}
#p-navigation {
  margin-top: 22px;
  top: 11em;
}
#p-search {
  margin-top: 172px;
  top: 34.7em;
}

#p-coll-print_export {
  margin-top: 272px;
  top: 34.7em;
}

#p-wikibase-otherprojects {
  margin-top: 302px;
  top: 34.7em;
}

/* Going to need to get creative with this one (why did they put the user bar/actions in the same div? why???) */
#p-lang {
  display: none; 
  margin-top: 368px;
  top: 34.7em;
}
#p-lang .pBody {
  height: 4.5em;
  
<!-- overflow: scroll; -->
}

body {
  background-attachment: fixed;
  padding-right: 1em;
}

#footer {
  margin-left: 13.6em;
  border-left: 1px solid #fabd23;
  border-right: 1px solid #fabd23;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
}

.pBody {
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  border-left: none 0;
}


#content {
    color:#000000;
    font: x-small Helvetica Neue,"Helvetica Neue",serif;
    font-size:108%;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    margin: 2.4em 1.0em 0 11.5em;  /* top right bottom left */
    border: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}
#p-cactions {
  margin-left: 15px;
    font: x-small Helvetica Neue,"Helvetica Neue",serif;
    font-size:92%;

}
#p-cactions li {
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  background-color: white;
}
// This chunk makes the menus draw your attention slightly

#column-one ul {opacity: 0.8;}
#column-one ul:hover {opacity: 1}



// This chunk makes the links in the body text
// less intrusive (and adds interactivity)
#bodyContent a {color: black; border-bottom: 1px solid #aaaaff;}
#bodyContent a:visited {color: #555555; border-bottom: 1px dotted #dddddd;}
#bodyContent p:hover a, #bodyContent li:hover a, #bodyContent blockquote:hover a {color: black; border-bottom: 1px solid blue; text-decoration:none;}
#bodyContent p:hover a:hover, #bodyContent li:hover a:hover, #bodyContent blockquote:hover a:hover {color: blue; text-decoration:none;}
#bodyContent a.new, #bodyContent a:visited.new {color: black; border-bottom: 1px solid red;}
#bodyContent p:hover a.new, #bodyContent li:hover a.new, #bodyContent blockquote:hover a.new {color: black; border-bottom: 1px solid red; text-decoration:none;}
#bodyContent p:hover a:hover.new, #bodyContent li:hover a:hover.new, #bodyContent blockquote:hover a:hover.new {color: red; text-decoration:none;}






#p-cactions li a {
  background: none transparent !important;
  border-bottom: solid white;
  padding-bottom: 1px;
}
#p-cactions #ca-editfirst a {
    padding-left: .4em;
    padding-right: .4em;
}
/*
</pre>
 */