franzzfu

Theme 01: We never left

Nov 12th, 2013
1,949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.24 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  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. <!--META NAMES-->
  11.  
  12. <meta name="color:Text" content="#a7a7a7"/>
  13. <meta name="color:Links" content="#656363"/>
  14. <meta name="color:Hover" content="#d6d2d2"/>
  15. <meta name="color:Post info" content="#b5b4b4">
  16. <meta name="color:Sidebar links" content="#d37272">
  17. <meta name="color:Description" content="#999696">
  18. <meta name="color:Background" content="#ffffff">
  19. <meta name="color:Scrollbar" content="#717070">
  20. <meta name="color:Scrollbar Background" content="#ffffff">
  21.  
  22. <meta name="image:Sidebar" content=""/>
  23.  
  24. <meta name="text:link 1" content=""/>
  25. <meta name="text:link 1 url" content="/">
  26. <meta name="text:link 2" content=""/>
  27. <meta name="text:link 2 url" content="/">
  28. <meta name="text:link 3" content=""/>
  29. <meta name="text:link 3 url" content="/">
  30. <meta name="text:link 4" content=""/>
  31. <meta name="text:link 4 url" content="/">
  32. <meta name="text:link 5" content=""/>
  33. <meta name="text:link 5 url" content="/">
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar-thumb {
  39. height:auto;
  40. background-color:{color:Scrollbar};
  41. }
  42.  
  43. ::-webkit-scrollbar {
  44. height:9px;
  45. width:5px;
  46. background-color:{color:Scrollbar Background};
  47. }
  48.  
  49. body {
  50. background-color:{color:Background};
  51. font-family:times;
  52. font-size:10px;
  53. text-align:justify;
  54. color:{color:Text};
  55. margin:0;
  56. }
  57.  
  58. a {
  59. color:{color:Links};
  60. text-decoration:none;
  61. -moz-outline-style:none;
  62. }
  63.  
  64. a:hover{
  65. color:{color:Hover};
  66. -moz-transition-duration:0.3s;
  67. -webkit-transition-duration:0.3s;
  68. -o-transition-duration:0.3s;
  69. }
  70.  
  71. blockquote {
  72. padding-left:5px;
  73. border-left:2px solid;
  74. }
  75.  
  76. blockquote blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79. }
  80.  
  81.  
  82. /*SIDEBAR*/
  83.  
  84. #sidebar{
  85. position:fixed;
  86. margin-top:150px;
  87. margin-left:200px;
  88. width:150px;
  89. }
  90.  
  91. #sidebarimg img{
  92. width:120px;
  93. }
  94.  
  95. #links{
  96. letter-spacing:1px;
  97. font-family:times;
  98. width:120px;
  99. margin-top:5px;
  100. margin-left:0px;
  101. padding:2px;
  102. font-size:11px;
  103. text-transform:uppercase;
  104. text-align:center;
  105. line-height:170%;
  106. }
  107.  
  108. #links a{
  109. color:{color:Sidebar links};
  110. -webkit-transition:all .5s ease-in-out;
  111. -moz-transition:all .5s ease-in-out;
  112. transition:all .5s ease-in-out;
  113. }
  114.  
  115. #links a:hover{
  116. color:{color:Hover};
  117. text-transform:lowercase;
  118. -webkit-transition:all 1s ease-in-out;
  119. -moz-transition:all 1s ease-in-out;
  120. transition:all 1s ease-in-out;
  121. }
  122.  
  123. #desc{
  124. width:120px;
  125. margin-top:5px;
  126. font-size:9px;
  127. color:{color:Description};
  128. }
  129.  
  130. .pagi {
  131. font-size:10px;
  132. text-transform:uppercase;
  133. letter-spacing:3px;
  134. font-style:normal;
  135. text-align:center;
  136. margin-left:-25px;
  137. }
  138.  
  139. .pagi a {
  140. color:{color:Sidebar links};
  141. }
  142.  
  143.  
  144. /*ENTRIES*/
  145.  
  146. #container {
  147. width:400px;
  148. padding:10px;
  149. margin-left:450px;
  150. margin-top:55px;
  151. }
  152.  
  153. #posts{
  154. width:400px;
  155. padding:25px;
  156. margin-top:30px;
  157. -ms-word-break: break-all;
  158. word-break: break-all;
  159. word-break: break-word;
  160. -webkit-hyphens: auto;
  161. -moz-hyphens: auto;
  162. -ms-hyphens: auto;
  163. hyphens: auto;
  164. }
  165.  
  166.  
  167. /*POST INFO*/
  168.  
  169. #info {
  170. width:400px;
  171. text-align:center;
  172. font-family:times;
  173. font-size:8px;
  174. text-transform:uppercase;
  175. padding:1px;
  176. color:{color:Post info};
  177. line-height:10px;
  178. border-top:1px solid {color:Post info};
  179. margin-top:5px;
  180. margin-bottom:55px;
  181. }
  182.  
  183. #info a{
  184. color:{color:Post info};
  185. }
  186.  
  187. #info a:hover{
  188. color:{color:Hover};
  189. }
  190.  
  191. #tags{
  192. width:400px;
  193. padding:5px;
  194. margin-top:-3px;
  195. margin-left:-5px;
  196. float:left;
  197. text-align:center;
  198. font-size:8px;
  199. opacity:1;
  200. color:{color:Links};
  201. transition-duration: 0.5s;
  202. -moz-transition-duration: 0.5s;
  203. -webkit-transition-duration: 0.5s;
  204. -o-transition-duration: 0.5s
  205. }
  206.  
  207. #tags a {
  208. display:inline-block;
  209. color:{color:Post info};
  210. font-size:8px;
  211. text-align:center;
  212. text-decoration:none;
  213. }
  214.  
  215. #notes{
  216. font-size:7px;
  217. text-transform:uppercase;
  218. }
  219.  
  220.  
  221. /*CREDIT*/
  222.  
  223. #maker{
  224. float:right;
  225. position:fixed;
  226. bottom:5px;
  227. right:5px;
  228. padding:4px;
  229. border-style:solid;
  230. font-size:8px;
  231. text-transform:uppercase;
  232. }
  233.  
  234. #maker a{
  235. color:{color:Links};
  236. }
  237.  
  238.  
  239. {CustomCSS}
  240.  
  241. </style></head>
  242.  
  243. <body>
  244.  
  245. <div id="sidebar">
  246. <div id="sidebarimg">
  247. <img src="{image:Sidebar}"></div>
  248. <div id="links">
  249. <a href="{text:link 1 url}" title="{text:link 1}">I.</a>
  250. <a href="{text:link 2 url}" title="{text:link 2}">II.</a>
  251. <a href="{text:link 3 url}" title="{text:link 3}">III.</a>
  252. <a href="{text:link 4 url}" title="{text:link 4}">IV.</a>
  253. <a href="{text:link 5 url}" title="{text:link 5}">V.</a>
  254. </div>
  255. <div id="desc">{description}</div>
  256. {block:Pagination}
  257. <div class="pagi">
  258. {block:PreviousPage}
  259. <a href="{PreviousPage}">←</a>
  260. {/block:PreviousPage}
  261. {block:NextPage}
  262. <a href="{NextPage}">→</a>
  263. {/block:NextPage}
  264. </div>
  265. {/block:Pagination}
  266. </div>
  267. </div>
  268.  
  269.  
  270. <div id="container">
  271. {block:Posts}
  272. <div id="post">
  273.  
  274. <!--TEXT POSTS-->
  275.  
  276. {block:Text}
  277. {block:Title}<h2>{Title}</h2>{/block:Title}
  278. {Body}
  279. {/block:Text}
  280.  
  281. <!--ASKS-->
  282.  
  283. {block:Answer}
  284. <div class="question">
  285. <img src="{AskerPortraitURL-40}"> {Asker} asked: {Question}
  286. </div>
  287. {Answer}
  288. {/block:Answer}
  289.  
  290. <!--QUOTE POSTS-->
  291. {block:Quote}
  292.  
  293. <div class="quote">
  294. <div class="quotetext_{Length}">"{Quote}"</div>
  295. {block:Source}<div class="source">{Source}</div>{/block:Source}
  296. </div>
  297. {/block:Quote}
  298.  
  299. <!--LINK POSTS-->
  300.  
  301. {block:Link}
  302. <h2><a href="{URL}">{Name}</a></h2>
  303. {block:Description}{Description}{/block:Description}
  304. {/block:Link}
  305.  
  306. <!--CHAT POSTS-->
  307.  
  308. {block:Chat}
  309. {block:Title}<h2>{Title}</h2>{/block:Title}
  310. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  311. {Line}</li>{/block:Lines}</ul>
  312. {/block:Chat}
  313.  
  314. <!--PHOTO POSTS-->
  315.  
  316. {block:Photo}
  317. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  318.  
  319. {block:Caption}{Caption}{/block:Caption}
  320. {/block:Photo}
  321.  
  322. <!--PHOTOSET POSTS-->
  323.  
  324. {block:Photoset}
  325. {Photoset-400}
  326. {block:Caption}{Caption}{/block:Caption}
  327. {/block:Photoset}
  328.  
  329. <!--VIDEO POSTS-->
  330.  
  331. {block:Video}
  332. {Video-400}
  333. {block:Caption}{Caption}{/block:Caption}
  334. {/block:Video}
  335.  
  336.  
  337. <!--AUDIO-->
  338.  
  339. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  340. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  341. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  342. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  343. {/block:Audio}
  344.  
  345.  
  346. <!--POST INFO-->
  347.  
  348. <div id="info">
  349. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> and {/block:RebloggedFrom}
  350. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  351. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  352. <a href="{Permalink}">with {NoteCount}</a> <a style="color:#f377a0;">♥</a></a> <a href=”{ReblogURL}” target=”_blank” class=”details”>Reblog</a>
  353. {block:HasTags}<div id="tags">
  354.  
  355. {block:Tags}<a href="/tagged/{Tag}"># {Tag}</a>&nbsp;{/block:Tags}
  356. </div>{block:HasTags}
  357. </div>
  358. </div>
  359.  
  360. {/block:Posts}
  361. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  362. {/block:Posts}</div></div></div>
  363. <br><br><br><br>
  364.  
  365.  
  366. </div></div>
  367.  
  368. {/block:Posts}
  369.  
  370. <!--THEME MAKER'S CREDIT-->
  371. <div id="maker">
  372. <a href="http://goldensnitching.tumblr.com">FZ</a>
  373. </div>
  374.  
  375. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment