Commit b38f701e1cc4137b24afdcff992ccfb28c152d54
1 parent
c1341a60
Exists in
master
i change #content .box-1 .box-3 .block
Showing
1 changed file
with
8 additions
and
8 deletions
Show diff stats
style.css
... | ... | @@ -240,10 +240,10 @@ div#article-parent { |
240 | 240 | |
241 | 241 | #content .box-2 .block-title, |
242 | 242 | #content .box-3 .block-title { |
243 | - background: #FCDD4E; | |
243 | + background: #2c1c44; | |
244 | 244 | border-bottom: medium none; |
245 | - border-top: 4px solid #C90B10; | |
246 | - color: #000000; | |
245 | + border-top: 4px solid #2c1c44; | |
246 | + color: #ffffff; | |
247 | 247 | font-size: 12px; |
248 | 248 | margin: 0; |
249 | 249 | padding: 8px 8px 6px 10px; |
... | ... | @@ -257,8 +257,8 @@ div#article-parent { |
257 | 257 | border-right: none; |
258 | 258 | font-weight: bold; |
259 | 259 | color: #436976 !important; |
260 | - border-top: 2px solid #64946e !important; | |
261 | - border-bottom: 2px solid #64946e !important; | |
260 | + border-top: 2px solid #2c1c44 !important; | |
261 | + border-bottom: 2px solid #2c1c44 !important; | |
262 | 262 | background-color: #eeefff; |
263 | 263 | border-radius: 0px; |
264 | 264 | } |
... | ... | @@ -292,7 +292,7 @@ div#article-parent { |
292 | 292 | } |
293 | 293 | |
294 | 294 | #content .box-1 .block-title { |
295 | - background: #c90b10; | |
295 | + background: #2c1c44; | |
296 | 296 | border: medium none red; |
297 | 297 | border-radius: 9px; |
298 | 298 | padding: 0.6em 1.5em; |
... | ... | @@ -428,7 +428,7 @@ div#article-parent { |
428 | 428 | clear: both; |
429 | 429 | text-align: right; |
430 | 430 | font-size: 11px; |
431 | - color: #000; | |
431 | + color: #ffffff; | |
432 | 432 | position: relative; |
433 | 433 | padding: 5px; |
434 | 434 | background: #DFDFDF; |
... | ... | @@ -632,7 +632,7 @@ div#article-parent { |
632 | 632 | font-size: 14px; |
633 | 633 | float: left; |
634 | 634 | text-align: left; |
635 | - color: #555; | |
635 | + color: #2c1c44; | |
636 | 636 | } |
637 | 637 | |
638 | 638 | #footer-menu > li { | ... | ... |