Advertisement
ancrestas

themes page 2.0

Jul 10th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.90 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <html>
  5. <head>
  6.  
  7. <meta name="color:background" content="#FFFFFF">
  8. <meta name="color:link" content="#928f8f">
  9. <meta name="color:hover" content="#454545">
  10. <meta name="color:box links" content="#fff">
  11. <meta name="color:box background" content="#928f8f">
  12. <meta name="color:box borders" content="#928f8f">
  13. <meta name="color:accent" content="#dadada">
  14. <meta name="color:text" content="#9A9A9A">
  15. <meta name="color:titlebg" content="#0a0a0a">
  16. <meta name="color:theme name" content="#ffaaff">
  17. <meta name="color:information" content="#ffee87">
  18.  
  19. <meta name="image:header" content=""/>
  20.  
  21. <meta name="text:Link1" content="" />
  22. <meta name="text:Link1 Title" content="" />
  23. <meta name="text:Link2" content="" />
  24. <meta name="text:Link2 Title" content="" />
  25. <meta name="text:Link3" content="" />
  26. <meta name="text:Link3 Title" content="" />
  27. <meta name="text:Link4" content="" />
  28. <meta name="text:Link4 Title" content="" />
  29. <meta name="text:Link5" content="" />
  30. <meta name="text:Link5 Title" content="" />
  31.  
  32. <meta name="image:theme1" content=""/>
  33. <meta name="image:theme2" content=""/>
  34. <meta name="image:theme3" content=""/>
  35. <meta name="image:theme4" content=""/>
  36. <meta name="image:theme5" content=""/>
  37. <meta name="image:theme6" content=""/>
  38. <meta name="image:theme7" content=""/>
  39. <meta name="image:theme8" content=""/>
  40. <meta name="image:theme9" content=""/>
  41. <meta name="image:theme10" content=""/>
  42. <meta name="image:theme11" content=""/>
  43. <meta name="image:theme12" content=""/>
  44. <meta name="image:theme13" content=""/>
  45. <meta name="image:theme14" content=""/>
  46. <meta name="image:theme15" content=""/>
  47.  
  48.  
  49. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  50. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}" />
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  53.  
  54. <script type="text/javascript"
  55. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56.  
  57. <script type="text/javascript"
  58. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  59.  
  60. <style type="text/css">
  61.  
  62. #s-m-t-tooltip {
  63. max-width:300px;
  64. padding:5px;
  65. margin:10px 0px 0px 10px;
  66. background-color:{color:titlebg};
  67. font-family:trebuchet ms;
  68. font-size:7px;
  69. letter-spacing:1px;
  70. font-style:none;
  71. text-transform:uppercase;
  72. padding-bottom:3px;
  73. color:#fff;
  74. z-index:999999999999999999999999999999999999;
  75. }
  76.  
  77. ::-webkit-scrollbar-thumb {
  78. height:auto;
  79. background-color: #555;
  80. border:1px solid #fff;
  81. }
  82.  
  83. ::-webkit-scrollbar {
  84. height:9px;
  85. width:5px;
  86. background-color: #ddd;
  87. border:2px solid #fff;
  88. }
  89.  
  90. a {
  91. color:{color:box links};
  92. text-decoration:none;
  93. -webkit-transition:all 0.1s;
  94. -moz-transition:all 0.1s;
  95. -ms-transition:all 0.1s;
  96. -o-transition:all 0.1s;
  97. transition:all 0.1s; }
  98.  
  99. a:hover {
  100. color:{color:hover};
  101. text-shadow: #f8f8f8 0 0 5px;
  102. text-decoration:underline;
  103. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  104. -webkit-transition:all 0.1s;
  105. -moz-transition:all 0.1s;
  106. -ms-transition:all 0.1s;
  107. -o-transition:all 0.1s;
  108. transition:all 0.1s; }
  109. }
  110.  
  111. body {
  112. background-color:{color:background};
  113. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  114. margin:0px;
  115. color:{color:text};
  116. font-family:calibri;
  117. font-size:10px;
  118. line-height:100%;
  119. letter-spacing:0px;
  120. text-align:justify;
  121. }
  122.  
  123.  
  124. img{
  125. border:none;
  126. text-decoration:none
  127. }
  128.  
  129. p {
  130. margin-top:5px;
  131. margin-bottom:5px
  132. }
  133.  
  134. b, bold {
  135. font-weight:bold;
  136. font-family:arial;
  137. color:#000000;
  138. }
  139.  
  140. #header{
  141. width:940px;
  142. height:400px;
  143. overflow:hidden;
  144. position:center;
  145. margin-top:5px;
  146. margin-left:250px;
  147. }
  148.  
  149. #description {
  150. text-align:center;
  151. font-family:'Arial';
  152. width:923px;
  153. margin-top:0px;
  154. margin-left:248px;
  155. font-size:9px;
  156. text-transform:none;
  157. color:{color:text};
  158. border-top:1px solid #f0f0f0;
  159. padding: 10px 10px 10px;
  160. }
  161.  
  162. .links {
  163. width:940px;
  164. z-index:-1px;
  165. margin-top:0px;
  166. margin-left:250px;
  167. font-family:arial;
  168. font-size:20px;
  169. text-transform:lowercase;
  170. font-weight: bold;
  171. padding:2px;
  172. z-index:999999999999999999999999999;
  173. letter-spacing:-1px;
  174. color:{color:link};
  175. text-align:center;
  176. }
  177.  
  178. .links a {
  179. color:{color:link};
  180. padding:3px;
  181. -moz-transition-duration: 0.5s;
  182. -o-transition-duration: 0.5s;
  183. -webkit-transition-duration: 0.5s;
  184. transition-duration: 0.5s;
  185. }
  186.  
  187. .links a:hover {
  188. color:{color:hover};
  189. text-decoration:underline;
  190. -moz-transition-duration: 0.5s;
  191. -o-transition-duration: 0.5s;
  192. -webkit-transition-duration: 0.5s;
  193. transition-duration: 0.5s;
  194. }
  195.  
  196. #entries {
  197. margin-top:-30px;
  198. width:100%;
  199. margin-left:520px;
  200. color:white;
  201. }
  202.  
  203. #posts {
  204. width:100%;
  205. margin-bottom:75px;
  206. }
  207.  
  208. #box {
  209. width:270px;
  210. height:160px;
  211. overflow:hidden;
  212. }
  213.  
  214. #boximage {
  215. width:260px;
  216. height:160px;
  217. overflow:hidden;
  218. -webkit-transition: all 0.8s;
  219. -moz-transition: all 0.8s;
  220. transition: all 0.8s;
  221. }
  222.  
  223. #boximage img {
  224. width:250px;
  225. -webkit-transition: all 0.8s;
  226. -moz-transition: all 0.8s;
  227. transition: all 0.8s;
  228. }
  229.  
  230. #boxtext {
  231. font-family:arial;
  232. font-size:15px;
  233. line-height:20px;
  234. padding-top:20px;
  235. font-weight:bold;
  236. background:{color:box background};
  237. width:250px;
  238. margin-top:-176px;
  239. height:167px;
  240. margin-left:0px;
  241. opacity:0;
  242. text-align:center;
  243. border-bottom:3px solid {color:box border};
  244. -webkit-transition: all 0.3s;
  245. -moz-transition: all 0.3s;
  246. transition: all 0.3s;
  247. }
  248.  
  249. #themename {
  250. color:{color:theme name};
  251. font-size:18px;
  252. text-transform:uppercase;
  253. }
  254.  
  255. #information {
  256. color:{color:information};
  257. }
  258.  
  259. #boxtext a {
  260. font-size:14px;
  261. font-weight:normal;
  262. line-height:10px;
  263. color:white;
  264. text-align:center;
  265. padding:5px;
  266. background:{color:box background};
  267. }
  268.  
  269. #box:hover #boxtext {
  270. opacity:1;
  271. margin-top:-170px;
  272. -webkit-transition: all 0.8s;
  273. -moz-transition: all 0.8s;
  274. transition: all 0.8s;
  275. }
  276.  
  277. #box:hover #boximage img {
  278. margin-top:170px;
  279. overflow:hidden;
  280. -webkit-transition: all 0.8s;
  281. -moz-transition: all 0.8s;
  282. transition: all 0.8s;
  283. }
  284.  
  285. #credit {
  286. font-size:11px;
  287. bottom:0;
  288. right:0;
  289. position:fixed;
  290. text-transform:uppercase;
  291. padding:5px;
  292. color:{color:links};
  293. }
  294.  
  295. </style>
  296.  
  297. <script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=c5febf8fb0ca90d929036d9212393c57"></script>
  298. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  299. </head>
  300.  
  301. <body>
  302.  
  303. <div id="header">
  304. <img src="{image:header}"></a></div>
  305. <div class="links">
  306. <a href="{text:Link1}">{text:Link1 Title}.</a>
  307. <a href="{text:Link2}">{text:Link2 Title}.</a>
  308. <a href="{text:Link3}">{text:Link3 Title}.</a>
  309. <a href="{text:Link4}">{text:Link4 Title}.</a>
  310. <a href="{text:Link5}">{text:Link5 Title}.</a>
  311.  
  312. </div>
  313. <div id="description">{Description}
  314. </div>
  315. </div>
  316. </div>
  317.  
  318. <div id="entries">
  319.  
  320.  
  321. <div id="posts">
  322.  
  323. <table style="margin-left:-250px"cellspacing="10" cellpadding="10"><tbody align="center">
  324. <tr>
  325.  
  326. <td><div id="box"><div id="boximage"><img src="{image:theme1}"></a></div>
  327. <div id="boxtext">
  328. <div id="themename">theme name</div>
  329. <a href="/">link</a> - <a href="/">link</a> <p>
  330. <div id="information">Information:</div></b>
  331.  
  332. write your theme informations here
  333.  
  334. </div></div></div></td>
  335.  
  336. <td><div id="box"><div id="boximage"><img src="{image:theme2}"></a></div>
  337. <div id="boxtext">
  338. <div id="themename">theme name</div>
  339. <a href="/">link</a> - <a href="/">link</a> <p>
  340. <div id="information">Information:</div></b>
  341.  
  342. write your theme informations here
  343. </div></div></div></td>
  344.  
  345. <td><div id="box"><div id="boximage"><img src="{image:theme3}"></a></div>
  346. <div id="boxtext">
  347. <div id="themename">theme name</div>
  348. <a href="/">link</a> - <a href="/">link</a> <p>
  349. <div id="information">Information:</div></b>
  350.  
  351. write your theme informations here
  352.  
  353. </div></div></div></td></tr>
  354.  
  355. <td><div id="box"><div id="boximage"><img src="{image:theme4}"></a></div>
  356. <div id="boxtext">
  357. <div id="themename">theme name</div>
  358. <a href="/">link</a> - <a href="/">link</a> <p>
  359. <div id="information">Information:</div></b>
  360.  
  361. write your theme informations here
  362.  
  363. </div></div></div></td>
  364.  
  365.  
  366. <td><div id="box"><div id="boximage"><img src="{image:theme5}"></a></div>
  367. <div id="boxtext">
  368. <div id="themename">theme name</div>
  369. <a href="/">link</a> - <a href="/">link</a> <p>
  370. <div id="information">Information:</div></b>
  371.  
  372. write your theme informations here
  373.  
  374. </div></div></div></td>
  375.  
  376.  
  377. <td><div id="box"><div id="boximage"><img src="{image:theme6}"></a></div>
  378. <div id="boxtext">
  379. <div id="themename">theme name</div>
  380. <a href="/">link</a> - <a href="/">link</a> <p>
  381. <div id="information">Information:</div></b>
  382.  
  383. write your theme informations here
  384.  
  385. </div></div></div></td></tr>
  386.  
  387.  
  388. <tr>
  389. <td><div id="box"><div id="boximage"><img src="{image:theme7}"></a>7</div>
  390. <div id="boxtext">
  391. <div id="themename">theme name</div>
  392. <a href="/">link</a> - <a href="/">link</a> <p>
  393. <div id="information">Information:</div></b>
  394.  
  395. write your theme informations here
  396.  
  397. </div></div></div></td>
  398.  
  399.  
  400. <td><div id="box"><div id="boximage"><img src="{image:theme8}"></a></div>
  401. <div id="boxtext">
  402. <div id="themename">theme name</div>
  403. <a href="/">link</a> - <a href="/">link</a> <p>
  404. <div id="information">Information:</div></b>
  405.  
  406. write your theme informations here
  407.  
  408. </div></div></div></td>
  409.  
  410.  
  411. <td><div id="box"><div id="boximage"><img src="{image:theme9}"></a></div>
  412. <div id="boxtext">
  413. <div id="themename">theme name</div>
  414. <a href="/">link</a> - <a href="/">link</a> <p>
  415. <div id="information">Information:</div></b>
  416.  
  417. write your theme informations here
  418.  
  419. </div></div></div></td></tr>
  420.  
  421.  
  422. <tr>
  423. <td><div id="box"><div id="boximage"><img src="{image:theme10}"></a></div>
  424. <div id="boxtext">
  425. <div id="themename">theme name</div>
  426. <a href="/">link</a> - <a href="/">link</a> <p>
  427. <div id="information">Information:</div></b>
  428.  
  429. write your theme informations here
  430.  
  431. </div></div></div></td>
  432.  
  433.  
  434. <td><div id="box"><div id="boximage"><img src="{image:theme11}"></a></div>
  435. <div id="boxtext">
  436. <div id="themename">theme name</div>
  437. <a href="/">link</a> - <a href="/">link</a> <p>
  438. <div id="information">Information:</div></b>
  439.  
  440. write your theme informations here
  441.  
  442. </div></div></div></td>
  443.  
  444.  
  445. <td><div id="box"><div id="boximage"><img src="{image:theme12}"></a></div>
  446. <div id="boxtext">
  447. <div id="themename">theme name</div>
  448. <a href="/">link</a> - <a href="/">link</a> <p>
  449. <div id="information">Information:</div></b>
  450.  
  451. write your theme informations here
  452.  
  453. </div></div></div></td></tr>
  454.  
  455.  
  456. <td><div id="box"><div id="boximage"><img src="{image:theme13}"></a></div>
  457. <div id="boxtext">
  458. <div id="themename">theme name</div>
  459. <a href="/">link</a> - <a href="/">link</a> <p>
  460. <div id="information">Information:</div></b>
  461.  
  462. write your theme informations here
  463.  
  464. </div></div></div></td>
  465.  
  466.  
  467. <td><div id="box"><div id="boximage"><img src="{image:theme14}"></a></div>
  468. <div id="boxtext">
  469. <div id="themename">theme name</div>
  470. <a href="/">link</a> - <a href="/">link</a> <p>
  471. <div id="information">Information:</div></b>
  472.  
  473. write your theme informations here
  474.  
  475. </div></div></div></td>
  476.  
  477.  
  478. <td><div id="box"><div id="boximage"><img src="{image:theme15}"></a></div>
  479. <div id="boxtext">
  480. <div id="themename">theme name</div>
  481. <a href="/">link</a> - <a href="/">link</a> <p>
  482. <div id="information">Information:</div></b>
  483.  
  484. write your theme informations here
  485.  
  486. </div></div></div></td></tr>
  487.  
  488. <div id="credit"><a href="http://mathewsdaddario.tumblr.com/" title="thai's themes">thai</a></div>
  489.  
  490. </div>
  491. </div>
  492. </div>
  493. <br><br><br><br>
  494. </div>
  495. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  496. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  497. <script>
  498. (function($){
  499. $(document).ready(function(){
  500. $("a[title]").style_my_tooltips({
  501. tip_follows_cursor:true,
  502. tip_delay_time:150,
  503. tip_fade_speed:700,
  504. attribute:"title"
  505. });
  506. });
  507. })(jQuery);
  508. </script>
  509.  
  510. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement