]>
Commit | Line | Data |
---|---|---|
05ebc75e | 1 | h1#title{ |
7dc32473 MG |
2 | font-weight: bold; |
3 | text-align: center; | |
05ebc75e | 4 | font-size: 3em !important; |
7dc32473 MG |
5 | } |
6 | ||
7dc32473 MG |
7 | footer{ |
8 | width: 60em; | |
9 | margin: auto; | |
10 | margin-top: 6em; | |
7dc32473 MG |
11 | color: #777; |
12 | } | |
13 | ||
7dc32473 MG |
14 | div.container-fluid { |
15 | padding: 0 15px; | |
a94f8453 MG |
16 | } |
17 | ||
f34254b8 | 18 | .list-group-item, .form-control { |
a94f8453 MG |
19 | max-width: 30em; |
20 | } | |
52f5c679 MG |
21 | |
22 | div#result{ | |
23 | text-align: center; | |
f5f2104e MG |
24 | } |
25 | ||
26 | a.dropdown-toggle{ | |
27 | cursor: pointer; | |
28 | } | |
5d64ec4a MG |
29 | |
30 | .table-fixed{ | |
31 | table-layout: fixed; | |
600e4c01 MG |
32 | } |
33 | ||
a6516cf6 | 34 | nav li{ |
4896df53 MG |
35 | padding: 5px; |
36 | } | |
9a8a3012 MG |
37 | |
38 | ul.inline{ | |
39 | list-style-type: none; | |
40 | } | |
41 | ||
42 | ul.inline li{ | |
43 | display: inline; | |
44 | } | |
45 | ||
46 | ul.inline li:after { | |
47 | content: ", "; | |
48 | } | |
49 | ||
50 | ul.inline li:last-child:after { | |
51 | content: ""; | |
d31924ef MG |
52 | } |
53 | ||
54 | .tracker-mark.tick { | |
55 | color: green; | |
56 | } | |
57 | ||
58 | .tracker-mark.x{ | |
59 | color: red; | |
20777d84 MG |
60 | } |
61 | ||
62 | #ctcountdown { | |
63 | text-align: center; | |
64 | font-size: 200%; | |
2d5a49fc MG |
65 | } |
66 | ||
67 | .reqjs { | |
68 | display: none !important; | |
ede0b55f MG |
69 | } |
70 | ||
9c09d2f4 | 71 | td.user, td.owner, .break-all { |
ede0b55f MG |
72 | word-break: break-all; |
73 | } | |
2de7df41 | 74 | |
7093e9ba MG |
75 | #themes { |
76 | margin-left: 0; | |
77 | } | |
78 | ||
79 | #themes:before { | |
80 | content: " Themes: "; | |
9c09d2f4 | 81 | } |
74da6b38 MG |
82 | |
83 | .transition-color, .transition-color * { | |
84 | transition: color 0.5s ease-in, background-color 0.5s ease-in; | |
85 | } |