/*** 
CUSTOMIZATION BY
[[User:Balistic Pve]]
***/
.color1, .color1 a {
   background-color: Black;
   color:            White;
}

#link_box, #link_box a {
   color: #3366cc;
}

body { background-image: url('http://images.wikia.com/tenchi/images/2/26/Background.png'); 

/* white wikia logo */
#wikia_logo {
   background-image: url(http://images.wikia.com/fringe/images//6/62/WikiaLogo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/fringe/images//6/62/WikiaLogo.png', sizingMethod='crop');
}

/* white header button */
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/fringe/images//9/90/HeaderButton.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/fringe/images//9/90/HeaderButton.png', sizingMethod='crop');
}

#wikia_footer {
   color: White;
}

#wikia_footer th a {
color:white;
}

#wikia_footer td a {
color:white;
}

#wikia_page {
border:1px solid Black;
}

.widget {
border:1px solid Black;
}

/* black header */
#wikia_header { 
color: White;
border-color: Black;
background-image: url('http://images.wikia.com/tenchi/images/2/26/Background.png');
}

#wikia_header .headerMenuButton * {
color:black;
}

#userData a {
color: White;
}

#wikiaBranding a {
color: White;
}

#header_username a {
color: White;
}

#page_bar {
   background-color: #00008B;
}

/* TAB AROUND EDIT BUTTON */

#control_edit {
  background: #FFF;
  padding: 0 8px !important;
  height: 27px;
  margin-top: 5px;
}
#control_edit div {
  display: none;
}
#ca-edit {
  color: #000;
  font-family: arial;
  font-weight: bold;
  line-height: 27px;
}

#control_viewsource {
  background: #FFF;
  padding: 0 8px !important;
  height: 27px;
  margin-top: 5px;
}
#control_viewsource div {
  display: none;
}
#ca-viewsource {
  color: #000;
  font-family: arial;
  font-weight: bold;
  line-height: 27px;
}