diff options
author | msquare <msquare@notrademark.de> | 2019-07-14 13:09:08 +0200 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2019-07-14 13:09:08 +0200 |
commit | 6ca0e8e81afed52fa211dd4bcb117cfec9ce3b29 (patch) | |
tree | 0c527956592a2c55c2d93f21f3d9bd73f3867f7e /resources/assets/themes/theme8.less | |
parent | 10d0428f6490973652202b2a8aee69d68f4c5b7d (diff) |
all 3 color themes for camp and high contrast theme
Diffstat (limited to 'resources/assets/themes/theme8.less')
-rw-r--r-- | resources/assets/themes/theme8.less | 36 |
1 files changed, 23 insertions, 13 deletions
diff --git a/resources/assets/themes/theme8.less b/resources/assets/themes/theme8.less index 22887dab..b6d2d5c3 100644 --- a/resources/assets/themes/theme8.less +++ b/resources/assets/themes/theme8.less @@ -40,7 +40,7 @@ THE SOFTWARE. @brand-primary: #0076ba; @brand-success: #99ba00; -@brand-info: #ffc600; +@brand-info: #0076ba; @brand-warning: #ffc600; @brand-danger: #d9534f; @@ -164,7 +164,7 @@ THE SOFTWARE. @btn-font-weight: normal; @btn-default-color: #000; -@btn-default-bg: @gray; +@btn-default-bg: @gray-light; @btn-default-border: darken(@btn-default-bg, 10%); @@ -454,11 +454,11 @@ THE SOFTWARE. @pagination-bg: @gray-darker; @pagination-border: @gray-dark; -@pagination-hover-color: #fff; +@pagination-hover-color: #000; @pagination-hover-bg: @component-active-bg; @pagination-hover-border: transparent; -@pagination-active-color: #fff; +@pagination-active-color: #000; @pagination-active-bg: @brand-primary; @pagination-active-border: transparent; @@ -769,9 +769,9 @@ THE SOFTWARE. // //## -@badge-color: #fff; +@badge-color: #000; //** Linked badge text color on hover -@badge-link-hover-color: #fff; +@badge-link-hover-color: #000; @badge-bg: @brand-primary; //** Badge text color in active nav link @@ -853,7 +853,7 @@ THE SOFTWARE. //** Abbreviations and acronyms border color @abbr-border-color: @gray-light; //** Headings small color -@headings-small-color: @gray-light; +@headings-small-color: @brand-primary; //** Blockquote small color @blockquote-small-color: @gray; //** Blockquote font size @@ -980,10 +980,6 @@ table, } } -legend { - color: #fff; -} - .input-group-addon { background-color: @btn-default-bg; } @@ -1054,8 +1050,14 @@ a.thumbnail.active { strong { font-weight: lighter; - color: @brand-primary; - text-shadow: 0 0 10px @brand-primary; + color: @brand-primary; + text-shadow: + 0 0 10px @brand-primary, + 0 0 20px @brand-primary, + 0 0 30px @brand-primary, + 0 0 40px @brand-primary, + 0 0 70px @brand-primary, + 0 0 80px @brand-primary; } } @@ -1063,4 +1065,12 @@ h1 { font-weight: lighter; color: @brand-primary; text-shadow: 0 0 10px @brand-primary; + + .icon-icon_angel { + background-color: @brand-primary; + } +} + +.panel-title { + color: #fff; } |