Skip to content

Commit

Permalink
small changes to green color and round corners
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6418 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Oct 15, 2009
1 parent 76bca8c commit 99683f5
Showing 1 changed file with 20 additions and 28 deletions.
48 changes: 20 additions & 28 deletions skins/pdblue.css
Expand Up @@ -11,36 +11,36 @@ a:link {
}

a:link:hover {
color: #80C010;
color: #65AC2A;
background-color:transparent;
}


/* Menu */

.menugroup h3 {
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-khtml-border-top-left-radius: 8px;
-khtml-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-khtml-border-top-left-radius: 5px;
-khtml-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-color: #5090D0;
color:white;
}

.SubMenugroup h3, .SubMenu h3 {
-webkit-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border-radius: 8px;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;

background-color: #5090D0;
color:white;
Expand Down Expand Up @@ -68,13 +68,10 @@ div.head h1 {
/* Tables */

table {
-webkit-box-shadow: 0px 0px 20px #EEEEEE;
-moz-box-shadow: 0px 0px 20px #EEEEEE;
box-shadow: 0px 0px 20px #EEEEEE;
}

.TableHeader {
background-color: #80C010;
background-color: #65AC2A;
color:white;
}

Expand Down Expand Up @@ -289,11 +286,6 @@ fieldset {
background-color:#DEE6F3;
color:#18294A;
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 {
Expand All @@ -302,7 +294,7 @@ fieldset {
} */

legend {
background-color:#80C010;
background-color:#65AC2A;

-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
Expand Down

0 comments on commit 99683f5

Please sign in to comment.