Advertisement
cironmonger

swirly update tab style section

Nov 19th, 2013
2,788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. /*Update Tab place this section after < style type=text/css >*/
  2.  
  3.  
  4. /*------------ Change link colours below ----------*/
  5. #navtext a:link {color:black;text-decoration: none;} /* ------ Change black to color of links you'd like -------*/
  6. #navtext a:link:hover {color:black;text-decoration: none;} /* ------ Change black to color on hover of links -------*/
  7. #navtext a:visited {color:black;text-decoration: none;} /* ------ Change black to color of links you'd like -------*/
  8. #navtext a:visited:hover {color:black;text-decoration: none;}/* ------ Change black to color on hover of links -------*/
  9.  
  10. #navi {opacity:0.8;
  11. position:fixed;
  12. width: 150px;
  13. height:150px;
  14. right:0px;
  15. bottom:0px;}
  16.  
  17. #navimg {
  18. opacity:0.8;
  19. position:fixed;
  20. width: 150px;
  21. height:150px;
  22. right:0px;
  23. bottom:0px;
  24. text-decoration:none;
  25. text-align:center;
  26. -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;
  27. background-image:URL('http://static.tumblr.com/yf7iedv/Dubmqwrv7/cornerbottom.png');
  28. background-size:150px;
  29. background-position: top 0px left 0px;
  30. background-repeat: no-repeat;
  31. background-color:transparent;
  32.  
  33. }
  34.  
  35. #navi a { margin-right:0px; }
  36.  
  37.  
  38. #navtext{
  39. text-align:center;
  40. opacity:0;
  41. position:fixed;
  42. right:40px;
  43. width:150px;
  44. bottom:30px;
  45. -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;
  46. line-height:10px;
  47. font-size:11px;
  48. font-family:calibri;
  49. color:{color:Updatetabtext};
  50. padding-top:60px;
  51. padding-bottom:10px;
  52. padding-left:40px;
  53. letter-spacing:0px;
  54. line-height:9px;
  55. background-image:URL('http://static.tumblr.com/yf7iedv/x3vmqwrks/corner.png');
  56. background-size:150px;
  57. background-position: top 5px left 5px;
  58. background-repeat: no-repeat;
  59. }
  60.  
  61.  
  62. #navtext a{
  63. display:inline-block;
  64. text-align:center;
  65. font-size:11px;
  66. font-family:calibri;
  67. color:{color:Updatetabtext};
  68. -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;
  69. letter-spacing:0px;
  70. line-height:9px;
  71. }
  72.  
  73. #navi:hover #navtext{
  74. background-position:top 10px left 10px;
  75. opacity:1;
  76. -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;
  77. text-align:center;
  78. }
  79. #navi:hover #navimg {
  80. background-position:top -10px left -10px;
  81. -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;
  82. }
  83. /*End of update head section */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement