]>
Commit | Line | Data |
---|---|---|
1 | h1#title{ | |
2 | font-weight: bold; | |
3 | text-align: center; | |
4 | font-size: 3em !important; | |
5 | } | |
6 | ||
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; | |
33 | } | |
34 | ||
35 | .list-group-item, .form-control { | |
36 | max-width: 30em; | |
37 | } | |
38 | ||
39 | div#result{ | |
40 | text-align: center; | |
41 | } | |
42 | ||
43 | footer{ | |
44 | padding: 1.5em 0; | |
45 | } | |
46 | ||
47 | a.dropdown-toggle{ | |
48 | cursor: pointer; | |
49 | } |