Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*----------------------------------------
- Update Tab #1 (CSS Right) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 8/7/14
- ------------------------------------------*/
- #updatetab {
- font-family: helvetica; /*this is the font*/
- color: #A0A0A0;} /*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:36px;
- right:14px;}
- #tabtitle {
- text-align:center;
- padding:1px 3px;
- letter-spacing:2px;
- font-size:9px;
- 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 {
- padding-top:3px;
- padding-bottom:3px;
- border-width:0px 0px 1px 0px;
- border-style:solid;
- font-size:10px;}
- #dropdown p:last-of-type {
- border-bottom:0px solid transparent;}
- #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
- margin: 0px 0px 0px 0px;}
- #c {
- position:fixed;
- bottom:4px;
- right:4px;
- font-size:13px;
- font-family:helvetica;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement