Advertisement
danystormborn

Untitled

Jun 18th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 KB | None | 0 0
  1. /* --- UPDATES TAB ---*/
  2.  
  3. .updateboxes {
  4. width: 150px;
  5. height: 150px;
  6. position:fixed;
  7. margin-top:60px;
  8. margin-left:px;
  9. }
  10.  
  11. .updateboxes a{
  12. font-size:9px;
  13. -webkit-transition: all 0.4s ease-in-out;
  14. -moz-transition: all 0.4s ease-in-out;
  15. -o-transition: all 0.4s ease-in-out;
  16. transition: all 0.4s ease-in-out;
  17. }
  18.  
  19. .updateboxes a:hover{
  20. font-size:9px;
  21. -webkit-transition: all 0.4s ease-in-out;
  22. -moz-transition: all 0.4s ease-in-out;
  23. -o-transition: all 0.4s ease-in-out;
  24. transition: all 0.4s ease-in-out;
  25. }
  26.  
  27. /* --- UPDATES TAB BOX 1 START---*/
  28.  
  29. .updatebox1 {
  30. width: 10px;
  31. height: 5px;
  32. display: block;
  33. opacity:1;
  34. padding:3px;
  35. font-size:9px;
  36. margin-bottom:5px;
  37. line-height:110%;
  38. overflow:hidden;
  39. font-family:calibri;
  40. text-transform:uppercase;
  41. text-align:center;
  42. color:{color:hover};
  43. background-color: {color:Link};
  44. -webkit-transition: all 0.4s ease-in-out;
  45. -moz-transition: all 0.4s ease-in-out;
  46. -o-transition: all 0.4s ease-in-out;
  47. transition: all 0.4s ease-in-out;
  48. }
  49.  
  50. .updatebox1:hover {
  51. color:{color:text};
  52. height:80px; /* --- Extend the box´s height here---*/
  53. width:120px; /* --- Extend the box´s width here---*/
  54. -webkit-transition: all 0.4s ease-in-out;
  55. -moz-transition: all 0.4s ease-in-out;
  56. -o-transition: all 0.4s ease-in-out;
  57. transition: all 0.4s ease-in-out;
  58. overflow-y:scroll;
  59. margin-left:60px;
  60. }
  61.  
  62. .updatebox1 a{
  63. color:{color:tab};
  64. }
  65.  
  66. .updatebox1 a:hover{
  67. }
  68.  
  69. .updatebox1 .title{
  70. font-size:15px;
  71. color:{color:Hover};
  72. line-height:13px;
  73. }
  74.  
  75. /* --- UPDATES TAB BOX 1 END---*/
  76.  
  77. /* --- UPDATES TAB BOX 2 START---*/
  78.  
  79. .updatebox2 {
  80. width: 10px;
  81. height: 5px;
  82. display: block;
  83. opacity:1;
  84. padding:3px;
  85. margin-bottom: 5px;
  86. font-size:8px;
  87. overflow:hidden;
  88. line-height:110%;
  89. font-family:calibri;
  90. text-transform:uppercase;
  91. text-align:center;
  92. color:{color:hover};
  93. background-color: {color:Sidebar Background};
  94. -webkit-transition: all 0.4s ease-in-out;
  95. -moz-transition: all 0.4s ease-in-out;
  96. -o-transition: all 0.4s ease-in-out;
  97. transition: all 0.4s ease-in-out;
  98. }
  99.  
  100. .updatebox2:hover {
  101. color:{color:text};
  102. height:80px; /* --- Extend the box´s height here---*/
  103. width:120px; /* --- Extend the box´s width here---*/
  104. -webkit-transition: all 0.4s ease-in-out;
  105. -moz-transition: all 0.4s ease-in-out;
  106. -o-transition: all 0.4s ease-in-out;
  107. transition: all 0.4s ease-in-out;
  108. overflow-y:scroll;
  109. margin-left:60px;
  110. }
  111.  
  112. .updatebox2 a{
  113. color:{color:tab};
  114. }
  115.  
  116. .updatebox2 a:hover{
  117. color:{color:hover};
  118. }
  119.  
  120. .updatebox2 .title{
  121. font-size:15px;
  122. color:{color:Link};
  123. line-height:13px;
  124. }
  125.  
  126. /* --- UPDATES TAB BOX 2 END---*/
  127.  
  128. /* --- UPDATES TAB BOX 3 START---*/
  129.  
  130. .updatebox3 {
  131. width: 10px;
  132. height: 5px;
  133. display: block;
  134. opacity:1;
  135. padding:3px;
  136. margin-bottom: 5px;
  137. font-size:8px;
  138. overflow:hidden;
  139. line-height:110%;
  140. font-family:calibri;
  141. text-transform:uppercase;
  142. text-align:center;
  143. color:{color:text};
  144. background-color: {color:Link};
  145. -webkit-transition: all 0.4s ease-in-out;
  146. -moz-transition: all 0.4s ease-in-out;
  147. -o-transition: all 0.4s ease-in-out;
  148. transition: all 0.4s ease-in-out;
  149. }
  150.  
  151. .updatebox3:hover {
  152. color:{color:Hover};
  153. height:60px; /* --- Extend the box´s height here---*/
  154. width:100px; /* --- Extend the box´s width here---*/
  155. -webkit-transition: all 0.4s ease-in-out;
  156. -moz-transition: all 0.4s ease-in-out;
  157. -o-transition: all 0.4s ease-in-out;
  158. transition: all 0.4s ease-in-out;
  159. overflow-y:scroll;
  160. margin-left:60px;
  161. }
  162.  
  163. .updatebox3 a{
  164. color:{color:tab};
  165. }
  166.  
  167. .updatebox3 a:hover{
  168. color:{color:hover};
  169. }
  170.  
  171. .updatebox3 .title{
  172. font-size:15px;
  173. color:{color:Hover};
  174. line-height:13px;
  175. }
  176.  
  177. /* --- UPDATES TAB BOX 3 END---*/
  178.  
  179. /* --- UPDATES TAB BOX 4 START---*/
  180.  
  181. .updatebox4 {
  182. width: 10px;
  183. height: 5px;
  184. display: block;
  185. opacity:1;
  186. padding:3px;
  187. margin-bottom: 5px;
  188. font-size:8px;
  189. overflow:hidden;
  190. line-height:110%;
  191. font-family:calibri;
  192. text-transform:uppercase;
  193. text-align:center;
  194. color:{color:hover};
  195. background-color: {color:Sidebar Background};
  196. -webkit-transition: all 0.4s ease-in-out;
  197. -moz-transition: all 0.4s ease-in-out;
  198. -o-transition: all 0.4s ease-in-out;
  199. transition: all 0.4s ease-in-out;
  200. }
  201.  
  202. .updatebox4:hover {
  203. color:{color:text};
  204. height:60px; /* --- Extend the box´s height here---*/
  205. width:100px; /* --- Extend the box´s width here---*/
  206. -webkit-transition: all 0.4s ease-in-out;
  207. -moz-transition: all 0.4s ease-in-out;
  208. -o-transition: all 0.4s ease-in-out;
  209. transition: all 0.4s ease-in-out;
  210. overflow-y:scroll;
  211. margin-left:60px;
  212. }
  213.  
  214. .updatebox4 a{
  215. color:{color:tab};
  216. }
  217.  
  218. .updatebox4 a:hover{
  219. color:{color:hover};
  220. }
  221.  
  222. .updatebox4 .title{
  223. font-size:15px;
  224. color:{color:Link};
  225. line-height:13px;
  226. }
  227.  
  228. /* --- UPDATES TAB BOX 4 END---*/
  229.  
  230. /* --- UPDATES TAB BOX 5 START---*/
  231.  
  232. .updatebox5 {
  233. width: 10px;
  234. height: 5px;
  235. display: block;
  236. opacity:1;
  237. padding:3px;
  238. margin-bottom: 5px;
  239. font-size:8px;
  240. overflow:hidden;
  241. line-height:110%;
  242. font-family:calibri;
  243. text-transform:uppercase;
  244. text-align:center;
  245. color:{color:text};
  246. background-color: {color:Link};
  247. -webkit-transition: all 0.4s ease-in-out;
  248. -moz-transition: all 0.4s ease-in-out;
  249. -o-transition: all 0.4s ease-in-out;
  250. transition: all 0.4s ease-in-out;
  251. }
  252.  
  253. .updatebox5:hover {
  254. color:{color:Hover};
  255. height:60px; /* --- Extend the box´s height here---*/
  256. width:100px; /* --- Extend the box´s width here---*/
  257. -webkit-transition: all 0.4s ease-in-out;
  258. -moz-transition: all 0.4s ease-in-out;
  259. -o-transition: all 0.4s ease-in-out;
  260. transition: all 0.4s ease-in-out;
  261. overflow-y:scroll;
  262. margin-left:60px;
  263. }
  264.  
  265. .updatebox5 a{
  266. color:{color:text};
  267. }
  268.  
  269. .updatebox5 a:hover{
  270. color:{color:hover};
  271. }
  272.  
  273. .updatebox5 .title{
  274. font-size:15px;
  275. color:{color:Hover};
  276. line-height:13px;
  277. }
  278.  
  279. /* --- UPDATES TAB BOX 5 END---*/
  280.  
  281. /* --- 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)---*/
  282.  
  283. /* --- UPDATES TAB ---*/
  284.  
  285.  
  286.  
  287. <div class="updateboxes">
  288.  
  289. <div class="updatebox1">Title</br>
  290. <div class="updatebox1. title">text</div>
  291. <p align="left"> text
  292. links: <a href="link">link</a>
  293. <br></p>
  294. </div>
  295.  
  296. <div class="updatebox2"></br>
  297. <div class="updatebox2 .title">Title</div>
  298. <p align="left"> text
  299. links: <a href="link">link</a>
  300. <br></p>
  301. </div>
  302.  
  303. <div class="updatebox3"></br>
  304. <div class="updatebox3. title">Title</div>
  305. <p align="left"> text
  306. links: <a href="link">link</a>
  307. <br></p>
  308. </div>
  309.  
  310. <div class="updatebox4"></br>
  311. <div class="updatebox4. title">Title</div>
  312. <p align="left"> text
  313. links: <a href="link">link</a>
  314. <br></p>
  315. </div>
  316.  
  317. <div class="updatebox5"></br>
  318. <div class="updatebox5. title">credit</div>
  319. <br>
  320. <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="theme by iamthemelocked">update box credit</a>
  321. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement