34461c3ecca60e67db82ddfc66a2707309e6caee
[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 div.container-fluid {
15 padding: 0 15px;
16 }
17
18 .form-control {
19 max-width: 30em;
20 }
21
22 div#result{
23 text-align: center;
24 }
25
26 .table-fixed{
27 table-layout: fixed;
28 }
29
30 nav li {
31 padding: 5px;
32 }
33
34 .tracker-mark.tick {
35 color: green;
36 }
37
38 .tracker-mark.x{
39 color: red;
40 }
41
42 #ctcountdown {
43 text-align: center;
44 font-size: 200%;
45 }
46
47 .reqjs {
48 display: none !important;
49 }
50
51 td.user, td.owner {
52 word-break: break-all;
53 }
54
55 #themes {
56 margin-left: 0;
57 }
58
59 #themes:before {
60 content: " Themes: ";
61 }
62
63 .transition-color, .transition-color * {
64 transition: color 0.5s ease-in, background-color 0.5s ease-in;
65 }
This page took 0.021004 seconds and 3 git commands to generate.