themesbyhaleigh

Page #3, Tags

Jul 29th, 2013
932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.44 KB | None | 0 0
  1. <!-- Page #3, Tags by nerdydean. Keep the credit intact, don't claim as your own, and message me if you have any problems. If you need help with how to use this theme/add more boxes, drop me an ask. -->
  2.  
  3. <head>
  4.  
  5.  
  6. <link rel="shortcut icon" href="{favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{rss}">
  8. <title>{Title}</title>
  9.  
  10. <style type="text/css">
  11.  
  12. body
  13. {font-family: times;
  14. font-size: 11px;
  15. color: #000;
  16. background-position: fixed;
  17. background-attachment:fixed;
  18. background-repeat:repeat;
  19. background-color:#fff;}
  20.  
  21. a:link, a:active, a:visited{
  22. color: #777777;
  23. text-decoration: none;
  24.  
  25. }
  26.  
  27. a {
  28. text-decoration:none;
  29. color: #bbb;
  30. -webkit-transition: all 0.7s ease-in-out;
  31. -moz-transition: all 0.7s ease-in-out;
  32. -o-transition: all 0.7s ease-in-out;
  33. -ms-transition: all 0.7s ease-in-out;
  34. transition: all 0.7s ease-in-out;
  35. }
  36.  
  37. a:hover {
  38. color:#dadada;
  39. -webkit-transition: all 0.7s ease-in-out;
  40. -moz-transition: all 0.7s ease-in-out;
  41. -o-transition: all 0.7s ease-in-out;
  42. -ms-transition: all 0.7s ease-in-out;
  43. transition: all 0.7s ease-in-out;
  44. }
  45.  
  46.  
  47. ::-webkit-scrollbar {height: auto;width: 6px;}
  48. ::-webkit-scrollbar-thumb {background-color:#000;}
  49. ::-webkit-scrollbar-track{background-color:#fff;}
  50.  
  51.  
  52. #all {
  53. margin:30;
  54. margin-left:30%;
  55. }
  56.  
  57. #pannel {
  58. width:180px;
  59. height:170px;
  60. padding:0px;
  61. background-color:#fff;
  62. }
  63.  
  64. #poster {
  65. width:120px;
  66. height:120px;
  67. margin-top:10px;
  68. background-color:#fff;
  69. }
  70.  
  71. #poster img {
  72. width:120px;
  73. height:120px;
  74. border:1px solid #ddd;
  75. padding:6px;
  76. }
  77.  
  78.  
  79. #tags {
  80. text-align:center;
  81. padding:10px;
  82. padding-top:3px;
  83. margin-bottom:20px;
  84. position:absolute;
  85. width:110px;
  86. height:10px;
  87. border:2px solid #f0f0f0;
  88. font-family: times;
  89. opacity:0;
  90. font-size:9px;
  91. background:white;
  92. color:#000;
  93. }
  94.  
  95. #tags a {
  96. width:90px;
  97. background:#fff;
  98. color:#000;
  99. font-size:9px;
  100. display:inline-block;
  101. padding:5px;
  102. letter-spacing:1px;
  103. text-transform:none;
  104. margin-left:3px;
  105. margin-right:3px;
  106. -webkit-transition: all 0.3s ease-in-out;
  107. -moz-transition: all 0.3s ease-in-out;
  108. -o-transition: all 0.3s ease-in-out;
  109. -ms-transition: all 0.3s ease-in-out;
  110. transition: all 0.3s ease-in-out;
  111. }
  112.  
  113. #tags a:hover {
  114. background:#000;
  115. color:#fff;
  116. }
  117.  
  118. #pannel:hover #tags {
  119. opacity:.98;
  120. margin-top:0px;
  121. height:115px;
  122. -webkit-transition: all 0.5s ease-out;
  123. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  124. }
  125.  
  126. #desc {
  127. font-family: times new roman;
  128. font-size:10px;
  129. text-align:center;
  130. text-transform:lowercase;
  131. }
  132.  
  133.  
  134. #top {
  135. width:550px;
  136. height:auto;
  137. font-family: times new roman;
  138. font-size:11px;
  139. margin-left: 30.5%;
  140. line-height:18px;
  141. padding:2px;
  142. margin-top: 20px;
  143. text-align:center;
  144. text-transform:lowercase;
  145. background-color:#fff;
  146. }
  147.  
  148. #title {
  149. font-size:12px;
  150. color:#000;
  151. font-family: times new roman;
  152. letter-spacing: 1px;
  153. text-align: center;
  154. padding: 2 3 2 3;
  155. width: 120px;
  156. margin-top: -5px;
  157. }
  158.  
  159. .header {
  160. height:20px;
  161. color:#000;
  162. font-family:"stars";
  163. font-size:18px;
  164. text-align:center;
  165. letter-spacing:1px;
  166. text-transform:lowercase;
  167. padding:5px 10px;
  168. margin:0px;
  169. }
  170.  
  171. .header a {
  172. color:#eeeeee;
  173. text-decoration:none;
  174. }
  175.  
  176. #credit {
  177. position:fixed;
  178. font-size:8px;
  179. font-weight:normal;
  180. line-height:150%;
  181. letter-spacing:2px;
  182. right:10px;
  183. bottom:10px;
  184. text-transform:uppercase;
  185. text-align:center;
  186. }
  187.  
  188. #credit a {
  189. padding:3px;
  190. color:#aaaaaa;
  191. -moz-transition-duration:0.5s;
  192. -webkit-transition-duration:0.5s;
  193. -o-transition-duration:0.5s;
  194. }
  195.  
  196.  
  197. </style>
  198.  
  199.  
  200. <div id="border-top"></div>
  201.  
  202.  
  203.  
  204. </div>
  205. <div id="top">
  206. <!-- change your title here -->
  207. <div class="header">tags</div>
  208. <!-- change your links here -->
  209. <a href="/">home</a> /
  210. <a href="/ask">ask</a> /
  211. <a href="/">link3</a>
  212.  
  213. </div>
  214.  
  215. <table id="all" border="0" cellpadding="0" cellspacing="20">
  216.  
  217.  
  218.  
  219. <!--- start of 1st column-->
  220. <!--start 1st pannel-->
  221. <td><div id="pannel">
  222. <div id="poster">
  223. <!--title of tags section-->
  224. <div id="title">tag section title</div>
  225. <p>
  226. <div id="tags">
  227. <div id="desc"><p>
  228. <!-- scrollbar --->
  229. <div style="width:120px; height:115px; overflow-Y:scroll;">
  230. <!--- tags go here-->
  231. <a href="/tagged/">tag title</a><br>
  232. <a href="/tagged/">tag title</a><br>
  233. <a href="/tagged/">tag title</a><br>
  234. <a href="/tagged/">tag title</a><br>
  235. <a href="/tagged/">tag title</a><br>
  236. <br></div>
  237. </div>
  238. </div>
  239. <!--replace this url with the image url you want to use-->
  240. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  241. </div>
  242.  
  243. </div></td>
  244. <!--end 1st pannel-->
  245.  
  246.  
  247.  
  248. <!--start 2nd pannel-->
  249. <td><div id="pannel">
  250. <div id="poster">
  251. <!--title of tag section-->
  252. <div id="title">tag section title</div>
  253. <p>
  254. <div id="tags">
  255. <div id="desc"><p>
  256. <!-- scrollbar --->
  257. <div style="width:120px; height:115px; overflow-Y:scroll;">
  258. <!--- tags go here-->
  259. <a href="/tagged/">tag title</a><br>
  260. <a href="/tagged/">tag title</a><br>
  261. <a href="/tagged/">tag title</a><br>
  262. <a href="/tagged/">tag title</a><br>
  263. <a href="/tagged/">tag title</a><br>
  264. <br></div>
  265. </div>
  266. </div>
  267. <!--replace this url with the image url you want to use-->
  268. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  269. </div>
  270.  
  271. </div></td>
  272. <!--end 2nd pannel-->
  273.  
  274.  
  275.  
  276. <!--start 3rd pannel-->
  277. <td><div id="pannel">
  278. <div id="poster">
  279. <!--title of tag section-->
  280. <div id="title">tag section title</div>
  281. <p>
  282. <div id="tags">
  283. <div id="desc"><p>
  284. <!-- scrollbar --->
  285. <div style="width:120px; height:115px; overflow-Y:scroll;">
  286. <!--- tags go here-->
  287. <a href="/tagged/">tag title</a><br>
  288. <a href="/tagged/">tag titlee</a><br>
  289. <a href="/tagged/">tag title</a><br>
  290. <a href="/tagged/">tag title</a><br>
  291. <a href="/tagged/">tag title</a><br>
  292. <br></div>
  293. </div>
  294. </div>
  295. <!--replace this url with the image url you want to use-->
  296. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  297. </div>
  298.  
  299. </div></td>
  300. <!--end of 3rd pannel-->
  301. <!-- end of 1st column-->
  302. <tr>
  303.  
  304. <!--- start of 2nd column-->
  305. <!--start 1st pannel-->
  306. <td><div id="pannel">
  307. <div id="poster">
  308. <!--title of tags section-->
  309. <div id="title">tag section title</div>
  310. <p>
  311. <div id="tags">
  312. <div id="desc"><p>
  313. <!-- scrollbar --->
  314. <div style="width:120px; height:115px; overflow-Y:scroll;">
  315. <!--- tags go here-->
  316. <a href="/tagged/">tag title</a><br>
  317. <a href="/tagged/">tag title</a><br>
  318. <a href="/tagged/">tag title</a><br>
  319. <a href="/tagged/">tag title</a><br>
  320. <a href="/tagged/">tag title</a><br>
  321. <br></div>
  322. </div>
  323. </div>
  324. <!--replace this url with the image url you want to use-->
  325. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  326. </div>
  327.  
  328. </div></td>
  329. <!--end 1st pannel-->
  330.  
  331.  
  332.  
  333. <!--start 2nd pannel-->
  334. <td><div id="pannel">
  335. <div id="poster">
  336. <!--title of tag section-->
  337. <div id="title">tag section title</div>
  338. <p>
  339. <div id="tags">
  340. <div id="desc"><p>
  341. <!-- scrollbar --->
  342. <div style="width:120px; height:115px; overflow-Y:scroll;">
  343. <!--- tags go here-->
  344. <a href="/tagged/">tag title</a><br>
  345. <a href="/tagged/">tag title</a><br>
  346. <a href="/tagged/">tag title</a><br>
  347. <a href="/tagged/">tag title</a><br>
  348. <a href="/tagged/">tag title</a><br>
  349. <br></div>
  350. </div>
  351. </div>
  352. <!--replace this url with the image url you want to use-->
  353. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  354. </div>
  355.  
  356. </div></td>
  357. <!--end 2nd pannel-->
  358.  
  359.  
  360.  
  361. <!--start 3rd pannel-->
  362. <td><div id="pannel">
  363. <div id="poster">
  364. <!--title of tag section-->
  365. <div id="title">tag section title</div>
  366. <p>
  367. <div id="tags">
  368. <div id="desc"><p>
  369. <!-- scrollbar --->
  370. <div style="width:120px; height:115px; overflow-Y:scroll;">
  371. <!--- tags go here-->
  372. <a href="/tagged/">tag title</a><br>
  373. <a href="/tagged/">tag titlee</a><br>
  374. <a href="/tagged/">tag title</a><br>
  375. <a href="/tagged/">tag title</a><br>
  376. <a href="/tagged/">tag title</a><br>
  377. <br></div>
  378. </div>
  379. </div>
  380. <!--replace this url with the image url you want to use-->
  381. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  382. </div>
  383.  
  384. </div></td>
  385. <!--end of 3rd pannel-->
  386. <!-- end of 2nd column-->
  387. <tr>
  388.  
  389.  
  390. <!--- start of 3rd column-->
  391. <!--start 1st pannel-->
  392. <td><div id="pannel">
  393. <div id="poster">
  394. <!--title of tags section-->
  395. <div id="title">tag section title</div>
  396. <p>
  397. <div id="tags">
  398. <div id="desc"><p>
  399. <!-- scrollbar --->
  400. <div style="width:120px; height:115px; overflow-Y:scroll;">
  401. <!--- tags go here-->
  402. <a href="/tagged/">tag title</a><br>
  403. <a href="/tagged/">tag title</a><br>
  404. <a href="/tagged/">tag title</a><br>
  405. <a href="/tagged/">tag title</a><br>
  406. <a href="/tagged/">tag title</a><br>
  407. <br></div>
  408. </div>
  409. </div>
  410. <!--replace this url with the image url you want to use-->
  411. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  412. </div>
  413.  
  414. </div></td>
  415. <!--end 1st pannel-->
  416.  
  417.  
  418.  
  419. <!--start 2nd pannel-->
  420. <td><div id="pannel">
  421. <div id="poster">
  422. <!--title of tag section-->
  423. <div id="title">tag section title</div>
  424. <p>
  425. <div id="tags">
  426. <div id="desc"><p>
  427. <!-- scrollbar --->
  428. <div style="width:120px; height:115px; overflow-Y:scroll;">
  429. <!--- tags go here-->
  430. <a href="/tagged/">tag title</a><br>
  431. <a href="/tagged/">tag title</a><br>
  432. <a href="/tagged/">tag title</a><br>
  433. <a href="/tagged/">tag title</a><br>
  434. <a href="/tagged/">tag title</a><br>
  435. <br></div>
  436. </div>
  437. </div>
  438. <!--replace this url with the image url you want to use-->
  439. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  440. </div>
  441.  
  442. </div></td>
  443. <!--end 2nd pannel-->
  444.  
  445.  
  446.  
  447. <!--start 3rd pannel-->
  448. <td><div id="pannel">
  449. <div id="poster">
  450. <!--title of tag section-->
  451. <div id="title">tag section title</div>
  452. <p>
  453. <div id="tags">
  454. <div id="desc"><p>
  455. <!-- scrollbar --->
  456. <div style="width:120px; height:115px; overflow-Y:scroll;">
  457. <!--- tags go here-->
  458. <a href="/tagged/">tag title</a><br>
  459. <a href="/tagged/">tag titlee</a><br>
  460. <a href="/tagged/">tag title</a><br>
  461. <a href="/tagged/">tag title</a><br>
  462. <a href="/tagged/">tag title</a><br>
  463. <br></div>
  464. </div>
  465. </div>
  466. <!--replace this url with the image url you want to use-->
  467. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  468. </div>
  469.  
  470. </div></td>
  471. <!--end of 3rd pannel-->
  472. <!-- end of 3rd column-->
  473. <tr>
  474.  
  475.  
  476.  
  477. <!--- start of 3rd column-->
  478. <!--start 1st pannel-->
  479. <td><div id="pannel">
  480. <div id="poster">
  481. <!--title of tags section-->
  482. <div id="title">tag section title</div>
  483. <p>
  484. <div id="tags">
  485. <div id="desc"><p>
  486. <!-- scrollbar --->
  487. <div style="width:120px; height:115px; overflow-Y:scroll;">
  488. <!--- tags go here-->
  489. <a href="/tagged/">tag title</a><br>
  490. <a href="/tagged/">tag title</a><br>
  491. <a href="/tagged/">tag title</a><br>
  492. <a href="/tagged/">tag title</a><br>
  493. <a href="/tagged/">tag title</a><br>
  494. <br></div>
  495. </div>
  496. </div>
  497. <!--replace this url with the image url you want to use-->
  498. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  499. </div>
  500.  
  501. </div></td>
  502. <!--end 1st pannel-->
  503.  
  504.  
  505.  
  506. <!--start 2nd pannel-->
  507. <td><div id="pannel">
  508. <div id="poster">
  509. <!--title of tag section-->
  510. <div id="title">tag section title</div>
  511. <p>
  512. <div id="tags">
  513. <div id="desc"><p>
  514. <!-- scrollbar --->
  515. <div style="width:120px; height:115px; overflow-Y:scroll;">
  516. <!--- tags go here-->
  517. <a href="/tagged/">tag title</a><br>
  518. <a href="/tagged/">tag title</a><br>
  519. <a href="/tagged/">tag title</a><br>
  520. <a href="/tagged/">tag title</a><br>
  521. <a href="/tagged/">tag title</a><br>
  522. <br></div>
  523. </div>
  524. </div>
  525. <!--replace this url with the image url you want to use-->
  526. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  527. </div>
  528.  
  529. </div></td>
  530. <!--end 2nd pannel-->
  531.  
  532.  
  533.  
  534. <!--start 3rd pannel-->
  535. <td><div id="pannel">
  536. <div id="poster">
  537. <!--title of tag section-->
  538. <div id="title">tag section title</div>
  539. <p>
  540. <div id="tags">
  541. <div id="desc"><p>
  542. <!-- scrollbar --->
  543. <div style="width:120px; height:115px; overflow-Y:scroll;">
  544. <!--- tags go here-->
  545. <a href="/tagged/">tag title</a><br>
  546. <a href="/tagged/">tag titlee</a><br>
  547. <a href="/tagged/">tag title</a><br>
  548. <a href="/tagged/">tag title</a><br>
  549. <a href="/tagged/">tag title</a><br>
  550. <br></div>
  551. </div>
  552. </div>
  553. <!--replace this url with the image url you want to use-->
  554. <img width="120px" src="http://media.tumblr.com/25b69caad3c53eaecc323b24c4b9c00a/tumblr_inline_mmotzuVf3u1qz4rgp.jpg"/>
  555. </div>
  556.  
  557. </div></td>
  558. <!--end of 3rd pannel-->
  559. <!-- end of 3rd column-->
  560. <tr>
  561.  
  562.  
  563.  
  564.  
  565. <!-- to add more columns, copy everything from <tr> of the first pannel to <tr> of the third pannel!
  566. if you need help adding more columns or with anything in this code, drop me an ask.-->
  567.  
  568. </table>
  569.  
  570.  
  571. <div id="credit"><a href="http://hellish.co.vu">theme</a></div>
  572.  
  573. </body>
  574. </html>
Advertisement
Add Comment
Please, Sign In to add comment