Advertisement
Perfect-Nicholas

Theme #11 - A Taste of Spring

Aug 17th, 2013
1,319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.72 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10.  
  11. © LLERMANS.TUMBLR.COM | "THEME" #011
  12.  
  13. DON'T STEAL, I'LL FIND YOU.
  14. DON'T REMOVE THE CREDIT!
  15.  
  16. -->
  17.  
  18.  
  19. <meta name="color:background" content="#ffffff"/>
  20. <meta name="color:text" content="#a8a8a8"/>
  21. <meta name="color:link" content="#b8b8b8"/>
  22. <meta name="color:link hover" content="#cec8c8"/>
  23. <meta name="color:border" content="#eeeeee"/>
  24. <meta name="color:scrollbar" content="#ffffff"/>
  25.  
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="if:blockquote background" content=""/>
  28. <meta name="if:400px posts" content=""/>
  29. <meta name="if:small cursor" content="1"/>
  30.  
  31. <meta name="text:ask url" content="/ask" />
  32.  
  33. <meta name="text:link1 title" content="link1" />
  34. <meta name="text:link1" content="/" />
  35. <meta name="text:link2 title" content="link2" />
  36. <meta name="text:link2" content="/" />
  37. <meta name="text:link3 title" content="link3" />
  38. <meta name="text:link3" content="/" />
  39. <meta name="text:link4 title" content="link4" />
  40. <meta name="text:link4" content="/" />
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. /*- body -*/
  46.  
  47. body {
  48. font-family:calibri;
  49. font-size:9px;
  50. line-height:115%;
  51. color:{color:text};
  52. background:{color:background};
  53. {block:ifSmallCursor}
  54. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;
  55. {/block:ifSmallCursor}
  56. }
  57.  
  58. img {
  59. border:none;
  60. {block:ifNot400pxposts}
  61. max-width:500px!important;
  62. {/block:ifNot400pxposts}
  63. {block:if400pxposts}
  64. max-width:400px!important;
  65. {/block:if400pxposts}
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. -webkit-transition: all 0.6s ease;
  74. -moz-transition: all 0.6s ease;
  75. -o-transition: all 0.6s ease
  76. }
  77.  
  78. a:hover {
  79. color:{color:link hover};
  80. text-decoration:underline;
  81. -webkit-transition: all 0.8s ease;
  82. -moz-transition: all 0.8s ease;
  83. -o-transition: all 0.8s ease
  84. {block:ifSmallCursor}
  85. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;
  86. {/block:ifSmallCursor}
  87. }
  88.  
  89. h1 {
  90. font-size:10px;
  91. text-transform:uppercase;
  92. font-weight: bold;
  93. }
  94.  
  95. blockquote {
  96.  
  97. {block:ifNotblockquotebackground}
  98. border-left:2px solid {color:text}!important;
  99. padding-left:5px!important;
  100. margin:5px!important;
  101. {block:ifNot400pxposts}
  102. max-width:500px!important;
  103. {/block:ifNot400pxposts}
  104. {block:if400pxposts}
  105. max-width:400px!important;
  106. {/block:if400pxposts}
  107. {/block:ifNotblockquotebackground}
  108. {block:ifblockquotebackground}
  109. padding:5px 25px 5px!important;
  110. margin: 0px!important;
  111. margin-top: 8px!important;
  112. margin-bottom: 2px!important;
  113. margin-left: 0px!important;
  114. background-color: {color:border}!important;
  115. border-left:2px solid {color:text}!important;
  116. {block:ifNot400pxposts}
  117. max-width:500px!important;
  118. {/block:ifNot400pxposts}
  119. {block:if400pxposts}
  120. max-width:400px!important;
  121. {/block:if400pxposts}
  122. {/block:ifblockquotebackground}
  123. }
  124.  
  125.  
  126. blockquote blockquote {
  127. padding-left:5px;
  128. border-left:2px solid;
  129. }
  130.  
  131. /*- posts/entries -*/
  132.  
  133.  
  134. #entries {
  135. margin-left:130px;
  136. margin-top:60px;
  137. font-size:9px;
  138. {block:ifNot400pxposts}
  139. max-width:520px!important;
  140. {/block:ifNot400pxposts}
  141. {block:if400pxposts}
  142. max-width:420px!important;
  143. {/block:if400pxposts}
  144. }
  145.  
  146.  
  147. #post {
  148. width:500px;
  149. padding:10px;
  150. margin-bottom:30px;
  151. {block:ifNot400pxposts}
  152. max-width:500px!important;
  153. {/block:ifNot400pxposts}
  154. {block:if400pxposts}
  155. max-width:400px!important;
  156. {/block:if400pxposts}
  157. }
  158.  
  159. /*- sidebar -*/
  160.  
  161.  
  162. #sidebar {
  163. width:150px;
  164. margin-top:60px;
  165. position:fixed;
  166. margin-left:710px;
  167. {block:if400pxposts}
  168. margin-left:610px;
  169. {/block:if400pxposts}
  170. }
  171.  
  172. #sidebarimage {
  173. width: 150px;
  174.  
  175. }
  176.  
  177. #sidebarimage img {
  178. width:150px;
  179. padding:2px;
  180. margin-left:10px;
  181. margin-top:13px
  182.  
  183. }
  184.  
  185. #description {
  186. width:140px;
  187. font-family:calibri;
  188. line-height:100%;
  189. font-size:10px;
  190. padding-bottom: 5px;
  191. text-align:justify;
  192. margin-left:18px;
  193. margin-top:5px;
  194. border-bottom: 1px solid #e9e7e7;
  195. }
  196.  
  197. #links {
  198. width:150px;
  199. height:auto;
  200. padding-top:5px;
  201. margin-left: 11px;
  202. padding-bottom:5px;
  203. text-align:center;
  204. font-size:8px;
  205. font-family:calibri;
  206. word-spacing:5px;
  207. text-transform:uppercase;
  208. }
  209.  
  210. #links a {
  211. font-size: 8px;
  212. display:inline-block;
  213. width: 30px;
  214. padding: 5px;
  215. border-bottom:solid 2px {color:border};
  216. -webkit-transition: all 0.4s ease;
  217. -moz-transition: all 0.4s ease;
  218. -o-transition: all 0.4s ease
  219. }
  220.  
  221. #links a:hover {
  222. padding-left: 5px;
  223. padding-right: 5px;
  224. color:{color:link hover}
  225. -webkit-transition: all 0.4s ease;
  226. -moz-transition: all 0.4s ease;
  227. -o-transition: all 0.4s ease
  228. }
  229.  
  230.  
  231. #pagination {
  232. width: 140px;
  233. font-size: 9px;
  234. line-height: 21px;
  235. text-shadow: 0 1px 1px #fff;
  236. text-align: center;
  237. margin-top: 10px;
  238. letter-spacing:1px;
  239. margin-left:16px;
  240. text-transform: lowercase;
  241. font-style: italic;
  242. font-family: times;
  243.  
  244. }
  245.  
  246. /*- others -*/
  247.  
  248. ::-webkit-scrollbar {
  249. width: 5px;height: 5px;}
  250. ::-webkit-scrollbar-button:start:decrement,
  251. ::-webkit-scrollbar-button:end:increment {
  252. height: 6px;display: block;background-color: {color:white};}
  253. ::-webkit-scrollbar-track-piece {
  254. background-color: {color:scrollbar};}
  255. ::-webkit-scrollbar-thumb:vertical {
  256. height: 9px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  257.  
  258. #info {
  259. text-align:right;
  260. margin-top:10px;
  261. padding: 5px;
  262. font-size: 8px;
  263. color: {color:link};
  264. font-style:oblique;
  265. text-transform: uppercase;
  266. border-top: 1px solid {color:border};
  267. }
  268.  
  269. #ask {
  270. float:left;
  271. padding: 5px;
  272. font-style: italic;
  273. text-transform: lowercase;
  274. padding-bottom: 5px;
  275. padding-right: 5px;
  276. line-height:115%;
  277. background-color: #fcfcfc;
  278. {block:ifNot400pxposts}
  279. max-width:490px!important;
  280. {/block:ifNot400pxposts}
  281. {block:if400pxposts}
  282. max-width:390px!important;
  283. {/block:if400pxposts}
  284. }
  285.  
  286. #asker {
  287. float:right;
  288. font-style:italic;
  289. text-transform:lowercase;
  290. border-top: 2px solid {color:border};
  291.  
  292. }
  293.  
  294. #answer {
  295. font-size: 9px;
  296. padding-top: 10px;
  297. margin-left: 7px;
  298. line-height:120%;
  299. {block:ifNot400pxposts}
  300. max-width:480px!important;
  301. {/block:ifNot400pxposts}
  302. {block:if400pxposts}
  303. max-width:380px!important;
  304. {/block:if400pxposts}
  305. }
  306.  
  307. #audio {
  308. height:auto;
  309. min-height:80px;
  310. {block:ifNot400pxposts}
  311. max-width:500px!important;
  312. {/block:ifNot400pxposts}
  313. {block:if400pxposts}
  314. max-width:400px!important;
  315. {/block:if400pxposts}
  316. }
  317.  
  318. .musicbutton {
  319. width: 20px;
  320. height: 20px;
  321. z-index: 1000;
  322. margin-top: 3px;
  323. margin-left: 4px;
  324. overflow: hidden;
  325. position: absolute;
  326. border-radius: 100%;
  327. }
  328.  
  329. .musicplayer {
  330. background-color: #ffffff;
  331. margin-top: 14px;
  332. margin-left: 14px;
  333. z-index: 1000;
  334. width: 33px;
  335. height: 33px;
  336. position: absolute;
  337. opacity: 0.6;
  338. -moz-border-radius: 100%;
  339. border-radius: 100%;
  340.  
  341. }
  342.  
  343. .albumart {
  344. position:absolute;
  345. z-index:1;
  346. width:60px;
  347. height:60px;
  348.  
  349. }
  350.  
  351. .albumart img {
  352. float:left;
  353. width:60px;
  354. height:60px;
  355. }
  356.  
  357. #musicinfo {
  358. float:left;
  359. {block:ifNot400pxposts}
  360. margin-right:400px!important;
  361. {/block:ifNot400pxposts}
  362. {block:if400pxposts}
  363. margin-right:300px!important;
  364. {/block:if400pxposts}
  365. }
  366.  
  367. .musicdates {
  368. height: 49px;
  369. padding: 12px 10px 0px;
  370. background-color: {color:border};
  371. line-height: 7px;
  372. {block:ifNot400pxposts}
  373. max-width:500px!important;
  374. {/block:ifNot400pxposts}
  375. {block:if400pxposts}
  376. max-width:400px!important;
  377. {/block:if400pxposts}
  378. }
  379.  
  380. .quote {
  381. font-family:times;
  382. color:{color:title};
  383. font-size:16px;
  384. font-style:italic;
  385. text-align:center;
  386. letter-spacing:0px;
  387. line-height:110%;
  388. padding:10px;
  389. margin-bottom:5px;
  390. }
  391.  
  392. #source {
  393. font-size:10px;
  394. text-align:center;
  395. padding:3px;
  396. }
  397.  
  398. #source a {
  399. color:{color:text};
  400. border-bottom:1px solid {color:link};
  401. }
  402.  
  403. #date {
  404. float:left;
  405. }
  406.  
  407. #credit {
  408. position:fixed;
  409. right:10px;
  410. bottom:10px;
  411. text-transform:uppercase;
  412. font:10px 'cambria';
  413. letter-spacing:1px;
  414. padding:5px;
  415. -webkit-transition: all 0.5s ease;
  416. -moz-transition: all 0.5s ease;
  417. -ms-transition: all 0.5s ease;
  418. -o-transition: all 0.5s ease;
  419. transition: all 0.5s ease;}
  420.  
  421. #credit:hover {
  422. position:fixed;
  423. right:10px;
  424. bottom:10px;
  425. text-transform:uppercase;
  426. font:10px 'cambria';
  427. letter-spacing:1px;
  428. padding:5px;
  429. text-shadow: 1px 1px 1px #bebebe;
  430. -webkit-transition: all 0.5s ease;
  431. -moz-transition: all 0.5s ease;
  432. -ms-transition: all 0.5s ease;
  433. -o-transition: all 0.5s ease;
  434. transition: all 0.5s ease;}
  435.  
  436. .chat {line-height:12px; list-style:none }
  437. .chat ul {list-style:none; padding:0px; line-height:20px;}
  438. .person1 {background-color:{color:blockquote}; padding-left:6px; padding-right:6px; font-size:10px;}
  439. .person1 .label {font-weight:bold;}
  440. .person2 {background-color:transparent; padding-left:6px; padding-right:6px;font-size:10px;margin-left:5px;}
  441. .person2 .label {font-weight:bold; color:{color:bold};}
  442. .person3 { background-color:{color:blockquote}; padding-left:6px; padding-right:6px;font-size:10px;}
  443. .person3 .label {font-weight:bold; color:{color:border};}
  444. .person4 {background-color:transparent; padding-left:6px; padding-right:6px;font-size:10px;margin-left:5px;}
  445. .person4 .label {font-weight:bold; color:{color:bold};}
  446. .person5 {color:{color:blockquote text}; background-color:{color:blockquote}; padding-left:6px; padding-right:6px;font-size:10px;}
  447. .person5 .label {font-weight:bold;}
  448. .person6 {background-color:transparent; padding-left:6px; padding-right:6px;font-size:10px;margin-left:5px;}
  449. .person6 .label {font-weight:bold; color:{color:bold};}
  450.  
  451. {CustomCSS}</style></head><body>
  452.  
  453. <div id="sidebar">
  454.  
  455.  
  456. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  457.  
  458.  
  459. <div id="links">
  460.  
  461. <a href="/">home</a>
  462. <a href="{text:ask url}">letter</a>
  463. {block:IfLink1}
  464. <a href="{text:link1}">{text:link1 title}</a>
  465. {/block:IfLink1}
  466. {block:IfLink2}<br>
  467. <a href="{text:link2}">{text:link2 title}</a>
  468. {/block:IfLink2}
  469. {block:IfLink3}
  470. <a href="{text:link3}">{text:link3 title}</a>
  471. {/block:IfLink3}
  472. {block:IfLink4}
  473. <a href="{text:link4}">{text:link4 title}</a>
  474. {/block:IfLink4}
  475.  
  476. </div>
  477.  
  478.  
  479. <div id="description">{Description}</div>
  480.  
  481. <div id="pagination">
  482. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> - {/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage} - <a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
  483. </div>
  484.  
  485. </div>
  486.  
  487. <div id="entries">{block:Posts}<div id="post">
  488.  
  489. {block:ContentSource}
  490. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  491. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  492. {/block:SourceLogo}
  493. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  494. {/block:ContentSource}
  495.  
  496. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  497.  
  498. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/>
  499. </center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  500.  
  501. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  502.  
  503. {block:Quote}
  504. <div class="quote">❝ {Quote} ❞</div>
  505. {block:Source}
  506. <div style="border-top:1px solid #eeeeee; margin-top:5px; "></div>
  507. <br>
  508. <div id="source">— &nbsp;&nbsp;{Source}&nbsp;&nbsp; —</div>
  509. {/block:Source}
  510. {/block:Quote}
  511.  
  512. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  513.  
  514. {block:Chat}
  515. {block:Title}<h1>{Title}</h1>{/block:Title}
  516. <div class="chat"><ul>{block:Lines}
  517. <li class="person{UserNumber}">{block:Label}
  518. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  519. {/block:Chat}
  520.  
  521. {block:Audio}<section class="top audio"><div id="musicinfo"><div id="audio">
  522. <div class="albumart"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
  523. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>
  524. {/block:AlbumArt}<div class="musicplayer"><div class="musicbutton">
  525. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  526. </div></div>
  527. </div></div>
  528. <div class="musicdates">{block:TrackName}<b>Title:</b>{TrackName}<br />
  529. {/block:TrackName}<br />{block:Artist}<b>Artist: </b>{Artist}<br />
  530. {/block:Artist}<br />{/block:ExternalAudio}{block:PlayCount} {PlayCount} plays {/block:PlayCount} </div></section>{/block:Audio}
  531.  
  532. {block:Video}{block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  533.  
  534. {block:Answer}<div id="ask">Question:&nbsp; {Question}</div><br><div id="asker">{Asker}</div></span><div id="answer"><br>{Answer}</div>{/block:Answer}
  535.  
  536. <div id="info">
  537. {block:Date}<div id="date"><a href="{Permalink}">
  538. {Month}, {DayOfMonthWithZero}</a></a>{/block:Date}</div> <a href="{Permalink}">
  539. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  540. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} <br> {block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  541.  
  542. </div>
  543.  
  544. </div>
  545. {/block:Posts}
  546. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  547. {/block:Posts}</div></div></div>
  548.  
  549. <div id="credit">
  550. <a href="http://llermans.tumblr.com/">
  551. llmns
  552. </a>
  553. </div>
  554.  
  555.  
  556. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement