Monaco files/wymun

From the group that combats the Wikia skin, the Anti-Wikia alliance.
Jump to: navigation, search
.color1 {
   background-color: #4F2170;
   color:            White;
}
 
.color1 a {
   color:            #White;
}
 
.color2 {
   background-color: 	White;
}
 
.accent {
       background-color: White; /*a tint of .color1*/
       border-color: #4F2170; /*same as .color1's background*/
       color: Black; /*text color that looks appropriate on the background-color*/
}

.neutral {
       background-color: White; /*a color that offsets slightly from the main article background color*/
       border-color: #777777; /*a border color that looks good*/
       color: Black; /*text color that looks appropriate on the background-color*/
}

#wikia_header {
         background: #FFFFFF url(http://images3.wikia.nocookie.net/__cb20100516174948/wymun/images/2/2f/Header_2.png) no-repeat;
         width:1250px;
         border:0px;
         height:240px;
         margin: 0 auto;
}

#wiki_logo {
        border:0px;
        background: transparent !important;
}

#wiki_logo a {
         border:0px;
         background_color: #FFFFFF;
         margin-top:-240px;
         left:-240px
         width:500px;
         height:240px;
}

* html #wikia_logo {
	border:0px;
}

#accent_graphic1 {
   background-image: url(http://images2.wikia.nocookie.net/__cb20100516180135/wymun/images/9/98/Accent_2.png);
   height: 757px;
   margin-left: -150px;
   top: 0px;
   width: 453px;
   z-index: 0;
}

* html body #background_accent1 {
    background-image: none;  
}

#accent_graphic2 {
   background-image: url(http://images2.wikia.nocookie.net/__cb20100516180732/wymun/images/2/28/Accent_1.png);
   height: 757px;
   margin-right: -150px;
   top: 0px;
   width: 453px;
   z-index: 0;
}

* html body #background_accent2 {
    background-image: none;
}

#body div.monaco_shrinkwrap {
    max-width: 1370px;
    margin:0 auto;
}

* html body div.monaco_shrinkwrap {
    left: auto;
    margin-left: auto;
    width: 100%;
}

#page_bar {
 background-image: -moz-linear-gradient(top, #4F2170 20%, #260F54 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#4F2170), to(#260F54));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#4F2170", EndColorStr="#260F54");
        border-color: #FFFFFF;
	color: #FFFFFF;
	-moz-box-shadow: 0 0 0 1px #4F2170;
	-webkit-box-shadow: 0 1px 0 #4F2170, 0 -1px 0 #4F2170, 1px 0 0 #4F2170, -1px 0 0 #4F2170;
 font-family: "Trebuchet", Arial;
 margin: 0px;
}

ul { list-style-image: url(http://images2.wikia.nocookie.net/__cb20100610181025/wymun/images/7/7a/Bullet.png); }
.portlet ul { list-style-image: url(http://images2.wikia.nocookie.net/__cb20100610181025/wymun/images/7/7a/Bullet.png); }

#navigation a, .navigation {
   background-color: #FFFFFF;
   font-family: "Trebuchet", Arial;
}

#navigation a:hover, .navigation-hover {
   background-color: #C6AADB;
   font-family: "Trebuchet", Arial;
}

.rounded_corners, #wikia_page, #search_box, #link_box, #navigation_widget, #sidebar_1 dl, .community_details, #page_bar, .wk_blogs_title, #toc, div.thumb div {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#user_masthead {
        background-image: -moz-linear-gradient(top, #4F2170 20%, #260F54 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#4F2170), to(#260F54));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#4F2170", EndColorStr="#260F54");
        color: #FFFFFF !important;
}

#user_masthead li.selected {
        background-image: -moz-linear-gradient(top, #260F54 20%, #4F2170 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#260F54), to(#4F2170));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#260F54", EndColorStr="#4F2170");
        color: #FFFFFF !important;
}

#user_masthead li.a {
        background-image: -moz-linear-gradient(top, #4F2170 20%, #260F54 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#4F2170), to(#260F54));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#4F2170", EndColorStr="#260F54");
        color: #FFFFFF !important;
}

#page_tabs li:hover {
	background: #C6AADB;
}

#widget_sidebar {
   top: -176px;
}

.widget dt
{
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  padding-left:5px;
}

.sidebar .widget .widget_title {
        background-image: -moz-linear-gradient(top, #4F2170 20%, #260F54 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#4F2170), to(#260F54));
	filter:progid:DXImageTransform.Microsoft.Gradient (endColorstr='#260F54', startColorstr='#4F2170', gradientType='0');
	outline: 1px solid #FFFFFF;
        border-color: #FFFFFF;
	color: #FFFFFF;
        font-family: "Trebuchet", Arial;
	-moz-box-shadow: 0 0 0 1px #4F2170;
	-webkit-box-shadow: 0 1px 0 #4F2170, 0 -1px 0 #4F2170, 1px 0 0 #4F2170, -1px 0 0 #4F2170;
}	

#catlinks {
	padding: 5px;
	color: #4F2170;
	background-color: #C6AADB;
        border: 1px solid #4F2170;
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-bottomright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       -moz-border-radius-bottomleft: 0.4em;
}

#page_tabs li, #sidebar_1 dt {
       -moz-border-radius-topright: 0.4em;
       -moz-border-radius-topleft: 0.4em;
       font-family: "Trebuchet", Arial;
}


.header-button,
button: {
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #4F2170 20%, #260F54 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#4F2170), to(#260F54));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#4F2170", EndColorStr="#260F54");
        border-color: #FFFFFF;
	color: #FFFFFF;
        font-family: "Trebuchet", Arial;
	-moz-box-shadow: 0 0 0 1px #4F2170;
	-webkit-box-shadow: 0 1px 0 #4F2170, 0 -1px 0 #4F2170, 1px 0 0 #4F2170, -1px 0 0 #4F2170;
}

.header-button:hover,
button:hover {
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #4F2170 20%, #260F54 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#4F2170), to(#260F54));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#4F2170", EndColorStr="#260F54");
        border-color: #FFFFFF;
	color: #C6AADB;
        font-family: "Trebuchet", Arial;
	-moz-box-shadow: 0 0 0 1px #4F2170;
	-webkit-box-shadow: 0 1px 0 #4F2170, 0 -1px 0 #4F2170, 1px 0 0 #4F2170, -1px 0 0 #4F2170;
}

.header-button:active,
button:active {
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #260F54 20%, #4F2170 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#260F54), to(#4F2170));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#4F2170", EndColorStr="#260F54");
        border-color: #FFFFFF;
	color: #C6AADB;
        font-family: "Trebuchet", Arial;
	-moz-box-shadow: 0 0 0 1px #4F2170;
	-webkit-box-shadow: 0 1px 0 #4F2170, 0 -1px 0 #4F2170, 1px 0 0 #4F2170, -1px 0 0 #4F2170;
}


a.wikia-button,
a.wikia-button:visited,
span.wikia-button a,
span.wikia-button a:visited,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	background-color: #00689A;
	background-image: -moz-linear-gradient(top, #4F2170 20%, #260F54 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#4F2170), to(#260F54));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#4F2170", EndColorStr="#260F54");
	outline: 1px solid #FFFFFF;
        border-color: #FFFFFF;
	color: #FFFFFF !important;
        font-family: "Trebuchet", Arial;
	-moz-box-shadow: 0 0 0 1px #260F54;
	-webkit-box-shadow: 0 1px 0 #260F54, 0 -1px 0 #260F54, 1px 0 0 #260F54, -1px 0 0 #260F54;
}

/* Hover and Active states */
a.wikia-button:hover,
span.wikia-button a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
       background-color: #00689A;
	background-image: -moz-linear-gradient(top, #4F2170 20%, #260F54 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#4F2170), to(#260F54));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#4F2170", EndColorStr="#260F54");
	outline: 1px solid #FFFFFF;
        border-color: #FFFFFF;
	color: #C6AADB !important;
        font-family: "Trebuchet", Arial;
	-moz-box-shadow: 0 0 0 1px #260F54;
	-webkit-box-shadow: 0 1px 0 #260F54, 0 -1px 0 #260F54, 1px 0 0 #260F54, -1px 0 0 #260F54;
}

a.wikia-button:active,
span.wikia-button a:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active {
	color: #C6AADB !important;
        font-family: "Trebuchet", Arial;
	background-image: -moz-linear-gradient(top, #260F54  20%, #4F2170 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#260F54), to(#4F2170));
        filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#4F2170", EndColorStr="#260F54");
	outline: 1px solid #FFFFFF;
}