User:Derik/monaco.css: Difference between revisions

From MediaWiki
Jump to navigationJump to search
Derik (talk | contribs)
New page: #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;...
 
Derik (talk | contribs)
No edit summary
Line 1: Line 1:
#background_strip {
#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;
   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;
}
}


#accent_graphic1 {
#link_box {
   background-image: url(http://images.wikia.com/transformers/images/6/6b/TFA_style_ziptone_bg.gif);
   background-color: #efefff;
  height: 155px;
  width: 300px;
}<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>
}<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>

Revision as of 20:21, 12 June 2008

#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>