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