Drop bootstrap grid
[plack-app-gruntmaster.git] / css / custom.css
1 body {
2 padding-left: 15px;
3 padding-right: 15px;
4 }
5
6 h1#title{
7 font-weight: bold;
8 text-align: center;
9 font-size: 3em !important;
10 }
11
12 footer{
13 width: 60em;
14 margin: auto;
15 margin-top: 6em;
16 color: #777;
17 }
18
19 div.container-fluid {
20 padding: 0 15px;
21 }
22
23 .form-control {
24 max-width: 30em;
25 }
26
27 div#result{
28 text-align: center;
29 }
30
31 .table-fixed{
32 table-layout: fixed;
33 }
34
35 nav li {
36 padding: 5px;
37 }
38
39 .tracker-mark.tick {
40 color: green;
41 }
42
43 .tracker-mark.x{
44 color: red;
45 }
46
47 #ctcountdown {
48 text-align: center;
49 font-size: 200%;
50 }
51
52 .reqjs {
53 display: none !important;
54 }
55
56 td.user, td.owner {
57 word-break: break-all;
58 }
59
60 #themes {
61 margin-left: 0;
62 }
63
64 #themes:before {
65 content: " Themes: ";
66 }
67
68 .transition-color, .transition-color * {
69 transition: color 0.5s ease-in, background-color 0.5s ease-in;
70 }
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.02278 seconds and 4 git commands to generate.