Advertisement
noziam

THEME 18: WONDERMENT

Feb 25th, 2014
1,143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.66 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4.  
  5. <!--
  6.  
  7. . .o8 oooo
  8. .o8 "888 `888
  9. .o888oo oooo oooo ooo. .oo. .oo. 888oooo. 888 oooo d8b
  10. 888 `888 `888 `888P"Y88bP"Y88b d88' `88b 888 `888""8P
  11. 888 888 888 888 888 888 888 888 888 888
  12. 888 . 888 888 888 888 888 888 888 888 888 .o.
  13. "888" `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b Y8P
  14.  
  15. -->
  16.  
  17.  
  18. <!--
  19.  
  20. THEME 18 WONDERMENT BY JAE @ NOZIAM
  21.  
  22. IF YOU STEAL OR REMOVE THE CREDIT, I WILL HUNT YOU DOWN AND KILL YOU IN YOUR SLEEP. HAVE A NICE DAY.
  23.  
  24. THANK YOU.
  25. ENJOY!
  26.  
  27.  
  28. -->
  29.  
  30.  
  31. <head>
  32.  
  33. <title>{Title}</title>
  34. <link rel="shortcut icon" href="{image:favicon}"/>
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37.  
  38. <meta name="image:sidebar" content="http://media1.giphy.com/media/b8CdlrZzkOefm/giphy.gif"/>
  39. <meta name="image:favicon" content=""/>
  40. <meta name="image:background" content=""/>
  41.  
  42. <meta name="if:show tags" content="">
  43. <meta name="text:sidebarposition" content="-3">
  44. <meta name="text:horizontaldescriptionposition" content="80">
  45. <meta name="text:verticaldescriptionposition" content="80">
  46. <meta name="color:background" content="#d1e1ff">
  47. <meta name="color:accentcolor" content="#e6eefe">
  48. <meta name="color:accenttext" content="#282828">
  49. <meta name="color:links" content="#282828">
  50.  
  51. <meta name="if:link1" content="">
  52. <meta name="text:link1" content="">
  53. <meta name="text:linktext1" content="">
  54. <meta name="if:link2" content="">
  55. <meta name="text:link2" content="">
  56. <meta name="text:linktext2" content="">
  57. <meta name="if:link3" content="">
  58. <meta name="text:link3" content="">
  59. <meta name="text:linktext3" content="">
  60. <meta name="if:link4" content="">
  61. <meta name="text:link4" content="">
  62. <meta name="text:linktext4" content="">
  63.  
  64. <style type="text/css">
  65.  
  66. iframe#tumblr_controls{
  67. white-space:nowrap;
  68. opacity:1;
  69. position:fixed !important;
  70. bottom:0px;
  71. }
  72.  
  73. body {
  74. margin:0;
  75. font-family:courier new;font-size:12px;
  76. background:{color:background};
  77. }
  78.  
  79. iframe#tumblr_controls{
  80. white-space:nowrap;
  81. position:fixed !important;
  82. bottom:0px;
  83. z-index:999999!important;
  84. -webkit-filter: invert(100%);
  85. -moz-filter: invert(100%);
  86. -o-filter: invert(100%);
  87. -ms-filter: invert(100%);
  88. filter: invert(100%);
  89. }
  90.  
  91. ::-webkit-scrollbar{
  92. height:12px;
  93. width:12px;
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb{
  97. background:{color:accentcolor};
  98. border:1px solid {color:accenttext};
  99. }
  100.  
  101. ::-webkit-scrollbar-track{
  102. background:{color:background};
  103. }
  104.  
  105. blockquote{
  106. border-left:1px solid {color:accenttext};
  107. margin-left:20px;padding:0 10px;margin-top:-8px;
  108. }
  109.  
  110. #candywrap{
  111. width:850px;
  112. margin-left:10%;
  113. }
  114.  
  115. #sidebar{
  116. width:150px;
  117. float:left;
  118. position:fixed;
  119. bottom:{text:sidebarposition}px;
  120. }
  121.  
  122.  
  123.  
  124. #postwrap{
  125. float:right;
  126. }
  127.  
  128. .post{
  129. position:relative;
  130. width:400px;
  131. margin-bottom:15px;
  132. margin-top:15px;
  133. }
  134.  
  135. .post img{
  136. max-width:100%;
  137. }
  138.  
  139. #divider{
  140. max-width:400px;
  141.  
  142.  
  143. }
  144.  
  145.  
  146. /*background*/
  147. {width:100%; height:100%;
  148. background: url('{image:background}')top fixed repeat-x; position:fixed; margin-top:-50px; } body { background:{color:background} url('{image:background}') no-repeat center fixed ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; ; margin: 0; padding: 0; }
  149.  
  150.  
  151. #desc{
  152. position:absolute;
  153. bottom:{text:verticaldescriptionposition}px;
  154. left:{text:horizontaldescriptionposition}px;
  155. background:rgba(255, 255, 255, 0.7);padding:8px;
  156. width:100px;
  157. border:1px solid {color:accenttext};
  158. background:{color:accentcolor};
  159. }
  160.  
  161. .line{
  162. border-bottom:1px solid #000;
  163. color:#000;
  164. background: {color:accentcolor};
  165. }
  166.  
  167. .perm{
  168. background:{color:accentcolor};border:1px solid {color:accenttext};
  169. padding:3px 8px;
  170. margin-bottom:5px;
  171. font-size:11px;
  172. color:{color:accenttext};
  173. }
  174.  
  175. .perm a{
  176. text-decoration:none;
  177. color:{color:accenttext};
  178. }
  179.  
  180. a{
  181. color:{color:links};text-decoration:none;
  182. }
  183. a:hover{
  184. color:{color:links};
  185. text-decoration:underline;
  186.  
  187. }
  188. .notes{
  189. list-style-type:none;
  190. align:center;
  191. }
  192.  
  193. .ex{
  194. background:rgba(255, 255, 255, 0.7);padding:2px 4px;
  195. color:#000;
  196. background-color:transparent;
  197. margin-left:110px;
  198.  
  199. }
  200.  
  201. .alb{
  202. width:100px;height:150px;
  203. }
  204.  
  205. .alb img{
  206. width:150px;
  207. }
  208.  
  209. .pla{
  210. position:absolute;
  211. left:125px;
  212. top:0;
  213. }
  214.  
  215. .met{
  216. position:absolute;
  217. top:15px;left:175px;
  218. font-size:12px;
  219. }
  220.  
  221. {CustomCSS}
  222. </style>
  223.  
  224. </head>
  225. <body>
  226.  
  227. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  228.  
  229. <div id="candywrap">
  230.  
  231. <div id="sidebar">
  232. <div id="desc">
  233. <div style="position:absolute;margin-top:-10px;width:100px;"><center>
  234. {block:IfLink1}<a class="ex" href="{text:link1}">{text:linktext1}</a>{block:IfLink1}
  235. {block:IfLink2}<a class="ex" href="{text:link2}">{text:linktext2}</a>{block:IfLink2}
  236. {block:IfLink3}<a class="ex" href="{text:link3}">{text:linktext3}</a>{block:IfLink3}
  237. {block:IfLink4}<a class="ex" href="{text:link4}">{text:linktext4}</a>{block:IfLink4}
  238. <a class="ex" href="http://noziam.tumblr.com/"></a>
  239. </center>
  240. </div>
  241. <center><div style="margin-top:-15px;margin-bottom:3px;displaY:inline-block;text-transform:uppercase;font-size:11px;"><img src="{image:sidebar}" width="90px" height="auto"></img></div><br>
  242. {Description}</center>
  243. <div style="position:absolute;margin-top:15px;width:200px;"><center>
  244.  
  245. </center>
  246. </div>
  247. </div>
  248. <div style="position:fixed;bottom:3px;right:3px;z-index:999"><a href="http://noziam.tumblr.com" title="noziam">nz.</a></div>
  249. </div>
  250.  
  251. <div id="postwrap">
  252. {block:Posts}
  253. <div class="post">
  254.  
  255. {block:Text}
  256. {block:Title}
  257. <center><u>{Title}</u></center>
  258. {/block:Title}
  259.  
  260. {Body}
  261. {/block:Text}
  262.  
  263. {block:Photo}
  264. {LinkOpenTag}
  265. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  266. {LinkCloseTag}
  267.  
  268. {block:Caption}
  269. {Caption}
  270. {/block:Caption}
  271. {/block:Photo}
  272.  
  273. {block:Photoset}
  274. {Photoset-400}
  275.  
  276. {block:Caption}
  277. {Caption}
  278. {/block:Caption}
  279. {/block:Photoset}
  280.  
  281.  
  282. {block:Quote}
  283. {Quote}
  284.  
  285. {block:Source}
  286. <div style="float:right">—{Source}</div>
  287. {/block:Source}
  288. {/block:Quote}
  289.  
  290.  
  291. {block:Video}
  292. {Video-400}
  293.  
  294. {block:Caption}
  295. {Caption}
  296. {/block:Caption}
  297. {/block:Video}
  298.  
  299.  
  300. {block:Link}
  301. <center><u><a href="{URL}" class="link" {Target}>{Name}</a></u></center>
  302.  
  303. {block:Description}
  304. {Description}
  305. {/block:Description}
  306. {/block:Link}
  307.  
  308.  
  309. {block:Chat}
  310. {block:Title}
  311. {Title}
  312. {/block:Title}
  313.  
  314. {block:Lines}
  315. <div class="line {Alt}">
  316. {block:Label}
  317. <b><span style="text-transform:uppercase;">{Label}</span></b>
  318. {/block:Label}
  319.  
  320. &nbsp;{Line}
  321. </div>
  322. {/block:Lines}
  323. {/block:Chat}
  324.  
  325.  
  326. {block:Audio}
  327. <div class="alb">
  328. {block:AlbumArt}
  329. <img src="{AlbumArtURL}">
  330. {/block:AlbumArt}
  331. </div>
  332.  
  333. <div class="pla">
  334. {AudioPlayerWhite}
  335. </div>
  336.  
  337. <div class="met">
  338. <div style="margin-top:-10px;margin-bottom:20px;margin-left:25px;">{PlayCountWithLabel}</div>
  339.  
  340. <table>
  341. <tr>
  342. {block:Artist}
  343. <td style="font-size: 11px;text-transform: uppercase;">Artist:</td>
  344. <td>{Artist}</td>
  345. {/block:Artist}
  346. </tr>
  347. <tr>
  348. {block:TrackName}
  349. <td style="font-size: 11px;text-transform: uppercase;">Song:</td>
  350. <td>{TrackName}</td>
  351. {/block:TrackName}
  352. </tr>
  353.  
  354. {block:IfShowAlbumName}<tr>
  355. {block:Album}
  356. <td style="font-size: 11px;text-transform: uppercase;">Album:</td>
  357. <td>{Album}</td>
  358. {/block:Album}
  359. </tr>{/block:IfShowAlbumName}
  360. </table>
  361. </div>
  362.  
  363. {block:Caption}
  364. {Caption}
  365. {/block:Caption}
  366. {/block:Audio}
  367.  
  368.  
  369. {block:Answer}
  370. <div style="padding:5px;border-bottom:1px solid {color:accenttext}"><b>{Asker} asked:</b>
  371. {Question}</div>
  372.  
  373. {Answer}
  374. {/block:Answer}
  375.  
  376. <!--permalink stuff-->
  377. <div class="perm" style="margin-top:8px;"><center>
  378. <a href="{Permalink}">♥ {NoteCount}</a>
  379. {block:RebloggedFrom}
  380. <a href="{ReblogParentURL}">via</a> /
  381. <a href="{ReblogRootURL}">source</a>
  382. {/block:RebloggedFrom}
  383. </center></div>
  384. {block:ifshow tags}
  385. {block:HasTags}
  386. <div class="perm">
  387. {block:Tags}
  388. <center><a href="{TagURL}">#{Tag}</a></center>
  389. {/block:Tags}
  390. </div>
  391. {/block:HasTags}
  392. {/block:ifshow tags}
  393. {block:PermalinkPage}
  394. {block:Date}
  395. <div class="perm">
  396. <center>{TimeAgo}</center>
  397. </div>
  398. {/block:Date}
  399.  
  400. {/block:PermalinkPage}
  401. <!-- {block:NoRebloggedFrom}
  402. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  403. {/block:NoRebloggedFrom} -->
  404.  
  405. {block:ContentSource}<!-- {SourceURL}
  406. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  407. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  408. {/block:ContentSource}
  409. <!--end permalink stuff-->
  410.  
  411. {block:PermalinkPage}
  412.  
  413. {block:PostNotes}
  414. {PostNotes}
  415. {/block:PostNotes}
  416.  
  417. {/block:PermalinkPage}
  418.  
  419. </div>
  420.  
  421. <center><img id="divider" src="{image:divider}"></center>
  422.  
  423. {/block:Posts}
  424. </div>
  425.  
  426. </div>
  427.  
  428. </body>
  429. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement