]>
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 | #logo { |
8 | margin: 5em auto 2em; | |
9 | display: block; | |
10 | } | |
11 | ||
12 | h1 { | |
13 | font-size: 2em !important; | |
14 | } | |
15 | ||
16 | .txtstuff { | |
17 | overflow: hidden; | |
18 | } | |
19 | ||
20 | .hiddendiv { | |
21 | display: none; | |
22 | white-space: pre-wrap; | |
23 | word-wrap: break-word; | |
24 | overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ | |
25 | } | |
26 | ||
27 | a.thumbnail { | |
28 | border: none !important; | |
29 | } | |
30 | ||
31 | div.container-fluid { | |
32 | padding: 0 15px; | |
a94f8453 MG |
33 | } |
34 | ||
f34254b8 | 35 | .list-group-item, .form-control { |
a94f8453 MG |
36 | max-width: 30em; |
37 | } | |
52f5c679 MG |
38 | |
39 | div#result{ | |
40 | text-align: center; | |
45575184 MG |
41 | } |
42 | ||
43 | footer{ | |
44 | padding: 1.5em 0; | |
45 | } | |
22590ac2 | 46 | |
f5f2104e MG |
47 | a.dropdown-toggle{ |
48 | cursor: pointer; | |
49 | } | |
d4eddae1 MG |
50 | |
51 | #sponsors a.logo{ | |
52 | margin-bottom: 1em; | |
53 | } | |
fd7ea993 | 54 | |
5d64ec4a MG |
55 | .table-fixed{ |
56 | table-layout: fixed; | |
fd7ea993 | 57 | } |
a85082d2 MG |
58 | |
59 | code { | |
60 | background-color: inherit; | |
61 | } |