Jump to content

User:Fry/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/wiki.phtml?title=User:Bob/externals.css&action=raw&ctype=text/css";
 
/* Make more space between tabs */
li#ca-history {margin-left: 3px !important}
li#ca-edit {margin-right: 3px !important}
 
/* remove the ugly, recently-reinstated link underlines... psst. No one's works but mine. You have to decapitalize "body" in "bodyContent". */
/* #bodyContent a { text-decoration: none; } */
/* #bodyContent a:hover { text-decoration: none; } */
 
/* The 'Edit summary' box is way to crammed in the textarea box by default */
textarea { margin-bottom: 4px; }
 
/* remove "From Wikipedia, the free encyclopedia" */
#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;
}
 
/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], textarea {
    border: 1px solid #000 !important;
 
}
 
/*li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }*/
 
 .portlet li, #BodyContent li {
    /*list-style-image: url("/style/monobook/bullet.gif");*/
    list-style-type: square;
    list-style-image: url("/style/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 {text-decoration: none; color: #000 !important;}
 
/* 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 have roundness */
#p-personal ul {
  /* ooooh transparency */
   opacity:.8;
  -moz-border-radius-bottomleft:1em;
  border-color:rgb(250, 189, 35);
  border-width:1px;
  border-style:solid;
  background:#F8FCFF;
  /* if it weren't for this, that tool bar would stretch itself across the entire screen. */
   float:right;
  padding:0;
  padding-bottom:2px;
  padding-right:1px;
  border-top:none;
  border-right:none;
  margin:0;

   /* overrides 3px p-r that's above */
  padding-right:5px;
  background-position:left center;
}
 
 
#p-personal a {
  padding:.5em;
  margin:0;
}
 
#p-personal li {
  margin:0;
  border-right:1px solid rgb(170, 170, 170);
}
 
 
 
 
 
 
#p-nav,#p-search,#p-tb,#footer,#globalWrapper { opacity:1.00; }
 
 
 
 
 

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