small changes to green color and round corners

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6418 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 15 years ago
parent 76bca8cffd
commit 99683f5f11

@ -11,7 +11,7 @@ a:link {
} }
a:link:hover { a:link:hover {
color: #80C010; color: #65AC2A;
background-color:transparent; background-color:transparent;
} }
@ -19,28 +19,28 @@ a:link:hover {
/* Menu */ /* Menu */
.menugroup h3 { .menugroup h3 {
-webkit-border-top-left-radius: 8px; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 8px; -webkit-border-top-right-radius: 5px;
-khtml-border-top-left-radius: 8px; -khtml-border-top-left-radius: 5px;
-khtml-border-top-right-radius: 8px; -khtml-border-top-right-radius: 5px;
-moz-border-radius-topleft: 8px; -moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 8px; -moz-border-radius-topright: 5px;
border-top-left-radius: 8px; border-top-left-radius: 5px;
border-top-right-radius: 8px; border-top-right-radius: 5px;
background-color: #5090D0; background-color: #5090D0;
color:white; color:white;
} }
.SubMenugroup h3, .SubMenu h3 { .SubMenugroup h3, .SubMenu h3 {
-webkit-border-radius: 8px; -webkit-border-radius: 5px;
-webkit-border-radius: 8px; -webkit-border-radius: 5px;
-khtml-border-radius: 8px; -khtml-border-radius: 5px;
-khtml-border-radius: 8px; -khtml-border-radius: 5px;
-moz-border-radius: 8px; -moz-border-radius: 5px;
-moz-border-radius: 8px; -moz-border-radius: 5px;
border-radius: 8px; border-radius: 5px;
border-radius: 8px; border-radius: 5px;
background-color: #5090D0; background-color: #5090D0;
color:white; color:white;
@ -68,13 +68,10 @@ div.head h1 {
/* Tables */ /* Tables */
table { table {
-webkit-box-shadow: 0px 0px 20px #EEEEEE;
-moz-box-shadow: 0px 0px 20px #EEEEEE;
box-shadow: 0px 0px 20px #EEEEEE;
} }
.TableHeader { .TableHeader {
background-color: #80C010; background-color: #65AC2A;
color:white; color:white;
} }
@ -289,11 +286,6 @@ fieldset {
background-color:#DEE6F3; background-color:#DEE6F3;
color:#18294A; color:#18294A;
border:0px solid #DEE6F3; border:0px solid #DEE6F3;
-webkit-box-shadow: 0px 0px 20px #EEEEEE;
-moz-box-shadow: 0px 0px 20px #EEEEEE;
box-shadow: 0px 0px 20px #EEEEEE;
} }
/* input, select, textarea, button { /* input, select, textarea, button {
@ -302,7 +294,7 @@ fieldset {
} */ } */
legend { legend {
background-color:#80C010; background-color:#65AC2A;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;

Loading…
Cancel
Save