]>
Commit | Line | Data |
---|---|---|
05ebc75e | 1 | h1#title{ |
7dc32473 MG |
2 | font-family: "Liberation Mono","DejaVu Sans Mono","Lucida Console",monospace; |
3 | font-weight: bold; | |
4 | text-align: center; | |
5 | padding: 0; | |
6 | margin: 0; | |
05ebc75e | 7 | font-size: 3em !important; |
7dc32473 MG |
8 | } |
9 | ||
7dc32473 MG |
10 | footer{ |
11 | width: 60em; | |
12 | margin: auto; | |
13 | margin-top: 6em; | |
14 | white-space: pre-wrap; | |
15 | color: #777; | |
16 | } | |
17 | ||
18 | #logo { | |
19 | margin: 5em auto 2em; | |
20 | display: block; | |
21 | } | |
22 | ||
23 | h1 { | |
24 | font-size: 2em !important; | |
25 | } | |
26 | ||
27 | .txtstuff { | |
28 | overflow: hidden; | |
29 | } | |
30 | ||
31 | .hiddendiv { | |
32 | display: none; | |
33 | white-space: pre-wrap; | |
34 | word-wrap: break-word; | |
35 | overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ | |
36 | } | |
37 | ||
38 | a.thumbnail { | |
39 | border: none !important; | |
40 | } | |
41 | ||
42 | div.container-fluid { | |
43 | padding: 0 15px; | |
a94f8453 MG |
44 | } |
45 | ||
f34254b8 | 46 | .list-group-item, .form-control { |
a94f8453 MG |
47 | max-width: 30em; |
48 | } | |
52f5c679 MG |
49 | |
50 | div#result{ | |
51 | text-align: center; | |
52 | } |