User:Leif/monobook.css

From Noisebridge
< User:Leif
Revision as of 19:03, 12 October 2012 by Leif (talk | contribs) (can actually use !important to set the logo, instead of the :after pseudo-element)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.
* { 
 background: black !important; 
 color:#bb0 !important; 
 border-color:#bb0 !important;
 font-family:monospace !important;
}

a { color: #ff0 !important }
a:focus { background: #ff0 !important; color: #000 !important; outline:none; }

input { border: 1px; border-style:dotted; color:#ff0 !important }
input:focus { border-color: #ff0 !important; border:solid 1px; }

ul, .portlet ul { list-style-image: none }

#searchBody { border: none }

#p-logo a { background: url(https://www.noisebridge.net/images/thumb/5/5b/NB_rainbow_on_white.png/131px-NB_rainbow_on_white.png) no-repeat 35% 50% !important; }
#p-logo a:hover { outline:25px dotted }