franzzfu

Theme 07: Reminiscence

Feb 26th, 2014
2,253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9.  
  10. theme07 by franz @ lestranqe.tumblr.com/
  11. DO NOT REMOVE THE CREDIT OR I'LL PERSONALLY EXTERMINATE YOU
  12.  
  13. --->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#838282"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:Hover" content=""/>
  19. <meta name="color:Border" content="#e6e6e6">
  20. <meta name="color:Title" content=""/>
  21. <meta name="color:Description" content=""/>
  22. <meta name="color:Sidebar links hover" content=""/>
  23. <meta name="color:Scrollbar" content="#dfdfdf"/>
  24. <meta name="color:Scrollbar bg" content="#f7f7f7"/>
  25.  
  26. <meta name="image:topbar" content=""/>
  27.  
  28. <meta name="if:500px posts" content="1"/>
  29. <meta name="if:Big Topbar" content="1"/>
  30.  
  31. <meta name="text:link 1 title" content="link1"/>
  32. <meta name="text:link 1" content=""/>
  33. <meta name="text:link 2 title" content="link2"/>
  34. <meta name="text:link 2" content=""/>
  35. <meta name="text:link 3 title" content="link3"/>
  36. <meta name="text:link 3" content=""/>
  37. <meta name="text:link 4 title" content="link4"/>
  38. <meta name="text:link 4" content=""/>
  39. <meta name="text:link 5 title" content="link5"/>
  40. <meta name="text:link 5" content=""/>
  41. <meta name="text:link 6 title" content="link6"/>
  42. <meta name="text:link 6" content=""/>
  43.  
  44. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  45.  
  46. <style>
  47. div#qTip {
  48. padding: 3px;
  49. display: none;
  50. text-align: center;
  51. position: absolute;
  52. font-size:8px;
  53. line-height:9px;
  54. font-family:baskerville;
  55. z-index: 1000;
  56. border: 1px solid {color:border};
  57. background-color: {color:background};
  58. color: {color:text};
  59. text-transform:uppercase;
  60. letter-spacing: 2px;
  61. opacity:0.8;}
  62. </style>
  63.  
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  69.  
  70. ::-webkit-scrollbar {width:5px;
  71. height:auto;
  72. background:{color:scrollbar bg};}
  73. ::-webkit-scrollbar-corner {background:{color:scrollbar bg};}
  74. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  75. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  76.  
  77.  
  78. /*main structure*/
  79.  
  80.  
  81. body {
  82. background:{color:background};
  83. margin:0px;
  84. color:{color:text};
  85. font-family:baskerville;
  86. font-size:10px;
  87. letter-spacing:1px;
  88. line-height:180%;
  89. }
  90.  
  91. a {
  92. text-decoration:none;
  93. outline:none;
  94. -moz-outline-style:none;
  95. color:{color:link};
  96. -webkit-transition:all .5s ease-in-out;
  97. -moz-transition:all .5s ease-in-out;
  98. transition:all .5s ease-in-out;
  99. }
  100.  
  101. a:hover {
  102. color:{color:hover};
  103. -webkit-transition:all 1s ease-in-out;
  104. -moz-transition:all 1s ease-in-out;
  105. transition:all 1s ease-in-out;
  106. }
  107.  
  108. img {
  109. {block:ifnot500pxposts}
  110. max-width:400px;
  111. {/block:ifnot500pxposts}
  112. border:none;
  113. }
  114.  
  115. blockquote {
  116. padding-left:5px;
  117. border-left:0px solid;
  118. }
  119.  
  120. blockquote blockquote {
  121. padding-left:5px;
  122. border-left:0px solid;
  123. }
  124.  
  125. h1 {
  126. text-align:center;
  127. background-color:none;
  128. font-family:'Basic L', sans-serif;
  129. font-size:20px;
  130. line-height:130%;
  131. text-transform:uppercase;
  132. }
  133.  
  134. #entries {
  135. padding:30px;
  136. {block:ifnot500pxposts}
  137. width:400px;
  138. {/block:ifnot500pxposts}
  139. {block:if500pxposts}
  140. width:500px;
  141. {/block:if500pxposts}
  142. margin-left:auto;
  143. margin-right:auto;
  144. margin-top:50px;
  145. }
  146.  
  147. #post {
  148. {block:ifnot500pxposts}
  149. max-width:400px;
  150. {/block:ifnot500pxposts}
  151. {block:if500pxposts}
  152. max-width:500px;
  153. {/block:if500pxposts}
  154. width:100%;
  155. margin-bottom:50px;
  156. -ms-word-break: break-all;
  157. word-break: break-all;
  158. word-break: break-word;
  159. -webkit-hyphens: auto;
  160. -moz-hyphens: auto;
  161. -ms-hyphens: auto;
  162. hyphens: auto;
  163. }
  164.  
  165.  
  166. /*topbar*/
  167.  
  168.  
  169. #topbar {
  170. {block:ifnotbigtopbar}
  171. width:500px;
  172. {/block:ifnotbigtopbar}
  173. {block:ifbigtopbar}
  174. width:800px;
  175. {/block:ifbigtopbar}
  176. height:250px;
  177. border:5px solid {color:background};
  178. outline:1px solid {color:border};
  179. margin-top:50px;
  180. background-image:url('{image:topbar}');
  181. margin-left:auto;
  182. margin-right:auto;
  183. }
  184.  
  185. #title {
  186. font-family:'Basic L', sans-serif;
  187. font-size:35px;
  188. padding-top:60px;
  189. text-transform:uppercase;
  190. letter-spacing:3px;
  191. text-align:center;
  192. line-height:150%;
  193. margin-left:auto;
  194. margin-right:auto;
  195. }
  196.  
  197. #title a {
  198. color:{color:title};
  199. -webkit-transition:all .5s ease-in-out;
  200. -moz-transition:all .5s ease-in-out;
  201. transition:all .5s ease-in-out;
  202. }
  203.  
  204. #title a:hover {
  205. color:{color:hover};
  206. letter-spacing:9px;
  207. -webkit-transition:all 1s ease-in-out;
  208. -moz-transition:all 1s ease-in-out;
  209. transition:all 1s ease-in-out;
  210. }
  211.  
  212. #description {
  213. padding:10px;
  214. width:480px;
  215. line-height:130%;
  216. font-size:12px;
  217. color:{color:description};
  218. letter-spacing:1px;
  219. text-align:center;
  220. margin-left:auto;
  221. margin-right:auto;
  222. }
  223.  
  224. #links {
  225. text-align:center;
  226. text-transform:uppercase;
  227. font-size:11px;
  228. letter-spacing:1px;
  229. word-spacing:20px;
  230. padding:15px;
  231. margin-left:auto;
  232. margin-right:auto;
  233. }
  234.  
  235. #links a {
  236. color:{color:link};
  237. -webkit-transition:all .5s ease-in-out;
  238. -moz-transition:all .5s ease-in-out;
  239. transition:all .5s ease-in-out;
  240. }
  241.  
  242. #links a:hover {
  243. color:{color:sidebar links hover};
  244. -webkit-transition:all 1s ease-in-out;
  245. -moz-transition:all 1s ease-in-out;
  246. transition:all 1s ease-in-out;
  247. }
  248.  
  249.  
  250. /*post info and tags*/
  251.  
  252.  
  253. #info {
  254. margin-top:15px;
  255. border:1px solid {color:border};
  256. font-size:9px;
  257. text-align:center;
  258. text-transform:uppercase;
  259. padding:15px;
  260. line-height:150%;
  261. }
  262.  
  263. #tags {
  264. text-transform:uppercase;
  265. font-size:9px;
  266. text-align:center;
  267. padding:10px;
  268. line-height:150%;
  269. opacity:0;
  270. -webkit-transition:all .5s ease-in-out;
  271. -moz-transition:all .5s ease-in-out;
  272. transition:all .5s ease-in-out;
  273. }
  274.  
  275. #post:hover #tags {
  276. opacity:1;
  277. -webkit-transition:all 1s ease-in-out;
  278. -moz-transition:all 1s ease-in-out;
  279. transition:all 1s ease-in-out;
  280. }
  281.  
  282.  
  283. /*quote*/
  284.  
  285.  
  286. .quote {
  287. text-align:center;
  288. font-size:25px;
  289. line-height:130%;
  290. font-family:'Basic L', sans-serif;
  291. }
  292.  
  293. .source {
  294. text-align:center;
  295. font-size:10px;
  296. margin-top:13px;
  297. }
  298.  
  299.  
  300. /*audio*/
  301.  
  302.  
  303. .audio {
  304. height:60px;
  305. padding:5px;
  306. margin-bottom:5px;
  307. }
  308.  
  309. .audio-album {
  310. position:absolute;
  311. width:60px;
  312. }
  313.  
  314. .audio-player {
  315. opacity:0.5;
  316. filter:alpha(opacity=50);
  317. width:28px;
  318. height:38px;
  319. overflow:hidden;
  320. position:absolute;
  321. z-index:2;
  322. margin-left:15px;
  323. margin-top:15px;
  324. }
  325.  
  326. .audio-info {
  327. margin-top:0px;
  328. position:relative;
  329. padding:5px;
  330. text-align:right;
  331. }
  332.  
  333.  
  334. /*permalinks page*/
  335.  
  336.  
  337. ol.notes {
  338. padding-left:6%;
  339. padding-bottom:2%;
  340. width:90%;
  341. text-align:center;
  342. font-style:italic;
  343. list-style-type:lower-roman;
  344. }
  345.  
  346. ol.notes li.note{
  347. border-bottom:1px solid #e6e6e6;
  348. padding:2%;
  349. }
  350.  
  351. ol.notes li.note img.avatar{
  352. width:0px;
  353. height:0px;
  354. }
  355.  
  356.  
  357. /*pagination*/
  358.  
  359.  
  360. #pagi {
  361. margin-top:-20px;
  362. margin-bottom:50px;
  363. font-size:12px;
  364. text-transform:uppercase;
  365. letter-spacing:2px;
  366. text-align:center;
  367. }
  368.  
  369. #pagi a {
  370. color:{color:link};
  371. }
  372.  
  373.  
  374. /*credit*/
  375.  
  376.  
  377. #credit {
  378. position:fixed;
  379. float:right;
  380. opacity:1;
  381. bottom:5px;
  382. right:5px;
  383. padding:3px;
  384. border:1px solid {color:text};
  385. background-color:{color:background};
  386. font-size:8px;
  387. text-transform:uppercase;
  388. font-family:times;
  389. }
  390.  
  391. #credit a {
  392. color:{color:text};
  393. -webkit-transition:all .5s ease-in-out;
  394. -moz-transition:all .5s ease-in-out;
  395. transition:all .5s ease-in-out;
  396. }
  397.  
  398. #credit a:hover {
  399. color:{color:hover};
  400. -webkit-transition:all 1s ease-in-out;
  401. -moz-transition:all 1s ease-in-out;
  402. transition:all 1s ease-in-out;
  403. }
  404.  
  405.  
  406. {CustomCSS}
  407.  
  408. </style>
  409. </head>
  410.  
  411.  
  412. <body>
  413.  
  414. <div id="topbar">
  415. <div id="title"><a href="/">{Title}</a></div>
  416. <div id="description">{Description}</div>
  417. <div id="links">
  418. <a href="{text:link 1}">{text:link 1 title}</a>
  419. <a href="{text:link 2}">{text:link 2 title}</a>
  420. <a href="{text:link 3}">{text:link 3 title}</a>
  421. {block:IfLink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:IfLink4}
  422. {block:IfLink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:IfLink5}
  423. {block:IfLink6}<a href="{text:link 6}">{text:link 6 title}</a>{/block:IfLink6}
  424. </div>
  425. </div>
  426. </div>
  427.  
  428. <div id="entries">
  429.  
  430. {block:Posts}
  431. <div id="post">
  432.  
  433. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  434.  
  435. {block:Photo}
  436. {block:ifnot500pxposts}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:ifnot500pxposts}
  437. {block:if500pxposts}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:if500pxposts}
  438. {/block:Photo}
  439.  
  440. {block:Photoset}
  441. {block:ifnot500pxposts}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:ifnot500pxposts}
  442. {block:if500pxposts}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:if500pxposts}
  443. {/block:Photoset}
  444.  
  445. {block:Quote}
  446. <div class="quote">{Quote}</div>
  447. {block:Source}<div class="source">-&nbsp;{Source}&nbsp;-</div>{/block:Source}
  448. {/block:Quote}
  449.  
  450. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  451.  
  452. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  453.  
  454. {block:Video}
  455. {block:ifnot500pxposts}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:ifnot500pxposts}
  456. {block:if500pxposts}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:if500pxposts}
  457. {/block:Video}
  458.  
  459. {block:Answer}
  460. <div style="text-align:center;padding:10px;border:1px solid {color:border}">{Asker}</u> inquired<br><span style="font-size:11px;font-style:italic">{Question}</span></div>
  461. <br>
  462. <div style="padding:0px 5px 0px 5px">{Answer}</div>
  463. {/block:Answer}
  464.  
  465. {block:Audio}
  466. <div class="audio">
  467. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  468. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  469. <div class="audio-info">
  470. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  471. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  472. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  473. </div></div>
  474. {/block:Audio}
  475.  
  476. <div id="info">
  477. Posted on {block:Date}{DayOfMonth} {ShortMonth} {ShortYear}{/block:Date} with <a href="{Permalink}">{NoteCountwithLabel}</a><br>
  478. {block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentName}">via</a>&nbsp;&&nbsp;<a href="{ReblogRootURL}"title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}
  479. </div>
  480.  
  481. <div id="tags">
  482. {block:HasTags}{block:Tags}#&nbsp;<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  483. </div>
  484.  
  485. {block:PostNotes}{PostNotes}{/block:PostNotes}
  486. {/block:Posts}
  487. </div>
  488.  
  489. {block:Pagination}
  490. <div id="pagi">
  491. {block:PreviousPage}
  492. <a href="{PreviousPage}">&larr; Back </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  493. {/block:PreviousPage}
  494. {block:NextPage}
  495. <a href="{NextPage}"> Forth &rarr;</a>
  496. {/block:NextPage}
  497. </div>
  498. {/block:Pagination}
  499.  
  500. <div id="credit"><a href="http://lestranqe.tumblr.com/">FZ</a></div>
  501.  
  502. </body>
  503. </html>
Advertisement
Add Comment
Please, Sign In to add comment