]>
Commit | Line | Data |
---|---|---|
1 | h1#title{ | |
2 | font-weight: bold; | |
3 | text-align: center; | |
4 | font-size: 3em !important; | |
5 | } | |
6 | ||
7 | footer{ | |
8 | width: 60em; | |
9 | margin: auto; | |
10 | margin-top: 6em; | |
11 | color: #777; | |
12 | } | |
13 | ||
14 | #logo { | |
15 | margin: 5em auto 2em; | |
16 | display: block; | |
17 | } | |
18 | ||
19 | h1 { | |
20 | font-size: 2em !important; | |
21 | } | |
22 | ||
23 | .txtstuff { | |
24 | overflow: hidden; | |
25 | } | |
26 | ||
27 | .hiddendiv { | |
28 | display: none; | |
29 | white-space: pre-wrap; | |
30 | word-wrap: break-word; | |
31 | overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ | |
32 | } | |
33 | ||
34 | a.thumbnail { | |
35 | border: none !important; | |
36 | } | |
37 | ||
38 | div.container-fluid { | |
39 | padding: 0 15px; | |
40 | } | |
41 | ||
42 | .list-group-item, .form-control { | |
43 | max-width: 30em; | |
44 | } | |
45 | ||
46 | div#result{ | |
47 | text-align: center; | |
48 | } | |
49 | ||
50 | a.dropdown-toggle{ | |
51 | cursor: pointer; | |
52 | } | |
53 | ||
54 | .table-fixed{ | |
55 | table-layout: fixed; | |
56 | } | |
57 | ||
58 | #clock{ | |
59 | float: right; | |
60 | margin-right: 1em; | |
61 | } | |
62 | ||
63 | nav li{ | |
64 | padding: 5px; | |
65 | } | |
66 | ||
67 | ul.inline{ | |
68 | list-style-type: none; | |
69 | } | |
70 | ||
71 | ul.inline li{ | |
72 | display: inline; | |
73 | } | |
74 | ||
75 | ul.inline li:after { | |
76 | content: ", "; | |
77 | } | |
78 | ||
79 | ul.inline li:last-child:after { | |
80 | content: ""; | |
81 | } | |
82 | ||
83 | .tracker-mark.tick { | |
84 | color: green; | |
85 | } | |
86 | ||
87 | .tracker-mark.x{ | |
88 | color: red; | |
89 | } | |
90 | ||
91 | #ctcountdown { | |
92 | text-align: center; | |
93 | font-size: 200%; | |
94 | } | |
95 | ||
96 | .reqjs { | |
97 | display: none !important; | |
98 | } |