d70463cfba
Todo for first usable version: Add level customization per levelset (course)
31 lines
1.3 KiB
CSS
31 lines
1.3 KiB
CSS
figure.levelbadge {
|
|
text-align: center;
|
|
}
|
|
|
|
div.pointinfo {
|
|
text-align: center;
|
|
font-family: "Open Sans", Arial, helvetica, sans-serif;
|
|
}
|
|
div.pointinfo.complete {
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.pointinfo span.currentpoints {
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.pointinfo span.leveluppoints {
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
figure.levelset_icon {
|
|
background-color: #ccc;
|
|
background-image: -moz-linear-gradient(45deg, #aaa 25%, transparent 25%), -moz-linear-gradient(-45deg, #aaa 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #aaa 75%), -moz-linear-gradient(-45deg, transparent 75%, #aaa 75%);
|
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #aaa), color-stop(.25, transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #aaa), color-stop(.25, transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #aaa)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #aaa));
|
|
-moz-background-size: 32px 32px;
|
|
background-size: 32px 33px;
|
|
-webkit-background-size: 32px 33px; /* override value for shitty webkit */
|
|
background-position: 0 0, 16px 0, 16px -16px, 0px 16px;
|
|
display: inline-block;
|
|
} |