User:Gunnar/monobook.css

From Cybis Wiki
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.
/* Koordinater i övre högra hörnet */
 #coordinates {  
  position:absolute;
  z-index:1;
  border:none;
  background:none;
  right:1.2em;
  top:3em;
  float:right;
  margin:0;
  padding:0;
  line-height:1.5em;
  text-align:right;
  text-indent:0;
  font-size:85%;
  text-transform:none;
  white-space:nowrap;
 }
 
 
div.topicon {
right:1.2em;
position: absolute; 
z-index: 10; 
top: 1.2em;
display: block !important;
}