Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- margin: 0px;
- padding: 0px;
- background: #EFEFEF;
- cursor: default;
- font-size: 12px;
- font-family: Arial, Tahoma;
- }
- .questionContainer {
- width: 600px;
- border: 3px double #CFCFCF;
- padding: 3px;
- margin: 10px;
- }
- ul {
- margin: 0px;
- padding: 5px;
- }
- ul li {
- list-style: none;
- }
- a {
- border: 1px solid #000;
- padding: 2px 5px;
- font-weight: bold;
- font-size: 10px;
- background: #FFF;
- cursor: pointer;
- }
- a:hover {
- background: none;
- }
- .btnContainer {
- width: 96%;
- margin: 10px 0px 10px 2%;
- }
- #progressKeeper {
- width: 600px;
- height: 25px;
- border: 3px double #CFCFCF;
- margin: 0px 10px;
- padding: 3px;
- }
- .txtStatusBar {
- margin: 5px 10px;
- font-weight: bold;
- }
- #progress {
- background: green;
- width: 0;
- height: 25px;
- }
- .radius {
- border-radius: 6px;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- -o-border-radius: 6px;
- }
- #resultKeeper {
- width: 600px;
- margin: 10px;
- padding: 3px;
- border: 3px double #CFCFCF;
- }
- #resultKeeper div {
- line-height: 20px;
- }
- .totalScore {
- font-weight: bold;
- }
- input {
- position: relative;
- top: 2px;
- }
- h1 {
- border-bottom: 1px solid #CCCCCC;
- font-size: 16px;
- height: 22px;
- margin: 10px;
- text-indent: 5px;
- }
- .prev { float: left; }
- .next, .btnShowResult { float: right; }
- .clear { clear: both; }
- .hide { display: none; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement