User:Patrick/standard.css
From Wikipedia, the free encyclopedia
If a message on your talk page led you here, please be wary of who left it. Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. If this is a .js page, the code will be executed when previewing the page.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/* 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; }