]> iEval git - plack-app-gruntmaster.git/blame - css/custom.css
Reduce cyborg heading font-sizes
[plack-app-gruntmaster.git] / css / custom.css
CommitLineData
05ebc75e 1h1#title{
7dc32473
MG
2 font-weight: bold;
3 text-align: center;
05ebc75e 4 font-size: 3em !important;
7dc32473
MG
5}
6
7dc32473
MG
7footer{
8 width: 60em;
9 margin: auto;
10 margin-top: 6em;
7dc32473
MG
11 color: #777;
12}
13
14#logo {
15 margin: 5em auto 2em;
16 display: block;
17}
18
7dc32473
MG
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
30a.thumbnail {
31 border: none !important;
32}
33
34div.container-fluid {
35 padding: 0 15px;
a94f8453
MG
36}
37
f34254b8 38.list-group-item, .form-control {
a94f8453
MG
39 max-width: 30em;
40}
52f5c679
MG
41
42div#result{
43 text-align: center;
f5f2104e
MG
44}
45
46a.dropdown-toggle{
47 cursor: pointer;
48}
5d64ec4a
MG
49
50.table-fixed{
51 table-layout: fixed;
600e4c01
MG
52}
53
54#clock{
55 float: right;
56 margin-right: 1em;
3b69df7a 57}
a6516cf6 58
a6516cf6 59nav li{
4896df53
MG
60 padding: 5px;
61}
9a8a3012
MG
62
63ul.inline{
64 list-style-type: none;
65}
66
67ul.inline li{
68 display: inline;
69}
70
71ul.inline li:after {
72 content: ", ";
73}
74
75ul.inline li:last-child:after {
76 content: "";
d31924ef
MG
77}
78
79.tracker-mark.tick {
80 color: green;
81}
82
83.tracker-mark.x{
84 color: red;
20777d84
MG
85}
86
87#ctcountdown {
88 text-align: center;
89 font-size: 200%;
2d5a49fc
MG
90}
91
92.reqjs {
93 display: none !important;
ede0b55f
MG
94}
95
96td.user, td.owner {
97 word-break: break-all;
98}
This page took 0.037128 seconds and 4 git commands to generate.