Difference between revisions of "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!

(Blanked the page)
Line 1: Line 1:
 +
/* 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;
 +
}

Revision as of 17:49, 15 January 2017

/* 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;
}