User:Popsracer/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.
body { font-family: Arial, Helvetica, sans-serif; 
       font-size: 75%;
        background: #ccf; 
       /* background: #557; */
}

/* standard link colors */ 

a { color: #0000FF; text-decoration: underline;} 
a:visited { color: #7F007F; } 
a:active, a.new { color: #FF0000; } 
a.interwiki, a.external { color: #3366BB; } 
a.stub { color: #772233; }

p {
    margin: 0.4em 0em 1.0em 0em;  /* set a real bottom margin */
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {font-family: Georgia,Serif;
                        color: #000033;
                        /* font-weight: normal; */}

h1 {font-size: 160%; font-weight: normal;}
h2 {font-size: 140%; font-weight: normal; border-bottom: none;} /* get rid of horiz line under headings */
h3 {font-size: 120%; font-weight: bold;}
h4 {font-size: 110%; font-weight: normal;}

.portlet {margin-left: 0.35em;
           background: #99c;
           -moz-border-radius: 1em;
}

.pBody {background-color: #f2f2f2; 
        
        font: Helvetica, Arial, sans-serif;}

#p-cactions ul li, #p-cactions ul li a { 
    -moz-border-radius-topleft: 0.5em; /* only works in Mozilla/Firefox and compat */
    -moz-border-radius-topright: 0.5em; 
}

ul { 
    list-style-image: none;
    list-style-type: disc;
   
}

div.thumb {
    margin-bottom: 0.5em;
    border-style: none; 
    width: auto;
    
}

.portlet h5 {
    text-transform: capitalize;
    width: 100%;
}

dt { font-weight: normal; }

div.thumb div {
    background-color:#ccc;
    border:1px solid #ccc;
    padding: 0px;
}

#catlinks {float: none;
            font-size: 80%;
           width: 100%;
    }

.portlet ul {
    line-height: 1.5em;
    list-style-type: none;
    list-style-image: none;
    font-size:95%;
}

pre {
    padding: 0em;
    border: none;
   
}