Advertisement
foundcas

Updates Tab 1

Jul 27th, 2014
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. <!--WHERE: put these in the head section with all the other metas-->
  2. <meta name="color:Updates Text Title" content="#000"/>
  3. <meta name="color:Updates Border1" content="#ccc"/>
  4. <meta name="color:Updates Border2" content="#eee"/>
  5. <meta name="color:Updates Border3" content="#888"/>
  6. <meta name="color:Updates Border4" content="#666"/>
  7. <meta name="color:Updates Border5" content="#444"/>
  8. <meta name="color:Updates Border6" content="#222"/>
  9.  
  10. <!--UPDATES TAB-->
  11. <meta name="text:Updates Title 1" content="title here">
  12. <meta name="text:updates1" content="text here">
  13. <meta name="text:Updates Height 1" content="90px">
  14. <meta name="text:Updates Title 2" content="title here">
  15. <meta name="text:updates2" content="text here">
  16. <meta name="text:Updates Height 2" content="90px">
  17. <meta name="text:Updates Title 3" content="title here">
  18. <meta name="text:updates3" content="text here">
  19. <meta name="text:Updates Height 3" content="90px">
  20. <meta name="text:Updates Title 4" content="title here">
  21. <meta name="text:updates4" content="text here">
  22. <meta name="text:Updates Height 4" content="90px">
  23. <meta name="text:Updates Title 5" content="title here">
  24. <meta name="text:updates5" content="text here">
  25. <meta name="text:Updates Height 5" content="90px">
  26. <meta name="text:Updates Title 6" content="title here">
  27. <meta name="text:updates6" content="text here">
  28. <meta name="text:Updates Height 6" content="90px">
  29.  
  30.  
  31. /*WHERE: this part goes in the css section after style*/
  32. #tab01{ /*This is the customization of EACH tab*/
  33. border-left:5px solid {color:Updates Border1};
  34. height:25px;
  35. text-align:center;
  36. overflow:hidden;
  37. margin-top:1px 1px;
  38. text-transform:uppercase;
  39. letter-spacing:1px;
  40. font-size:8px;
  41. line-height:10px;
  42. z-index:0;
  43. -webkit-transition: all .8s ease-in-out;
  44. -moz-transition: all .8s ease-in-out;
  45. -o-transition: all .8s ease-in-out;
  46. }
  47. #tab01:hover{/*This is the customization of the tabs HOVER*/
  48. height:{text:Updates Height 1};
  49. background:none;
  50. border-left:5px solid {color:Updates Border1};
  51. border-right:none;
  52. border-bottom:none;
  53. -webkit-transition: all .8s ease-in-out;
  54. -moz-transition: all .8s ease-in-out;
  55. -o-transition: all .8s ease-in-out;
  56. }
  57. #tab01:hover .upti1{
  58. background:none;
  59. text-align:left;
  60. text-transform:lowercase;
  61. transition:.8s ease-in-out;
  62. -webkit-transition-duration: .8s ease-in-out;
  63. -moz-transition-duration: .8s ease-in-out;
  64. -o-transition-duration: .8s ease-in-out;
  65. }
  66. #tab02{ /*This is the customization of EACH tab*/
  67. border-left:5px solid {color:Updates Border2};
  68. height:25px;
  69. right:50px;
  70. text-align:center;
  71. overflow:hidden;
  72. text-transform:uppercase;
  73. letter-spacing:1px;
  74. font-size:8px;
  75. line-height:10px;
  76. z-index:0;
  77. -webkit-transition: all .8s ease-in-out;
  78. -moz-transition: all .8s ease-in-out;
  79. -o-transition: all .8s ease-in-out;
  80. }
  81. #tab02:hover{/*This is the customization of the tabs HOVER*/
  82. height:{text:Updates Height 2};
  83. background:none;
  84. border-left:5px solid {color:Updates Border2};
  85. border-right:none;
  86. border-bottom:none;
  87. -webkit-transition: all .8s ease-in-out;
  88. -moz-transition: all .8s ease-in-out;
  89. -o-transition: all .8s ease-in-out;
  90. }
  91. #tab02:hover .upti2{
  92. background:none;
  93. text-align:left;
  94. text-transform:lowercase;
  95. transition:.8s ease-in-out;
  96. -webkit-transition-duration: .8s ease-in-out;
  97. -moz-transition-duration: .8s ease-in-out;
  98. -o-transition-duration: .8s ease-in-out;
  99. }
  100. #tab03{ /*This is the customization of EACH tab*/
  101. border-left:5px solid {color:Updates Border3};
  102. height:25px;
  103. text-align:center;
  104. overflow:hidden;
  105. margin-top:1px1px;
  106. text-transform:uppercase;
  107. letter-spacing:1px;
  108. font-size:8px;
  109. line-height:10px;
  110. z-index:0;
  111. -webkit-transition: all .8s ease-in-out;
  112. -moz-transition: all .8s ease-in-out;
  113. -o-transition: all .8s ease-in-out;
  114. }
  115. #tab03:hover{/*This is the customization of the tabs HOVER*/
  116. height:{text:Updates Height 3};
  117. background:none;
  118. border-left:5px solid {color:Updates Border3};
  119. border-right:none;
  120. border-bottom:none;
  121. -webkit-transition: all .8s ease-in-out;
  122. -moz-transition: all .8s ease-in-out;
  123. -o-transition: all .8s ease-in-out;
  124. }
  125. #tab03:hover .upti3{
  126. background:none;
  127. text-align:left;
  128. text-transform:lowercase;
  129. transition:.8s ease-in-out;
  130. -webkit-transition-duration: .8s ease-in-out;
  131. -moz-transition-duration: .8s ease-in-out;
  132. -o-transition-duration: .8s ease-in-out;
  133. }
  134. #tab04{ /*This is the customization of EACH tab*/
  135. border-left:5px solid {color:Updates Border4};
  136. height:25px;
  137. text-align:center;
  138. overflow:hidden;
  139. margin-top:1px1px;
  140. text-transform:uppercase;
  141. letter-spacing:1px;
  142. font-size:8px;
  143. line-height:10px;
  144. z-index:0;
  145. -webkit-transition: all .8s ease-in-out;
  146. -moz-transition: all .8s ease-in-out;
  147. -o-transition: all .8s ease-in-out;
  148. }
  149. #tab04:hover{/*This is the customization of the tabs HOVER*/
  150. height:{text:Updates Height 4};
  151. background:none;
  152. border-left:5px solid {color:Updates Border4};
  153. border-right:none;
  154. border-bottom:none;
  155. -webkit-transition: all .8s ease-in-out;
  156. -moz-transition: all .8s ease-in-out;
  157. -o-transition: all .8s ease-in-out;
  158. }
  159. #tab04:hover .upti4{
  160. background:none;
  161. text-align:left;
  162. text-transform:lowercase;
  163. transition:.8s ease-in-out;
  164. -webkit-transition-duration: .8s ease-in-out;
  165. -moz-transition-duration: .8s ease-in-out;
  166. -o-transition-duration: .8s ease-in-out;
  167. }
  168. #tab05{ /*This is the customization of EACH tab*/
  169. border-left:5px solid {color:Updates Border5};
  170. height:25px;
  171. text-align:center;
  172. overflow:hidden;
  173. margin-top:1px1px;
  174. text-transform:uppercase;
  175. letter-spacing:1px;
  176. font-size:8px;
  177. line-height:10px;
  178. z-index:0;
  179. -webkit-transition: all .8s ease-in-out;
  180. -moz-transition: all .8s ease-in-out;
  181. -o-transition: all .8s ease-in-out;
  182. }
  183. #tab05:hover{/*This is the customization of the tabs HOVER*/
  184. height:{text:Updates Height 5};
  185. background:none;
  186. border-left:5px solid {color:Updates Border5};
  187. border-right:none;
  188. border-bottom:none;
  189. -webkit-transition: all .8s ease-in-out;
  190. -moz-transition: all .8s ease-in-out;
  191. -o-transition: all .8s ease-in-out;
  192. }
  193. #tab05:hover .upti5{
  194. background:none;
  195. text-align:left;
  196. text-transform:lowercase;
  197. transition:.8s ease-in-out;
  198. -webkit-transition-duration: .8s ease-in-out;
  199. -moz-transition-duration: .8s ease-in-out;
  200. -o-transition-duration: .8s ease-in-out;
  201. }
  202. #tab06{ /*This is the customization of EACH tab*/
  203. border-left:5px solid {color:Updates Border6};
  204. height:25px;
  205. text-align:center;
  206. overflow:hidden;
  207. margin-top:1px1px;
  208. text-transform:uppercase;
  209. letter-spacing:1px;
  210. font-size:8px;
  211. line-height:10px;
  212. z-index:0;
  213. -webkit-transition: all .8s ease-in-out;
  214. -moz-transition: all .8s ease-in-out;
  215. -o-transition: all .8s ease-in-out;
  216. }
  217. #tab06:hover{/*This is the customization of the tabs HOVER*/
  218. height:{text:Updates Height 6};
  219. background:none;
  220. border-left:5px solid {color:Updates Border6};
  221. border-right:none;
  222. border-bottom:none;
  223. -webkit-transition: all .8s ease-in-out;
  224. -moz-transition: all .8s ease-in-out;
  225. -o-transition: all .8s ease-in-out;
  226. }
  227. #tab06:hover .upti6{
  228. background:none;
  229. text-align:left;
  230. text-transform:lowercase;
  231. transition:.8s ease-in-out;
  232. -webkit-transition-duration: .8s ease-in-out;
  233. -moz-transition-duration: .8s ease-in-out;
  234. -o-transition-duration: .8s ease-in-out;
  235. }
  236. .upti1{
  237. background:{color:Updates Border1};
  238. }
  239. .upti2{
  240. background:{color:Updates Border2};
  241. }
  242. .upti3{
  243. background:{color:Updates Border3};
  244. }
  245. .upti4{
  246. background:{color:Updates Border4};
  247. }
  248. .upti5{
  249. background:{color:Updates Border5};
  250. }
  251. .upti6{
  252. background:{color:Updates Border6};
  253. }
  254. #upti{ /*customization for the titles of the updates tab*/
  255. color:{color:updates text title};
  256. padding:5px;
  257. padding-bottom:7px;
  258. text-transform:uppercase;
  259. font-family:cambria;
  260. font-size:11px;
  261. line-height:14px;
  262. text-decoration:underline;
  263. text-align:center;
  264. }
  265. #container{/*this controls the position of the tabs, the over-all width, and the title of each tab.*/
  266. text-align:center;
  267. font-size:8px;
  268. text-transform:uppercase;
  269. position:fixed;
  270. font-family:calibri;
  271. background-color:transparent;
  272. letter-spacing:1px;
  273. width:120px;
  274. z-index:9999;
  275. left:930px;
  276. top:250px;
  277. }
  278.  
  279. <!--WHERE: this part of the code goes in the html section after body-->
  280. <div id="structure">
  281. <div id="container"><!---this holds the entire tab together--->
  282.  
  283. <!---begin tab 1 code--->
  284. <div id="tab01">
  285. <!---div styles will style everything inside of the div. So you can make your colors all different, sizes, text-transforms, opacity, just about anything you need to style what shows in the hover--->
  286. <div></div> <div id="upti" class="upti1">{text:Updates Title 1}</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  287. {text:Updates1}
  288. </div>
  289. </div>
  290. <!---end tab 1 code--->
  291.  
  292. <!---begin tab 2 code--->
  293. <div id="tab02">
  294. <div></div> <div id="upti" class="upti2">{text:Updates Title 2}</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  295. {text:Updates2}
  296. </div></div>
  297. <!---end tab 2 code--->
  298.  
  299. <!---begin tab 3 code--->
  300. <div id="tab03">
  301. <div></div> <div id="upti" class="upti3">{text:Updates Title 3}</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  302. {text:Updates3}
  303. </div>
  304. </div>
  305. <!---end tab 3 code--->
  306.  
  307. <!---begin tab 4 code--->
  308.  
  309. <div id="tab04">
  310. <div></div> <div id="upti" class="upti4">{text:Updates Title 4}</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  311. {text:Updates4}
  312. </div>
  313. </div>
  314.  
  315. <!---end tab 4 code--->
  316.  
  317. <!---begin tab 5 code--->
  318. <div id="tab05">
  319. <div></div> <div id="upti" class="upti5">{text:Updates Title 5}</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  320. {text:Updates5}
  321. </div></div>
  322. <!---end tab 5 code--->
  323. <!--begin tab 6-->
  324. <div id="tab06">
  325. <div></div> <div id="upti" class="upti6">{text:Updates Title 6}</div> <div style="padding-bottom:13px; opacity:.9; font-family: cambria; font-size:9px; text-transform:none; text-transform:none; text-transform:none; line-height:14px; text-align:center; color:##ff8f8f;"><br>
  326. {text:Updates6}
  327. <!--end tab 6-->
  328. </div></div>
  329. <!--copy and paste the code for one tab again to add more :) just make sure the numbers here correspond with the numbers in the css above (you'll have to copy + paste code for a tab there too)!-->
  330. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement