Advertisement
jewist

Delirium Theme

Nov 13th, 2012
15,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 KB | None | 0 0
  1. <html><head>
  2.  
  3. <!- Delirium Theme for Tumblr by Jewist
  4. http://jewist.tumblr.com/
  5. if you choose to remove the credit please credit me in your links
  6. -!>
  7.  
  8. <title>{title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11.  
  12. <meta name="if:Endless Scroll" content="1"/>
  13.  
  14. <meta name="font:Body" content="Courier New"/>
  15. <meta name="font:Title" content="Courier New" />
  16.  
  17. <meta name="color:Text" content="#000000"/>
  18. <meta name="color:Title" content="#000"/>
  19. <meta name="color:background" content="#ffffff">
  20. <meta name="color:Links" content="#000" />
  21. <meta name="color:Permalink" content="#fff"/>
  22.  
  23. <meta name="text:Font Size" content="10px"/>
  24. <meta name="text:title font size" content="22px" />
  25. <meta name="text:Custom Link One" content="" />
  26. <meta name="text:Custom Link One Title" content="" />
  27. <meta name="text:Custom Link Two" content="" />
  28. <meta name="text:Custom Link Two Title" content="" />
  29. <meta name="text:Custom Link Three" content="" />
  30. <meta name="text:Custom Link Three Title" content="" />
  31. <meta name="text:Custom Link Four" content="" />
  32. <meta name="text:Custom Link Four Title" content="" />
  33. <meta name="text:Custom Link Five" content="" />
  34. <meta name="text:Custom Link Five Title" content="" />
  35.  
  36.  
  37. <meta name="if:More Space Between Posts" content="1"/>
  38.  
  39.  
  40.  
  41.  
  42. <div style="position:absolute; display:block;width:300px; width:130px; margin-left:90px; margin-top:37px; text-align:left; padding:5px; -moz-border-radius: 5px; opacity:.95;">
  43. <a href="/">home</a><br>
  44. <a href="/ask">ask</a><br>
  45. {block:ifCustomLinkOneTitle}
  46. <a href="{text:Custom Link One}" class="links">{text:Custom Link One Title}</a>
  47. {/block:ifCustomLinkOneTitle}
  48. {block:ifCustomLinkTwoTitle}
  49. <a href="{text:Custom Link Two}" class="links">{text:Custom Link Two Title}</a>
  50. {/block:ifCustomLinkTwoTitle}
  51. {block:ifCustomLinkThreeTitle}
  52. <a href="{text:Custom Link Three}" class="links">{text:Custom Link Three Title}</a>
  53. {/block:ifCustomLinkThreeTitle}
  54. {block:ifCustomLinkFourTitle}
  55. <a href="{text:Custom Link Four}" class="links">{text:Custom Link Four Title}</a>
  56. {/block:ifCustomLinkFourTitle}
  57. {block:ifCustomLinkFiveTitle}
  58. <a href="{text:Custom Link Five}" class="links">{text:Custom Link Five Title}</a>
  59. {/block:ifCustomLinkFiveTitle}
  60. </div><br>
  61.  
  62.  
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. body {background-color:{color:background};
  68. font-family:{font:Body}; font-size:{text:font size};
  69. line-height:10px; text-align:center; color:{color:Text};}
  70.  
  71.  
  72. a:link, a:visited {color:{color:Links}; text-decoration:none;}
  73. a:hover {text-decoration:none; opacity:1;}
  74.  
  75. img { padding: 25px;
  76. border: 0px;}
  77.  
  78. a img {border:0px; opacity:.9;}
  79. a img:hover {opacity:.85;}
  80.  
  81.  
  82. .blogtitle {z-index:2; position:absolute; width:500px;
  83. margin-left:384px; margin-top:45px;
  84. font-family: {font:Title}; color:{color:title};
  85. font-size:{text:title font size};
  86. padding-bottom:4px; text-align:left;
  87. letter-spacing:px; text-transform:lowercase;}
  88.  
  89. .blogtitle a {color:{color:title};}
  90. .blogtitle a:hover {opacity:.9;}
  91.  
  92.  
  93. div.sidelinks a {background-color:{color:side links background}; margin-bottom:4px; text-align:right; display:block; position:relative; color:{color:Nav Links};}
  94. div.sidelinks a:hover {display:block; margin-bottom:4px; color:{color:Hover};}
  95.  
  96.  
  97. .container {width:770px; margin-left:50px;}
  98.  
  99. .content { margin-top:90px;}
  100.  
  101. .posts {margin-top:150px;}
  102.  
  103. #entry {background-color:transparent;
  104. padding-top:10px; text-align:center;
  105. width:700px; opacity:1; padding:10px;
  106. margin:auto; font-size:{text:Font Size};
  107. {block:IfMoreSpaceBetweenPosts}
  108. margin-bottom:40px; {/block:IfMoreSpaceBetweenPosts}}
  109.  
  110. #entry img {width:400px; }
  111. #entry:hover .permalink {opacity: 1;}
  112. #entry:hover {}
  113. #entry .post img {width:400px; border:0px;}
  114.  
  115. #entrytext {text-align:left; padding-left:75px;}
  116.  
  117.  
  118. #description {position:fixed; left:50%; margin-left:-290px; top:5px; z-index:2; background-color:#fff; width:125px; line-height:8px; text-align:right; color:white; padding-top:2px;font-size:10px; letter-spacing:2px;}
  119.  
  120. #description:hover {opacity:1;}
  121.  
  122. #description a {color:#444; line-height:15px; padding-left:4px; padding-right:4px;}
  123.  
  124. #description a:hover {background-color:#fff; color:black; padding-top:2px; padding-left:4px;}
  125.  
  126.  
  127. .audio {background-color:#000000; margin-bottom : 2px; margin-left:35px; width:400px; text-align:center;}
  128.  
  129. blockquote {border-left: 1px solid #eee; padding-left:3px; width:98.7%; margin-left: 0px;}
  130.  
  131.  
  132.  
  133. .permalink {z-index:2; left:50%; margin-left: -200px; margin-top:20px; padding-top:0px; position: absolute; text-align: center; width: 400px; height:10px; font-size: 45px; opacity:0; color:#fff; text-transform:uppercase; font-weight:bold;}
  134.  
  135. .permalink a {color:{color:permalink};}
  136. .permalink a:hover {color:{color:permalink};}
  137. .entry:hover .permalink {opacity: .85;}
  138.  
  139.  
  140. .textperma {z-index:2; position: absolute; left:50%; margin-left:-180px; margin-top:3px; text-align:right; color:#fff; width:400px; color:#000; font-weight:bold; height:10px;}
  141.  
  142. .textperma a {color:#000;}
  143. .textperma a:hover {opacity:.85}
  144. .entry:hover .textperma {opacity: .85;}
  145.  
  146.  
  147. div.video embed,div.post div.video object {
  148. width:400px !important;}
  149.  
  150.  
  151.  
  152. </style>
  153.  
  154.  
  155. </head>
  156. {block:IfEndlessScroll}
  157. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  158. {/block:IfEndlessScroll}
  159. </head>
  160.  
  161.  
  162. <body>
  163. <div class="container">
  164. <div class="content">
  165.  
  166.  
  167.  
  168. {block:IfEndlessScroll}
  169. <div class="autopagerize_page_element">
  170. {/block:IfEndlessScroll}
  171.  
  172. {block:Posts}
  173.  
  174.  
  175.  
  176. {block:Text}
  177. <div id="entry">
  178. <div id="entrytext">
  179. <a href="{Permalink}">
  180. <a href="{Permalink}"><b>{Title}</b></a>
  181. {Body}
  182. </div></div>
  183. {/block:Text}
  184.  
  185. {block:Photoset}
  186. <div id="entry">
  187. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  188. {Photoset-400}
  189. {block:IndexPage}</a>{/block:IndexPage}
  190. {block:PermalinkPage}
  191. {TimeAgo} - {NoteCountWithLabel}</div>
  192. {/block:PermalinkPage}
  193. </div>
  194. {/block:Photoset}
  195.  
  196.  
  197. {block:Photo}{block:IndexPage}
  198.  
  199. <a href="{Permalink}">
  200.  
  201. {block:Post1}
  202.  
  203. <img src="{PhotoURL-HighRes}" width="200" alt="{PhotoAlt}"/>
  204.  
  205. {/block:Post1}
  206.  
  207. {block:Post2}
  208.  
  209. <img src="{PhotoURL-HighRes}" width="250" alt="{PhotoAlt}"/>
  210.  
  211. {/block:Post2}
  212.  
  213. {block:Post3}
  214.  
  215. <img src="{PhotoURL-HighRes}" width="280" alt="{PhotoAlt}"/><br>
  216.  
  217. {/block:Post3}
  218.  
  219. {block:Post4}
  220.  
  221. <img src="{PhotoURL-HighRes}" width="200" alt="{PhotoAlt}"/>
  222.  
  223. {/block:Post4}
  224.  
  225. {block:Post5}
  226.  
  227. <img src="{PhotoURL-HighRes}" width="340" alt="{PhotoAlt}"/>
  228.  
  229. {/block:Post5}
  230.  
  231. {block:Post6}
  232.  
  233. <img src="{PhotoURL-HighRes}" width="200" alt="{PhotoAlt}"/>
  234.  
  235. {/block:Post6}
  236.  
  237. {block:Post7}
  238.  
  239. <img src="{PhotoURL-HighRes}" width="260" alt="{PhotoAlt}"/>
  240.  
  241. {/block:Post7}
  242.  
  243. {block:Post8}
  244.  
  245. <img src="{PhotoURL-HighRes}" width="280" alt="{PhotoAlt}"/>
  246.  
  247. {/block:Post8}
  248.  
  249. {block:Post9}
  250.  
  251. <img src="{PhotoURL-HighRes}" width="450" alt="{PhotoAlt}"/>
  252.  
  253. {/block:Post9}
  254.  
  255. {block:Post10}
  256.  
  257. <img src="{PhotoURL-HighRes}" width="270" alt="{PhotoAlt}"/>
  258.  
  259. {/block:Post10}
  260.  
  261. {block:Post11}
  262.  
  263. <img src="{PhotoURL-HighRes}" width="200" alt="{PhotoAlt}"/>
  264.  
  265. {/block:Post11}
  266.  
  267. {block:Post12}
  268.  
  269. <img src="{PhotoURL-HighRes}" width="250" alt="{PhotoAlt}"/>
  270.  
  271. {/block:Post12}
  272.  
  273. {block:Post13}
  274.  
  275. <img src="{PhotoURL-HighRes}" width="280" alt="{PhotoAlt}"/>
  276.  
  277. {/block:Post13}
  278.  
  279. {block:Post14}
  280.  
  281. <img src="{PhotoURL-HighRes}" width="200" alt="{PhotoAlt}"/>
  282.  
  283. {/block:Post14}
  284.  
  285. {block:Post15}
  286.  
  287. <img src="{PhotoURL-HighRes}" width="340" alt="{PhotoAlt}"/>
  288.  
  289. {/block:Post15}
  290.  
  291. {/block:IndexPage}</a>
  292.  
  293. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}"/>{LinkCloseTag}
  294. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  295. {/block:Photo}
  296.  
  297. {block:Quote}
  298. {block:IndexPage}
  299. <div id="entry">
  300. "{Quote}"
  301. <a href="{Permalink}">
  302. {block:Source}<br><br><b>{Source}</b>{/block:Source}
  303. </div></a>
  304. {/block:IndexPage}
  305. {block:PermalinkPage}
  306. <div id="entry">
  307. "{Quote}"
  308. {block:Source}<br><br><b>{Source}</b>{/block:Source}
  309. </div>
  310. Posted {TimeAgo} with {NoteCountWithLabel}
  311. {/block:PermalinkPage}
  312. {/block:Quote}
  313.  
  314. {block:Answer}
  315. {block:IndexPage}
  316. <div id="entry">
  317. <a href="{Permalink}">
  318. <b>{Asker}: </b> {Question}
  319. {Answer}
  320. <br>
  321. <br>
  322. </div></a>
  323. {/block:IndexPage}
  324. {block:PermalinkPage}
  325. <div id="textpostppage">
  326. <b>Q: </b> {Question}
  327. {Answer}
  328. <br>―
  329. <br>{Asker}
  330. </div>
  331. {TimeAgo} - {NoteCountWithLabel}
  332. {/block:PermalinkPage}
  333. {/block:Answer}
  334.  
  335.  
  336. {block:Audio}
  337. <div id="entry">
  338. <span class="permalink"><div style="font-size:35px; margin-top:-8px;"><a href="{Permalink}">▼</a></div></span>
  339. <div class="audio">
  340. <center>{AudioPlayerBlack}</center></div>
  341. <small>{block:TrackName}{TrackName} by {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</small>
  342. {block:PermalinkPage}{block:ExternalAudio} <a href="{ExternalAudioURL}"> / download </a> </span>{/block:ExternalAudio}{/block:PermalinkPage}
  343. </div>
  344. {/block:Audio}
  345.  
  346. {block:Video}
  347. {block:IndexPage}
  348. <div id="entry">
  349. {Video-250}
  350. <a href="{Permalink}"></a>
  351. </div>
  352. {/block:IndexPage}
  353. {block:PermalinkPage}
  354. <div id="entry">
  355. {Video-500}
  356. {Caption}
  357. Posted {TimeAgo} with {NoteCountWithLabel}
  358. </div>
  359. {/block:PermalinkPage}
  360. {/block:Video}
  361.  
  362. {block:Link}
  363. {block:IndexPage}
  364. <div id="emtry">
  365. <a href="{URL}">{Name}</a>
  366. <a href="{Permalink}">
  367. {block:Description}{Description}{/block:Description}
  368. </a>
  369. </div>
  370. {/block:IndexPage}
  371. {block:PermalinkPage}
  372. <div id="entry">
  373. <a href="{URL}">{Name}</a>
  374. {block:Description}{Description}{/block:Description}
  375. Posted {TimeAgo} with {NoteCountWithLabel}
  376. </div>
  377. {/block:PermalinkPage}
  378. {/block:Link}
  379.  
  380. {block:Chat}
  381. {block:IndexPage}
  382. <div id="entry">
  383. {block:Title}{Title}{/block:Title}
  384. <a href="{Permalink}"><br>{block:Lines}{block:Label}<b>{Label}</b></a>
  385. {Line}<br>{/block:Label}{/block:Lines}
  386. </div>
  387. {/block:IndexPage}
  388. {block:PermalinkPage}
  389. <div id="entry">
  390. {block:Title}{Title}{/block:Title}
  391. <br>{block:Lines}{block:Label}<b>{Label}</b>
  392. {Line}<br>{/block:Label}{/block:Lines}
  393. Posted {TimeAgo} with {NoteCountWithLabel}
  394. </div>
  395. {block:PermalinkPage}
  396. {/block:Chat}
  397.  
  398. {block:PermalinkPage}
  399.  
  400. <BR>{Caption}
  401. {/block:PermalinkPage}
  402.  
  403.  
  404. {/block:Posts}
  405.  
  406.  
  407.  
  408.  
  409. {/block:Posts}
  410. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  411.  
  412.  
  413. {block:IfNotEndlessScroll}<div style="width:{text:width}; position:absolute; margin-left:765px;"><div id="pag">
  414. {block:PreviousPage}<a href="{PreviousPage}" title="newer">back</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="older">forth</a>{/block:NextPage}{/block:IfNotEndlessScroll}
  415.  
  416. </div></div>
  417.  
  418. <div style="position:fixed; right:5px; bottom:5px;">
  419. <a href="http://jewistthemes.tumblr.com">&copy</a></div>
  420.  
  421. </div>
  422. </div>
  423. </body>
  424. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement