Advertisement
franzzfu

Theme 09: Mhysa

Mar 14th, 2014
2,459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.26 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. theme09 by franz @ lestranqe.tumblr.com/
  11. DO NOT REMOVE THE CREDIT OR YOU WILL DIE HORRIBLY IN A DRACARYS BARBECUE
  12.  
  13. --->
  14.  
  15. <meta name="color:Text" content="#838282"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:Hover" content=""/>
  18. <meta name="color:Title" content=""/>
  19. <meta name="color:Sidebar link" content=""/>
  20. <meta name="color:Border" content="#b8b8b8"/>
  21. <meta name="color:Scrollbar" content="#dfdfdf"/>
  22. <meta name="color:Scrollbar bg" content="#f7f7f7"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="if:500px posts" content="1"/>
  27.  
  28. <meta name="text:blog title" content=""/>
  29. <meta name="text:link 1 title" content="link i"/>
  30. <meta name="text:link 1" content=""/>
  31. <meta name="text:link 2 title" content="link ii"/>
  32. <meta name="text:link 2" content=""/>
  33. <meta name="text:link 3 title" content="link iii"/>
  34. <meta name="text:link 3" content=""/>
  35. <meta name="text:link 4 title" content="link iv"/>
  36. <meta name="text:link 4" content=""/>
  37. <meta name="text:link 5 title" content="link v"/>
  38. <meta name="text:link 5" content=""/>
  39.  
  40.  
  41. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  42.  
  43. <style>
  44. div#qTip {
  45. padding: 2px;
  46. display: none;
  47. text-align: center;
  48. position: absolute;
  49. font-size:8px;
  50. line-height:9px;
  51. font-family:calibri;
  52. z-index: 1000;
  53. border: 1px solid {color:link};
  54. background-color:{color:link};
  55. color: #fff;
  56. text-transform:uppercase;
  57. letter-spacing: 2px;
  58. opacity:0.8;}
  59. </style>
  60.  
  61.  
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'>
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. ::-webkit-scrollbar {width:5px;
  69. height:auto;
  70. background:{color:scrollbar bg};}
  71. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  72. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  73. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  74.  
  75.  
  76. #bite
  77. #bite a{
  78. display:block
  79. }
  80. #bite .death {
  81. margin-top:-30px;
  82. filter: alpha(opacity = 0);
  83. opacity:0;
  84. -webkit-transition: all 0.5s ease-out;
  85. -moz-transition: all 0.5s ease-out;
  86. transition: all 0.5s ease-out;
  87. }
  88.  
  89. #bite:hover .death {
  90. margin-top:0px;
  91. -webkit-transition: all 0.8s ease-out;
  92. -moz-transition: all 0.8s ease-out;
  93. transition: all 0.8s ease-out;
  94. filter: alpha(opacity = 100);
  95. filter: alpha(opacity = 100);
  96. opacity:100;
  97. }
  98.  
  99.  
  100. /*main structure*/
  101.  
  102.  
  103. body {
  104. background:#fff;
  105. margin:0px;
  106. color:{color:text};
  107. font-family:helvetica;
  108. font-size:10px;
  109. font-weight:lighter;
  110. letter-spacing:1px;
  111. line-height:150%;
  112. }
  113.  
  114. a {
  115. text-decoration:none;
  116. outline:none;
  117. -moz-outline-style:none;
  118. color:{color:link};
  119. -webkit-transition:all .5s ease-in-out;
  120. -moz-transition:all .5s ease-in-out;
  121. transition:all .5s ease-in-out;
  122. }
  123.  
  124. a:hover {
  125. color:{color:hover};
  126. -webkit-transition:all 1s ease-in-out;
  127. -moz-transition:all 1s ease-in-out;
  128. transition:all 1s ease-in-out;
  129. }
  130.  
  131. img {
  132. {block:ifnot500pxposts}
  133. max-width:400px;
  134. {/block:ifnot500pxposts}
  135. {block:if500pxposts}
  136. max-width:500px;
  137. {/block:if500pxposts}
  138. border:none;
  139. }
  140.  
  141. blockquote {
  142. padding-left:5px;
  143. border-left:0px solid;
  144. }
  145.  
  146. blockquote blockquote {
  147. padding-left:5px;
  148. border-left:0px solid;
  149. }
  150.  
  151. #posttitle {
  152. {block:ifnot500pxposts}
  153. width:400px;
  154. {/block:ifnot500pxposts}
  155. text-align:center;
  156. background:{color:hover};
  157. letter-spacing:5px;
  158. line-height:150%;
  159. font-size:14px;
  160. text-transform:uppercase;
  161. }
  162.  
  163. #entries {
  164. padding:30px;
  165. {block:ifnot500pxposts}
  166. width:400px;
  167. {/block:ifnot500pxposts}
  168. {block:if500pxposts}
  169. width:500px;
  170. {/block:if500pxposts}
  171. margin-left:500px;
  172. margin-top:60px;
  173. }
  174.  
  175. #post {
  176. {block:ifnot500pxposts}
  177. width:400px;
  178. {/block:ifnot500pxposts}
  179. {block:if500pxposts}
  180. width:500px;
  181. {/block:if500pxposts}
  182. padding-bottom:60px;
  183. -ms-word-break: break-all;
  184. word-break: break-all;
  185. word-break: break-word;
  186. -webkit-hyphens: auto;
  187. -moz-hyphens: auto;
  188. -ms-hyphens: auto;
  189. hyphens: auto;
  190. }
  191.  
  192.  
  193. /*sidebar*/
  194.  
  195.  
  196. #sidebar {
  197. width:180px;
  198. position:fixed;
  199. margin-left:200px;
  200. margin-top:150px;
  201. }
  202.  
  203. #title {
  204. font-family:helvetica;
  205. font-size:14px;
  206. font-weight:lighter;
  207. text-transform:uppercase;
  208. letter-spacing:8px;
  209. text-align:center;
  210. line-height:130%;
  211. }
  212.  
  213. #title a {
  214. color:{color:title};
  215. -webkit-transition:all .5s ease-in-out;
  216. -moz-transition:all .5s ease-in-out;
  217. transition:all .5s ease-in-out;
  218. }
  219.  
  220. #title a hover {
  221. color:{color:hover};
  222. -webkit-transition:all 1s ease-in-out;
  223. -moz-transition:all 1s ease-in-out;
  224. transition:all 1s ease-in-out;
  225. }
  226.  
  227. #divider {
  228. width:180px;
  229. position:fixed;
  230. }
  231.  
  232. #sidebarimage {
  233. width:180px;
  234. margin-top:18px;
  235. padding-bottom:7px;
  236. border-bottom:1px solid {color:border};
  237. }
  238.  
  239. #sidebarimage img {
  240. width:180px;
  241. }
  242.  
  243. #links {
  244. font-size:10px;
  245. line-height:180%;
  246. letter-spacing:2px;
  247. text-transform:lowercase;
  248. }
  249.  
  250. #links a {
  251. display:block;
  252. text-align:right;
  253. padding-right:4px;
  254. border-bottom:1px solid {color:border};
  255. -webkit-transition:all .5s ease-in-out;
  256. -moz-transition:all .5s ease-in-out;
  257. transition:all .5s ease-in-out;
  258. }
  259.  
  260. #links a:hover {
  261. background:{color:sidebar link};
  262. color:{color:hover};
  263. letter-spacing:10px;
  264. -webkit-transition:all .7s ease-in-out;
  265. -moz-transition:all .7s ease-in-out;
  266. transition:all .7s ease-in-out;
  267. }
  268.  
  269. #description {
  270. background-color:#ffffff;
  271. line-height:130%;
  272. letter-spacing:0px;
  273. text-align:justify;
  274. padding:8px 4px;
  275. border-bottom:1px solid {color:border};
  276. }
  277.  
  278.  
  279. /*post info and tags*/
  280.  
  281.  
  282. #info {
  283. {block:ifnot500pxposts}
  284. width:400px;
  285. {/block:ifnot500pxposts}
  286. {block:if500pxposts}
  287. width:500px;
  288. {/block:if500pxposts}
  289. text-transform:uppercase;
  290. font-size:7px;
  291. text-align:left;
  292. line-height:150%;
  293. border-top:1px solid {color:border};
  294. border-bottom:1px solid {color:border};
  295. padding:4px 2px;
  296. }
  297.  
  298. #tags {
  299. {block:ifnot500pxposts}
  300. width:400px;
  301. {/block:ifnot500pxposts}
  302. {block:if500pxposts}
  303. width:500px;
  304. {/block:if500pxposts}
  305. text-transform:uppercase;
  306. font-size:7px;
  307. text-align:right;
  308. padding-top:5px;
  309. line-height:150%;
  310. opacity:0;
  311. -webkit-transition:all .5s ease-in-out;
  312. -moz-transition:all .5s ease-in-out;
  313. transition:all .5s ease-in-out;
  314. }
  315.  
  316. #post:hover #tags {
  317. opacity:1;
  318. -webkit-transition:all 1s ease-in-out;
  319. -moz-transition:all 1s ease-in-out;
  320. transition:all 1s ease-in-out;
  321. }
  322.  
  323.  
  324. /*quote*/
  325.  
  326.  
  327. .quote {
  328. text-align:center;
  329. font-size:15px;
  330. line-height:150%;
  331. font-family:baskerville;
  332. font-style:italic;
  333. }
  334.  
  335. .source {
  336. text-align:center;
  337. font-size:10px;
  338. padding:10px;
  339. }
  340.  
  341.  
  342. /*audio*/
  343.  
  344.  
  345. .audio {
  346. height:60px;
  347. padding:5px;
  348. margin-bottom:5px;
  349. }
  350.  
  351. .audio-album {
  352. position:absolute;
  353. width:60px;
  354. }
  355.  
  356. .audio-player {
  357. opacity:0.5;
  358. filter:alpha(opacity=50);
  359. width:28px;
  360. height:38px;
  361. overflow:hidden;
  362. position:absolute;
  363. z-index:2;
  364. margin-left:15px;
  365. margin-top:15px;
  366. }
  367.  
  368. .audio-info {
  369. margin-top:0px;
  370. position:relative;
  371. margin-left:70px;
  372. padding:5px;
  373. }
  374.  
  375.  
  376. /*ask*/
  377.  
  378.  
  379. #asker {
  380. text-align:right;
  381. padding:5px;
  382. border-top:1px solid {color:border};
  383. border-bottom:1px solid {color:border}
  384. }
  385.  
  386. #answer {
  387. margin-top:-10px;
  388. padding:0 5px;
  389. }
  390.  
  391. /*permalinks page*/
  392.  
  393.  
  394. ol.notes {
  395. padding-left:6%;
  396. padding-bottom:2%;
  397. width:90%;
  398. font-size:8px;
  399. text-align:center;
  400. list-style-type:lower-roman;
  401. }
  402.  
  403. ol.notes li.note{
  404. border-bottom:1px solid {color:border};
  405. padding:2%;
  406. }
  407.  
  408. ol.notes li.note img.avatar{
  409. width:0px;
  410. height:0px;
  411. }
  412.  
  413.  
  414. /*pagination*/
  415.  
  416.  
  417. #pagi {
  418. margin-top:-20px;
  419. margin-bottom:50px;
  420. {block:ifnot500pxposts}
  421. margin-left:140px;
  422. {/block:ifnot500pxposts}
  423. {block:if500pxposts}
  424. margin-left:180px;
  425. {/block:if500pxposts}
  426. font-size:11px;
  427. text-transform:uppercase;
  428. letter-spacing:5px;
  429. text-align:center;
  430. }
  431.  
  432. #pagi a {
  433. color:{color:link};
  434. -webkit-transition:all .5s ease-in-out;
  435. -moz-transition:all .5s ease-in-out;
  436. transition:all .5s ease-in-out;
  437. }
  438.  
  439. #pagi a:hover {
  440. color:{color:hover};
  441. -webkit-transition:all 1s ease-in-out;
  442. -moz-transition:all 1s ease-in-out;
  443. transition:all 1s ease-in-out;
  444. }
  445.  
  446.  
  447. /*credit*/
  448.  
  449.  
  450. #credit {
  451. position:fixed;
  452. float:right;
  453. opacity:1;
  454. background:{color:background};
  455. bottom:5px;
  456. right:5px;
  457. padding:3px;
  458. border:1px solid #666666;
  459. font-size:8px;
  460. text-transform:uppercase;
  461. font-family:times;
  462. }
  463.  
  464. #credit a {
  465. color:#666666;
  466. -webkit-transition:all .5s ease-in-out;
  467. -moz-transition:all .5s ease-in-out;
  468. transition:all .5s ease-in-out;
  469. }
  470.  
  471. #credit a:hover {
  472. color:{color:hover};
  473. -webkit-transition:all 1s ease-in-out;
  474. -moz-transition:all 1s ease-in-out;
  475. transition:all 1s ease-in-out;
  476. }
  477.  
  478.  
  479. {CustomCSS}
  480.  
  481. </style>
  482. </head>
  483.  
  484.  
  485. <body>
  486.  
  487. <div id="bite">
  488.  
  489. <div id="sidebar">
  490.  
  491. <div id="title"><a href="/">{text:blog title}</a></div>
  492.  
  493. <div id="divider"><img src="http://static.tumblr.com/wyul8xf/ec4n2bf15/theme9divider.png"></div>
  494.  
  495. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  496.  
  497.  
  498. <div class="death">
  499. <div id="links">
  500. <a href="{text:link 1}">{text:link 1 title}</a>
  501. <a href="{text:link 2}">{text:link 2 title}</a>
  502. <a href="{text:link 3}">{text:link 3 title}</a>
  503. {block:IfLink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:IfLink4}
  504. {block:IfLink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:IfLink5}
  505. </div>
  506. <div id="description">{Description}</div>
  507. </div>
  508.  
  509. </div>
  510.  
  511. </div>
  512.  
  513.  
  514. <div id="entries">{block:Posts}<div id="post">
  515.  
  516. {block:Text}<div id="posttitle">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  517.  
  518. {block:Photo}
  519. {block:ifnot500pxposts}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:ifnot500pxposts}
  520. {block:if500pxposts}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:if500pxposts}
  521. {/block:Photo}
  522.  
  523. {block:Photoset}
  524. {block:ifnot500pxposts}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:ifnot500pxposts}
  525. {block:if500pxposts}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:if500pxposts}
  526. {/block:Photoset}
  527.  
  528. {block:Quote}
  529. <div class="quote">{Quote}</div>
  530. {block:Source}<div class="source">{Source}</div>{/block:Source}
  531. {/block:Quote}
  532.  
  533. {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  534.  
  535. {block:Chat}{block:Title}<div id="posttittle">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  536.  
  537. {block:Video}
  538. {block:ifnot500pxposts}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:ifnot500pxposts}
  539. {block:if500pxposts}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:if500pxposts}
  540. {/block:Video}
  541.  
  542. {block:Answer}
  543. <div id="asker">{Asker}</u> said<br><span style="font-style:italic">{Question}</span></div>
  544. <br>
  545. <div id="answer">{Answer}</div>
  546. {/block:Answer}
  547.  
  548. {block:Audio}
  549. <div class="audio">
  550. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  551. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  552. <div class="audio-info">
  553. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  554. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  555. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  556. </div></div>
  557. {/block:Audio}
  558.  
  559.  
  560. <div id="info">
  561. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  562. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog</a>
  563.  
  564. {block:RebloggedFrom}<span style="float:right"><a href="{ReblogParentURL}"title="{ReblogParentName}"> via </a> - <a href="{ReblogRootURL}"title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</span>
  565. </div>
  566.  
  567. <div id="tags">
  568. {block:HasTags}{block:Tags}#&nbsp;<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  569.  
  570. </div>
  571.  
  572. {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Posts}
  573. </div>
  574.  
  575. {block:Pagination}
  576. <div id="pagi">
  577. {block:PreviousPage}
  578. <a href="{PreviousPage}">&larr; Back </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  579. {/block:PreviousPage}
  580. {block:NextPage}
  581. <a href="{NextPage}"> Forth &rarr;</a>
  582. {/block:NextPage}
  583. </div>
  584. {/block:Pagination}
  585.  
  586.  
  587. <div id="credit"><a href="http://lestranqe.tumblr.com/">FZ</a></div>
  588.  
  589. </body>
  590. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement