Fossil SCM
Updated the colors to be easier to read. * Section Menu Links are now grey * Section Div's are darker with a higher contrast text * Title Div text has a higher contrast * Default link color has a higher contrast
Commit
abacdcc398ae60e9cee0118b76bc6de255a277dc
Parent
56f9d72933fe966…
1 file changed
+5
-5
+5
-5
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -19,11 +19,11 @@ | ||
| 19 | 19 | margin: 0; |
| 20 | 20 | padding: 0; |
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | a { |
| 24 | - color: #44e; | |
| 24 | + color: #07e; | |
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | a:hover { |
| 28 | 28 | font-weight: bold; |
| 29 | 29 | } |
| @@ -98,11 +98,11 @@ | ||
| 98 | 98 | vertical-align: top; |
| 99 | 99 | white-space: nowrap; |
| 100 | 100 | } |
| 101 | 101 | |
| 102 | 102 | div.title { |
| 103 | - color: #22e; | |
| 103 | + color: #07e; | |
| 104 | 104 | font-family: Verdana, sans-serif; |
| 105 | 105 | font-weight: bold; |
| 106 | 106 | font-size: 2.5rem; |
| 107 | 107 | padding: 0.5rem; |
| 108 | 108 | text-align: center; |
| @@ -486,12 +486,12 @@ | ||
| 486 | 486 | /************************************** |
| 487 | 487 | * Sections |
| 488 | 488 | */ |
| 489 | 489 | |
| 490 | 490 | div.section, div.sectionmenu { |
| 491 | - color: #eee; | |
| 492 | - background-color: #22e; | |
| 491 | + color: #2ee; | |
| 492 | + background-color: #22c; | |
| 493 | 493 | border-radius: 0 3rem; |
| 494 | 494 | box-shadow: 2px 2px #000; |
| 495 | 495 | display: flex; |
| 496 | 496 | font-size: 1.1rem; |
| 497 | 497 | font-weight: bold; |
| @@ -506,11 +506,11 @@ | ||
| 506 | 506 | margin-top: -0.75rem; |
| 507 | 507 | width: 75%; |
| 508 | 508 | } |
| 509 | 509 | |
| 510 | 510 | div.sectionmenu > a:link, div.sectionmenu > a:visited { |
| 511 | - color: #000; | |
| 511 | + color: #888; | |
| 512 | 512 | text-decoration: none; |
| 513 | 513 | } |
| 514 | 514 | |
| 515 | 515 | div.sectionmenu > a:hover { |
| 516 | 516 | color: #eee; |
| 517 | 517 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -19,11 +19,11 @@ | |
| 19 | margin: 0; |
| 20 | padding: 0; |
| 21 | } |
| 22 | |
| 23 | a { |
| 24 | color: #44e; |
| 25 | } |
| 26 | |
| 27 | a:hover { |
| 28 | font-weight: bold; |
| 29 | } |
| @@ -98,11 +98,11 @@ | |
| 98 | vertical-align: top; |
| 99 | white-space: nowrap; |
| 100 | } |
| 101 | |
| 102 | div.title { |
| 103 | color: #22e; |
| 104 | font-family: Verdana, sans-serif; |
| 105 | font-weight: bold; |
| 106 | font-size: 2.5rem; |
| 107 | padding: 0.5rem; |
| 108 | text-align: center; |
| @@ -486,12 +486,12 @@ | |
| 486 | /************************************** |
| 487 | * Sections |
| 488 | */ |
| 489 | |
| 490 | div.section, div.sectionmenu { |
| 491 | color: #eee; |
| 492 | background-color: #22e; |
| 493 | border-radius: 0 3rem; |
| 494 | box-shadow: 2px 2px #000; |
| 495 | display: flex; |
| 496 | font-size: 1.1rem; |
| 497 | font-weight: bold; |
| @@ -506,11 +506,11 @@ | |
| 506 | margin-top: -0.75rem; |
| 507 | width: 75%; |
| 508 | } |
| 509 | |
| 510 | div.sectionmenu > a:link, div.sectionmenu > a:visited { |
| 511 | color: #000; |
| 512 | text-decoration: none; |
| 513 | } |
| 514 | |
| 515 | div.sectionmenu > a:hover { |
| 516 | color: #eee; |
| 517 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -19,11 +19,11 @@ | |
| 19 | margin: 0; |
| 20 | padding: 0; |
| 21 | } |
| 22 | |
| 23 | a { |
| 24 | color: #07e; |
| 25 | } |
| 26 | |
| 27 | a:hover { |
| 28 | font-weight: bold; |
| 29 | } |
| @@ -98,11 +98,11 @@ | |
| 98 | vertical-align: top; |
| 99 | white-space: nowrap; |
| 100 | } |
| 101 | |
| 102 | div.title { |
| 103 | color: #07e; |
| 104 | font-family: Verdana, sans-serif; |
| 105 | font-weight: bold; |
| 106 | font-size: 2.5rem; |
| 107 | padding: 0.5rem; |
| 108 | text-align: center; |
| @@ -486,12 +486,12 @@ | |
| 486 | /************************************** |
| 487 | * Sections |
| 488 | */ |
| 489 | |
| 490 | div.section, div.sectionmenu { |
| 491 | color: #2ee; |
| 492 | background-color: #22c; |
| 493 | border-radius: 0 3rem; |
| 494 | box-shadow: 2px 2px #000; |
| 495 | display: flex; |
| 496 | font-size: 1.1rem; |
| 497 | font-weight: bold; |
| @@ -506,11 +506,11 @@ | |
| 506 | margin-top: -0.75rem; |
| 507 | width: 75%; |
| 508 | } |
| 509 | |
| 510 | div.sectionmenu > a:link, div.sectionmenu > a:visited { |
| 511 | color: #888; |
| 512 | text-decoration: none; |
| 513 | } |
| 514 | |
| 515 | div.sectionmenu > a:hover { |
| 516 | color: #eee; |
| 517 |