Advertisement
heavenlydoctor

Theme 2: Fierce by heavenlydoctor

Jun 28th, 2014
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.20 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--theme by heavenlydoctor, do not steal, redistribute, or remove the credit. do not use as a base code. if you have any questions, go to gloriousponds.co.vu/askpage/ -->
  5.  
  6. <title>{Title}</title>
  7. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. <!-- meta tags -->
  12.  
  13. <meta name="color:background" content="#fff">
  14. <meta name="color:text" content="#5d5d5d">
  15. <meta name="color:link" content="#aaa">
  16. <meta name="color:link hover" content="#000"/>
  17.  
  18. <meta name="image:sidebar" content="">
  19.  
  20. <meta name="text:link 1" content="">
  21. <meta name="text:link 1 url" content="">
  22. <meta name="text:link 2" content="">
  23. <meta name="text:link 2 url" content="">
  24. <meta name="text:link 3" content="">
  25. <meta name="text:link 3 url" content="">
  26. <meta name="text:link 4" content="">
  27. <meta name="text:link 4 url" content="">
  28. <meta name="text:link 5" content="">
  29. <meta name="text:link 5 url" content="">
  30.  
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/nb65v05/XPQmpjoyl/jquery.style-my-tooltips.js"></script>
  32.  
  33. <script>
  34. (function($){
  35. $(document).ready(function(){
  36. $("[title]").style_my_tooltips({
  37. tip_follows_cursor:true,
  38. tip_delay_time:30,
  39. tip_fade_speed:300,
  40. attribute:"title"
  41. });});})(jQuery);
  42. </script>
  43.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar {width: 8px; height: 5px; background: #FFFFFF;}
  47. ::-webkit-scrollbar-thumb {background-color:#5d5d5d ; border: 1px solid #5d5d5d;}
  48.  
  49. #s-m-t-tooltip {
  50. color:#fff;
  51. font-size:8px;
  52. font-style: none;
  53. font-family: arial;
  54. margin-top:15px;
  55. padding:1px 3px;
  56. max-width:400px;
  57. background-color:#5d5d5d;
  58. border: 1px solid #5d5d5d;
  59. text-transform:uppercase;
  60. font-weight:bold;
  61. letter-spacing: 2px;
  62. z-index:9999;
  63. position:absolute;
  64. }
  65.  
  66. body {
  67. background-color:{color:background};
  68. color:{color:text};
  69. font-family:arial;
  70. font-size:10px;
  71. }
  72.  
  73. big {
  74. font-size:14px;
  75. }
  76.  
  77. small {
  78. font-size:10px;
  79. }
  80.  
  81. a {
  82. text-decoration:none;
  83. color:{color:link};
  84. -webkit-transition:0.5s;
  85. -moz-transition:0.5s;
  86. -ms-transition:0.5s;
  87. -o-transition:0.5s;
  88. }
  89.  
  90. a:hover {
  91. color:{color:link hover};
  92. }
  93.  
  94.  
  95. blockquote {
  96. border-left:1px solid #5d5d5d;
  97. margin-left:10px;
  98. padding-left:5px;
  99. margin-top:-8px;
  100. }
  101.  
  102. h2 {
  103. text-align:center;
  104. font-weight:lighter;
  105. letter-spacing:1px;
  106. text-transform:uppercase;
  107. font-family:arial;
  108. font-size:20px;
  109. }
  110.  
  111. /*header*/
  112. #header {
  113. width:500px;
  114. text-align:center;
  115. margin-top:50px;
  116. margin-left:auto;
  117. margin-right:auto;
  118. margin-bottom:100px;
  119. border-bottom:1px solid #e3e3e3;
  120. padding-bottom:20px;
  121. }
  122.  
  123. #title {
  124. font-size:30px;
  125. text-transform:uppercase;
  126. letter-spacing:2px;
  127. margin-bottom:5px;
  128. color:{color:title};
  129. z-index:-1;
  130. position:relative;
  131. }
  132.  
  133. #header #title {
  134. opacity:1;
  135. -moz-transition-duration:.5s;
  136. -webkit-transition-duration:.5s;
  137. -o-transition-duration:.5s;
  138. }
  139.  
  140. #header:hover #title {
  141. opacity:0;
  142. -moz-transition-duration:.5s;
  143. -webkit-transition-duration:.5s;
  144. -o-transition-duration:.5s;
  145. }
  146.  
  147. #description {
  148. width:400px;
  149. color:#5d5d5d;
  150. text-align:center;
  151. word-spacing:1px;
  152. letter-spacing:2px;
  153. margin-left:50px;
  154. margin-top:10px;
  155. font-size:10px;
  156. }
  157.  
  158. #links {
  159. margin:5px;
  160. text-align:center;
  161. font-size:28px;
  162. letter-spacing:5px;
  163. word-spacing:20px;
  164. width:500px;
  165. margin-top:-40px;
  166. z-index:999;
  167. position:absolute;
  168. }
  169.  
  170. #header #links {
  171. opacity:0;
  172. -moz-transition-duration:.5s;
  173. -webkit-transition-duration:.5s;
  174. -o-transition-duration:.5s;
  175. }
  176.  
  177. #header:hover #links {
  178. opacity:1;
  179. -moz-transition-duration:.5s;
  180. -webkit-transition-duration:.5s;
  181. -o-transition-duration:.5s;
  182. }
  183.  
  184. /*all posts*/
  185. #postage {
  186. width:500px;
  187. margin-left:auto;
  188. margin-right:auto;
  189. margin-top:30px;
  190. margin-bottom:30px;
  191. }
  192.  
  193. /*text posts*/
  194. #text {
  195. text-align:left;
  196. font-size:11px;
  197. }
  198.  
  199. /*photo posts*/
  200. #photo {
  201. text-align:left;
  202. }
  203.  
  204. /*photoset posts*/
  205. #photoset {
  206. text-align:left;
  207. }
  208.  
  209. /*quote posts*/
  210. #words {
  211. font-style:italic;
  212. font-size:16px;
  213. }
  214.  
  215. .source {
  216. text-align:right;
  217. padding-right:5px;
  218. font-size:13px;
  219. padding-bottom:5px;
  220. }
  221.  
  222. /*link posts*/
  223. #linktitle {
  224. border:1px solid #e6e6e6;
  225. -moz-transition-duration:.5s;
  226. -webkit-transition-duration:.5s;
  227. -o-transition-duration:.5s;
  228. }
  229.  
  230. #linkdesc {
  231. text-align:left;
  232. padding-top:15px;
  233. font-size:11px;
  234. }
  235.  
  236. /*chat posts*/
  237. #chat ul {
  238. list-style:none;
  239. font-family:courier;
  240. font-size:13px;
  241. margin-left:-40px;
  242. }
  243.  
  244. .label {
  245. text-transform:uppercase;
  246. }
  247.  
  248. /*video posts*/
  249. #video {
  250. text-align:left;
  251. }
  252.  
  253. /*audio posts*/
  254. #audioplayer {
  255. width:30px;
  256. height:30px;
  257. overflow:hidden;
  258. position:absolute;
  259. margin-top:35px;
  260. margin-left:35px;
  261. opacity:0.7;
  262. }
  263.  
  264. #albumart {
  265. width:100px;
  266. height:100px;
  267. background-color:#e3e3e3;
  268. }
  269.  
  270. /*ask posts*/
  271. #ask {
  272. font-size:12px;
  273. letter-spacing:1px;
  274. text-align:center;
  275. }
  276.  
  277. #question {
  278. border:1px solid #e6e6e6;
  279. padding-bottom:10px;
  280. padding-top:10px;
  281. }
  282.  
  283. #answer {
  284. text-align:left;
  285. }
  286.  
  287. /*info*/
  288.  
  289. #postage .tags {
  290. opacity:0;
  291. -moz-transition-duration:.5s;
  292. -webkit-transition-duration:.5s;
  293. -o-transition-duration:.5s;
  294. }
  295.  
  296. #postage:hover .tags {
  297. opacity:1;
  298. -moz-transition-duration:.5s;
  299. -webkit-transition-duration:.5s;
  300. -o-transition-duration:.5s;
  301. }
  302.  
  303. .info {
  304. border-top:1px solid #e6e6e6;
  305. padding-top:5px;
  306. text-align:center;
  307. text-transform:uppercase;
  308. width:500px;
  309. font-size:10px;
  310. margin-top:4px;
  311. }
  312.  
  313. .info a {
  314. color:{color:link};
  315. }
  316.  
  317. .info a:hover {
  318. color:{color:link hover};
  319. }
  320.  
  321. .tags {
  322. font-size:10px;
  323. text-transform:none;
  324. margin-bottom:50px;
  325. }
  326.  
  327. /*pagination*/
  328.  
  329. #pag {
  330. width:500px;
  331. margin-left:auto;
  332. margin-right:auto;
  333. margin-bottom:30px;
  334. text-align:center;
  335. font-size:14px;
  336. letter-spacing:3px;
  337. text-transform:uppercase;
  338. color:{color:text};
  339. }
  340.  
  341. /*credit*/
  342. #credit {
  343. position: fixed;
  344. right: 5px;
  345. bottom: 5px;
  346. font-size: 12px;
  347. letter-spacing: 1px;
  348. -moz-transition-duration:0.8s;
  349. -webkit-transition-duration:0.8s;
  350. -o-transition-duration:0.8s;
  351. }
  352.  
  353. #credit:hover {
  354. -moz-transition-duration:0.8s;
  355. -webkit-transition-duration:0.8s;
  356. -o-transition-duration:0.8s;
  357. }
  358.  
  359. {CustomCSS}
  360. </style>
  361. </head>
  362. <body>
  363.  
  364. <div id="header">
  365.  
  366. <div id="title">{Title}</div>
  367. <div id="links">
  368. <a href="/" title="home">I</a>
  369. <a href="{text:link 1 url}" title="{text:link 1}">II</a>
  370. <a href="{text:link 2 url}" title="{text:link 2}">III</a>
  371. <a href="{text:link 3 url}" title="{text:link 3}">IV</a>
  372. <a href="{text:link 4 url}" title="{text:link 4}">V</a>
  373. </div> <!--links-->
  374.  
  375. <div id="description">{Description} // +<script language="JavaScript">
  376. var ref = (''+document.referrer+'');
  377. var w_h = window.screen.width + " x " + window.screen.height;
  378. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4246246&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  379. </script></div>
  380.  
  381.  
  382. </div> <!--sidebar-->
  383.  
  384. {block:Posts}
  385. <div id="postage">
  386.  
  387. {block:Text}
  388. <div id="text">
  389. <h2><a href="{Permalink}">{Title}</a></h2>
  390. {Body}
  391. </div> <!--text post-->
  392. {/block:Text}
  393.  
  394. {block:Photo}
  395. <div id="photo">
  396. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  397. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  398. </div> <!--photo post-->
  399. {/block:Photo}
  400.  
  401. {block:Panorama}
  402. <div id="panorama">
  403. {LinkOpenTag}
  404. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  405. {LinkCloseTag}
  406. {block:Caption}
  407. <div class="caption">{Caption}</div>
  408. {/block:Caption}
  409. </div> <!--panorama post-->
  410. {/block:Panorama}
  411.  
  412. {block:Photoset}
  413. <div id="photoset">
  414. {Photoset-500}
  415. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  416. </div> <!--photoset-->
  417. {/block:Photoset}
  418.  
  419. {block:Quote}
  420. <div id="quote">
  421. <div id="words">"{Quote}"</div>
  422. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  423. </div> <!--quote-->
  424. {/block:Quote}
  425.  
  426. {block:Link}<div id="linktitle"><h2><a href="{URL}" {Target} >{Name}</a></h2></div><div id="linkdesc">{block:Description}{Description}{/block:Description}</div>{/block:Link}
  427.  
  428. {block:Chat}
  429. <div id="chat">
  430. <h2><a href="{Permalink}">{Title}</a></h2>
  431. <ul>
  432. {block:Lines}
  433. <li class="{Alt} user_{UserNumber}">
  434. {block:Label}
  435. <span class="label">{Label}</span>
  436. {/block:Label}{Line}
  437. </li>
  438. {/block:Lines}
  439. </ul>
  440. </div> <!--chat-->
  441. {/block:Chat}
  442.  
  443. {block:Video}
  444. <div id="video">
  445. {block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}
  446. {Video-500}
  447. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  448. </div> <!--video-->
  449. {/block:Video}
  450.  
  451. {block:Audio}
  452. <div id="audio">
  453. <table style="padding:5px; background-color:#fff;margin-bottom:5px;">
  454. <tr>
  455. <td style="vertical-align:top;padding-right:10px;"><div id="audioplayer">{AudioPlayerWhite}</div>
  456. <divid="albumart">
  457. {block:AlbumArt}
  458. <img src="{AlbumArtURL}" style="width:100px;">
  459. {/block:AlbumArt}</div></td>
  460. <td style="vertical-align:middle; font-size:11px; line-height:12px"> {block:TrackName}<i>title:</i> {TrackName} <br />{/block:TrackName}
  461. {block:Artist}<i>artist:</i> {Artist} <br />{/block:Artist}
  462. {block:Album}<i>album:</i> {Album} <br />{/block:Album}
  463. {block:PlayCount}<i>played:</i> {FormattedPlayCount} times{/block:PlayCount}
  464. </td>
  465. </tr>
  466. </table>
  467. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  468. </div> <!--audio-->
  469. {/block:Audio}
  470.  
  471. {block:Answer}
  472. <div id="ask">
  473. <div id="question">
  474. {Asker} said:<br>{Question}</div>
  475. {block:Answerer}<div style="text-align:left;"><p>{Answerer} replied:</div> <blockquote>{Replies}</blockquote>{/block:Answerer}
  476. <div id="answer">{Answer}</div>
  477. </div> <!--ask-->
  478. {/block:Answer}
  479.  
  480. <div class="info">
  481. {block:Date}
  482. <a href="{Permalink}" >{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} {block:ContentSource} - <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  483. {block:NoteCount} - <a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a>{/block:NoteCount} - <a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}
  484.  
  485.  
  486. {block:HasTags}
  487. <div class="tags">
  488. {block:Tags} <a href="{TagURL}">{Tag}</a>;{/block:Tags}
  489. </div>
  490. {/block:HasTags}
  491. </div> <!--info-->
  492.  
  493.  
  494. </div> <!--postage-->
  495. {/block:Posts}
  496.  
  497. {block:Pagination}
  498. <div id="pag">
  499. {block:PreviousPage}<a href="{PreviousPage}">back</a> - {/block:PreviousPage}
  500. {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  501. </div>
  502. {/block:Pagination}
  503.  
  504. <div id="credit"><a href="http://gloriousponds.co.vu/" title="theme by heavenlydoctor"><font color="#282828">✖</font><font color="#838383">✖</font><font color="#E1E1E1">✖</font></a></div>
  505. </body>
  506. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement