Jump to content

User:Bob/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.
/* @import "http://en.wikipedia.org/w/index.php?title=User:Bob/externals.css&action=raw&ctype=text/css"; */
@import "http://en.wikipedia.org/w/index.php?title=User:Bob/script/addlimenu.css&action=raw&ctype=text/css";

#coordinates {
  top:4.5em;
}

/* I really like this font */
body {
  font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}

#bodyContent {
  font-size: .925em;
}

/* As much as I like this as a logo, it's making pages take too long to load and scroll:
#p-logo a { background: url(http://i109.photobucket.com/albums/n41/thesublime514/Temp/TesseractTransAnim2.gif) 35% 50% no-repeat !important; } */

/* Make more space between tabs */
li#ca-history {margin-left: 3px !important}
li#ca-edit {margin-right: 3px !important}

/* The 'Edit summary' box is way too crammed in the textarea box by default */
textarea { margin-bottom: 4px; }

/* make "From Wikipedia, the free encyclopedia" smaller and grayer */
#siteSub {
    font-size: 85%; color: #666;
}
 
/* suppress the person icon by your username */
li#pt-userpage { background: none }

/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}

.portlet a:hover {
 text-decoration: underline !important;
}

.portlet h5 {
	background: #E0E3E6;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: lowercase;
	font-size: 91%;
	font-weight: normal;
	white-space: nowrap;
}

.portlet li, #BodyContent li {
    list-style-type: square;
    list-style-image: url("/skins-1.5/monobook/bullet.gif");
}
.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:hover, #BodyContent a:hover {
   color: #000;
}

/* Gets rid of the border on the left of the nav boxes
   in rounders. Doesn't look so good in non-roundness. */
div.pBody { border-left:none; }

/* Make the personal toolbar be awesome */
#p-personal ul {
  /*border:1px solid #FABD23;
    border-width:0 0 1px 1px;
    background:#F8FCFF;*/
  float:right;
  padding:0 5px 2px 0;
  margin:0;
  background-image:url("http://upload.wikimedia.org/wikipedia/en/2/20/Nietzschecon.gif"); 
  background-repeat:no-repeat;
  background-position:left center;
}

#p-cactions {margin-top:3px;}
#content {top:5px;}

#p-personal a {
  padding:.5em;
  margin:0;
}

#p-personal li {
  margin:0;
  /*border-right:1px solid #aaa;*/
}

/* this might be slowing it down too much
body { 
  background: #f5f5f5 url(http://i109.photobucket.com/albums/n41/thesublime514/Temp/BlackSmokeSideways3.jpg) 0px 0px no-repeat; 
  background-attachment: fixed;
  background-position: left bottom;
}
*/

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }