Difference between revisions of "User:Kennethau/monobook.css"

From DEW Robotics
Jump to: navigation, search
Line 1: Line 1:
/* make the background behind the content area and the tabs a light grey */
+
/* Transform the user toolbar into a sidebox */
#content, #content table
+
#p-personal {
#p-cactions ul li a { background: #f5f5f5; }
+
    position:relative;
 +
    z-index:3;
 +
    width: 11.6em;
 +
}
 
   
 
   
/* stop background image from scrolling with content area */
+
#p-personal .pBody {
body { background-attachment: fixed; }
+
    width: 11.6em;
+
    border: none;
/* replace the book in the background with something else */
+
    margin: 0 0 0.1em 0em;
body { background: Purple; }
+
    float: none;
+
    overflow: hidden;
/* changes the background of pre areas  */
+
    font-size: 95%;
pre { background: White }
+
    background: White;
+
    border-collapse: collapse;
/* change the logo */
+
    border: 1px solid #aaaaaa;
#p-logo a { background: url(http://en.wikipedia.org/upload/wiki.png) 35% 50% no-repeat !important; }
+
    padding: 0.3em 0.5em 0.3em 0.3em;
+
}
/* don't use any logo, move the boxes onto that area instead */
 
#p-logo { display: none }
 
#column-one { padding-top: 0; }
 
 
/* suppress the person icon by your username */
 
li#pt-userpage { background: none }
 
 
/* use browser prefs for text size and font */
 
body, #globalWrapper { font: inherit !important; }
 
 
   
 
   
/* always underline links */
+
#p-personal ul {
:link { text-decoration: underline; }
+
    line-height: 1.5em;
 +
    list-style-type: square;
 +
    list-style-image: url("/style/monobook/bullet.gif");
 
   
 
   
/*Display body content in a narrower column for easier reading*/
+
    font-size:95%;
/*adjust percentages as desired*/
+
    margin: 0 0 0 1.5em;
div#bodyContent {
+
    padding:0;
  width: 50%;
+
    text-align:left;
  line-height: 105%;
+
    text-transform: none;
 
}
 
}
 
   
 
   
/* change background of unselected tabs */
+
#p-personal li {
#p-cactions ul li a { background: #C7FDC7; }
+
    display: list-item;
+
    padding:0;
/* change background of selected tabs */
+
    margin: 0 0 0 0;
#p-cactions ul li.selected a { background: white; }
+
     margin-bottom: 0.1em;
 
/* change border background of selected tabs */
 
#p-cactions li.selected { border-color: #aaaaaa; }
 
 
/* tab bottom not removed on hover */
 
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
 
#p-cactions li.selected a:hover { z-index: 3; }
 
 
/* style the search box and the buttons below it */
 
input.searchButton {
 
     background-color: #efefef !important;
 
    border: 1px outset !important;
 
 
}
 
}
#searchInput { border: 1px inset !important; }
 
 
   
 
   
/* standard link colors */
+
/* suppress the person icon by your username and by anon IP */
:link { color: #0000FF; }
+
/* needed if not already in place */
:link:visited { color: #7F007F; }
+
li#pt-userpage { background: none }
:link:active, :link.new { color: #FF0000; }
+
li#pt-anonuserpage { background: none }
:link.interwiki, :link.external { color: #3366BB; }
 
:link.stub { color: #772233; }
 
 
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
 
pre { overflow: auto; }
 
 
/* strikeout Upload File link as a reminder to upload to Commons instead */
 
li#t-upload { text-decoration: line-through; }
 

Revision as of 06:30, 14 February 2010

/* Transform the user toolbar into a sidebox */
#p-personal {
    position:relative;
    z-index:3;
    width: 11.6em;
}
 
#p-personal .pBody {
    width: 11.6em;
    border: none;
    margin: 0 0 0.1em 0em;
    float: none;
    overflow: hidden;
    font-size: 95%;
    background: White;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0.3em 0.5em 0.3em 0.3em;
}
 
#p-personal ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("/style/monobook/bullet.gif");
 
    font-size:95%;
    margin: 0 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}
 
#p-personal li {
    display: list-item;
    padding:0;
    margin: 0 0 0 0;
    margin-bottom: 0.1em;
}
 
/* suppress the person icon by your username and by anon IP */
/* needed if not already in place */
li#pt-userpage { background: none }
li#pt-anonuserpage { background: none }