Reduce cyborg heading font-sizes
[plack-app-gruntmaster.git] / css / custom.css
1 h1#title{
2 font-weight: bold;
3 text-align: center;
4 font-size: 3em !important;
5 }
6
7 footer{
8 width: 60em;
9 margin: auto;
10 margin-top: 6em;
11 color: #777;
12 }
13
14 #logo {
15 margin: 5em auto 2em;
16 display: block;
17 }
18
19 .txtstuff {
20 overflow: hidden;
21 }
22
23 .hiddendiv {
24 display: none;
25 white-space: pre-wrap;
26 word-wrap: break-word;
27 overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
28 }
29
30 a.thumbnail {
31 border: none !important;
32 }
33
34 div.container-fluid {
35 padding: 0 15px;
36 }
37
38 .list-group-item, .form-control {
39 max-width: 30em;
40 }
41
42 div#result{
43 text-align: center;
44 }
45
46 a.dropdown-toggle{
47 cursor: pointer;
48 }
49
50 .table-fixed{
51 table-layout: fixed;
52 }
53
54 #clock{
55 float: right;
56 margin-right: 1em;
57 }
58
59 nav li{
60 padding: 5px;
61 }
62
63 ul.inline{
64 list-style-type: none;
65 }
66
67 ul.inline li{
68 display: inline;
69 }
70
71 ul.inline li:after {
72 content: ", ";
73 }
74
75 ul.inline li:last-child:after {
76 content: "";
77 }
78
79 .tracker-mark.tick {
80 color: green;
81 }
82
83 .tracker-mark.x{
84 color: red;
85 }
86
87 #ctcountdown {
88 text-align: center;
89 font-size: 200%;
90 }
91
92 .reqjs {
93 display: none !important;
94 }
95
96 td.user, td.owner {
97 word-break: break-all;
98 }
This page took 0.025474 seconds and 5 git commands to generate.