]> git.somenet.org - ctf/pub/submit_bot.git/blob - styles.css
modified: submitbot_tcp.py
[ctf/pub/submit_bot.git] / styles.css
1 /*
2 * 2014 by Jan "Someone" Vales <someone@somenet.org>
3 * do not publish!
4 */
5 body{
6         font-family: Tahoma;
7         font-size: 0.8em;
8 }
9
10 table, tr, td{
11         border-collapse: collapse;
12 }
13 thead th{
14         text-align: center;
15         background: #666;
16         color: #fff;
17         font-weight: normal;
18         padding: 3px;
19         border-left: 1px dashed #000;
20         border-bottom: 4px solid #000;
21 }
22 td{
23         padding: 5px;
24         border-left: 1px dashed #000;
25 }
26
27 .score-0{}
28
29 .score-1{
30   background-color: #aee8a7;
31 }
32
33 .score-2{
34   background-color: #ff7c77;
35 }