Advertisement
redemptionthemes

updates tab pawprint- under <style type="text/css">

May 9th, 2015
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.41 KB | None | 0 0
  1. #updates {
  2. z-index:14;
  3. position:Fixed;
  4. margin-left:10px; /* Change how left the tabs are*/
  5. margin-top:10px; /* Change how high up the tabs are*/
  6. }
  7.  
  8. #updates .updatestitle{ /*Change style of titles here*/
  9. background: -webkit-linear-gradient(left, {color:tabtitlecolor1} , {color:tabtitlecolor2}, {color:tabtitlecolor3});
  10. -webkit-background-clip: text;
  11. -webkit-text-fill-color: transparent; /*remove all of above and change to color: COLOR CODE; to stop gradient, otherwise fill in colors in the meta tags*/
  12.  
  13. padding-bottom: 5px;
  14. font-size: 22px;
  15. font-family: bonbon, sans-serif;
  16. margin-top: -5px;
  17. }
  18.  
  19. #updates a{
  20. color: #000; /* Color of links*/
  21. font-size: 12px;
  22. text-decoration: none;
  23. -webkit-transition: all 0.5s ease-out;
  24. -moz-transition: all 0.5s ease-out;
  25. transition: all 0.5s ease-out;
  26.  
  27. }
  28. #updates a:hover{
  29. color: #808080; /* Color of links when hover*/
  30. -webkit-transition: all 0.5s ease-out;
  31. -moz-transition: all 0.5s ease-out;
  32. transition: all 0.5s ease-out;
  33.  
  34. }
  35.  
  36. #tab1 {
  37. margin-left: 20px; /*offset image, 0px brings it back to normal*/
  38. width:30px;
  39. height:30px;
  40. background-image: url({text:tab1image});
  41. -webkit-transition: all 0.5s ease-out;
  42. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  43.  
  44. }
  45.  
  46. #insidetab1 {
  47. text-align: center; /*change to suit (left, right, justify, center ETC)*/
  48. position: fixed;
  49. z-index: 1;
  50. margin-left:40px; /*offset inside text, 40px brings it back to normal*/
  51. width:100px;
  52. opacity:0;
  53. background: none; /*change to suit for text background*/
  54. padding:6px;
  55. margin-top:-20px;
  56. font-family:calibri;
  57. font-size:12px;
  58. color:{color:Text};
  59. -webkit-transition: all 0.5s ease-out;
  60. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  61.  
  62. }
  63.  
  64. #insidetab1:hover {
  65. z-index: 45 !important;
  66.  
  67. }
  68.  
  69. #tab1:hover {
  70.  
  71. ;-webkit-transition: all 0.5s ease-out;
  72. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  73. }
  74.  
  75. #tab1:hover #insidetab1 {
  76. z-index: 45 !important;
  77. margin-top:0px;
  78. opacity:1;
  79. -webkit-transition: all 0.5s ease-out;
  80. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  81. }
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89. #tab2 {
  90. margin-left: 0px; /*offset image, 0px brings it back to normal*/
  91. margin-top:5px;
  92. width:30px;
  93. height:30px;
  94. background-image: url('{text:tab2image}');
  95. -webkit-transition: all 0.5s ease-out;
  96. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  97.  
  98. }
  99.  
  100. #insidetab2 {
  101. text-align: center; /*change to suit (left, right, justify, center ETC)*/
  102. position: fixed;
  103. z-index: 1;
  104. margin-left:60px; /*offset inside text, 40px brings it back to normal*/
  105. width:100px;
  106. opacity:0;
  107. background: none; /*change to suit for text background*/
  108. padding:6px;
  109. margin-top:-20px;
  110. font-family:calibri;
  111. font-size:12px;
  112. color:{color:Text};
  113. -webkit-transition: all 0.5s ease-out;
  114. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  115.  
  116. }
  117.  
  118. #insidetab2:hover {
  119. z-index: 45 !important;
  120.  
  121. }
  122.  
  123. #tab2:hover {
  124. -webkit-transition: all 0.5s ease-out;
  125. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  126. }
  127.  
  128. #tab2:hover #insidetab2 {
  129. z-index: 45 !important;
  130. margin-top:0px;
  131. opacity:1;
  132. ;-webkit-transition: all 0.5s ease-out;
  133. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  134. }
  135.  
  136.  
  137.  
  138. #tab3 {
  139. margin-left: 20px; /*offset image, 0px brings it back to normal*/
  140. margin-top:5px;
  141. width:30px;
  142. height:30px;
  143. background-image: url('{text:tab3image}');
  144. -webkit-transition: all 0.5s ease-out;
  145. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  146.  
  147. }
  148.  
  149. #insidetab3 {
  150. text-align: center; /*change to suit (left, right, justify, center ETC)*/
  151. position: fixed;
  152. z-index: 1;
  153. margin-left:40px; /*offset inside text, 40px brings it back to normal*/
  154. width:100px;
  155. opacity:0;
  156. background: none; /*change to suit for text background*/
  157. padding:6px;
  158. margin-top:-20px;
  159. font-family:calibri;
  160. font-size:12px;
  161. color:{color:Text};
  162. -webkit-transition: all 0.5s ease-out;
  163. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  164.  
  165. }
  166.  
  167. #insidetab3:hover {
  168. z-index: 50 !important;
  169.  
  170. }
  171.  
  172. #tab3:hover {
  173. -webkit-transition: all 0.5s ease-out;
  174. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  175. }
  176.  
  177. #tab3:hover #insidetab3 {
  178. z-index: 45 !important;
  179. margin-top:0px;
  180. opacity:1;
  181. ;-webkit-transition: all 0.5s ease-out;
  182. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  183. }
  184.  
  185.  
  186.  
  187.  
  188. #tab4 {
  189. margin-left: 0px; /*offset image, 0px brings it back to normal*/
  190. margin-top:5px;
  191. width:30px;
  192. height:30px;
  193. background-image: url('{text:tab4image}');
  194. -webkit-transition: all 0.5s ease-out;
  195. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  196.  
  197. }
  198.  
  199. #insidetab4 {
  200. text-align: center; /*change to suit (left, right, justify, center ETC)*/
  201. position: fixed;
  202. z-index: 1;
  203. margin-left:60px; /*offset inside text, 40px brings it back to normal*/
  204. width:100px;
  205. opacity:0;
  206. background: none; /*change to suit for text background*/
  207. padding:6px;
  208. margin-top:-20px;
  209. font-family:calibri;
  210. font-size:12px;
  211. color:{color:Text};
  212. -webkit-transition: all 0.5s ease-out;
  213. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  214.  
  215. }
  216.  
  217. #insidetab4:hover {
  218. z-index: 50 !important;
  219.  
  220. }
  221.  
  222. #tab4:hover {
  223. -webkit-transition: all 0.5s ease-out;
  224. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  225. }
  226.  
  227. #tab4:hover #insidetab4 {
  228. z-index: 60 !important;
  229. margin-top:0px;
  230. opacity:1;
  231. ;-webkit-transition: all 0.5s ease-out;
  232. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  233. }
  234.  
  235.  
  236. #tab5 {
  237. margin-left: 20px; /*offset image, 0px brings it back to normal*/
  238. margin-top:5px;
  239. width:30px;
  240. height:30px;
  241. background-image: url('{text:tab5image}');
  242. -webkit-transition: all 0.5s ease-out;
  243. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  244.  
  245. }
  246.  
  247. #insidetab5 {
  248. text-align: center; /*change to suit (left, right, justify, center ETC)*/
  249. position: fixed;
  250. z-index: 1;
  251. margin-left:40px; /*offset inside text, 40px brings it back to normal*/
  252. width:100px;
  253. opacity:0;
  254. background: none; /*change to suit for text background*/
  255. padding:6px;
  256. margin-top:-20px;
  257. font-family:calibri;
  258. font-size:12px;
  259. color:{color:Text};
  260. -webkit-transition: all 0.5s ease-out;
  261. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  262.  
  263. }
  264.  
  265. #insidetab5:hover {
  266. z-index: 70 !important;
  267.  
  268. }
  269.  
  270. #tab5:hover {
  271. -webkit-transition: all 0.5s ease-out;
  272. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  273. }
  274.  
  275. #tab5:hover #insidetab5 {
  276. z-index: 78 !important;
  277. margin-top:0px;
  278. opacity:1;
  279. ;-webkit-transition: all 0.5s ease-out;
  280. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  281. }
  282.  
  283.  
  284.  
  285.  
  286. #tab6 {
  287. margin-left: 0px; /*offset image, 0px brings it back to normal*/
  288. margin-top:5px;
  289. width:30px;
  290. height:30px;
  291. background-image: url('{text:tab6image}');
  292. -webkit-transition: all 0.5s ease-out;
  293. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  294.  
  295. }
  296.  
  297. #insidetab6 {
  298. text-align: center; /*change to suit (left, right, justify, center ETC)*/
  299. position: fixed;
  300. z-index: 1;
  301. margin-left:60px; /*offset inside text, 40px brings it back to normal*/
  302. width:100px;
  303. opacity:0;
  304. background: none; /*change to suit for text background*/
  305. padding:6px;
  306. margin-top:-20px;
  307. font-family:calibri;
  308. font-size:12px;
  309. color:{color:Text};
  310. -webkit-transition: all 0.5s ease-out;
  311. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  312.  
  313. }
  314.  
  315. #insidetab6:hover {
  316. z-index: 80 !important;
  317.  
  318. }
  319.  
  320. #tab6:hover {
  321. -webkit-transition: all 0.5s ease-out;
  322. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  323. }
  324.  
  325. #tab6:hover #insidetab6 {
  326. z-index: 88 !important;
  327. margin-top:0px;
  328. opacity:1;
  329. ;-webkit-transition: all 0.5s ease-out;
  330. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  331. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement