comparison static/css/theme.css @ 121:095be78bf0fa

Bootstrap: table and title styling.
author Brian Neal <bgneal@gmail.com>
date Sat, 26 Oct 2013 17:15:55 -0500
parents e82fd2b7be2f
children 9c6a5de62402
comparison
equal deleted inserted replaced
120:e82fd2b7be2f 121:095be78bf0fa
4 /* background-color: #213442; 4 /* background-color: #213442;
5 color: #EF7D21; */ 5 color: #EF7D21; */
6 background-color: #213442; 6 background-color: #213442;
7 color: #EF7C21; 7 color: #EF7C21;
8 } 8 }
9
10 h1 small,
11 h2 small,
12 h3 small,
13 h4 small,
14 h5 small,
15 h6 small,
16 .h1 small,
17 .h2 small,
18 .h3 small,
19 .h4 small,
20 .h5 small,
21 .h6 small {
22 color: #b96a03;
23 }
24
9 .top-buffer { 25 .top-buffer {
10 margin-top: 2em; 26 margin-top: 2em;
11 } 27 }
12 .img-flyer { 28 .img-flyer {
13 margin: 0 auto; 29 margin: 0 auto;
31 margin-top: 1.5em; 47 margin-top: 1.5em;
32 margin-bottom: 1.5em; 48 margin-bottom: 1.5em;
33 } 49 }
34 50
35 blockquote { 51 blockquote {
36 border-left: 5px solid #6e2d1b;
37 border-left: 5px solid #b96a03;
38 border-left: 5px solid #8f8a6d;
39 border-left: 5px solid #41819d;
40 border-left: 3px solid #b96a03; 52 border-left: 3px solid #b96a03;
41 } 53 }
42 blockquote small { 54 blockquote small {
43 color: #b96a03; 55 color: #b96a03;
44 } 56 }
125 .pagination > .disabled > a:focus { 137 .pagination > .disabled > a:focus {
126 color: #999999; 138 color: #999999;
127 background-color: #213442; 139 background-color: #213442;
128 border-color: #b96a03; 140 border-color: #b96a03;
129 } 141 }
142
143 .table-striped > tbody > tr:nth-child(odd) > td,
144 .table-striped > tbody > tr:nth-child(odd) > th {
145 background-color: #296b9d;
146 }
147 .table thead > tr > th,
148 .table tbody > tr > th,
149 .table tfoot > tr > th,
150 .table thead > tr > td,
151 .table tbody > tr > td,
152 .table tfoot > tr > td {
153 border-top: 1px solid #dddddd;
154 }