PGD-Connect--Tribes-2-/Univ/Ranks/CnC4/PGDRank.css
2014-06-19 13:43:37 -05:00

40 lines
No EOL
997 B
CSS

body{font:small "Myriad Pro", sans-serif; font-size:1.5em; background-color:#cd4a11;}
h1{font-size:1.5em;}
h2{color:#666;font-size:1em;font-weight:normal;}
/*= Core CSS progress bar code */
.progressbar1 {
width: 300px;
background: url(progressbar1.png) no-repeat 0 -40px;
}
.progressbar1-completed {
height: 20px;
margin-left: -1px;
background: url(progressbar1.png) no-repeat 1px 0;
}
.progressbar1-completed div {
float: right;
width: 50%;
height: 20px;
margin-right: -1px;
background: url(progressbar1.png) no-repeat 100% 0;
display: inline;
}
.progressbar2 {
width: 300px;
background: url(progressbar2.png) no-repeat 0 -40px;
}
.progressbar2-completed {
height: 20px;
margin-left: -1px;
background: url(progressbar2.png) no-repeat 1px 0;
}
.progressbar2-completed div {
float: right;
width: 50%;
height: 20px;
margin-right: -1px;
background: url(progressbar2.png) no-repeat 100% 0;
display: inline;
}