MediaWiki:Vector.css
acc fixes
← Older revision
Revision as of 20:03, 22 March 2013
Line 32:
Line 32:
border: 1px solid #EBEBEB;
border: 1px solid #EBEBEB;
background-color: #F7F7F7;
background-color: #F7F7F7;
+
}
+
+
/* account creation fixes */
+
+
form#userlogin {
+
padding: 1em 1em .7em 1em;
+
background: #FFFFE6;
+
border: 2px solid #FC6;
+
color: #000;
+
margin-right: 2em;
+
}
+
+
.mw-special-Userlogin #mw-content-text #userlogin {
+
width:45%;
+
float:left;
+
background:#EFF2FF;
+
}
+
+
.mw-special-Userlogin form#userlogin2 .captcha {
+
background: #FFFFFF;
+
padding: 5px;
+
}
+
.mw-special-Userlogin #mw-content-text #signupend {
+
margin-left:50%;
+
}
+
.mw-special-Userlogin input[type=submit] {
+
display: inline-block;
+
padding: 0.4065em 1.2195em 0.4065em;
+
font: bold 1em Arial, sans-serif;
+
line-height: 1;
+
color: #3366BB;
+
text-align: center;
+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
+
cursor: pointer;
+
-webkit-border-radius: 3px;
+
-moz-border-radius: 3px;
+
border-radius: 3px;
+
color: #ffffff;
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+
background-color: #3366bb;
+
background-image: -ms-linear-gradient(top, #3670c8, #3366bb);
+
background-image: -moz-linear-gradient(top, #3670c8, #3366bb);
+
background-image: linear-gradient(#3670c8, #3366bb);
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3670c8), color-stop(100%, #3366bb));
+
background-image: -webkit-linear-gradient(top, #3670c8, #3366bb);
+
border: 1px #33589f solid;
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3670c8', endColorstr='#3366bb', GradientType=0)";
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3670c8', endColorstr='#3366bb', GradientType=0);
+
}
+
+
.mw-special-Userlogin input[type=submit]:hover {
+
background-color: #3f77d7;
+
background-image: -moz-linear-gradient(top, #4c84da, #3f77d7);
+
background-image: -ms-linear-gradient(top, #4c84da, #3f77d7);
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c84da), color-stop(100%, #3f77d7));
+
background-image: -webkit-linear-gradient(top, #4c84da, #3f77d7);
+
background-image: linear-gradient(#4c84da, #3f77d7);
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c84da', endColorstr='#3f77d7', GradientType=0)";
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4c84da', endColorstr='#3f77d7', GradientType=0);
+
}
+
+
.mw-special-Userlogin input[type=submit]:active {
+
background-color: #2a549c;
+
background-image: -moz-linear-gradient(top, #2d5ea9, #2a549c);
+
background-image: -ms-linear-gradient(top, #2d5ea9, #2a549c);
+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d5ea9), color-stop(100%, #2a549c));
+
background-image: -webkit-linear-gradient(top, #2d5ea9, #2a549c);
+
background-image: linear-gradient(#2d5ea9, #2a549c);
+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d5ea9', endColorstr='#2a549c', GradientType=0)";
+
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2d5ea9', endColorstr='#2a549c', GradientType=0);
}
}
http://commons.wikimedia.org/w/index.php?title=MediaWiki:Vector.css&diff=93104665&oldid=74926180