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 !important;
   width: 100% !important;
   text-align: center !important;
   border-bottom: 1px solid #444 !important;
   position: fixed !important;
   left: 0px !important;
   top: -0px !important;
   z-index: 1 !important;
}

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

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

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