background: none repeat scroll 0 0 #878787;
color: black;
}
#inbox form#searchbox {
margin: 0 auto;
text-align: left;
width: 40%;
}
#inbox form#searchbox a {
color: #39CEFF;
font-weight: bold;
}
#searchbars {
border-color: -moz-use-text-color lightgray lightgray;
height: 23px;
margin-left: 313px;
padding: 0;
position: fixed;
text-align: center;
top: 21px;
transition: box-shadow 350ms ease-in-out 0s;
width: 500px;
z-index: 5;
}
#header:hover input {
opacity: 1;
}
#searchbars input {
background: none repeat scroll 0 0 #626262;
border: 1px ridge lightgray;
border-radius: 10px 10px 10px 10px;
color: white;
font-family: helvetica;
font-size: 9px;
height: 19px;
margin: 5px -7px !important;
max-width: 70px;
opacity: 0;
padding: 0 !important;
text-align: center;
text-indent: 0;
transition: all 350ms ease-in-out 0s;
}
#searchbars input:focus, #searchbars input:hover, #searchbars input:active {
background: none repeat scroll 0 0 #6E7675;
box-shadow: 0 0 6px cyan;
}
#searchbars ul {
background: none repeat scroll 0 0 transparent;
display: inline-block;
margin: 3px auto 0;
padding-right: 3px;
text-align: left;
}
#searchbars ul li {
display: inline;
margin: 0 1px;
}
#searchbars ul li form {
display: inline;
}
#searchbars ul li ul {
background: none repeat scroll 0 0 black;
border: 1px solid white;
border-radius: 0 0 10px 10px;
box-shadow: 0 5px 10px #0084B0;
display: block;
font-size: 10px;
left: 133px;
position: absolute;
top: 25px;
width: 150px;
z-index: 1000;
}
#searchbars ul li ul li:last-child {
border-radius: 0 0 10px 10px;
}
#searchbars ul li ul li:hover {
background: none repeat scroll 0 0 #333333;
border-color: deepskyblue;
color: #0091C1;
}
#searchbars ul li ul li {
border-bottom: 1px solid white;
cursor: pointer;
display: block;
line-height: 15px;
margin: 0;
padding: 5px 10px;
text-align: center;
transition: all 250ms ease-in-out 0s;
width: 133px;
}
li#searchbar_people input {
left: 12%;
position: absolute;
}
li#searchbar_torrents input {
left: 36.5%;
position: absolute;
z-index: 3;
}
li#searchbar_users input {
left: 72%;
position: absolute;
}
li#searchbar_collections input {
left: 24%;
position: absolute;
}
li#searchbar_forums input {
left: 48%;
position: absolute;
z-index: 2;
}
li#searchbar_log input {
left: 60%;
position: absolute;
z-index: 1;
}
li#searchbar_requests input {
left: 0;
position: absolute;
z-index: -1;
}
#userinfo {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: linear-gradient(to bottom, #7F7F7F 0%, #313131 50%, #252525 51%, #555555 100%) repeat scroll 0 0 transparent;
border-bottom-left-radius: 13px;
border-bottom-right-radius: 13px;
border-color: -moz-use-text-color lightgray lightgray;
border-image: none;
border-style: none ridge ridge;
border-width: medium 3px 3px;
color: #FFFFFF;
height: 25px;
left: 1.3%;
margin: 0 auto;
opacity: 0;
padding: 0 1px 1px;
position: absolute;
text-align: left;
top: 23px;
transition: all 350ms ease-in-out 0s;
width: 1013px;
z-index: 0;
}
#header:hover #userinfo {
opacity: 1;
}
#userinfo a {
color: #BBBBBB;
text-decoration: none;
transition: all 150ms ease-in-out 0s;
}
#userinfo a:hover {
color: snow;
}
#userinfo ul {
display: inline;
margin: 5px 6px;
}
#userinfo ul li {
display: inline;
line-height: 18px;
margin: 0 1px;
padding: 0;
position: relative;
transition: all 350ms ease-in-out 0s;
vertical-align: middle;
}
#userinfo ul li:first-child:hover li, #userinfo ul li:first-child {
display: inline;
}
#userinfo li:first-child {
background: none repeat scroll 0 0 transparent;
}
#userinfo ul:hover #nav_more li {
background: none repeat scroll 0 0 transparent;
}
#userinfo_username {
border-radius: 10px 10px 10px 10px;
border-right: 2px groove lightgray;
font-size: 8.9px;
font-weight: normal;
left: -3px;
margin-right: 5px;
padding: 0;
position: absolute;
text-align: left;
top: 0;
transition: all 150ms ease-in-out 0s;
}
#userinfo_username:hover {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
border-bottom: 1px ridge lightgray;
border-left: 1px ridge lightgray;
}
#userinfo_username:hover li {
display: block;
}
ul#userinfo_username li {
display: none;
}
ul#userinfo_username li:last-child {
border-radius: 0 0 10px 10px;
}
#userinfo_minor {
border-radius: 10px 10px 10px 10px;
border-right: 2px groove lightgray;
left: 69px;
margin-right: 5px;
padding: 0 4px;
position: absolute;
text-align: left;
transition: all 150ms ease-in-out 0s;
width: 31px;
}
#userinfo_minor:hover {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
border-bottom: 1px ridge lightgray;
border-left: 1px ridge lightgray;
width: 90px;
}
ul#userinfo_minor li {
background: none repeat scroll 0 0 transparent;
display: none;
font-size: 9px;
font-weight: normal;
text-indent: -3px;
}
ul#userinfo_minor:hover li {
background: none repeat scroll 0 0 transparent;
display: block;
}
#userinfo li a:hover {
color: #0091C1;
font-size: 9px;
font-weight: bold;
}
#userinfo_minor #nav_more.dropdownmenu ul li {
top: -18px;
}
#userinfo_minor #nav_more.dropdownmenu ul li a:hover {
color: #0091C1;
}
#userinfo_minor #nav_more.dropdownmenu {
border-radius: 0 0 10px 10px;
height: 92px;
text-align: left;
white-space: nowrap;
}
#userinfo_minor .

Prev | Next
Pg.: 1 2 3 4 5 6 7 8 ... 11


Back to home | File page

Subscribe | Register | Login | N