Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*----------------------------------------
- Update Tab #2 (CSS Right) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 6/14/14
- ------------------------------------------*/
- #updatetab {
- margin-top:40px; /*this is how far down you want the tab*/
- font-family: helvetica; /*this is the font*/
- color: #A0A0A0;} /*this is the font color*/
- #tabtitle, #slideout, #slideout p {
- background-color:#ffffff; /*this is the background color*/
- border-color: #D8D8D8;} /*this is the border color*/
- #slideout, #slideout a {
- font-size:10px;} /*this is the font size*/
- #updatetab {
- right:0;
- margin-right:0px;
- position:fixed;
- z-index:999;
- -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;}
- #tabtitle {
- width:70px;
- margin-top:50px;
- height:12px;
- text-align:center;
- margin-left:-46px;
- position:absolute;
- margin-top:50px;
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- padding:1px 3px;
- letter-spacing:2px;
- font-size:9px;
- text-transform:uppercase;
- border-width:0px 1px 1px 1px;
- border-style:solid;}
- #slideout {
- position:absolute;
- width:120px;
- min-height:120px;
- border-style:solid;
- border-width:1px 0px 1px 1px;
- padding:2px 5px;}
- #slideout p {margin:3px 0px;}
- #updatetab:hover {
- margin-right:131px;
- -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;}
- img {max-width:100%;}
- #c, #c a {
- text-decoration:none;
- position:fixed;
- bottom:4px;
- right:4px;
- font-size:13px;
- font-family:helvetica;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement