]> iEval git - plack-app-gruntmaster.git/blobdiff - css/custom.css
Add timers for contest start/stop and problem value
[plack-app-gruntmaster.git] / css / custom.css
index 0da7b4ed3fa05fcf15ce688a2c9c4c44909db41d..f784c4e0414c41deae6f116a9bdb07a1e4b5da75 100644 (file)
@@ -63,3 +63,32 @@ a.dropdown-toggle{
 nav li{
        padding: 5px;
 }
+
+ul.inline{
+       list-style-type: none;
+}
+
+ul.inline li{
+       display: inline;
+}
+
+ul.inline li:after {
+       content: ", ";
+}
+
+ul.inline li:last-child:after {
+       content: "";
+}
+
+.tracker-mark.tick {
+       color: green;
+}
+
+.tracker-mark.x{
+       color: red;
+}
+
+#ctcountdown {
+       text-align: center;
+       font-size: 200%;
+}
\ No newline at end of file
This page took 0.022657 seconds and 4 git commands to generate.