franzzfu

Theme 04: Defrocked

Jan 29th, 2014
1,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 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. theme04 by franz @ lestranqe.tumblr.com/
  11. DO NOT REMOVE THE CREDIT OR I'LL MAKE YOU INTO SHOES
  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:Title" content=""/>
  20. <meta name="color:Sidebar link" content=""/>
  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="text:link 1 title" content="link 1"/>
  27. <meta name="text:link 1" content=""/>
  28. <meta name="text:link 2 title" content="link 2"/>
  29. <meta name="text:link 2" content=""/>
  30. <meta name="text:link 3 title" content="link 3"/>
  31. <meta name="text:link 3" content=""/>
  32. <meta name="text:link 4 title" content="link 4"/>
  33. <meta name="text:link 4" content=""/>
  34. <meta name="text:link 5 title" content="link 5"/>
  35. <meta name="text:link 5" content=""/>
  36.  
  37.  
  38. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  39.  
  40. <style>
  41. div#qTip {
  42. padding: 4px;
  43. display: none;
  44. text-align: center;
  45. position: absolute;
  46. font-size:8px;
  47. line-height:9px;
  48. font-family:'Inconsolata';
  49. z-index: 1000;
  50. border: 1px solid #fff;
  51. background-color:#fff;
  52. color: {color:text};
  53. text-transform:uppercase;
  54. letter-spacing: 2px;
  55. opacity:0.8;}
  56. </style>
  57.  
  58.  
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'>
  61. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66. ::-webkit-scrollbar {width:5px;
  67. height:auto;
  68. background:{color:scrollbar bg};}
  69. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  70. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  71. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  72.  
  73. #bite
  74. #bite a{
  75. display:block
  76. }
  77. #bite .death {
  78. margin-top:-40px;
  79. filter: alpha(opacity = 0);
  80. opacity:0;
  81. -webkit-transition: all 0.5s ease-out;
  82. -moz-transition: all 0.5s ease-out;
  83. transition: all 0.5s ease-out;
  84. }
  85.  
  86. #bite:hover .death {
  87. margin-top:2px;
  88. -webkit-transition: all 0.8s ease-out;
  89. -moz-transition: all 0.8s ease-out;
  90. transition: all 0.8s ease-out;
  91. filter: alpha(opacity = 100);
  92. filter: alpha(opacity = 100);
  93. opacity:100;
  94. }
  95.  
  96.  
  97. /*main structure*/
  98.  
  99.  
  100. body {
  101. background:{color:background};
  102. margin:0px;
  103. color:{color:text};
  104. font-family:calibri;
  105. font-size:10px;
  106. letter-spacing:1px;
  107. line-height:180%;
  108. }
  109.  
  110. a {
  111. text-decoration:none;
  112. outline:none;
  113. -moz-outline-style:none;
  114. color:{color:link};
  115. -webkit-transition:all .5s ease-in-out;
  116. -moz-transition:all .5s ease-in-out;
  117. transition:all .5s ease-in-out;
  118. }
  119.  
  120. a:hover {
  121. color:{color:hover};
  122. -webkit-transition:all 1s ease-in-out;
  123. -moz-transition:all 1s ease-in-out;
  124. transition:all 1s ease-in-out;
  125. }
  126.  
  127. img {
  128. max-width:400px;
  129. border:none;
  130. }
  131.  
  132. blockquote {
  133. padding-left:5px;
  134. border-left:1px solid;
  135. }
  136.  
  137. blockquote blockquote {
  138. padding-left:5px;
  139. border-left:1px solid;
  140. }
  141.  
  142. h1 {
  143. text-align:center;
  144. line-height:200%;
  145. font-family:'Roboto', sans-serif;
  146. font-size:15px;
  147. text-transform:uppercase;
  148. }
  149.  
  150. #entries {
  151. padding:30px;
  152. width:400px;
  153. margin-left:500px;
  154. margin-top:50px;
  155. }
  156.  
  157. #post {
  158. width:400px;
  159. padding-bottom:50px;
  160. -ms-word-break: break-all;
  161. word-break: break-all;
  162. word-break: break-word;
  163. -webkit-hyphens: auto;
  164. -moz-hyphens: auto;
  165. -ms-hyphens: auto;
  166. hyphens: auto;
  167. }
  168.  
  169.  
  170. /*sidebar*/
  171.  
  172.  
  173. #sidebar {
  174. width:150px;
  175. position:fixed;
  176. margin-left:200px;
  177. margin-top:100px;
  178. }
  179.  
  180. #title {
  181. font-family:'Roboto', sans-serif;
  182. font-size:18px;
  183. text-transform:uppercase;
  184. font-weight:thin;
  185. letter-spacing:3px;
  186. text-align:center;
  187. line-height:150%;
  188. margin-bottom:20px;
  189. }
  190.  
  191. #title a {
  192. color:{color:title};
  193. -webkit-transition:all .5s ease-in-out;
  194. -moz-transition:all .5s ease-in-out;
  195. transition:all .5s ease-in-out;
  196. }
  197.  
  198. #title a:hover {
  199. color:{color:hover};
  200. -webkit-transition:all 1s ease-in-out;
  201. -moz-transition:all 1s ease-in-out;
  202. transition:all 1s ease-in-out;
  203. }
  204.  
  205. #sidebarimage {
  206. width 150px;
  207. }
  208.  
  209. #sidebarimage img {
  210. width:150px;
  211. }
  212.  
  213. #links {
  214. width:150px;
  215. font-size:20px;
  216. font-family:times;
  217. margin-left:2px;
  218. margin-top:20px;
  219. margin-bottom:10px;
  220. text-align:center;
  221. letter-spacing:5px;
  222. }
  223.  
  224. #links a {
  225. color:{color:sidebar link};
  226. -webkit-transition:all .5s ease-in-out;
  227. -moz-transition:all .5s ease-in-out;
  228. transition:all .5s ease-in-out;
  229. }
  230.  
  231. #links a:hover {
  232. color:{color:hover};
  233. -webkit-transition:all 1s ease-in-out;
  234. -moz-transition:all 1s ease-in-out;
  235. transition:all 1s ease-in-out;
  236. }
  237.  
  238. .pagi {
  239. font-size:12px;
  240. font-family:times;
  241. text-transform:lowercase;
  242. letter-spacing:3px;
  243. font-style:normal;
  244. text-align:center;
  245. }
  246.  
  247. .pagi a {
  248. color:{color:link};
  249. }
  250.  
  251. #description {
  252. padding:5px;
  253. margin-top:5px;
  254. line-height:150%;
  255. letter-spacing:1px;
  256. text-align:center;
  257. }
  258.  
  259.  
  260. /*post info*/
  261.  
  262.  
  263. #info {
  264. width:400px;
  265. text-transform:uppercase;
  266. font-size:8px;
  267. text-align:center;
  268. line-height:200%;
  269. padding:30px 0px 30px 0px;
  270. }
  271.  
  272.  
  273. /*ask*/
  274.  
  275.  
  276. #asker {
  277. float:left;
  278. margin-right:5px;
  279. }
  280.  
  281.  
  282. /*quote*/
  283.  
  284.  
  285. .quote {
  286. text-align:center;
  287. font-size:15px;
  288. line-height:150%;
  289. font-family:'Roboto', sans-serif;
  290. }
  291.  
  292. .source {
  293. text-align:center;
  294. font-size:10px;
  295. margin-top:13px;
  296. }
  297.  
  298.  
  299. /*audio*/
  300.  
  301.  
  302. .audio {
  303. height:60px;
  304. padding:5px;
  305. margin-bottom:5px;
  306. }
  307.  
  308. .audio-album {
  309. position:absolute;
  310. width:60px;
  311. }
  312.  
  313. .audio-player {
  314. opacity:0.5;
  315. filter:alpha(opacity=50);
  316. width:28px;
  317. height:38px;
  318. overflow:hidden;
  319. position:absolute;
  320. z-index:2;
  321. margin-left:15px;
  322. margin-top:15px;
  323. }
  324.  
  325. .audio-info {
  326. margin-top:0px;
  327. position:relative;
  328. margin-left:70px;
  329. padding:5px;
  330. }
  331.  
  332.  
  333. /*credit*/
  334.  
  335.  
  336. #credit {
  337. position:fixed;
  338. float:right;
  339. opacity:1;
  340. bottom:5px;
  341. right:5px;
  342. padding:3px;
  343. border:1px solid #666666;
  344. font-size:8px;
  345. text-transform:uppercase;
  346. font-family:times;
  347. }
  348.  
  349. #credit a {
  350. color:#666666;
  351. -webkit-transition:all .5s ease-in-out;
  352. -moz-transition:all .5s ease-in-out;
  353. transition:all .5s ease-in-out;
  354. }
  355.  
  356. #credit a:hover {
  357. color:{color:hover};
  358. -webkit-transition:all 1s ease-in-out;
  359. -moz-transition:all 1s ease-in-out;
  360. transition:all 1s ease-in-out;
  361. }
  362.  
  363.  
  364. {CustomCSS}
  365.  
  366. </style>
  367. </head>
  368.  
  369.  
  370. <body>
  371.  
  372. <div id="bite">
  373.  
  374. <div id="sidebar">
  375.  
  376. <div id="title"><a href="/">{Title}</a></div>
  377.  
  378. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  379.  
  380. <div id="links">
  381. <a href="{text:link 1}" title="{text:link 1 title}">○</a>
  382. <a href="{text:link 2}" title="{text:link 2 title}">○</a>
  383. <a href="{text:link 3}" title="{text:link 3 title}">○</a>
  384. {block:IfLink4}<a href="{text:link 4}" title="{text:link 4 title}">○</a>{/block:IfLink4}
  385. {block:IfLink5}<a href="{text:link 5}" title="{text:link 5 title}">○</a>{/block:IfLink5}
  386. </div>
  387.  
  388. {block:Pagination}
  389. <div class="pagi">
  390. {block:PreviousPage}
  391. <a href="{PreviousPage}"> &larr; </a>
  392. {/block:PreviousPage}
  393. {block:NextPage}
  394. <a href="{NextPage}"> &rarr; </a>
  395. {/block:NextPage}
  396. </div>
  397. {/block:Pagination}
  398.  
  399. <div class="death">
  400. <div id="description">{Description}</div>
  401. </div>
  402.  
  403. </div></div>
  404.  
  405.  
  406.  
  407. <div id="entries">{block:Posts}<div id="post">
  408.  
  409. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  410.  
  411. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  412.  
  413. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  414.  
  415. {block:Quote}
  416. <div class="quote"><span style="font-family:times;font-size:20px;opacity:0.8;">❦</span>&nbsp;{Quote}</div>
  417. {block:Source}<div class="source">{Source}</div>{/block:Source}
  418. {/block:Quote}
  419.  
  420. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  421.  
  422. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  423.  
  424. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  425.  
  426. {block:Answer}
  427. <div style="text-align:center;">♔ &nbsp;{Asker}</u> texted&nbsp;♔<br>{Question}</div>
  428. <br>
  429. <div style="padding:0px 5px 0px 5px">{Answer}</div>
  430. {/block:Answer}
  431.  
  432. {block:Audio}
  433. <div class="audio">
  434. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  435. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  436. <div class="audio-info">
  437. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  438. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  439. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  440. </div></div>
  441. {/block:Audio}
  442.  
  443. <div id="info">
  444. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  445. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>
  446. <a href="{ReblogParentURL}"title="{ReblogParentName}"> via </a> ⚬ <a href="{ReblogRootURL}"title="{ReblogRootName}">source</a>{/block:RebloggedFrom} ⚬ <a href="{ReblogURL}" target="_blank">reblog</a><br>
  447. {block:HasTags}filed under: {block:Tags} ⟟ <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  448.  
  449. </div>
  450. {block:PostNotes}{PostNotes}{/block:PostNotes}
  451. {/block:Posts}</div>
  452.  
  453. <div id="credit"><a href="http://lestranqe.tumblr.com/">FZ</a></div>
  454.  
  455. </body>
  456. </html>
Advertisement
Add Comment
Please, Sign In to add comment