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!

(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* Changing the top links bar (with your profile, discussion, etc.) to make it cooler. ;P */
 
/* Changing the top links bar (with your profile, discussion, etc.) to make it cooler. ;P */
 
#p-personal {
 
#p-personal {
   background: #333;
+
   background: #333 !important;
   width: 100%;
+
   width: 100% !important;
 
   text-align: center !important;
 
   text-align: center !important;
   border-bottom: 1px solid #444;
+
   border-bottom: 1px solid #444 !important;
   position: fixed;
+
   position: fixed !important;
   left: 0px;
+
   left: 0px !important;
   top: -0px;
+
   top: -0px !important;
   z-index: 1;
+
   z-index: 1 !important;
 
}
 
}
  
Line 21: Line 21:
 
/* Test */
 
/* Test */
 
#p-personal:after {
 
#p-personal:after {
content: 'mine blocks wiki';
+
content: 'mine blocks wiki' !important;
color: gray;
+
color: gray !importrant;
font-variant: caps-small;
+
font-variant: caps-small !important;
text-align: right;
+
text-align: right !important;
border-top: 2px solid gray;
+
border-top: 2px solid gray !important;
border-bottom: 2px solid gray;
+
border-bottom: 2px solid gray !important;
 
}
 
}

Revision as of 17:57, 15 January 2017

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