Skip to content

Commit

Permalink
default skin: rounded fieldsets
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6501 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Nov 21, 2009
1 parent 40900ee commit 82258b2
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions skins/pdblue.css
Expand Up @@ -34,12 +34,8 @@ a:link:hover {

.SubMenugroup h3, .SubMenu h3 {
-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;
Expand Down Expand Up @@ -201,14 +197,10 @@ div#yacylivesearch {

fieldset.maininput, fieldset.yacys {
background-color:#DEE6F3;
-webkit-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-radius: 10px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

form.search.small h2 {
Expand Down Expand Up @@ -286,6 +278,10 @@ fieldset {
background-color:#DEE6F3;
color:#18294A;
border:0px solid #DEE6F3;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/* input, select, textarea, button {
Expand All @@ -295,14 +291,9 @@ fieldset {

legend {
background-color:#65AC2A;

-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;
text-align:left;
color:white;
Expand Down

0 comments on commit 82258b2

Please sign in to comment.