Commit bb252feb authored by Alexandra Panyukova's avatar Alexandra Panyukova

darker text in web

parent f2e524d0
body { body {
background-color: #@MIDDLE_COLOR_HEX@;/*#92b2b8;/*#67999a;/*#c0dbdb;*/ background-color: #@MIDDLE_COLOR_HEX@;/*#92b2b8;/*#67999a;/*#c0dbdb;*/
color: #@DARK_COLOR_HEX@; color: #@MIDDLE_LABELS_HEX@;
margin: 0px; margin: 0px;
padding: 10px; padding: 10px;
font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
...@@ -8,13 +8,13 @@ body { ...@@ -8,13 +8,13 @@ body {
} }
a { a {
color: #@DARK_COLOR_HEX@; color: #@MIDDLE_LABELS_HEX@;
font-weight: bold; font-weight: bold;
} }
table { table {
font-size: 9pt; font-size: 9pt;
border-color: #@DARK_COLOR_HEX@; border-color: #@MIDDLE_LABELS_HEX@;
border-collapse: collapse; border-collapse: collapse;
} }
...@@ -37,7 +37,7 @@ h1 { ...@@ -37,7 +37,7 @@ h1 {
} }
textarea, select, input.text { textarea, select, input.text {
border: 1px solid #@DARK_COLOR_HEX@; border: 1px solid #@MIDDLE_LABELS_HEX@;
font-size: 8pt; font-size: 8pt;
margin: 1px 3px 1px 0px; margin: 1px 3px 1px 0px;
padding: 1px 3px; padding: 1px 3px;
...@@ -46,7 +46,7 @@ textarea, select, input.text { ...@@ -46,7 +46,7 @@ textarea, select, input.text {
.btn { .btn {
background-color: #@MIDDLE_COLOR_HEX@; background-color: #@MIDDLE_COLOR_HEX@;
color: #@DARK_COLOR_HEX@; color: #@DARK_COLOR_HEX@;
border: 1px solid #@DARK_COLOR_HEX@; border: 1px solid #@MIDDLE_LABELS_HEX@;
cursor: pointer; cursor: pointer;
font-size: 9pt; font-size: 9pt;
padding: 0px 3px; padding: 0px 3px;
...@@ -66,7 +66,7 @@ textarea, select, input.text { ...@@ -66,7 +66,7 @@ textarea, select, input.text {
.info-name { .info-name {
font-size: 18pt; font-size: 18pt;
border-bottom: 2px solid #@DARK_COLOR_HEX@; border-bottom: 2px solid #@MIDDLE_LABELS_HEX@;
} }
.info-description { .info-description {
...@@ -89,11 +89,11 @@ textarea, select, input.text { ...@@ -89,11 +89,11 @@ textarea, select, input.text {
} }
.disabled { .disabled {
color: #@DARK_COLOR_HEX@; color: #@MIDDLE_LABELS_HEX@;
} }
.alterator-progress { .alterator-progress {
border: 1px solid #@DARK_COLOR_HEX@; border: 1px solid #@MIDDLE_LABELS_HEX@;
height: 20px; height: 20px;
width: 200px; width: 200px;
padding: 2px; padding: 2px;
...@@ -101,7 +101,7 @@ textarea, select, input.text { ...@@ -101,7 +101,7 @@ textarea, select, input.text {
} }
.alterator-progress div { .alterator-progress div {
background-color: #@DARK_COLOR_HEX@; background-color: #@MIDDLE_LABELS_HEX@;
height: 20px; height: 20px;
} }
......
/* c0dbdb */ /* c0dbdb */
.top-button-menu {
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
padding-right: 10px;
padding-top: 10px;
}
#logo-td { #logo-td {
border-left: none; border-left: none;
padding-left: 10px; padding-left: 10px;
...@@ -46,7 +52,7 @@ ...@@ -46,7 +52,7 @@
/* border-left: none; */ /* border-left: none; */
padding-left: 10px; padding-left: 10px;
padding-top: 10px; padding-top: 10px;
color: #@LIGHT_LABELS_TEXT@; color: #@LIGHT_LABELS_HEX@;
padding-right: 10px; padding-right: 10px;
text-align:center; text-align:center;
width: 100px; width: 100px;
...@@ -171,7 +177,7 @@ ...@@ -171,7 +177,7 @@
#help-popup { #help-popup {
padding-left: 10px; padding-left: 10px;
width: 95%; width: 95%;
background-color: #@MIDDLE_COLOR_HEX@; background-color: #@LIGHT_COLOR_HEX@;
/* padding-right: 5px; /* padding-right: 5px;
padding-top: 10px;*/ padding-top: 10px;*/
} }
......
...@@ -9,6 +9,7 @@ MIDDLE_COLOR_HEX=C8C9CB ...@@ -9,6 +9,7 @@ MIDDLE_COLOR_HEX=C8C9CB
DARK_COLOR_HEX=909195 DARK_COLOR_HEX=909195
LIGHT_LABELS_HEX=FFFFFF LIGHT_LABELS_HEX=FFFFFF
DARK_LABELS_HEX=000000 DARK_LABELS_HEX=000000
MIDDLE_LABELS_HEX=4d4d4f
LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}` LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}`
MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_COLOR_HEX}` MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_COLOR_HEX}`
DARK_COLOR_DEC=`./color_dec ${DARK_COLOR_HEX}` DARK_COLOR_DEC=`./color_dec ${DARK_COLOR_HEX}`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment