MediaWiki:DRN-wizard.css

  1. 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;

}

  1. signuptopbox li.pr-active,
  2. signuptopbox li.pr-active div {

color: #67ca36;

background: #d4f9c2;

border-color: #fff #fff #fff #67ca36;

}

  1. 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;

}

  1. 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;

}

  1. signuptopbox li.pr-active span.pr-number {

background: #67ca36;

color: #d4f9c2;

}

  1. signuptopbox li span {

float: left;

}

  1. 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 */