User:Yesac/monobook.css

From Noisebridge
< User:Yesac
Revision as of 16:39, 1 February 2013 by Yesac (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:#080 !important; 
 border-color:#080 !important;
 font-family:monospace !important;
}

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

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

ul { list-style-image: none }

#p-logo a, #p-logo a:hover { background-position:-200px 0px !important; }

#p-logo a:after {
  position:absolute; top:0; left:0; height: 155px; width: 12.2em;
  background: #080 url(https://www.noisebridge.net/images/thumb/3/3d/Nosebridge_simple.png/131px-Nosebridge_simple.png) no-repeat 35% 50%;
  text-decoration: none;
  content:' '; /* to make the element actually appear */
}
*/