Mercurial > public > madeira
comparison static/css/theme.css @ 122:9c6a5de62402
Bootstrap: rework pagination colors.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 27 Oct 2013 09:51:10 -0500 |
parents | 095be78bf0fa |
children | 16eec10a308e |
comparison
equal
deleted
inserted
replaced
121:095be78bf0fa | 122:9c6a5de62402 |
---|---|
1 body { | 1 body { |
2 padding-top: 50px; | 2 padding-top: 50px; |
3 padding-bottom: 20px; | 3 padding-bottom: 20px; |
4 /* background-color: #213442; | |
5 color: #EF7D21; */ | |
6 background-color: #213442; | 4 background-color: #213442; |
7 color: #EF7C21; | 5 color: #EF7C21; |
8 } | 6 } |
9 | 7 |
10 h1 small, | 8 h1 small, |
107 } | 105 } |
108 | 106 |
109 .pagination > li > a, | 107 .pagination > li > a, |
110 .pagination > li > span { | 108 .pagination > li > span { |
111 background-color: #213442; | 109 background-color: #213442; |
112 border: 1px solid #b96a03; | 110 border: 1px solid #296b9d; |
113 } | 111 } |
114 | 112 |
115 .pagination > li > a:hover, | 113 .pagination > li > a:hover, |
116 .pagination > li > span:hover, | 114 .pagination > li > span:hover, |
117 .pagination > li > a:focus, | 115 .pagination > li > a:focus, |
118 .pagination > li > span:focus { | 116 .pagination > li > span:focus { |
119 background-color: #296b9d; | 117 background-color: #EF7C21; |
120 color: white; | 118 color: black; |
121 } | 119 } |
122 | 120 |
123 .pagination > .active > a, | 121 .pagination > .active > a, |
124 .pagination > .active > span, | 122 .pagination > .active > span, |
125 .pagination > .active > a:hover, | 123 .pagination > .active > a:hover, |
126 .pagination > .active > span:hover, | 124 .pagination > .active > span:hover, |
127 .pagination > .active > a:focus, | 125 .pagination > .active > a:focus, |
128 .pagination > .active > span:focus { | 126 .pagination > .active > span:focus { |
129 color: black; | 127 background-color: #296b9d; |
130 background-color: #EF7C21; | 128 color: white; |
131 border-color: #b96a03; | |
132 } | 129 } |
133 | 130 |
134 .pagination > .disabled > span, | 131 .pagination > .disabled > span, |
135 .pagination > .disabled > a, | 132 .pagination > .disabled > a, |
136 .pagination > .disabled > a:hover, | 133 .pagination > .disabled > a:hover, |
137 .pagination > .disabled > a:focus { | 134 .pagination > .disabled > a:focus { |
138 color: #999999; | 135 color: #999999; |
139 background-color: #213442; | 136 background-color: #213442; |
140 border-color: #b96a03; | 137 border-color: #296b9d; |
141 } | 138 } |
142 | 139 |
143 .table-striped > tbody > tr:nth-child(odd) > td, | 140 .table-striped > tbody > tr:nth-child(odd) > td, |
144 .table-striped > tbody > tr:nth-child(odd) > th { | 141 .table-striped > tbody > tr:nth-child(odd) > th { |
145 background-color: #296b9d; | 142 background-color: #296b9d; |