Transition (background-)color on theme change
[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 .list-group-item, .form-control {
19 max-width: 30em;
20 }
21
22 div#result{
23 text-align: center;
24 }
25
26 a.dropdown-toggle{
27 cursor: pointer;
28 }
29
30 .table-fixed{
31 table-layout: fixed;
32 }
33
34 nav li{
35 padding: 5px;
36 }
37
38 ul.inline{
39 list-style-type: none;
40 }
41
42 ul.inline li{
43 display: inline;
44 }
45
46 ul.inline li:after {
47 content: ", ";
48 }
49
50 ul.inline li:last-child:after {
51 content: "";
52 }
53
54 .tracker-mark.tick {
55 color: green;
56 }
57
58 .tracker-mark.x{
59 color: red;
60 }
61
62 #ctcountdown {
63 text-align: center;
64 font-size: 200%;
65 }
66
67 .reqjs {
68 display: none !important;
69 }
70
71 td.user, td.owner {
72 word-break: break-all;
73 }
74
75 #themes {
76 margin-left: 0;
77 }
78
79 #themes:before {
80 content: " Themes: ";
81 }
82
83 .transition-color, .transition-color * {
84 transition: color 0.5s ease-in, background-color 0.5s ease-in;
85 }
This page took 0.021989 seconds and 4 git commands to generate.