]> iEval git - gruntmaster-page.git/blob - css/custom.css
Add mindcoding logos and default theme
[gruntmaster-page.git] / css / custom.css
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 #logo {
10 margin: 5em auto 2em;
11 display: block;
12 }
13
14 h1 {
15 font-size: 2em !important;
16 }
17
18 .txtstuff {
19 overflow: hidden;
20 }
21
22 .hiddendiv {
23 display: none;
24 white-space: pre-wrap;
25 word-wrap: break-word;
26 overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
27 }
28
29 a.thumbnail {
30 border: none !important;
31 }
32
33 div.container-fluid {
34 padding: 0 15px;
35 }
36
37 .list-group-item, .form-control {
38 max-width: 30em;
39 }
40
41 div#result{
42 text-align: center;
43 }
This page took 0.042134 seconds and 5 git commands to generate.