Advertisement
jessvm

06 - Daydream

Jan 24th, 2013
7,312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.32 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. THEME 06 (DAYDREAM) BY WINTERDREAMING
  7.  
  8. -->
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16.  
  17. <meta name="image:background" content="">
  18. <meta name="image:sidebar" content="">
  19.  
  20. <meta name="if:show captions" content="1">
  21. <meta name="if:faded sidebar picture" content="1">
  22.  
  23. <meta name="color:background" content="#FFFFFF">
  24. <meta name="color:post background" content="#fffff">
  25. <meta name="color:borders" content="#f0f0f0">
  26. <meta name="color:text" content="#969696">
  27. <meta name="color:links" content="#BFBFBF">
  28. <meta name="color:links hover" content="#4A4A4A">
  29. <meta name="color:sidebar text" content="#797777">
  30. <meta name="color:sidebar links" content="#BABABA">
  31. <meta name="color:post info" content="#acacac">
  32.  
  33. <meta name="text:sidebar margin top" content="170">
  34. <meta name="text:link 1 name" content="01">
  35. <meta name="text:link 1 url" content="/w">
  36. <meta name="text:link 2 name" content="02">
  37. <meta name="text:link 2 url" content="/w">
  38. <meta name="text:link 3 name" content="03">
  39. <meta name="text:link 3 url" content="/w">
  40. <meta name="text:link 4 name" content="04">
  41. <meta name="text:link 4 url" content="/w">
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  44.  
  45. <style> .my-like { cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { color: red; cursor:pointer; display:inline-block; vertical-align:top; } </style> <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>
  46. <style type="text/css">
  47.  
  48. iframe#tumblr_controls{
  49. right:3px !important;
  50. position:fixed !important;
  51. opacity:0.4;
  52. -webkit-transition:all 0.5s ease;
  53. -moz-transition:all 0.5s ease;
  54. transition:all 0.5s ease;}
  55. iframe#tumblr_controls:hover{opacity:1;}
  56.  
  57. body{
  58. font-family:cambria, serif;
  59. font-size:11px;
  60. color:{color:text};
  61. background-image:url('{image:background}');
  62. background-attachment:fixed;
  63. background-color:{color:background};}
  64.  
  65. a:link, a:visited, a:active{
  66. text-decoration:none;
  67. color:{color:links};
  68. -webkit-transition:all 0.5s ease;
  69. -moz-transition:all 0.5s ease;
  70. transition:all 0.5s ease;}
  71. a:hover{
  72. color:{color:links hover};
  73. -webkit-transition:all 0.5s ease;
  74. -moz-transition:all 0.5s ease;
  75. transition:all 0.5s ease;}
  76.  
  77. blockquote{
  78. border-left:1px solid {color:borders};
  79. padding-left:5px;
  80. margin-left:10px;
  81. font-style:italic;}
  82.  
  83. small{font-size:9px;}
  84. big{font-size:13px;}
  85.  
  86. #wrap{
  87. width:800px;
  88. margin:auto;
  89. z-index:1;}
  90.  
  91. #sidebar{
  92. width:160px;
  93. position:fixed;
  94. top:{text:sidebar margin top}px;}
  95.  
  96. #hovers{
  97. padding-bottom:5px;
  98. font-family: "Inconsolata", monospace;
  99. text-transform:uppercase;
  100. letter-spacing:-1px;
  101. opacity:0;
  102. -webkit-transition:all 0.5s ease;
  103. -moz-transition:all 0.5s ease;
  104. transition:all 0.5s ease;}
  105. #hovers a{color:{color:sidebar links};}
  106. #hovers a:hover{color:{color:sidebar text};}
  107. #sidebar:hover #hovers{
  108. opacity:1;
  109. -webkit-transition:all 0.5s ease;
  110. -moz-transition:all 0.5s ease;
  111. transition:all 0.5s ease;}
  112.  
  113. #sideimg img{
  114. width:150px;
  115. padding:5px;
  116. border:1px solid {color:borders};
  117. {block:iffadedsidebarpicture}
  118. opacity:0.8;
  119. -webkit-transition:all 0.5s ease;
  120. -moz-transition:all 0.5s ease;
  121. transition:all 0.5s ease;
  122. {/block:iffadedsidebarpicture}}
  123. #sideimg img:hover{
  124. {block:iffadedsidebarpicture}
  125. opacity:1;
  126. -webkit-transition:all 0.5s ease;
  127. -moz-transition:all 0.5s ease;
  128. transition:all 0.5s ease;
  129. {/block:iffadedsidebarpicture}}
  130.  
  131. #desq{
  132. padding-right:4px;
  133. position:fixed;
  134. margin-top:5px;
  135. z-index:10;
  136. height:70px;
  137. border-right:1px solid {color:borders};}
  138. #desq img{width:20px;opacity:0.1;}
  139.  
  140. #sidenav{
  141. margin-top:10px;
  142. text-align:right;}
  143. #sidenav a{
  144. font-family: "Inconsolata", monospace;
  145. display:block;
  146. line-height:0%;
  147. text-transform:uppercase;
  148. margin-left:0px;
  149. color:{color:sidebar links};}
  150. #sidenav a:hover{color:{color:sidebar text};}
  151.  
  152. #des{
  153. text-align:justify;
  154. margin-top:5px;
  155. z-index:12;
  156. width:125px;
  157. float:right;
  158. padding-left:6px;
  159. color:{color:sidebar text};
  160. border-left:1px solid {color:borders};}
  161.  
  162. #pages{
  163. font-family:"Inconsolata", monospace;
  164. text-transform:uppercase;
  165. font-size:10px;
  166. color:{color:sidebar links};}
  167. #pages a{
  168. color:{color:sidebar links};}
  169. #pages a:hover{color:{color:sidebar text};}
  170.  
  171. #posts{
  172. margin-left:230px;
  173. margin-top:70px;}
  174. .post{
  175. overflow:hidden;
  176. width:500px;
  177. background-color:{color:post background};
  178. margin-bottom:50px;}
  179.  
  180. .info{
  181. font-family:"Inconsolata", monoscript;
  182. font-size:9px;
  183. text-transform:uppercase;
  184. padding:5px;
  185. border-top:1px solid {color:borders};
  186. border-bottom:1px solid {color:borders};
  187. color:{color:post info};
  188. margin-top:10px;}
  189. .info a{color:{color:post info};}
  190. .info a:hover{color:{color:text};}
  191.  
  192. .tagsbox{
  193. font-family:"Inconsolata", monospace;
  194. text-transform:uppercase;
  195. font-size:9px;
  196. text-align:left;
  197. width:100px;
  198. position:absolute;
  199. margin-left:490px;
  200. opacity:0;
  201. color:{color:post info};
  202. -webkit-transition:all 0.5s ease;
  203. -moz-transition:all 0.5s ease;
  204. transition:all 0.5s ease;}
  205. .tagsbox a{color:{color:post info};}
  206. .tagsbox a:hover{color:{color:text};}
  207. .post:hover .tagsbox{
  208. opacity:1;
  209. margin-left:510px;
  210. -webkit-transition:all 0.5s ease;
  211. -moz-transition:all 0.5s ease;
  212. transition:all 0.5s ease;}
  213.  
  214. .posttitle{
  215. font-family: "Inconsolata", monospace;
  216. text-transform:uppercase;
  217. text-align:center;
  218. letter-spacing:-1px;
  219. font-size:15px;}
  220.  
  221. .quotemark{
  222. opacity:0.08;
  223. position:absolute;
  224. }
  225. .quotemark img{width:25px;}
  226. .quotewords{
  227. font-family: "Inconsolata", monospace;
  228. text-transform:uppercase;
  229. font-size:15px;
  230. letter-spacing:-1px;}
  231. .quotesource{
  232. text-align:right;
  233. font-style:italic;}
  234.  
  235. .aup{width:25px;overflow:hidden;}
  236. .player{
  237. padding:7px 10px;
  238. background:#fff;
  239. width:25px;
  240. position:absolute;
  241. margin-top:25px;
  242. margin-left:22px;
  243. z-index:10;
  244. opacity:0.4;
  245. -webkit-transition:all 0.5s ease;
  246. -moz-transition:all 0.5s ease;
  247. transition:all 0.5s ease;}
  248. .player:hover{
  249. opacity:1;
  250. -webkit-transition:all 0.5s ease;
  251. -moz-transition:all 0.5s ease;
  252. transition:all 0.5s ease;}
  253. .albumart{z-index:1;width:100px;height:100px;}
  254. .albumart img{opacity:0.4;}
  255. .ai{
  256. position:absolute;
  257. margin-left:100px;
  258. font-family:"Inconsolata", monospace;
  259. letter-spacing:-1px;
  260. line-height:120%;
  261. text-transform:uppercase;}
  262.  
  263. .chats{line-height:150%;}
  264.  
  265. .question{
  266. font-family:"Inconsolata", monospace;
  267. text-align:right;
  268. letter-spacing:-1px;
  269. font-size:11px;
  270. padding-bottom:5px;}
  271. .asker{
  272. font-family: "Inconsolata", monospace;
  273. text-align:right;
  274. font-style:italic;}
  275.  
  276. </style>
  277. </head>
  278. <body>
  279. <div id="wrap">
  280.  
  281. <div id="sidebar"><center>
  282.  
  283. <div id="hovers">
  284. <a href="{text:link 1 url}">{text:link 1 name}</a>
  285. <a href="{text:link 2 url}">&nbsp;{text:link 2 name}</a>
  286. <a href="{text:link 3 url}">&nbsp;{text:link 3 name}</a>
  287. <a href="{text:link 4 url}">&nbsp;{text:link 4 name}</a>
  288. </div>
  289.  
  290. <div id="sideimg"><img src="{image:sidebar}"></div>
  291.  
  292. <div id="desq"><img src="http://static.tumblr.com/eblp3l5/ISRmghbv3/quotationmarks.png">
  293.  
  294. <div id="sidenav">
  295. <a href="/">home</a><br>
  296. <a href="/ask">mail</a><br>
  297. <a href="/archive">past</a><br>
  298. <a href="http://winterdreaming.tumblr.com" target="_blank">
  299. cred</a>
  300. </div>
  301. </div>
  302.  
  303. <div id="des">{Description}<br style="line-height:15px;">
  304. {block:Pagination}<div id="pages"><center>
  305. {block:NextPage}
  306. <a href="{NextPage}" id="next">next</a>
  307. {/block:NextPage}{block:PreviousPage}
  308. / <a href="{PreviousPage}" id="prev">back</a>
  309. {/block:PreviousPage}
  310. </center></div>{/block:Pagination}
  311. </div>
  312.  
  313. </center></div>
  314.  
  315. <div id="posts">{block:Posts}<div class="post">
  316.  
  317. <center>
  318. <div class="tagsbox">
  319. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">like</div><br>
  320. <a href="{ReblogURL}" title="Reblog this post"target="_blank">Reblog</a>
  321. {block:HasTags}<br><br>TAGGED AS:<br>{block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}{/block:HasTags}
  322. </div></center>
  323.  
  324. {block:Text}
  325. {block:Title}<div class="posttitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  326. {Body}
  327. {/block:Text}
  328.  
  329. {block:Photo}
  330. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  331. {block:ifshowcaptions}
  332. {block:Caption}{Caption}{/block:Caption}
  333. {/block:ifshowcaptions}
  334. {/block:Photo}
  335.  
  336. {block:Photoset}
  337. {Photoset-500}
  338. {block:ifshowcaptions}
  339. {block:Caption}{Caption}{/block:Caption}
  340. {/block:ifshowcaptions}
  341. {/block:Photoset}
  342.  
  343. {block:Quote}
  344. <div class="quotemark"><img src="http://static.tumblr.com/eblp3l5/ISRmghbv3/quotationmarks.png"></div>
  345. <div class="quotewords">{Quote}</div><br>
  346. {block:Source}
  347. <div class="quotesource">— {Source}</div>
  348. {/block:Source}
  349. {/block:Quote}
  350.  
  351. {block:Link}
  352. <div class="posttitle"><a href="{URL}" target="{Target}">{Name} → </a></div>
  353. {block:Description}{Description}{/block:Description}
  354. {/block:Link}
  355.  
  356. {block:Chat}
  357. {block:Title}<div class="posttitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  358. {block:Lines}<div class="chats">
  359. <div class="user{UserNumber}">{block:Label}<b>{Label}&nbsp;</b>{/block:Label} {Line}<br></div>
  360. </div>{/block:Lines}
  361. {/block:Chat}
  362.  
  363. {block:Audio}
  364. <div class="ai">
  365. {block:Artist}<div class="audioinfo">Artist: {Artist}</div>{/block:Artist}
  366. {block:Album}<div class="audioinfo">Album: {Album}</div>{/block:Album}
  367. {block:TrackName}<div class="audioinfo">Track: {TrackName}</div>{/block:TrackName}
  368. {block:PlayCount}<div class="audioinfo">Plays: {FormattedPlayCount}</div>{/block:PlayCount}
  369. </div>
  370. {block:AudioPlayer}
  371. <div class="player"><div class="aup">{AudioPlayerWhite}</div></div>
  372. {/block:AudioPlayer}
  373. <div class="albumart">{block:AlbumArt}
  374. <img src="{AlbumArtURL}" width="90px">
  375. {/block:AlbumArt}</div>
  376. {block:ifshowcaptions}
  377. {block:Caption}{Caption}{/block:Caption}
  378. {/block:ifshowcaptions}
  379. {/block:Audio}
  380.  
  381. {block:Video}
  382. {Video-500}
  383. {block:ifshowcaptions}
  384. {block:Caption}{Caption}{/block:Caption}
  385. {/block:ifshowcaptions}
  386. {/block:Video}
  387.  
  388. {block:Answer}
  389. <div class="question">{Question}</div>
  390. <div class="asker"><a href="{AskerURL}" target="_blank">— {AskerName}</a></div>
  391. <div class="answer">{Answer}</div>
  392. {/block:Answer}
  393.  
  394. <div class="info"><center>
  395. {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>{/block:Date}
  396. {block:NoteCount}<a href="{Permalink}"> / {NoteCountWithLabel}</a>{/block:NoteCount}
  397. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> / via</a>{/block:RebloggedFrom}
  398. {block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}"> / source</a>{/block:ContentSource}
  399. </center></div>
  400.  
  401. {block:PostNotes}<ol style="margin-left:-50px;">{PostNotes}</ol>{/block:PostNotes}
  402.  
  403. </div>{/block:Posts}</div>
  404.  
  405. </div>
  406.  
  407. </body>
  408. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement