User:Zoadra/vector.css: Difference between revisions

From Pikmin Fanon
m (moved User:Peanut64/vector.css to User:Wraith/vector.css: Automatically moved page while renaming the user "Peanut64" to "Wraith")
m (Zoadra moved page User:Wraith/vector.css to User:Zoadra/vector.css without leaving a redirect: Renamed my account)
 
(No difference)

Latest revision as of 22:53, 7 November 2023

.color1 {
   background-color: #06A600;
   color:            #00F170;
}

#page_controls a {
   color:            #1F6900
!important;
}

#wikia_page {
   background-color: #F1F1F1;
}

.color2 {
   background-color:  #00F150;
}

.widget_title {
   color:#F1F1F1
   !important;
}

#wikia_logo {
   background-image: url();
}
* html #wikia_logo {
   background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='crop');
}

.accent {
   background-color: #F1F1F1;
}

#user_masthead h2 {
   color: #F1F1F1;
}

.dark_text_1 {
    color: #F1F1F1;
}

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: #F1F1F1;
	background-image: -moz-linear-gradient(top, #F1F1F1 20%, #C0C0C0 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#F1F1F1), to(#C0C0C0));
	border-color: #FFFFFF;
	box-shadow: 0 1px 0 #484848, 0 -1px 0 #484848, 1px 0 0 #484848, -1px 0 0 #484848;
	color: #000000;
	-moz-box-shadow: 0 0 0 1px #484848;
	-webkit-box-shadow: 0 1px 0 #484848, 0 -1px 0 #484848, 1px 0 0 #484848, -1px 0 0 #484848;
}

/* IE Styles */
a.wikia-button,
span.wikia-button a,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#FFF1F1F1", EndColorStr="#FFC0C0C0");
	outline: 1px solid #484848\9;
}

/* 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 {
	text-shadow: #FFFFFF 0 1px 1px;
}

a.wikia-button:active,
span.wikia-button a:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active {
	color: #000000;
	background-image: -moz-linear-gradient(top, #C0C0C0 20%, #F1F1F1 70%);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#C0C0C0), to(#F1F1F1));
}