Advertisement
iamthemelocked

Iamthemelocked - Updates Tab #6 Part 2

Aug 21st, 2014
993
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. /* --- UPDATES TAB ---*/
  2.  
  3. #updateboxes {
  4. width: 150px;
  5. height: 150px;
  6. position:fixed;
  7. margin-top:20px;
  8. margin-left: 20px;
  9. }
  10.  
  11. #updateboxes a{
  12. color:{color:Tab Links Colour};
  13. font-size:8px;
  14. -webkit-transition: all 0.4s ease-in-out;
  15. -moz-transition: all 0.4s ease-in-out;
  16. -o-transition: all 0.4s ease-in-out;
  17. transition: all 0.4s ease-in-out;
  18. }
  19.  
  20. #updateboxes a:hover{
  21. color:{color:Tab Links Colour Hover};
  22. font-size:8px;
  23. -webkit-transition: all 0.4s ease-in-out;
  24. -moz-transition: all 0.4s ease-in-out;
  25. -o-transition: all 0.4s ease-in-out;
  26. transition: all 0.4s ease-in-out;
  27. }
  28.  
  29. /* --- UPDATES TAB BOX 1 START---*/
  30.  
  31. #updatebox1 {
  32. width: 80px;
  33. height: 1px;
  34. display: block;
  35. opacity:1;
  36. padding:3px;
  37. margin-bottom:5px;
  38. font-size:8px;
  39. line-height:110%;
  40. overflow:hidden;
  41. font-family:calibri;
  42. text-transform:uppercase;
  43. text-align:center;
  44. color:{color:Tab Text Colour};
  45. background-color: {color:Tab Box 1 Background Colour};
  46. -webkit-transition: all 0.4s ease-in-out;
  47. -moz-transition: all 0.4s ease-in-out;
  48. -o-transition: all 0.4s ease-in-out;
  49. transition: all 0.4s ease-in-out;
  50. }
  51.  
  52. #updatebox1:hover {
  53. height:115px; /* --- Extend the box´s height here---*/
  54. width:120px; /* --- Extend the box´s width here---*/
  55. -webkit-transition: all 0.4s ease-in-out;
  56. -moz-transition: all 0.4s ease-in-out;
  57. -o-transition: all 0.4s ease-in-out;
  58. transition: all 0.4s ease-in-out;
  59. }
  60.  
  61. /* --- UPDATES TAB BOX 1 END---*/
  62.  
  63. /* --- UPDATES TAB BOX 2 START---*/
  64.  
  65. #updatebox2 {
  66. width: 50px;
  67. height: 1px;
  68. display: block;
  69. opacity:1;
  70. padding:3px;
  71. margin-bottom: 5px;
  72. font-size:8px;
  73. overflow:hidden;
  74. line-height:110%;
  75. font-family:calibri;
  76. text-transform:uppercase;
  77. text-align:center;
  78. color:{color:Tab Text Colour};
  79. background-color: {color:Tab Box 2 Background Colour};
  80. -webkit-transition: all 0.4s ease-in-out;
  81. -moz-transition: all 0.4s ease-in-out;
  82. -o-transition: all 0.4s ease-in-out;
  83. transition: all 0.4s ease-in-out;
  84. }
  85.  
  86. #updatebox2:hover {
  87. height:115px; /* --- Extend the box´s height here---*/
  88. width:120px; /* --- Extend the box´s width here---*/
  89. -webkit-transition: all 0.4s ease-in-out;
  90. -moz-transition: all 0.4s ease-in-out;
  91. -o-transition: all 0.4s ease-in-out;
  92. transition: all 0.4s ease-in-out;
  93. }
  94.  
  95. /* --- UPDATES TAB BOX 2 END---*/
  96.  
  97. /* --- UPDATES TAB BOX 3 START---*/
  98.  
  99. #updatebox3 {
  100. width: 80px;
  101. height: 1px;
  102. display: block;
  103. opacity:1;
  104. padding:3px;
  105. margin-bottom: 5px;
  106. font-size:8px;
  107. overflow:hidden;
  108. line-height:110%;
  109. font-family:calibri;
  110. text-transform:uppercase;
  111. text-align:center;
  112. color:{color:Tab Text Colour};
  113. background-color: {color:Tab Box 3 Background Colour};
  114. -webkit-transition: all 0.4s ease-in-out;
  115. -moz-transition: all 0.4s ease-in-out;
  116. -o-transition: all 0.4s ease-in-out;
  117. transition: all 0.4s ease-in-out;
  118. }
  119.  
  120. #updatebox3:hover {
  121. height:115px; /* --- Extend the box´s height here---*/
  122. width:120px; /* --- Extend the box´s width here---*/
  123. -webkit-transition: all 0.4s ease-in-out;
  124. -moz-transition: all 0.4s ease-in-out;
  125. -o-transition: all 0.4s ease-in-out;
  126. transition: all 0.4s ease-in-out;
  127. }
  128.  
  129. /* --- UPDATES TAB BOX 3 END---*/
  130.  
  131. /* --- UPDATES TAB BOX 4 START---*/
  132.  
  133. #updatebox4 {
  134. width: 50px;
  135. height: 1px;
  136. display: block;
  137. opacity:1;
  138. padding:3px;
  139. margin-bottom: 5px;
  140. font-size:8px;
  141. overflow:hidden;
  142. line-height:110%;
  143. font-family:calibri;
  144. text-transform:uppercase;
  145. text-align:center;
  146. color:{color:Tab Text Colour};
  147. background-color: {color:Tab Box 4 Background Colour};
  148. -webkit-transition: all 0.4s ease-in-out;
  149. -moz-transition: all 0.4s ease-in-out;
  150. -o-transition: all 0.4s ease-in-out;
  151. transition: all 0.4s ease-in-out;
  152. }
  153.  
  154. #updatebox4:hover {
  155. height:115px; /* --- Extend the box´s height here---*/
  156. width:120px; /* --- Extend the box´s width here---*/
  157. -webkit-transition: all 0.4s ease-in-out;
  158. -moz-transition: all 0.4s ease-in-out;
  159. -o-transition: all 0.4s ease-in-out;
  160. transition: all 0.4s ease-in-out;
  161. }
  162.  
  163. /* --- UPDATES TAB BOX 4 END---*/
  164.  
  165. /* --- UPDATES TAB BOX 5 START---*/
  166.  
  167. #updatebox5 {
  168. width: 80px;
  169. height: 1px;
  170. display: block;
  171. opacity:1;
  172. padding:3px;
  173. margin-bottom: 5px;
  174. font-size:8px;
  175. overflow:hidden;
  176. line-height:110%;
  177. font-family:calibri;
  178. text-transform:uppercase;
  179. text-align:center;
  180. color:{color:Tab Text Colour};
  181. background-color: {color:Tab Box 5 Background Colour};
  182. -webkit-transition: all 0.4s ease-in-out;
  183. -moz-transition: all 0.4s ease-in-out;
  184. -o-transition: all 0.4s ease-in-out;
  185. transition: all 0.4s ease-in-out;
  186. }
  187.  
  188. #updatebox5:hover {
  189. height:115px; /* --- Extend the box´s height here---*/
  190. width:120px; /* --- Extend the box´s width here---*/
  191. -webkit-transition: all 0.4s ease-in-out;
  192. -moz-transition: all 0.4s ease-in-out;
  193. -o-transition: all 0.4s ease-in-out;
  194. transition: all 0.4s ease-in-out;
  195. }
  196.  
  197. /* --- UPDATES TAB BOX 5 END---*/
  198.  
  199. /* --- 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)---*/
  200.  
  201. /* --- UPDATES TAB IMAGE---*/
  202.  
  203. #updateimage img{
  204. width:85px;
  205. margin-top: -90px; /* --- Move the image here up or down---*/
  206. margin-left: 31px; /* --- Move the image here to the left or to the right---*/
  207. position:fixed;
  208. }
  209.  
  210. /* --- UPDATES TAB IMAGE---*/
  211.  
  212. /* --- UPDATES TAB ---*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement