Commit a4381a97 authored by Alexandra Panyukova's avatar Alexandra Panyukova

some colors in css replaced, round corners removed

parent 4221ef23
/* basic elements and widgets */
body {
background-color: #@DARK_COLOR_HEX@;
background-color: #@MIDDLE_COLOR_HEX@;
color: #@MIDDLE_LABELS_HEX@;
margin: 0px;
padding: 10px;
......@@ -10,7 +10,7 @@ body {
}
a {
color: #@DARK_LABELS_HEX@;
color: #@MIDDLE_LABELS_HEX@;
font-weight: bold;
}
......@@ -48,7 +48,7 @@ textarea, select, input.text {
.btn {
background-color: #@MIDDLE_LABELS_HEX@;
color: #@LIGHT_LABELS_HEX@;
border: 1px solid #@MIDDLE_LABELS_HEX@;
border: 1px solid #@LIGHT_COLOR_HEX@;
cursor: pointer;
font-size: 9pt;
padding: 0px 3px;
......@@ -168,13 +168,15 @@ textarea, select, input.text {
.alterator-dateedit-button {
vertical-align:middle;
cursor:pointer;
background: url(/design/images/dateedit.png) no-repeat;
/* background: url(/design/images/dateedit.png) no-repeat;*/
background: #@DARK_COLOR_HEX@;
width: 15px;
height: 16px;
}
.top-button-menu {
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;*/
background: #@DARK_COLOR_HEX@;
padding-right: 10px;
padding-top: 10px;
}
......@@ -187,16 +189,17 @@ textarea, select, input.text {
padding-right: 10px;
text-align:left;
padding-top: 10px;
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
/* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;*/
background: #@DARK_COLOR_HEX@;
width: 275px;
-moz-border-radius-topleft: 1em;
/* -moz-border-radius-topleft: 1em;
-webkit-border-radius-topleft: 1em;
-khtml-border-radius-topleft: 1em;
border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
-webkit-border-radius-bottomleft: 1em;
-khtml-border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em;*/
}
#logo-td img {
......@@ -258,9 +261,11 @@ textarea, select, input.text {
}
#main-td {
background-color: #@MIDDLE_COLOR_HEX@;
background-color: #@LIGHT_COLOR_HEX@;
width: 100%;
/*border: 1px solid #056560;;
padding-top: 10px;
border: 1px solid #@DARK_COLOR_HEX@@;;
/*
-moz-border-radius-bottomright: 1em;
-webkit-border-radius-bottomright: 1em;
-khtml-border-radius-bottomright: 1em;
......@@ -287,7 +292,7 @@ textarea, select, input.text {
.menu-group-name {
padding-left: 5px;
padding-right: 5px;
color: #@LIGHT_LABELS_TEXT@;
color: #@LIGHT_LABELS_HEX@;
text-decoration: none;
background-color: #@DARK_COLOR_HEX@;
padding-top: 3px;
......
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