User:Super Sword-chucks/monaco.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump 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.
/* Changing the Masthead's color */
#user_masthead.accent { color: #000000; }
#user_masthead h2 { color: #000000; }
.dark_text_1 { color: #CC1100; }
.dark_text_2 { color: #CC1100; }
#user_masthead {   background:#B8860B;  color:#FFFFFF; }
#user_masthead #user_masthead_tabs li { background-color: #FFFFFF; }
#user_masthead #user_masthead_tabs li a { color: #B8860B; background-color: #FFFFFF;
 }
#user_masthead #user_masthead_tabs li.selected { background-color: #CC1100 !important; }
#user_masthead #user_masthead_tabs li.selected a { color: #FFFFFF !important; background-color: #CC1100;
 }
.masthead-regular #page_bar, .masthead-special #page_bar {  background-color: #CC1100 !important; }
.masthead-regular #page_bar a, .masthead-special #page_bar a {  color: #B8860B !important; }

/* Halving the size of the Masthead */
#user_masthead_head { display:name; }
#user_masthead img { height:50px !important; width:50px !important;}

/* Changing the Article section */
#page_bar {
   background-color: #B8860B;
}

#page_controls a {
   color:            #CC1100 !important;
}

#page_tabs li {
   background-color: #White;
}

#page_tabs li.selected {
   background-color: White;
}

/*Latest Activity widget*/
.accent {
background-color:#FFFFFF;
border-color:#B8860B;
color:#000000;
}