User:Patrick/standard.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.

/* don't use any logo, move the boxes onto that area instead */
#p-logo { display: none }
#column-one { padding-top: 0; }

/* standard link colors, see [[web colors]]  */
a { color: #FF0000; }
a:visited { color: #7F007F; }
a:active { color: #FF0000; }
a.new { color: #000080; }
a.interwiki, a.external { color: #3366BB; }

/*
 ** Diff rendering
 */
td.diff-addedline { background:#ccffcc;  font-size: 100%;}
td.diff-deletedline { background:#ffffaa;  font-size: 100%;}
td.diff-context { background:#eeeeee;  font-size: 100%;}

/* Page history styling */
/* the auto-generated edit comments */
.autocomment { color: brown; font-size: 90%; !important}
#pagehistory span.user { 
    margin-left: 1.4em; margin-right: 
    0.4em; font-size: 80%;
}
#pagehistory span.minor { font-weight: bold; }
#pagehistory li { border: 1px solid White; }
#pagehistory li.selected { 
    background-color:#f9f9f9;
    border:1px dashed #aaaaaa;
}