Skip to content

Commit

Permalink
changed serrvermenu:active & option menu hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Fisico committed Feb 2, 2013
1 parent 4cfc9d7 commit f87e867
Showing 1 changed file with 30 additions and 37 deletions.
67 changes: 30 additions & 37 deletions uptee/static/new_design/css/style.css
Expand Up @@ -69,17 +69,13 @@ html, body {
}

#server_menu_frame .entry_user:active {
background: rgba(255,255,255,0.15);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0.1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);
background: rgba(0,0,0,0.15);
box-shadow: 0 1px 10px 0 #000000 inset;
}

#server_menu_frame .entry_user .current {
background: rgba(255,255,255,0.15);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0.1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);
background: rgba(0,0,0,0.15);
box-shadow: 0 1px 10px 0 #000000 inset;
}


Expand Down Expand Up @@ -141,17 +137,13 @@ html, body {
}

#server_menu_frame .entry:active {
background: rgba(255,255,255,0.15);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0.1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);
background: rgba(0,0,0,0.15);
box-shadow: 0 1px 10px 0 #000000 inset;
}

#server_menu_frame .entry .current {
background: rgba(255,255,255,0.15);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0.1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.1) 100%);
background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);
background: rgba(0,0,0,0.15);
box-shadow: 0 1px 10px 0 #000000 inset;
}

#option_menu_frame {
Expand Down Expand Up @@ -181,29 +173,11 @@ html, body {
background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(220,220,220,1) 100%);
}

#option_menu_frame .entry .icon{
background: rgba(0,0,0,0.1);;
height: 25px;
width: 25px;
margin-top: 7px;
margin-left: 15px;
float: left;
}

#option_menu_frame .entry .text{
color: #2f2f2f;
height: 20px;
width: 120px;
margin-top: 11px;
margin-left: 10px;
float: left;
}


#option_menu_frame .entry:hover {
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(220,220,220,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 100%);
background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(210,210,210,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(210,210,210,1)));
background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(210,210,210,1) 100%);
}

#option_menu_frame .entry:active {
Expand All @@ -220,6 +194,25 @@ html, body {
width: 195px;
}


#option_menu_frame .entry .icon{
background: rgba(0,0,0,0.1);;
height: 25px;
width: 25px;
margin-top: 7px;
margin-left: 15px;
float: left;
}

#option_menu_frame .entry .text{
color: #2f2f2f;
height: 20px;
width: 120px;
margin-top: 11px;
margin-left: 10px;
float: left;
}

#content_container {
background: url('../img/pattern_light.png');
border-top: 1px solid #bbbbbb;
Expand Down

0 comments on commit f87e867

Please sign in to comment.