メインメニューを開く

差分

MediaWiki:Vector.css

925 バイト追加, 2013年8月30日 (金) 03:49
編集の要約なし
#signupend {
clear:left;
}
 
/* ボタン */
.button:focus {
outline: medium none currentColor;
}
 
.button {
background: -o-linear-gradient(top, #FBFBFB, #E1E1E1) transparent;
border: 1px solid #D4D4D4;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.506), 0px 1px 2px rgba(0, 0, 0, 0.149);
color: #666666;
display: inline-block;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
font-size: 14px;
font-weight: 300;
height: 32px;
line-height: 32px;
margin: 0px;
padding: 0px 25.6px;
text-align: center;
text-decoration: none;
text-shadow: 0px 1px 1px white;
vertical-align: middle;
}
 
.button-rounded {
border-radius: 3px;
}
 
.button-flat-primary {
background: #00A1CB;
border: medium none currentColor;
box-shadow: none;
color: white;
text-shadow: none;
transition-duration: 0.3s;
transition-property: background;
}
/*</source>*/
匿名利用者