diff options
Diffstat (limited to 'themes/xenea/css-1.7.8')
| -rw-r--r-- | themes/xenea/css-1.7.8/style.css | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/themes/xenea/css-1.7.8/style.css b/themes/xenea/css-1.7.8/style.css index 35a8f2cc0b..20bcb03396 100644 --- a/themes/xenea/css-1.7.8/style.css +++ b/themes/xenea/css-1.7.8/style.css @@ -1083,16 +1083,17 @@ table.center { .list_label, .list_label_wrap { - color: #fff; + color: #006; font-size: 12px; - background-color: #81a9cb; + background-color: #c3dfff; + border: solid #81a9cb 1px; font-weight: bold; text-align: center; } .list_value, .list_value_wrap { - background-color: #edf7f9; + background-color: #edf7fd; font-size: 12px; border: solid #81a9cb 1px; vertical-align: top; @@ -1134,8 +1135,9 @@ div.fact_SHARED_NOTE { } .facts_label03 { - color: #fff; - background-color: #81a9cb; + color: #006; + background-color: #c3dfff; + border: solid #81a9cb 1px; font-size: 12px; padding: 4px; text-align: center; @@ -2998,7 +3000,7 @@ div.faq_body { } #search-page-table { - background-color: #81a9cb; + background-color: #c3dfff; border: 1px outset #ccc; border-top: 0; margin: 20px auto 0; @@ -3007,14 +3009,14 @@ div.faq_body { #search-page-table .label { border-top: 1px solid #ccc; - color: #fff; + color: #006; float: left; font-weight: bold; padding: 5px 10px 0; } #search-page-table .value { - background-color: #edf7f9; + background-color: #edf7fd; border-top: 1px solid #ccc; padding: 5px; } |
