Difference between revisions of "User:Seb26/vector.css"
(Created page with "→General: body { direction: ltr !important; } tt, code, pre { font-family: monospace, sans-serif; } code, pre { word-wrap: break-word; background: #F...") |
(this is getting quite annoying) |
||
Line 21: | Line 21: | ||
#pagehistory .mw-rollback-link { display: inline !important; } | #pagehistory .mw-rollback-link { display: inline !important; } | ||
.trusted { opacity: 0.9; color: black !important; } | .trusted { opacity: 0.9; color: black !important; } | ||
+ | a.new, #quickbar a.new { color: #C20 !important; } | ||
/* Diff styling */ | /* Diff styling */ |
Revision as of 23:25, 2 July 2011
/* General */ body { direction: ltr !important; } tt, code, pre { font-family: monospace, sans-serif; } code, pre { word-wrap: break-word; background: #F7F7F7; border: 1px solid #CECECE; } code { border: none; } input#wpNick { width: 512px; } div.patrollink { display: none; } table.lang-title { background: #eef3e2; } .mw-plusminus-pos { color: green; } .mw-plusminus-neg { color: red; } #wpTextbox1 { line-height: 1.5em; padding: 0.25em; background: #f9f9f9; border: 1px solid #CECECE; direction: ltr !important; } .mw-userlink { font-weight: normal !important; } /* Recent Changes */ a.mw-userlink[title="User:Seb26"] { color: #0070FF !important; } .mw-rollback-link { display: none; } #mw-diff-ntitle2 .mw-rollback-link { display: inline !important; } #pagehistory .mw-rollback-link { display: inline !important; } .trusted { opacity: 0.9; color: black !important; } a.new, #quickbar a.new { color: #C20 !important; } /* Diff styling */ .diffchange { background: #E72525; color: white; font-weight: normal; } td.diff-addedline { font-family: monospace; font-size: 1.5em; } td.diff-deletedline { background: #ffa; font-family: monospace; font-size: 1.5em; } td.diff-context { background: #eee; font-family: monospace; font-size: 1.5em; } .diff-file { font-size: 1.5em; }