Monaco files/homeworld

From the group that combats the Wikia skin, the Anti-Wikia alliance.
Jump to: navigation, search
/* 
                       Monaco style customization
                       Created by Sky_walker 2008

#id
.class

*/

#page_bar {
   background-color: #003b83;
   background-image: url(http://images.wikia.com/homeworld/images/8/86/Page_bar.gif);
}


/*                      Navigation menu */
.widget dt, #search_box, #userloginRound .r_boxContent .boxHeader{
   background-image: url(http://images.wikia.com/homeworld/images/5/5b/Widgetdt.jpg);
}

.menu-item a{
   font-weight: normal;
   font-size: 11px;
}

.menu-item a:hover{ /* change color when hovered */
   background-color: #eeeeee !important;
   color: #000033 !important;
}

.menu-item em{
   color: #000099;
}

.menu-item a:hover em{
   color: #0000cc !important;
   left: 192px;   /*this makes arrows move*/
}

.menu-item{  /*Adding this for less transparent background in submenus*/
   background-image: url(http://images.wikia.com/homeworld/images/b/b5/Alpha25.png);
}

.navigation-hover{  /*class defines the color used in menu, when you go to submenu*/
   background-color: #dfdfdf !important;
}
    /*these small elements below nav links ;)*/
#navigation_widget table a {
   font-weight: normal;
   font-size: 10px;
   text-decoration: none;
   margin-left: 10px;
}
#navigation_widget table ul, #navigation_widget table li {
	marker-offset: 0px;
        padding: 0px;
}

#navigation_widget table {
   background-color: #eeeeff; margin-left: 1px;
   background: transparent;
}
#link_box {  /* adding transparent background to make it look better */
   background: transparent;
   background-image: url(http://images.wikia.com/homeworld/images/7/70/Bluealpha35.png);
}


/*                      Wikia logo & gaming hub link*/
#wikia_logo {
   background-image: url(http://images.wikia.com/homeworld/images/3/3c/Monaco_wikia.png);
   /*margin-left: 4px;*/
}
* html #wikia_logo {
   background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/homeworld/images/3/3c/Monaco_wikia.png', sizingMethod='crop');
}

#headerButtonHub { /*Gaming hub */
   position: absolute; left: -69px;
   *left: -50px; /*IE 7.0 and below hack */ 
}

#headerMenuHub{
   position: absolute; left: -5px;
}

/*version for logged-in user*/
/* #request_wiki{ */
/* brother operator, the + thing is used to solve problem with difference between positioning of text for logged-in and logged-off people.*/
/*   font-size: 11px;
   text-decoration: none;
   position: relative !important; left: 32px !important; top: 3px !important;
   /*background-color: #3366cc;   That's bg color used in image Request_wiki.png*/
   color: white !important;
   text-transform: uppercase; font-weight: bold;
   padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
   
   background-image: url(http://images.wikia.com/homeworld/images/9/96/Request_wiki.png);
}*/

/*version for guest:*/
/* #userData #request_wiki{ 

   font-size: 11px;
   text-decoration: none;
   position: relative !important; left: 0px !important; top: -3px !important;
   color: white !important;
   text-transform: uppercase; font-weight: bold;
   padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
   
   background-image: url(http://images.wikia.com/homeworld/images/9/96/Request_wiki.png);
} */

/*                      Community widget */
.WidgetCommunity b a{ /* user name */
   text-decoration: none !important;
   color: #003b83 !important;
}
#101-my-menu{
   background-color: #0000ff;
   /* This doesn't want to work :(
   text-decoration: none !important;
   color: black !important; */
}
.WidgetCommunity ul{
   background-color: #eeeeff; /*background of Latest Activity list*/
}
.WidgetCommunity h3{
   background-color: #eeeeee; /*background of Latest Activity text*/
}

/*                      Wikia footer */
#wikia_footer {
   font-size: 11px;
   background-color: #eeeeff; 
   border: solid 1px #ddddff;
}
#spotlight_footer {
   background-color: #eeeeff; 
   border: solid 1px #ddddff;
}
#wikia_corporate_footer {
   background-color: #eeeeff; 
   border: solid 1px #ddddff;.mw-specialpagesgroup
}

/*                      Related to image background */
.widget {  /*makes widgets bit transparent*/
   background: transparent;
   background-image: url(http://images.wikia.com/homeworld/images/4/4e/Alpha80.png);
}

body { /*Adds image for background*/
background-image: url(http://images.wikia.com/homeworld/images/3/3c/Main_background.jpg);
background-repeat: no-repeat;
background-position: left top; 
}

#wikia_header{ background: transparent; border: 0px;} /* Hiding white bars behind logo */
#background_strip { background: transparent; border: 0px;}

#wiki_logo {display: none;} /* Removing logo, widgets go up */
#widget_sidebar {
  /* position: relative; top: -790px;  works, but sux*/
  position: absolute !important; top: -150px !important;
}

/*                      Other mods */
.widgetMore {
   font-size: 10px;
}

a.bigButton big { /*this and one below are buttons for Create an account.*/
   color:white !important;
}
 
a.bigButton big,a.bigButton small {
   background:transparent url(http://images.wikia.com/homeworld/images/c/cf/Big_button.png) no-repeat scroll 0 !important;
}

/* all messages for users: */
/* .usermessage { 
   border: none !important;
   background: transparent !important;
   background-image: url(http://images.wikia.com/homeworld/images/7/70/Bluealpha35.png);
   font-size: 11px !important;
   font-weight: normal !important;

   position: absolute; left: 0px; top: -85px; float: left;
}*/

.mw-specialpagesgroup { /*for Special:SpecialPages */
   background-image: url(http://images.wikia.com/homeworld/images/3/3e/Specialpagesgroup.jpg);
  height: 19px;
  color: white;
}

#welcome_header {
background-image: url(http://images.wikia.com/homeworld/images/3/3e/Specialpagesgroup.jpg);
color: white;
font-size: 14px;
margin-bottom: 3px;
}

/* additional images for these messages.*/
.usermessage .yhnm_img {
   width: 40px;
   height: 24px;
   background-image: url(http://images.wikia.com/homeworld/images/8/8e/Icon_hiig_scout.png);
   float: left;
}
.usermessage .yhnm_img2 {
   width: 40px;
   height: 24px;
   background-image: url(http://images.wikia.com/homeworld/images/4/4e/Icon_taiid_salv.png);
   float: left;
}
.usermessage .yhnm_img3 {
   width: 40px;
   height: 24px;
   background-image: url(http://images.wikia.com/homeworld/images/b/b0/Icon_somt_worker.png);
   float: left;
}
.usermessage .yhnm_img4 {
   width: 40px;
   height: 24px;
   background-image: url(http://images.wikia.com/homeworld/images/6/6b/Icon_prog_core.png);
   float: left;
}

/* Changing background for main page. Other definition is at Common.css */
.page-Main_Page #content, .page-Main_Page #article { background: url(http://images.wikia.com/homeworld/images/4/4a/Eh_main_page_bgv3.png); background-repeat: repeat-x; background-color: white;
}