Advertisement
jessvm

03 - Summer Love

Dec 9th, 2012
8,164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--THEME 3 (SUMMER LOVE) BY WINTERDREAMING-->
  5.  
  6. <head>
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15. <meta name="image:Background" content"/">
  16. <meta name="image:SidebarPicture" content"/">
  17.  
  18. <meta name="color:Links" content="#807f7f" />
  19. <meta name="color:Text" content="#444444" />
  20. <meta name="color:Background" content="#FFFFFF" />
  21. <meta name="color:Scrollbar" content="#eeeeee" />
  22.  
  23. <meta name="text:link 1 URL" content="" />
  24. <meta name="text:link 1 Title" content="" />
  25. <meta name="text:link 2 URL" content="" />
  26. <meta name="text:link 2 Title" content="" />
  27. <meta name="text:link 3 URL" content="" />
  28. <meta name="text:link 3 Title" content="" />
  29. <meta name="text:link 4 URL" content="" />
  30. <meta name="text:link 4 Title" content="" />
  31. <meta name="text:link 5 URL" content="" />
  32. <meta name="text:link 6 Title" content="" />
  33. <meta name="text:link 5 Title" content="" />
  34. <meta name="text:link 6 URL" content="" />
  35.  
  36. <meta name="if:show link 1" content="1" />
  37. <meta name="if:show link 2" content="1" />
  38. <meta name="if:show link 3" content="1" />
  39. <meta name="if:show link 4" content="1" />
  40. <meta name="if:show link 5" content="1" />
  41. <meta name="if:show link 6" content="1" />
  42. <meta name="if:show notes" content="0" />
  43.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar{
  47. background:{color:Background};
  48. width:10px;
  49. }
  50. ::-webkit-scrollbar-thumb{
  51. background:{color:Scrollbar};
  52. }
  53. ::-webkit-scrollbar:horizontal{
  54. background:{color:Background};
  55. height:10px;
  56. }
  57.  
  58. body{
  59. font-family:cambria, serif;
  60. font-size:10px;
  61. color:{color:Text};
  62. background-color:{color:Background};
  63. background:url('{image:Background}');
  64. }
  65.  
  66. a{
  67. color:{color:Links};
  68. text-decoration:none;
  69. -webkit-transition:all 0.6s ease;
  70. -moztransition:all 0.6s ease;
  71. transition:all 0.6s ease;
  72. }
  73.  
  74. a:hover{
  75. text-shadow:3px 0px #FAC0C8, -3px 0px #C8C0FA;
  76. -webkit-transition:all 0.6s ease;
  77. -moztransition:all 0.6s ease;
  78. transition:all 0.6s ease;
  79. }
  80.  
  81. h1{
  82. background-color:#fafafa;
  83. padding:5px;
  84. font-size:13px;
  85. font-style:italic;
  86. font-weight:normal;
  87. text-align:center;
  88. }
  89.  
  90. h1 a{
  91. color:{color:Text};
  92. }
  93.  
  94. blockquote{
  95. border-left:1px solid #D9D9D9;
  96. padding-left:5px;
  97. margin-left:5px;
  98. }
  99.  
  100. #container{
  101. width:600px;
  102. margin:auto;
  103. }
  104.  
  105. #sidebar{
  106. margin-top:30px;
  107. width:200px;
  108. position:fixed;
  109. margin-left:-50px;
  110. }
  111.  
  112. .sidebarlinks{
  113. text-align:center;
  114. position:absolute;
  115. width:200px;
  116. margin-top:-300px;
  117. -webkit-opacity:0;
  118. -moz-opacity:0;
  119. opacity:0;
  120. -webkit-transition:all 0.8s ease;
  121. -moz-transition:all 0.8s ease;
  122. transition:all 0.8s ease;
  123. }
  124.  
  125. #sidebar:hover .sidebarlinks{
  126. margin-top:-200px;
  127. -webkit-opacity:1;
  128. -moz-opacity:1;
  129. opacity:1;
  130. -webkit-transition:all 0.8s ease;
  131. -moz-transition:all 0.8s ease;
  132. transition:all 0.8s ease;
  133. }
  134.  
  135. .sidebarlink{
  136. text-align:center;
  137. text-transform:uppercase;
  138. display:inline-block;
  139. width:55px;
  140. background-color:{color:Text};
  141. padding:5px;
  142. font-size:8px;
  143. font-weight:bold;
  144. letter-spacing:1px;
  145. margin-bottom:10px;
  146. margin-left:5px;
  147. margin-right:5px;
  148. color:#fff;
  149. -webkit-transition:all 0.8s ease;
  150. -moz-transition:all 0.8s ease;
  151. transition:all 0.8s ease;
  152. }
  153.  
  154. .sidebarlink:hover{
  155. background-color:#fff;
  156. color:{color:Text};
  157. text-shadow:none;
  158. }
  159.  
  160. #desc{
  161. text-align:justify;
  162. margin-top:5px;
  163. border-top:1px solid #EBE8E9;
  164. border-bottom:1px solid #EBE8E9;
  165. padding:5px 0px;
  166. }
  167.  
  168. #pagination a{
  169. color:{color:Text};
  170. }
  171.  
  172. #pagination{
  173. margin-top:-5px;
  174. }
  175.  
  176. #entries{
  177. margin-top:70px;
  178. margin-left:190px;
  179. margin-bottom:70px;
  180. }
  181.  
  182. #post{
  183. width:500px;
  184. }
  185.  
  186. #text{
  187. position:fixed;
  188. bottom:10px;
  189. right:10px;
  190. font-size:12px;
  191. font-style:italic;
  192. -webkit-opacity:1;
  193. -moz-opacity:1;
  194. opacity:1;
  195. }
  196.  
  197. #text a{
  198. color:{color:Text};
  199. }
  200.  
  201. .caption{
  202. font-style:italic;
  203. }
  204.  
  205. .quote{
  206. background-color:#fafafa;
  207. padding:5px 0px;
  208. font-size:13px;
  209. font-style:italic;
  210. }
  211.  
  212. .question{
  213. width:500px;
  214. text-align:center;
  215. background-color:#FAFAFA;
  216. padding-top:10px;
  217. padding-bottom:10px;
  218. font-style:italic;
  219. font-size:1.2em;
  220. }
  221.  
  222. .albumart img{
  223. z-index:1;
  224. }
  225.  
  226. .albumart{
  227. min-height:100px;
  228. min-width:100px;
  229. }
  230.  
  231. .player{
  232. margin-top:-65px;
  233. margin-left:35px;
  234. z-index:100;
  235. background:#FFF;
  236. width:25px;
  237. height:25px;
  238. overflow:hidden;
  239. position:absolute;
  240. display:block;
  241. -webkit-opacity:0.3;
  242. -moz-opacity:0.3;
  243. opacity:0.3;
  244. -webkit-transition:all 0.3s;
  245. -moz-transition:all 0.3s;
  246. transition:all 0.3s;
  247. }
  248.  
  249. .player:hover{
  250. -webkit-opacity:0.9;
  251. -moz-opacity:0.9;
  252. opacity:0.9;
  253. -webkit-transition:all 0.3s;
  254. -moz-transition:all 0.3s;
  255. transition:all 0.3s;}
  256.  
  257. .audioinfo{
  258. position:absolute;
  259. margin-left:110px;
  260. margin-top:-100px;
  261. }
  262.  
  263. .ai{
  264. width:378px;
  265. padding:5px;
  266. border-bottom:1px solid #EDEDED;
  267. }
  268.  
  269. #datebox{
  270. width:500px;
  271. border-top:1px solid {color:Text};
  272. margin-top:10px;
  273. margin-bottom:60px;
  274. }
  275.  
  276. #date{
  277. background-color:{color:Text};
  278. width:120px;
  279. padding:2px 4px;
  280. text-align:center;
  281. text-transform:uppercase;
  282. -webkit-transition:all 0.8s ease;
  283. -moz-transition:all 0.8s ease;
  284. transition:all 0.8s ease;
  285. }
  286.  
  287. .date{
  288. color:{color:Background};
  289. font-weight:bold;
  290. letter-spacing:1px;
  291. font-size:8px;
  292. -webkit-opacity:1;
  293. -moz-opacity:1;
  294. opacity:1;
  295. -webkit-transition:all 0.8s ease;
  296. -moz-transition:all 0.8s ease;
  297. transition:all 0.8s ease;
  298. }
  299.  
  300. #date:hover{
  301. background-color:{color:Background};
  302. -webkit-transition:all 0.8s ease;
  303. -moz-transition:all 0.8s ease;
  304. transition:all 0.8s ease;
  305. }
  306.  
  307. #date:hover .date{
  308. color:{color:Text};
  309. text-shadow:none;
  310. -webkit-transition:all 0.8s ease;
  311. -moz-transition:all 0.8s ease;
  312. transition:all 0.8s ease;
  313.  
  314. }
  315.  
  316. .date:hover{
  317. -webkit-opacity:0.2;
  318. -moz-opacity:0.2;
  319. opacity:0.2;
  320. -webkit-transition:all 0.8s ease;
  321. -moz-transition:all 0.8s ease;
  322. transition:all 0.8s ease;
  323. }
  324.  
  325. </style>
  326.  
  327. </head>
  328.  
  329. <body>
  330.  
  331. <div id="container">
  332.  
  333. <div id="sidebar">
  334.  
  335. <a href="/"><img src="{image:SidebarPicture}" width="200px"/></a>
  336.  
  337. <div class="sidebarlinks">
  338. <a href="/" class="sidebarlink">index</a>
  339. <a href="/ask" class="sidebarlink">mail</a>
  340. {block:ifshowlink1}<a href="{text:link 1 URL}" class="sidebarlink">{text:link 1 Title}</a>{/block:ifshowlink1}
  341. {block:ifshowlink2}<a href="{text:link 2 URL}" class="sidebarlink">{text:link 2 Title}</a>{/block:ifshowlink2}
  342. {block:ifshowlink3}<a href="{text:link 3 URL}" class="sidebarlink">{text:link 3 Title}</a>{/block:ifshowlink3}
  343. {block:ifshowlink4}<a href="{text:link 4 URL}" class="sidebarlink">{text:link 4 Title}</a>{/block:ifshowlink4}
  344. {block:ifshowlink5}<a href="{text:link 5 URL}" class="sidebarlink">{text:link 5 Title}</a>{block:ifshowlink5}
  345. {block:ifshowlink6}<a href="{text:link 6 URL}" class="sidebarlink">{text:link 6 Title}</a>{/block:ifshowlink6}
  346. </div>
  347.  
  348. <div id="desc">{Description}</div>
  349. <br>
  350. <center><div id="pagination">
  351. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}
  352. </div></center>
  353.  
  354. </div>
  355.  
  356. <div id="entries">{block:Posts}<div id="post">
  357.  
  358. {block:Text}
  359. {block:Title}<h1>{Title}</h1>{/block:Title}
  360. {Body}
  361. {/block:Text}
  362.  
  363. {block:Photo}
  364. <div class="images"><img src="{PhotoURL-500}"></div>
  365. {block:Caption}<div class="caption">{Caption}</div>
  366. {/block:Caption}
  367. {/block:Photo}
  368.  
  369. {block:Photoset}
  370. <div class="images">{Photoset-500}</div>
  371. {block:Caption}<div class="caption">{Caption}</div>
  372. {/block:Caption}
  373. {/block:Photoset}
  374.  
  375. {block:Quote}
  376. <center><div class="quote">{Quote}</div>
  377. {block:Source}<br><div class="quotesource">― {Source}</div>
  378. {/block:Source}</center>
  379. {/block:Quote}
  380.  
  381. {block:Link}
  382. <h1><a href="{URL}">{Name} →</a></h1>
  383. {block:Description}<div class="quotesource">{Description}</div>
  384. {/block:Description}
  385. {/block:Link}
  386.  
  387. {block:Chat}
  388. {block:Title}<h1>{Title}</h1>{/block:Title}
  389. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  390. {Line}<br>{/block:Lines}
  391. {/block:Chat}
  392.  
  393. {block:Video}
  394. {Video-500}
  395. {block:Caption}<div class="caption">{Caption}</div>
  396. {/block:Caption}
  397. {/block:Video}
  398.  
  399. {block:Answer}
  400. <div class="question">
  401. <center>{Question}<a href="{AskerURL}"> ― {Asker}</a></center>
  402. </div>
  403. <p/>
  404. <div class="answer">{Answer}</div>
  405. {/block:Answer}
  406.  
  407. {block:Audio}
  408. <div class="audioall">
  409. <div class="albumart"><span style="height:50px;width:50px;position:absolute;">
  410. {block:AlbumArt}
  411. <img src="{AlbumArtURL}" width="100px" height="100px" align="left">
  412. {/block:AlbumArt}
  413. </span></div>
  414. <div class="player">{block:AudioPlayer}{AudioPlayerWhite}
  415. {/block:AudioPlayer}</div><div class="block"></div>
  416. <div class="audioinfo">
  417. {block:Artist}<div class="ai">{Artist}</div>{/block:Artist}<br>
  418. {block:Album}<div class="ai">{Album}</div>{/block:Album}<br>
  419. {block:TrackName}<div class="ai">{TrackName}</div>{/block:TrackName}
  420. </div>
  421. {block:Caption}<div class="caption">{Caption}</div>
  422. {/block:Caption}
  423. </div>
  424. {/block:Audio}
  425.  
  426. <div id="datebox">
  427. <div id="date">
  428. <div style="">
  429. <a href="{Permalink}" class="date">
  430. {ShortMonth} {DayOfMonthWithZero}, {Year}</a>{block:ContentSource}<a href="{SourceURL}" class="date"> + SOURCE</a>{/block:ContentSource}<!--{block:RebloggedFrom}{ReblogParentURL}{/block:RebloggedFrom}-->
  431.  
  432. </div>
  433. </div>
  434.  
  435. {block:ifshownotes}<div style="margin-top:5px;font-style:italic;">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} &nbsp;&nbsp;</a>{/block:Tags}{/block:HasTags}</div>{/block:ifshownotes}
  436.  
  437. <div style="text-align:right;margin-top:-15px;font-style:italic;">{block:NoteCount}<a href="{Permalink}" class="date" style="color:{color:Text};">({NoteCount} NOTES)</a>{/block:NoteCount}</div>
  438. </div>
  439.  
  440. {block:PostNotes}<div style="width:450px;text-align:left;margin-left:10px;margin-top:-37px;">{PostNotes}</div>{/block:PostNotes}
  441.  
  442. </div>{/block:Posts}</div>
  443.  
  444. </div>
  445.  
  446. <div id="text"><a href="http://winterdreaming.tumblr.com" target="_blank">theme</a></div>
  447.  
  448. </body>
  449.  
  450. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement