Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*----- by incedothemes.tumblr.com - inicio barrinha #teaminspire -----*/
- #updatetab {
- /* font-family: verdana; this is the font*/
- color: #515050;} /*this is the font color*/
- #tabtitle, #dropdown, #dropdown p {
- background-color:#ffffff; /*this is the background color*/
- border-color: #D8D8D8;} /*this is the border color*/
- #updatetab {
- width:100px;
- position:fixed;
- top:35px;
- left:890px;}
- #tabtitle {
- text-align:center;
- padding:1px 3px;
- letter-spacing:2px;
- font-size:10px;
- /* text-transform:uppercase; */
- border-width:1px;
- border-style:solid;
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;}
- #dropdown {
- border-style:solid;
- border-width:0px 1px 1px 1px;
- padding:2px 5px 0px 5px;
- border-bottom-right-radius: 2px;
- -moz-border-bottom-right-radius: 2px;
- -webkit-border-bottom-right-radius: 2px;
- border-bottom-left-radius: 2px;
- -moz-border-bottom-left-radius: 2px;
- -webkit-border-bottom-left-radius: 2px;
- opacity:0;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- #updatetab:hover #dropdown {
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- #dropdown p {
- text-align:center;
- padding-top:3px;
- padding-bottom:3px;
- border-width:0px 0px 1px 0px;
- border-style:solid;
- font-size:12px;}
- #dropdown p:last-of-type {
- border-bottom:0px solid transparent;}
- p, ul, li, ol {
- margin: 0px 0px 0px 0px;}
- #c {
- text-align:center;
- position:fixed;
- bottom:40px;
- right:-50px;
- font-size:13px;
- /* font-family:helvetica; */
- }
- /*--- fim barrinha #teaminspire ---*/
Advertisement
Add Comment
Please, Sign In to add comment