User:Derik/monaco.css

From MediaWiki
Revision as of 20:22, 12 June 2008 by Derik (talk | contribs)
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#background_strip {
   background-color: white;
}

#accent_graphic1 {
   background-image: url(http://images.wikia.com/transformers/images/6/6b/TFA_style_ziptone_bg.gif);
   height: 155px;
   width: 300px;
}

#wikia_header {
   background-color: darkblue;
   border-color:     white;
}

#wikia_logo {
   background-image: url(http://images.wikia.com/help/images//b/b2/Whitelogo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images//b/b2/Whitelogo.png', sizingMethod='crop');
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/help/images//d/dc/Whiteheaderbutton.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images//d/dc/Whiteheaderbutton.png', sizingMethod='crop');
}

.headerMenu, .headerMenu a {
   background-color: white;
   color:            black;
   -moz-opacity:     .95;
   opacity:          .95;
}

.widget dt {
   background-color: darkblue;
}

#search_box {
   background-color: darkblue;
}

#page_bar {
   background-color: red;
}

#page_controls a {
   color:            White !important;
}

#link_box {
   background-color: #efefff;
}<div id="wikia-credits"><br /><br /><small>From [http://transformers.wikia.com Teletraan I: The Transformers Wiki], a [http://www.wikia.com Wikia] wiki.</small></div>