Commit 8c1c07d9 authored by Alexandra Panyukova's avatar Alexandra Panyukova

some colors in css replaced, round corners removed

parent a4381a97
...@@ -228,16 +228,16 @@ textarea, select, input.text { ...@@ -228,16 +228,16 @@ textarea, select, input.text {
text-align:center; text-align:center;
width: 100px; width: 100px;
background: #@DARK_COLOR_HEX@; background: #@DARK_COLOR_HEX@;
/* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;*/ /* background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
-moz-border-radius-topright: 1em; -moz-border-radius-topright: 1em;
-webkit-border-radius-topright: 1em; -webkit-border-radius-topright: 1em;
-khtml-border-radius-topright: 1em; -khtml-border-radius-topright: 1em;
border-radius-topright: 1em; border-radius-topright: 1em;*/
} }
#hostinfo-td { #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@; background: #@DARK_COLOR_HEX@;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
...@@ -264,16 +264,16 @@ textarea, select, input.text { ...@@ -264,16 +264,16 @@ textarea, select, input.text {
background-color: #@LIGHT_COLOR_HEX@; background-color: #@LIGHT_COLOR_HEX@;
width: 100%; width: 100%;
padding-top: 10px; padding-top: 10px;
border: 1px solid #@DARK_COLOR_HEX@@;; border: 1px solid #@DARK_COLOR_HEX@;;
/*
-moz-border-radius-bottomright: 1em; -moz-border-radius-bottomright: 0.5em;
-webkit-border-radius-bottomright: 1em; -webkit-border-radius-bottomright: 0.5em;
-khtml-border-radius-bottomright: 1em; -khtml-border-radius-bottomright: 0.5em;
border-radius-bottomright: 1em; border-radius-bottomright: 0.5em;
-moz-border-radius-bottomleft: 1em; -moz-border-radius-bottomleft: 0.5em;
-webkit-border-radius-bottomleft: 1em; -webkit-border-radius-bottomleft: 0.5em;
-khtml-border-radius-bottomleft: 1em; -khtml-border-radius-bottomleft: 0.5em;
border-radius-bottomleft: 1em;*/ border-radius-bottomleft: 0.5em;
} }
.menu-item-normal a { .menu-item-normal a {
...@@ -287,6 +287,8 @@ textarea, select, input.text { ...@@ -287,6 +287,8 @@ textarea, select, input.text {
font-weight: bold; font-weight: bold;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
text-decoration: none;
color: #@DARK_COLOR_HEX@;
} }
.menu-group-name { .menu-group-name {
...@@ -296,32 +298,34 @@ textarea, select, input.text { ...@@ -296,32 +298,34 @@ textarea, select, input.text {
text-decoration: none; text-decoration: none;
background-color: #@DARK_COLOR_HEX@; background-color: #@DARK_COLOR_HEX@;
padding-top: 3px; padding-top: 3px;
width: 230px;
/* background: url(/design/images/gradient.png) 0% 0% repeat-x;*/ /* background: url(/design/images/gradient.png) 0% 0% repeat-x;*/
font-weight: bold; font-weight: bold;
-moz-border-radius-topright: 1em; -moz-border-radius: 0.5em;
-webkit-border-radius-topright: 1em; -webkit-border-radius: 0.5em;
-khtml-border-radius-topright: 1em; -khtml-border-radius: 0.5em;
border-radius-topright: 1em; border-radius: 1em;
-moz-border-radius-topleft: 1em; /* -moz-border-radius-topleft: 1em;
-webkit-border-radius-topleft: 1em; -webkit-border-radius-topleft: 1em;
-khtml-border-radius-topleft: 1em; -khtml-border-radius-topleft: 1em;
border-radius-topleft: 1em; border-radius-topleft: 1em;*/
} }
.menu-group { .menu-group {
padding-bottom: 5px; padding-bottom: 5px;
/*width:250px;*/ /*width:250px;*/
padding-top: 5px; padding-top: 5px;
width: 230px;
border-collapse: collapse; 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 */ -moz-border-radius-bottomright: 1em;
-webkit-border-radius-bottomright: 1em; /* safari 3 */ -webkit-border-radius-bottomright: 1em;
-khtml-border-radius-bottomright: 1em; /* Konqueror */ -khtml-border-radius-bottomright: 1em;
border-radius-bottomright: 1em; /* CSS3 */ border-radius-bottomright: 1em;
-moz-border-radius-bottomleft: 1em; /* mozilla 1.5 */ -moz-border-radius-bottomleft: 1em;
-webkit-border-radius-bottomleft: 1em; /* safari 3 */ -webkit-border-radius-bottomleft: 1em;
-khtml-border-radius-bottomleft: 1em; /* Konqueror */ -khtml-border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em; /* CSS3 */ border-radius-bottomleft: 1em;
*/ */
} }
......
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