Commit 4221ef23 authored by Alexandra Panyukova's avatar Alexandra Panyukova

some colors in css replaced, round corners removed

parent 05714932
/* basic elements and widgets */
body {
background-color: #@MIDDLE_COLOR_HEX@;
background-color: #@DARK_COLOR_HEX@;
color: #@MIDDLE_LABELS_HEX@;
margin: 0px;
padding: 10px;
......@@ -10,7 +10,7 @@ body {
}
a {
color: #@MIDDLE_LABELS_HEX@;
color: #@DARK_LABELS_HEX@;
font-weight: bold;
}
......@@ -39,15 +39,15 @@ h1 {
}
textarea, select, input.text {
border: 1px solid #@MIDDLE_LABELS_HEX@;
border: 1px solid #MIDDLE_LABELS_HEX@;
font-size: 8pt;
margin: 1px 3px 1px 0px;
padding: 1px 3px;
}
.btn {
background-color: #@MIDDLE_COLOR_HEX@;
color: #@MIDDLE_LABELS_HEX@;
background-color: #@MIDDLE_LABELS_HEX@;
color: #@LIGHT_LABELS_HEX@;
border: 1px solid #@MIDDLE_LABELS_HEX@;
cursor: pointer;
font-size: 9pt;
......@@ -55,7 +55,7 @@ textarea, select, input.text {
}
.btn:hover {
background-color: #@LIGHT_COLOR_HEX@;
background-color: #@DARK_LABELS_HEX@;
}
......@@ -213,7 +213,8 @@ textarea, select, input.text {
width: 20px;
text-align:left;
color: #@LIGHT_LABELS_HEX@;
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
background: #@DARK_COLOR_HEX@;
/* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;*/
}
#locale-td {
......@@ -223,7 +224,8 @@ textarea, select, input.text {
padding-right: 10px;
text-align:center;
width: 100px;
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
background: #@DARK_COLOR_HEX@;
/* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;*/
-moz-border-radius-topright: 1em;
-webkit-border-radius-topright: 1em;
-khtml-border-radius-topright: 1em;
......@@ -231,7 +233,8 @@ textarea, select, input.text {
}
#hostinfo-td {
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;*/
backgounnd: #@DARK_COLOR_HEX@;
padding-left: 10px;
padding-right: 10px;
......@@ -255,9 +258,9 @@ textarea, select, input.text {
}
#main-td {
background-color: #ffffff;
background-color: #@MIDDLE_COLOR_HEX@;
width: 100%;
/*border: 1px solid #056560;;*/
/*border: 1px solid #056560;;
-moz-border-radius-bottomright: 1em;
-webkit-border-radius-bottomright: 1em;
-khtml-border-radius-bottomright: 1em;
......@@ -265,7 +268,7 @@ textarea, select, input.text {
-moz-border-radius-bottomleft: 1em;
-webkit-border-radius-bottomleft: 1em;
-khtml-border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em;*/
}
.menu-item-normal a {
......@@ -284,11 +287,11 @@ textarea, select, input.text {
.menu-group-name {
padding-left: 5px;
padding-right: 5px;
color: #fff;
color: #@LIGHT_LABELS_TEXT@;
text-decoration: none;
/*background-color:#baeaea;*/
background-color: #@DARK_COLOR_HEX@;
padding-top: 3px;
background: url(/design/images/gradient.png) 0% 0% repeat-x;
/* background: url(/design/images/gradient.png) 0% 0% repeat-x;*/
font-weight: bold;
-moz-border-radius-topright: 1em;
-webkit-border-radius-topright: 1em;
......@@ -305,7 +308,7 @@ textarea, select, input.text {
/*width:250px;*/
padding-top: 5px;
border-collapse: collapse;
background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
/* background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
-moz-border-radius-bottomright: 1em; /* mozilla 1.5 */
-webkit-border-radius-bottomright: 1em; /* safari 3 */
-khtml-border-radius-bottomright: 1em; /* Konqueror */
......@@ -314,6 +317,7 @@ textarea, select, input.text {
-webkit-border-radius-bottomleft: 1em; /* safari 3 */
-khtml-border-radius-bottomleft: 1em; /* Konqueror */
border-radius-bottomleft: 1em; /* CSS3 */
*/
}
/* help popup */
......
......@@ -8,8 +8,8 @@ LIGHT_COLOR_HEX=F4F8F9
MIDDLE_COLOR_HEX=E2E6EB
DARK_COLOR_HEX=1B3664
LIGHT_LABELS_HEX=EAEDEF
DARK_LABELS_HEX=415E6F
MIDDLE_LABELS_HEX=B51F2D
DARK_LABELS_HEX=B51F2D
MIDDLE_LABELS_HEX=415E6F
LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}`
MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_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