User:Phoenix/monobook.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */ .infobox { background: white; border: 1px solid #900; margin-bottom: 5px; margin-left: 10px; padding: 5px; font-size: 90%; line-height: 150%; width: 40%; float: right; clear: right; background-color: white !important; } blockquote.quotation { border: 1px solid #4F9CA1; padding: 10px; display: block; line-height: 1.5em; } div.message { border: 2px solid #DBCB93; background: none repeat scroll 0 0 #FBF3D4; padding-left: 12px; padding-right: 12px; display: table; } table.diff td { padding: 0; } td.diff-marker { color: black; font-size: 1em; font-weight: normal; } td.diff-context, td.diff-deletedline, td.diff-addedline { border: none; border-radius: 0; } td.diff-context { background-color: #eee; } td.diff-deletedline { background-color: #ffa; } td.diff-addedline { background-color: #cfc; } td.diff-deletedline .diffchange, td.diff-addedline .diffchange { background: transparent; color: red; } /* _____________________________________________________________________________ * | | * | === WARNING: GLOBAL GADGET FILE === | * | Changes to this page affect many users. | * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. | * |_____________________________________________________________________________| * * Display diffs with the old yellow/green colors and design. */ table.diff td { padding: 0; } td.diff-marker { color: black; font-size: 1em; font-weight: normal; } td.diff-context, td.diff-deletedline, td.diff-addedline { border: none; border-radius: 0; } td.diff-context { background-color: #eee; } td.diff-deletedline { background-color: #ffa; } td.diff-addedline { background-color: #cfc; } td.diff-deletedline .diffchange, td.diff-addedline .diffchange { background: transparent; color: red; }