Commit 3cff6e11e25f48f108b809566d197268510c8a2a

Authored by fortinux
2 parents fedd58c8 b38f701e
Exists in master

a Merge branch 'master' of https://gitlab.com/pecd/sedf-theme

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