Advertisement
incedothemes

Update Tab #2 (CSS Right) by Incedo

Jun 14th, 2014
2,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. /*----------------------------------------
  2. Update Tab #2 (CSS Right) by Incedo
  3. http://incedothemes.tumblr.com
  4. Please do not remove the credit.
  5. Instructions @ http://incedothenes.tumblr.com/tab
  6. Updated 6/14/14
  7. ------------------------------------------*/
  8.  
  9. #updatetab {
  10. margin-top:40px; /*this is how far down you want the tab*/
  11. font-family: helvetica; /*this is the font*/
  12. color: #A0A0A0;} /*this is the font color*/
  13. #tabtitle, #slideout, #slideout p {
  14. background-color:#ffffff; /*this is the background color*/
  15. border-color: #D8D8D8;} /*this is the border color*/
  16. #slideout, #slideout a {
  17. font-size:10px;} /*this is the font size*/
  18.  
  19. #updatetab {
  20. right:0;
  21. margin-right:0px;
  22. position:fixed;
  23. z-index:999;
  24. -webkit-transition: all 0.5s ease-in-out;
  25. -moz-transition: all 0.5s ease-in-out;
  26. -o-transition: all 0.5s ease-in-out;
  27. -ms-transition: all 0.5s ease-in-out;
  28. transition: all 0.5s ease-in-out;}
  29.  
  30. #tabtitle {
  31. width:70px;
  32. margin-top:50px;
  33. height:12px;
  34. text-align:center;
  35. margin-left:-46px;
  36. position:absolute;
  37. margin-top:50px;
  38. transform:rotate(90deg);
  39. -ms-transform:rotate(90deg);
  40. -webkit-transform:rotate(90deg);
  41. padding:1px 3px;
  42. letter-spacing:2px;
  43. font-size:9px;
  44. text-transform:uppercase;
  45. border-width:0px 1px 1px 1px;
  46. border-style:solid;}
  47.  
  48. #slideout {
  49. position:absolute;
  50. width:120px;
  51. min-height:120px;
  52. border-style:solid;
  53. border-width:1px 0px 1px 1px;
  54. padding:2px 5px;}
  55.  
  56. #slideout p {margin:3px 0px;}
  57.  
  58. #updatetab:hover {
  59. margin-right:131px;
  60. -webkit-transition: all 0.5s ease-in-out;
  61. -moz-transition: all 0.5s ease-in-out;
  62. -o-transition: all 0.5s ease-in-out;
  63. -ms-transition: all 0.5s ease-in-out;
  64. transition: all 0.5s ease-in-out;}
  65.  
  66. img {max-width:100%;}
  67.  
  68. #c, #c a {
  69. text-decoration:none;
  70. position:fixed;
  71. bottom:4px;
  72. right:4px;
  73. font-size:13px;
  74. font-family:helvetica;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement