User:Tobias Alcaraz/common.css

From Mine Blocks Wiki
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Changing the top links bar (with your profile, discussion, etc.) to make it cooler. ;P */
#p-personal {
   background: #333;
   width: 100%;
   text-align: center !important;
   border-bottom: 1px solid #444;
   position: fixed;
   left: 0px;
   top: -0px;
   z-index: 1;
}

#p-personal a {
color: #00EEEE !important;
}

#p-personal a:hover {
color: #00FFFF !important;
}

/* Test */
#p-personal:after {
content: 'mine blocks wiki';
color: gray;
font-variant: caps-small;
text-align: right;
border-top: 2px solid gray;
border-bottom: 2px solid gray;
}