MediaWiki:DRN-wizard.css
外观
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google Chrome、Firefox、Microsoft Edge及Safari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
#signuptopbox li {
float: left;
list-style: none;
font-family: sans-serif;
color: #3ca7d4;
background: #c2e1f9;
line-height: 2.8em;
margin-right: .25em;
padding-right: .5em;
}
#signuptopbox li.pr-active,
#signuptopbox li.pr-active div {
color: #67ca36;
background: #d4f9c2;
border-color: #fff #fff #fff #67ca36;
}
#signuptopbox li div {
width: 0;
height: 0;
border-color: #fff #fff #fff #3CA7D4;
border-style: solid;
border-width: 1.4em .3em 1.4em 1.4em;
float: left;
}
#signuptopbox li span.pr-number {
display: block;
width: 1.8em;
line-height: 1.8em;
background: #3ca7d4;
color: #c2e1f9;
text-align: center;
margin: .5em;
border-radius: 50%;
font-weight: 600;
float: left;
}
#signuptopbox li.pr-active span.pr-number {
background: #67ca36;
color: #d4f9c2;
}
#signuptopbox li span {
float: left;
}
#signuptopbox li.pr-spacer {
padding: 0
}
/* Buttons */
.drwButtons {
display: inline;
float: left;
margin-right: 8px;
text-align: center;
}
.button1 {
background: linear-gradient(#ededed 5%, #dfdfdf 100% );
border-radius: 6px;
border: 1px solid #dcdcdc;
display: inline-block;
color: #777777;
font-family: arial;
font-size: 17px;
font-weight: bold;
padding: 6px 24px;
text-decoration: none;
}
.button1:hover {
background: linear-gradient(#dfdfdf 5%, #ededed 100%);
}
.button1:active {
position: relative;
top: 1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */