Advertisement
iamthemelocked

Iamthemelocked - Updates Tab #11 Part 2 (left)

Sep 22nd, 2014
1,021
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. /* --- UPDATES TAB ---*/
  2.  
  3. #tab11boxes {
  4. width: auto;
  5. height: auto;
  6. position:fixed;
  7. float:left;
  8. display:inline-block;
  9. top:0px; /* --- MOVE THE TAB UP OR DOWN HERE ---*/
  10. left: 10px; /* --- MOVE THE TAB TO THE LEFT OR TO THE RIGHT HERE ---*/
  11. }
  12.  
  13. #tab11boxes a{
  14. color:{color:Tab Links Colour};
  15. font-size:9px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  16. text-decoration:none;
  17. -webkit-transition: all 0.5s ease-in-out;
  18. -moz-transition: all 0.5s ease-in-out;
  19. -o-transition: all 0.5s ease-in-out;
  20. transition: all 0.5s ease-in-out;
  21. }
  22.  
  23. #tab11boxes a:hover{
  24. color:{color:Tab Links Colour Hover};
  25. font-size:9px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  26. -webkit-transition: all 0.5s ease-in-out;
  27. -moz-transition: all 0.5s ease-in-out;
  28. -o-transition: all 0.5s ease-in-out;
  29. transition: all 0.5s ease-in-out;
  30. }
  31.  
  32. /* --- UPDATES TAB BOX 1 START ---*/
  33.  
  34. #tab11line1 {
  35. height:50px;
  36. width: 12px;
  37. margin-top:0px;
  38. display: inline-block;
  39. float:right;
  40. margin-right:5px;
  41. opacity:1;
  42. background-color: {color:Tab Line 1 Colour};
  43. -webkit-transition: all 0.5s ease-in-out;
  44. -moz-transition: all 0.5s ease-in-out;
  45. -o-transition: all 0.5s ease-in-out;
  46. transition: all 0.5s ease-in-out;
  47. }
  48.  
  49. #tab11box1 {
  50. width: 0px;
  51. height: 10px;
  52. display: inline-block;
  53. float:left;
  54. opacity:1;
  55. padding-bottom:4px;
  56. margin-top:5px;
  57. padding-top:4px;
  58. letter-spacing:1px;
  59. font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
  60. line-height:110%;
  61. overflow:hidden;
  62. font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
  63. border-left:12px solid {color:Tab Line 1 Colour};
  64. text-transform:uppercase;
  65. text-align:left;
  66. color:{color:Tab Text Colour};
  67. -webkit-transition: all 0.5s ease-in-out;
  68. -moz-transition: all 0.5s ease-in-out;
  69. -o-transition: all 0.5s ease-in-out;
  70. transition: all 0.5s ease-in-out;
  71. }
  72.  
  73. #tab11line1:hover #tab11box1 {
  74. opacity:1;
  75. padding-left:6px;
  76. padding-right:4px;
  77. height:150px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  78. width: 100px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  79. -webkit-transition: all 0.5s ease-in-out;
  80. -moz-transition: all 0.5s ease-in-out;
  81. -o-transition: all 0.5s ease-in-out;
  82. transition: all 0.5s ease-in-out;
  83. }
  84.  
  85. /* --- UPDATES TAB BOX 1 END ---*/
  86.  
  87. /* --- UPDATES TAB BOX 2 START ---*/
  88.  
  89. #tab11line2 {
  90. height:80px;
  91. width: 12px;
  92. display: inline-block;
  93. float:right;
  94. margin-right:5px;
  95. opacity:1;
  96. background-color: {color:Tab Line 2 Colour};
  97. -webkit-transition: all 0.5s ease-in-out;
  98. -moz-transition: all 0.5s ease-in-out;
  99. -o-transition: all 0.5s ease-in-out;
  100. transition: all 0.5s ease-in-out;
  101. }
  102.  
  103. #tab11box2 {
  104. width: 0px;
  105. height: 15px;
  106. display: inline-block;
  107. float:left;
  108. opacity:1;
  109. margin-top:55px;
  110. padding-bottom:4px;
  111. padding-top:4px;
  112. letter-spacing:1px;
  113. font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
  114. line-height:110%;
  115. overflow:hidden;
  116. font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
  117. border-left:12px solid {color:Tab Line 2 Colour};
  118. text-transform:uppercase;
  119. text-align:left;
  120. color:{color:Tab Text Colour};
  121. -webkit-transition: all 0.5s ease-in-out;
  122. -moz-transition: all 0.5s ease-in-out;
  123. -o-transition: all 0.5s ease-in-out;
  124. transition: all 0.5s ease-in-out;
  125. }
  126.  
  127. #tab11line2:hover #tab11box2 {
  128. opacity:1;
  129. padding-left:6px;
  130. padding-right:4px;
  131. height:150px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  132. width: 100px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  133. -webkit-transition: all 0.5s ease-in-out;
  134. -moz-transition: all 0.5s ease-in-out;
  135. -o-transition: all 0.5s ease-in-out;
  136. transition: all 0.5s ease-in-out;
  137. }
  138.  
  139. /* --- UPDATES TAB BOX 2 END ---*/
  140.  
  141. /* --- UPDATES TAB BOX 3 START ---*/
  142.  
  143. #tab11line3 {
  144. height:110px;
  145. width: 12px;
  146. display: inline-block;
  147. float:right;
  148. margin-right:5px;
  149. opacity:1;
  150. background-color: {color:Tab Line 3 Colour};
  151. -webkit-transition: all 0.5s ease-in-out;
  152. -moz-transition: all 0.5s ease-in-out;
  153. -o-transition: all 0.5s ease-in-out;
  154. transition: all 0.5s ease-in-out;
  155. }
  156.  
  157. #tab11box3 {
  158. width: 0px;
  159. height: 15px;
  160. display: inline-block;
  161. float:left;
  162. opacity:1;
  163. margin-top:85px;
  164. padding-bottom:4px;
  165. padding-top:4px;
  166. letter-spacing:1px;
  167. font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
  168. line-height:110%;
  169. overflow:hidden;
  170. font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
  171. border-left:12px solid {color:Tab Line 3 Colour};
  172. text-transform:uppercase;
  173. text-align:left;
  174. color:{color:Tab Text Colour};
  175. -webkit-transition: all 0.5s ease-in-out;
  176. -moz-transition: all 0.5s ease-in-out;
  177. -o-transition: all 0.5s ease-in-out;
  178. transition: all 0.5s ease-in-out;
  179. }
  180.  
  181. #tab11line3:hover #tab11box3 {
  182. opacity:1;
  183. padding-left:6px;
  184. padding-right:4px;
  185. height:150px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  186. width: 100px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  187. -webkit-transition: all 0.5s ease-in-out;
  188. -moz-transition: all 0.5s ease-in-out;
  189. -o-transition: all 0.5s ease-in-out;
  190. transition: all 0.5s ease-in-out;
  191. }
  192.  
  193. /* --- UPDATES TAB BOX 3 END ---*/
  194.  
  195. /* --- IF YOU WANT TO ADD MORE BOXES THEN JUST COPY ONE OF THE ABOVE AND ADD IT IN THE HTML AS WELL (HTML=THE BLUEISH PART A LITTLE FURTHER BELOW. IF THERE ARE ANY QUESTIONS DON´T HESITATE TO ASK ME ON MY THEME BLOG (IAMTHEMELOCKED)---*/
  196.  
  197. /* --- UPDATES TAB ---*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement