diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-05-16 16:43:14 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-05-16 16:43:14 +0200 |
commit | 9f77180af8634926aacbbb3017c264a93192e555 (patch) | |
tree | fe4774117060e91d8fe0d305067053f68e335a45 /view/theme/redbasic | |
parent | 605c05fc8b6af43c095818a69150e35b41795d78 (diff) | |
download | volse-hubzilla-9f77180af8634926aacbbb3017c264a93192e555.tar.gz volse-hubzilla-9f77180af8634926aacbbb3017c264a93192e555.tar.bz2 volse-hubzilla-9f77180af8634926aacbbb3017c264a93192e555.zip |
Dutch and Spanish Spanish strings, and some schema-bits
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/schema/bluegrid.css | 11 | ||||
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 29 | ||||
-rw-r--r-- | view/theme/redbasic/schema/simple_black_on_white.css | 23 | ||||
-rw-r--r-- | view/theme/redbasic/schema/simple_green_on_black.css | 38 | ||||
-rw-r--r-- | view/theme/redbasic/schema/simple_white_on_black.css | 39 |
5 files changed, 110 insertions, 30 deletions
diff --git a/view/theme/redbasic/schema/bluegrid.css b/view/theme/redbasic/schema/bluegrid.css index 591e820a1..64e5a2c95 100644 --- a/view/theme/redbasic/schema/bluegrid.css +++ b/view/theme/redbasic/schema/bluegrid.css @@ -333,6 +333,15 @@ input { text-decoration: none; } +.section-content-info-wrapper { + color: #fff; + background-color: #43488A; +} + +.section-content-info-wrapper a { + color: #fff; +} + .btn, #event-edit-form .btn, input.directory-rating-submit { border: 1px solid #FFF; color: #FFF; @@ -450,7 +459,7 @@ a:hover > .fa-trash-o { .navbar-inverse .navbar-toggle .icon-bar { background-color: #FFF; } - .navbar-inverse .navbar-toggle .fa-arrow-circle-down, .navbar-inverse .navbar-toggle .fa-arrow-circle-right, .navbar-inverse .navbar-toggle .fa-arrow-circle-up, .navbar-inverse .navbar-toggle .fa-arrow-circle-left { + .navbar-inverse .navbar-toggle .fa-arrow-circle-down, .navbar-inverse .navbar-toggle .fa-arrow-circle-right, .navbar-inverse .navbar-toggle .fa-arrow-circle-up, .navbar-inverse .navbar-toggle .fa-arrow-circle-left, .navbar-inverse .navbar-toggle .fa-question-circle { color: #FFF; } .navbar-inverse .navbar-toggle:hover .fa-arrow-circle-down, .navbar-inverse .navbar-toggle:focus .fa-arrow-circle-down, .navbar-inverse .navbar-toggle:hover .fa-arrow-circle-right, .navbar-inverse .navbar-toggle:focus .fa-arrow-circle-right, .navbar-inverse .navbar-toggle:hover .fa-arrow-circle-up, .navbar-inverse .navbar-toggle:focus .fa-arrow-circle-up, .navbar-inverse .navbar-toggle:hover .fa-arrow-circle-left, .navbar-inverse .navbar-toggle:focus .fa-arrow-circle-left { diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index fb18a4159..ea50f50ec 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -63,7 +63,7 @@ background-image: linear-gradient(to bottom, #1E1E1E 0px, #1E1E1E 100%); } -.alert-info { +.alert-info, .section-content-info-wrapper { color: #CCC; background-color:#333; border-color: #444; @@ -79,16 +79,35 @@ color: #fff; } +#acl-select { + background-color:#333; + border: 1px solid #444; + color: #FFF; +} + #acl-showall { - color: #fff; + color: #FFF; } + #acl-list { - border: 1px solid #333; + border: 1px solid #444; +} + +#acl-search-wrapper { + border-bottom: 1px solid #444; } .acl-list-item { - border: 1px solid #333; + border: 1px solid #222; + color: #CCC; + background-color:#333; +} + +.abook-self { + border: 1px solid #222; + color: #555; + background-color:#111; } .modal-content { @@ -312,7 +331,7 @@ pre { background-image: none; } -.open .dropdown-toggle.btn-default { +.open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-default:focus { color: #ccc; background-color: #222; border-color: #222; diff --git a/view/theme/redbasic/schema/simple_black_on_white.css b/view/theme/redbasic/schema/simple_black_on_white.css index e5cfb5f46..b7cca0930 100644 --- a/view/theme/redbasic/schema/simple_black_on_white.css +++ b/view/theme/redbasic/schema/simple_black_on_white.css @@ -51,8 +51,21 @@ background-image: linear-gradient(to bottom, #fff 0px, #fff 100%); } +#acl-select { + border: 1px solid #000; + color: #000; +} + +.acl-list-item { + border: 1px solid #000; + background-color: #FFF; + +} + .abook-self { - background-color: #fff; + border: 1px solid #EEE; + color: #ccc; + background-color: #EEE; } .acl-button-show, @@ -60,18 +73,10 @@ color: #000; } -#acl-showall { - color: #000; -} - #acl-list { border: 1px solid #fff; } -.acl-list-item { - border: 1px solid #fff; -} - .modal-content { background-color: #fff; } diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black.css index 7e3f901ef..990980e8f 100644 --- a/view/theme/redbasic/schema/simple_green_on_black.css +++ b/view/theme/redbasic/schema/simple_green_on_black.css @@ -51,8 +51,30 @@ background-image: linear-gradient(to bottom, #000 0px, #000 100%); } +.section-content-info-wrapper { + color: #50f148; + background-color:#000; + border: 1px solid #143D12 !important; +} + +.modal-header { + border-bottom: 1px solid #143D12; +} + +.modal-footer { + border-top: 1px solid #143D12; +} + +#acl-select { + background-color: #000; + border: 1px solid #143D12; + color: #50f148; +} + .abook-self { - background-color: #000; + color: #333; + background-color: #000 !important; + border: 1px solid #111; } .acl-button-show, @@ -60,16 +82,18 @@ color: #fff; } -#acl-showall { - color: #fff; +#acl-list { + border: 1px solid #143D12; } -#acl-list { - border: 1px solid #000; +#acl-search-wrapper { + border-bottom: 1px solid #143D12; } .acl-list-item { - border: 1px solid #000; + border: 1px solid #111; + background-color:#111; + } .modal-content { @@ -267,7 +291,7 @@ pre { background-image: none; } -.open .dropdown-toggle.btn-default { +.open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-default:focus { color: #50f148; background-color: #000; border-color: #143D12; diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black.css index d86154297..c23dbaf68 100644 --- a/view/theme/redbasic/schema/simple_white_on_black.css +++ b/view/theme/redbasic/schema/simple_white_on_black.css @@ -47,8 +47,30 @@ background-image: linear-gradient(to bottom, #000 0px, #000 100%); } +.section-content-info-wrapper { + color: #fff; + background-color:#000; + border: 1px solid #fff !important; +} + +.modal-header { + border-bottom: 1px solid #000; +} + +.modal-footer { + border-top: 1px solid #000; +} + +#acl-select { + background-color: #000; + border: 1px solid #fff; + color: #fff; +} + .abook-self { - background-color: #000; + color: #333; + background-color: #111 !important; + border: 1px solid #111; } .acl-button-show, @@ -56,16 +78,17 @@ color: #fff; } -#acl-showall { - color: #fff; +#acl-list { + border: 1px solid #000; } -#acl-list { - border: 1px solid #000; +#acl-search-wrapper { + border-bottom: 1px solid #000; } .acl-list-item { - border: 1px solid #000; + border: 1px solid #fff; + background-color:#000; } .modal-content { @@ -246,10 +269,10 @@ pre { background-image: none; } -.open .dropdown-toggle.btn-default { +.open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-default:focus { color: #fff; background-color: #000; - border-color: #000; + border-color: #fff; } .preview { |