Drop bootstrap grid
[plack-app-gruntmaster.git] / css / custom.css
CommitLineData
e8147a94
MG
1body {
2 padding-left: 15px;
3 padding-right: 15px;
4}
5
05ebc75e 6h1#title{
7dc32473
MG
7 font-weight: bold;
8 text-align: center;
05ebc75e 9 font-size: 3em !important;
7dc32473
MG
10}
11
7dc32473
MG
12footer{
13 width: 60em;
14 margin: auto;
15 margin-top: 6em;
7dc32473
MG
16 color: #777;
17}
18
7dc32473
MG
19div.container-fluid {
20 padding: 0 15px;
a94f8453
MG
21}
22
77a593ad 23.form-control {
a94f8453
MG
24 max-width: 30em;
25}
52f5c679
MG
26
27div#result{
28 text-align: center;
f5f2104e
MG
29}
30
5d64ec4a
MG
31.table-fixed{
32 table-layout: fixed;
600e4c01
MG
33}
34
0a5d6173
MG
35nav li {
36 padding: 5px;
37}
38
d31924ef
MG
39.tracker-mark.tick {
40 color: green;
41}
42
43.tracker-mark.x{
44 color: red;
20777d84
MG
45}
46
47#ctcountdown {
48 text-align: center;
49 font-size: 200%;
2d5a49fc
MG
50}
51
52.reqjs {
53 display: none !important;
ede0b55f
MG
54}
55
56td.user, td.owner {
57 word-break: break-all;
58}
2de7df41 59
7093e9ba
MG
60#themes {
61 margin-left: 0;
62}
63
64#themes:before {
65 content: " Themes: ";
74da6b38
MG
66}
67
68.transition-color, .transition-color * {
69 transition: color 0.5s ease-in, background-color 0.5s ease-in;
70}
e8147a94
MG
71
72@media (min-width:768px) {
73 #content {
74 float: left;
75 width: 75%;
76 }
77
78 #sidebar {
79 float: right;
80 width: 23%
81 }
82
83 footer {
84 clear: both;
85 }
86}
This page took 0.023513 seconds and 4 git commands to generate.