Add form.js markup and CSS
[plack-app-gruntmaster.git] / css / custom.css
1 div#subtitle{
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;
7 font-size: 3em;
8 }
9
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;
44 }
45
46 .list-group-item, .form-control {
47 max-width: 30em;
48 }
49
50 div#result{
51 text-align: center;
52 }
This page took 0.023051 seconds and 5 git commands to generate.