Advertisement
heavenlydoctor

Theme 3:Revamped by heavenlydoctor

Jul 5th, 2014
1,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--Theme 3:Revamped by heavenlydoctor. Do not remove credit, steal code or use as base code. Thank you!-->
  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 go here -->
  12.  
  13. <meta name="color:background" content="#fff">
  14. <meta name="color:link" content="#aaa">
  15. <meta name="color:link hover" content="#5d5d5d"/>
  16. <meta name="color:border" content="#e3e3e3"/>
  17. <meta name="color:description" content="#5d5d5d"/>
  18. <meta name="color:text" content="#5d5d5d"/>
  19.  
  20. <meta name="image:header" content="">
  21.  
  22. <meta name="text:link 1" content="">
  23. <meta name="text:link 1 url" content="">
  24. <meta name="text:link 2" content="">
  25. <meta name="text:link 2 url" content="">
  26. <meta name="text:link 3" content="">
  27. <meta name="text:link 3 url" content="">
  28. <meta name="text:link 4" content="">
  29. <meta name="text:link 4 url" content="">
  30. <meta name="text:link 5" content="">
  31. <meta name="text:link 5 url" content="">
  32.  
  33. <!-- meta tags end-->
  34.  
  35. <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>
  36.  
  37. <script>
  38. (function($){
  39. $(document).ready(function(){
  40. $("[title]").style_my_tooltips({
  41. tip_follows_cursor:true,
  42. tip_delay_time:30,
  43. tip_fade_speed:300,
  44. attribute:"title"
  45. });});})(jQuery);
  46. </script>
  47.  
  48. <style>
  49.  
  50. ::-webkit-scrollbar {width: 8px; height: 5px; background: #fff;}
  51. ::-webkit-scrollbar-thumb {background-color:#dedede ; border: 1px solid #dedede;}
  52.  
  53. #s-m-t-tooltip {
  54. color:#fff;
  55. font-size:8px;
  56. font-family: arial;
  57. margin-top:15px;
  58. padding:1px 3px;
  59. max-width:400px;
  60. background-color:#494949;
  61. border: 1px solid #494949;
  62. text-transform:uppercase;
  63. letter-spacing: 2px;
  64. z-index:9999;
  65. position:absolute;
  66. }
  67.  
  68.  
  69. body {
  70. background-color:{color:background};
  71. color:{color:text};
  72. font-family:arial;
  73. font-size:11px;
  74. }
  75.  
  76. big {
  77. font-size:14px;
  78. }
  79.  
  80. small {
  81. font-size:10px;
  82. }
  83.  
  84. a {
  85. text-decoration:none;
  86. color:{color:link};
  87. -webkit-transition:0.5s;
  88. -moz-transition:0.5s;
  89. -ms-transition:0.5s;
  90. -o-transition:0.5s;
  91. }
  92.  
  93. a:hover {
  94. text-decoration:underline;
  95. color:#646464;
  96. }
  97.  
  98. blockquote {
  99. border-left:1px solid #dedede;
  100. margin-left:10px;
  101. padding-left:5px;
  102. margin-top:-8px;
  103. }
  104.  
  105. h2 {
  106. text-align:left;
  107. font-weight:lighter;
  108. letter-spacing:1px;
  109. text-transform:uppercase;
  110. font-family:arial;
  111. font-size:20px;
  112. }
  113.  
  114. h2 a:hover {
  115. text-decoration:none;
  116. }
  117.  
  118. /*header*/
  119. #header {
  120. width:450px;
  121. text-align:center;
  122. margin-top:50px;
  123. {block:ifHeaderImage}
  124. margin-top:0px;
  125. {/block:ifHeaderImage}
  126. margin-left:auto;
  127. margin-right:auto;
  128. margin-bottom:100px;
  129. background-color:#fff;
  130. }
  131.  
  132. #header img {
  133. width:450px;
  134. }
  135.  
  136. #title {
  137. padding:0px 0px 3px 5px;
  138. text-align:center;
  139. font-size:20px;
  140. letter-spacing:2px;
  141. margin-bottom:5px;
  142. color:{color:title};
  143. text-transform:uppercase;
  144. font-family:calibri;
  145. border-bottom:1px solid #fff;
  146. }
  147.  
  148. #title:hover {
  149. border-bottom:1px solid #f6f6f6;
  150. }
  151.  
  152. #title a {
  153. color:{color:Link Hover};
  154. }
  155.  
  156. #title a:hover {
  157. color:{color:Link Hover};
  158. letter-spacing:3px;
  159. text-decoration:none;
  160. }
  161.  
  162. #description {
  163. width:430px;
  164. margin-left:10px;
  165. margin-top:8px;
  166. text-align:center;
  167. font-size:10px;
  168. letter-spacing:2px;
  169. color:{color:description};
  170. }
  171.  
  172. #links {
  173. letter-spacing:2px;
  174. word-spacing:2px;
  175. margin-top:10px;
  176. text-align:center;
  177. font-size:9px;
  178. text-transform:uppercase;
  179. padding-top:5px;
  180. }
  181.  
  182. #links a {
  183. border-bottom:0px solid #fff;
  184. padding:1px 3px;
  185. color:#494949;
  186. }
  187.  
  188. #links a:hover {
  189. text-decoration:none;
  190. border-bottom:1px solid #494949;
  191. padding:1px 3px;
  192. }
  193.  
  194. /*all posts*/
  195. #postage {
  196. width:500px;
  197. margin-left:auto;
  198. margin-right:auto;
  199. margin-top:30px;
  200. margin-bottom:30px;
  201. padding-bottom:55px;
  202. }
  203.  
  204. /*text posts*/
  205. #text {
  206. text-align:left;
  207. }
  208.  
  209. #text img {
  210. max-width:40%;
  211. }
  212.  
  213. /*photo posts*/
  214. #photo {
  215. text-align:left;
  216. }
  217.  
  218. /*photoset posts*/
  219. #photoset {
  220. text-align:left;
  221. }
  222.  
  223. /*quote posts*/
  224. #words {
  225. font-style:italic;
  226. font-size:13px;
  227. padding-bottom:3px;
  228. }
  229.  
  230. .source {
  231. padding-top:3px;
  232. text-align:right;
  233. padding-right:5px;
  234. font-size:10px;
  235. }
  236.  
  237. /*link posts*/
  238. #linktitle {
  239. border-bottom:1px solid #e6e6e6;
  240. font-size:20px;
  241. text-align:center;
  242. text-transform:uppercase;
  243. padding:5px 0px;
  244. }
  245.  
  246. #linktitle a {
  247. text-decoration:none;
  248. }
  249.  
  250. #linkdesc {
  251. text-align:left;
  252. padding-top:15px;
  253. font-size:11px;
  254. }
  255.  
  256. /*chat posts*/
  257. #chat ul {
  258. list-style:none;
  259. font-family:arial;
  260. font-size:13px;
  261. margin-left:-40px;
  262. margin-top:0px;
  263. padding-top:6px;
  264. }
  265.  
  266. .label {
  267. text-transform:uppercase;
  268. }
  269.  
  270. #chatitle {
  271. border-bottom:1px solid #d8d8d8;
  272. padding-bottom:2px;
  273. }
  274.  
  275. #chatitle a {
  276. text-align:left;
  277. font-size:18px;
  278. text-transform:uppercase;
  279. text-decoration:none;
  280. }
  281.  
  282. /*video posts*/
  283. #video {
  284. text-align:left;
  285. }
  286.  
  287. /*audio posts*/
  288. #audioplayer {
  289. width:30px;
  290. height:30px;
  291. overflow:hidden;
  292. position:absolute;
  293. margin-top:35px;
  294. margin-left:35px;
  295. opacity:0.7;
  296. }
  297.  
  298. #albumart {
  299. width:100px;
  300. height:100px;
  301. background-color:#e3e3e3;
  302. }
  303.  
  304. /*ask posts*/
  305. #ask {
  306. font-size:12px;
  307. letter-spacing:1px;
  308. text-align:center;
  309. }
  310.  
  311. #question {
  312. border-bottom:1px solid #e6e6e6;
  313. padding-bottom:10px;
  314. }
  315.  
  316. #answer {
  317. text-align:left;
  318. }
  319.  
  320. /*permalink*/
  321. ol.notes {
  322. padding: 0px;
  323. margin: -15px 0px 0px 10px;
  324. list-style-type: none;
  325. border-bottom: solid 1px #f9f9f9;
  326. width: 500px;
  327. }
  328.  
  329. ol.notes li.note {
  330. border-top: solid 1px #f9f9f9;
  331. padding: 15px;
  332. text-align:left;
  333. }
  334.  
  335. ol.notes li.note blockquote {
  336. margin-top:10px;
  337. margin-left:65px;
  338. }
  339.  
  340. ol.notes li.note img.avatar {
  341. margin-left: 20px;
  342. margin-right: 20px;
  343. width: 16px;
  344. height: 16px;
  345. border-radius: 8px;
  346. -webkit-border-radius: 8px;
  347. -moz-border-radius: 8px;
  348. }
  349.  
  350. /*info*/
  351.  
  352. #postage .info {
  353. opacity:0;
  354. -webkit-transition:0.5s;
  355. -moz-transition:0.5s;
  356. -ms-transition:0.5s;
  357. -o-transition:0.5s;
  358. }
  359.  
  360. #postage:hover .info {
  361. opacity:1;
  362. -webkit-transition:0.5s;
  363. -moz-transition:0.5s;
  364. -ms-transition:0.5s;
  365. -o-transition:0.5s;
  366. }
  367.  
  368. .info {
  369. text-align:center;
  370. text-transform:uppercase;
  371. width:500px;
  372. font-size:11px;
  373. margin-top:4px;
  374. letter-spacing:1px;
  375. color:#5d5d5d;
  376. padding-top:10px;
  377. }
  378.  
  379. .info a {
  380. color:{color:link hover};
  381. }
  382.  
  383. .info a:hover {
  384. color:{color:link};
  385. text-decoration:none;
  386. }
  387.  
  388. .tags {
  389. font-size:10px;
  390. text-transform:uppercase;
  391. color:#5d5d5d;
  392. text-align:center;
  393. width:500px;
  394. }
  395.  
  396. .tags a {
  397. color:{color:Link Hover};
  398. }
  399.  
  400. .tags a:hover {
  401. color:{color:Link};
  402. text-decoration:none;
  403. }
  404.  
  405. /*pagination*/
  406.  
  407. #pag {
  408. width:100%;
  409. bottom:0px;
  410. padding:8px 0px;
  411. text-align:center;
  412. font-size:14px;
  413. letter-spacing:3px;
  414. text-transform:uppercase;
  415. color:{color:text};
  416. position:fixed;
  417. z-index:9999;
  418. background-color:white;
  419. }
  420.  
  421. /*credit*/
  422. #credit {
  423. position: fixed;
  424. right: 10px;
  425. bottom: 10px;
  426. font-size: 12px;
  427. letter-spacing: 0px;
  428. z-index:99999;
  429. }
  430.  
  431. #credit a:hover {
  432. text-decoration:none;
  433. }
  434.  
  435. {CustomCSS}
  436. </style>
  437. </head>
  438. <body>
  439.  
  440. <div id="header">
  441. {block:ifHeaderImage}
  442. <a href="/"><img src="{image:header}"></a>
  443. {/block:ifHeaderImage}
  444. <div id="title"><a href="/">{Title}</a></div>
  445. <div id="description">{Description}</div>
  446. <div id="links">
  447. <a href="{text:link 1 url}">{text:link 1}</a>
  448. <a href="{text:link 2 url}">{text:link 2}</a>
  449. <a href="{text:link 3 url}">{text:link 3}</a>
  450. <a href="{text:link 4 url}">{text:link 4}</a>
  451. <a href="{text:link 5 url}">{text:link 5}</a>
  452. </div> <!--links-->
  453.  
  454. </div> <!--sidebar-->
  455.  
  456. {block:Posts}
  457. <div id="postage">
  458.  
  459. {block:Text}
  460. <div id="text">
  461. {block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
  462. {Body}
  463. </div> <!--text post-->
  464. {/block:Text}
  465.  
  466. {block:Photo}
  467. <div id="photo">
  468. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  469. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  470. </div> <!--photo post-->
  471. {/block:Photo}
  472.  
  473. {block:Panorama}
  474. <div id="panorama">
  475. {LinkOpenTag}
  476. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  477. {LinkCloseTag}
  478. {block:Caption}
  479. <div class="caption">{Caption}</div>
  480. {/block:Caption}
  481. </div> <!--panorama post-->
  482. {/block:Panorama}
  483.  
  484. {block:Photoset}
  485. <div id="photoset">
  486. {Photoset-500}
  487. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  488. </div> <!--photoset-->
  489. {/block:Photoset}
  490.  
  491. {block:Quote}
  492. <div id="quote">
  493. <div id="words">"{Quote}"</div>
  494. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  495. </div> <!--quote-->
  496. {/block:Quote}
  497.  
  498. {block:Link}
  499. <div id="linktitle">
  500. <a href="{URL}" {Target} >{Name}</a></div>
  501. <div id="linkdesc">
  502. {block:Description}
  503. {Description}
  504. {/block:Description}</div>
  505. {/block:Link}
  506.  
  507. {block:Chat}
  508. <div id="chat">
  509. <div id="chatitle">
  510. <a href="{Permalink}">{Title}</a></div>
  511. <ul>
  512. {block:Lines}
  513. <li class="{Alt} user_{UserNumber}">
  514. {block:Label}
  515. <span class="label">{Label}</span>
  516. {/block:Label}{Line}
  517. </li>
  518. {/block:Lines}
  519. </ul>
  520. </div> <!--chat-->
  521. {/block:Chat}
  522.  
  523. {block:Video}
  524. <div id="video">
  525. {block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}
  526. {Video-500}
  527. {block:Caption}<div class="vidcap">{Caption}</div>{/block:Caption}
  528. </div> <!--video-->
  529. {/block:Video}
  530.  
  531. {block:Audio}
  532. <div id="audio">
  533. <table style="padding:5px; background-color:#fff;margin-bottom:5px;">
  534. <tr>
  535. <td style="vertical-align:top;padding-right:10px;"><div id="audioplayer">{AudioPlayerWhite}</div>
  536. <divid="albumart">
  537. {block:AlbumArt}
  538. <img src="{AlbumArtURL}" style="width:100px;">
  539. {/block:AlbumArt}</div></td>
  540. <td style="vertical-align:top; font-size:11px; line-height:12px"> {block:TrackName}<i>title:</i> {TrackName} <br />{/block:TrackName}
  541. {block:Artist}<i>artist:</i> {Artist} <br />{/block:Artist}
  542. {block:Album}<i>album:</i> {Album} <br />{/block:Album}
  543. {block:PlayCount}<i>played:</i> {FormattedPlayCount} times{/block:PlayCount}
  544. </td>
  545. </tr>
  546. </table>
  547. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  548. </div> <!--audio-->
  549. {/block:Audio}
  550.  
  551. {block:Answer}
  552. <div id="ask">
  553. <div id="question">
  554. {Asker} said: {Question}</div>
  555. {block:Answerer}<div style="text-align:left;"><p>{Answerer} replied:</div> <blockquote>{Replies}</blockquote>{/block:Answerer}
  556. <div id="answer">{Answer}</div>
  557. </div> <!--ask-->
  558. {/block:Answer}
  559. {block:IndexPage}
  560. <div class="info">
  561. {block:Date}
  562. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}&nbsp;&nbsp;</a>
  563. <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp;&nbsp;
  564. <a href="{ReblogURL}" target="_blank">reblog</a>
  565. {/block:Date}
  566.  
  567. {block:HasTags}
  568. <div class="tags">
  569. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  570. </div>
  571. {/block:HasTags}
  572. </div>
  573. {/block:IndexPage}
  574.  
  575.  
  576. <!---permalink---->
  577. {block:PermalinkPage}
  578. <div class="info">
  579. {block:Date}
  580. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}&nbsp;&nbsp;</a> {block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}">source</a>&nbsp;&nbsp;{/block:ContentSource}
  581. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>&nbsp;&nbsp;{/block:RebloggedFrom}
  582. <a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp;&nbsp;
  583. <a href="{ReblogURL}" target="_blank">reblog</a>
  584. {/block:Date}
  585.  
  586. {block:HasTags}
  587. <div class="tags">
  588. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  589. </div>
  590. {/block:HasTags}
  591. </div>
  592. {block:PostNotes}
  593. <div style="line-height: 12px; padding: 15px; letter-spacing: 1px; width: 500px; margin-top:10px; font-size:10px;">
  594. <div class="notes">{PostNotes}</div>
  595. </div>
  596. {/block:PostNotes}
  597. {/block:Date}
  598. {/block:PermalinkPage}
  599. <!---permalink--->
  600.  
  601.  
  602.  
  603.  
  604.  
  605. </div> <!--postage-->
  606. {/block:Posts}
  607.  
  608. {block:Pagination}
  609. <div id="pag">
  610. {block:PreviousPage}<a href="{PreviousPage}">back</a> - {/block:PreviousPage}
  611. {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  612. </div>
  613. {/block:Pagination}
  614.  
  615. <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>
  616. </body>
  617. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement