Commit 0ed53d37cd40749b965388e48f3fff742a772393
1 parent
2028804c
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
28 additions
and
5 deletions
Show diff stats
style.css
| ... | ... | @@ -2254,6 +2254,7 @@ input.button.with-text { |
| 2254 | 2254 | #pairwise_main ul.pairwise_menu { |
| 2255 | 2255 | background-color: white; |
| 2256 | 2256 | color: #ECF2E7; |
| 2257 | + text-align: right; | |
| 2257 | 2258 | } |
| 2258 | 2259 | |
| 2259 | 2260 | #pairwise_main ul.pairwise_menu li { |
| ... | ... | @@ -2261,16 +2262,38 @@ input.button.with-text { |
| 2261 | 2262 | } |
| 2262 | 2263 | |
| 2263 | 2264 | #pairwise_main ul.pairwise_menu li a { |
| 2264 | - color: #497b16; | |
| 2265 | + color: #b3c4a6; | |
| 2266 | + font-size: 14px; | |
| 2267 | + padding: 1em; | |
| 2268 | + text-decoration: none; | |
| 2265 | 2269 | } |
| 2266 | 2270 | |
| 2267 | -#pairwise_main .pairwise_content { | |
| 2271 | +#pairwise_main ul.pairwise_menu li a:hover{ | |
| 2272 | + color: #497B16; | |
| 2268 | 2273 | background-color: #ECF2E7; |
| 2274 | + border-radius: 10px 10px 0 0; | |
| 2275 | + border: 1px solid #497B16; | |
| 2276 | + border-bottom: 0px; | |
| 2269 | 2277 | } |
| 2270 | 2278 | |
| 2271 | -#pairwise_main .pairwise_body {} | |
| 2279 | +#pairwise_main .pairwise_content { | |
| 2280 | + background-color: #ECF2E7; | |
| 2281 | + display: inline-block; | |
| 2282 | + padding: 1em; | |
| 2283 | +} | |
| 2284 | + | |
| 2285 | +#pairwise_main .pairwise_body { | |
| 2286 | + background-color: white; | |
| 2287 | + display: block; | |
| 2288 | + margin: 1em; | |
| 2289 | + padding: 1em; | |
| 2290 | + font-size: 22px; | |
| 2291 | +} | |
| 2272 | 2292 | |
| 2273 | -#pairwise_main .pairwise_call_for_action {} | |
| 2293 | +#pairwise_main .pairwise_call_for_action { | |
| 2294 | + color: #4B7421; | |
| 2295 | + font-size: 14px; | |
| 2296 | +} | |
| 2274 | 2297 | |
| 2275 | 2298 | #pairwise_main .prompt { |
| 2276 | 2299 | background: url("images/prompt_bg.png") no-repeat top center #548A1C; |
| ... | ... | @@ -2279,7 +2302,7 @@ input.button.with-text { |
| 2279 | 2302 | min-height: 190px; |
| 2280 | 2303 | } |
| 2281 | 2304 | |
| 2282 | -#pairwise_main .prompt.outra { | |
| 2305 | +#pairwise_main .prompt:first-of-type { | |
| 2283 | 2306 | background-image: none; |
| 2284 | 2307 | background-color: #D0E2BF; |
| 2285 | 2308 | } | ... | ... |