Advertisement
anebeitia

Kafka

Aug 17th, 2014
2,683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.88 KB | None | 0 0
  1.  
  2. <!--
  3. theme by aesthesos
  4. ╔╔═╗╗
  5. ║║ ║║ Rules:
  6. ║║ ║║ -do not steal
  7. ║║ ║║ -do not remove credit
  8. ╚╚══╚╚═ -do not use as base code
  9.  
  10.  
  11. -->
  12.  
  13.  
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  15. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25. <meta name="if:infinite scrolling" content="0"/>
  26. <meta name="if:grayscale" content="0"/>
  27. <meta name="if:showcaption" content="1"/>
  28. <meta name="if:draggable container" content="1"/>
  29.  
  30. <meta name="text:Body Size" content="10" />
  31. <meta name="text:Quote Size" content="14" />
  32.  
  33. <meta name="font:body" content="Helvetica"/>
  34. <meta name="font:quote" content="Pratt Pro"/>
  35.  
  36. <meta name="text:Link 1 URL" content="" />
  37. <meta name="text:Link 1" content="" />
  38. <meta name="text:Link 2 URL" content="" />
  39. <meta name="text:Link 2" content="" />
  40. <meta name="text:Link 3 URL" content="" />
  41. <meta name="text:Link 3" content="" />
  42. <meta name="text:Link 4 URL" content="" />
  43. <meta name="text:Link 4" content=""/>
  44. <meta name="text:Link 5 URL" content="" />
  45. <meta name="text:Link 5" content="" />
  46. <meta name="text:Link 6 URL" content="" />
  47. <meta name="text:Link 6" content="" />
  48.  
  49. <meta name="color:background" content ="#f8f8f8">
  50. <meta name="color:title" content ="#3b3b3b">
  51. <meta name="color:text" content="#3b3b3b">
  52. <meta name="color:tags" content="#3b3b3b">
  53. <meta name="color:link" content="#b8b8b8">
  54. <meta name="color:link hover" content="#909090">
  55. <meta name="color:border" content="#b1b1b1">
  56. <meta name="color:permalink" content="#ededed"/>
  57. <meta name="color:posts" content="#f5f5f5">
  58.  
  59. <meta name="image:background" content=""/>
  60. <meta name="image:Sidebar" content""/>
  61.  
  62. <meta name="select:Background Image" content="color" title="None">
  63. <meta name="select:Background Image" content="cover" title="Cover">
  64. <meta name="select:Background Image" content="repeat" title="Repeat">
  65.  
  66. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  67.  
  68. {block:ifdraggablecontainer}<meta charset="utf-8"><link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"><script src="//code.jquery.com/jquery-1.9.1.js"></script><script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script><link rel="stylesheet" href="/resources/demos/style.css"><script>$(function() {$( 'main article' ).draggable();});</script>{/block:ifdraggablecontainer}
  69.  
  70. <!---------------END SCRIPTS--------------->
  71.  
  72. <style type="text/css">
  73.  
  74. main {width: 100%;margin: 0 auto;}
  75.  
  76. ::-webkit-scrollbar-thumb{
  77. background:{color:permalink};
  78. border-left: 1px solid {color:border};
  79. border-top: 1px solid {color:border};
  80. border-bottom: 1px solid {color:border};
  81. height:auto;}
  82.  
  83. ::-webkit-scrollbar {height:auto;width:5px;}
  84.  
  85. /************EDIT BODY HERE************/
  86.  
  87. body {
  88. word-wrap:break-word;
  89. font-size:{text:Body Size}px;
  90. font-family:{font:Body};
  91. letter-spacing:1px;
  92. text-align:justify;
  93. line-height:110%;
  94. color:{color:text};}
  95.  
  96. .color {background:{color:background};}
  97. .cover {background: url({image:Background});no-repeat center center fixed;background-size: cover;}
  98. .repeat {background: url({image:Background});background-repeat:repeat;background-attachment: fixed;}
  99.  
  100. .body{padding:5px;}
  101.  
  102. a:link, a, a:active, a:visited {text-decoration:none;color:{color:link};transition: all 0.5s ease-in-out;}
  103. a:hover {color:{color:link hover};}
  104.  
  105. #con {position:absolute;left:50%;margin-left:-285px;}
  106.  
  107. /************EDIT POST POSITION/WIDTH HERE************/
  108.  
  109. #content {
  110. margin-top:60px;
  111. background:#fcfcfc;
  112. width:570px;
  113. height:570px;
  114. border:1px solid {color:Border};}
  115.  
  116. .topbar{
  117. text-align:right;
  118. height:10px;
  119. width:562px;
  120. margin-top:-20px;
  121. z-index:999;
  122. margin-left:-1px;
  123. font-family:'courier new';
  124. padding:4px 4px 4px 4px;
  125. background:{color:permalink};
  126. border:1px solid {color:Border};}
  127.  
  128. #entry{
  129. padding-left:20px;
  130. padding-right:20px;
  131. padding-bottom:20px;
  132. width:400px;
  133. height:527px;
  134. margin:10px;
  135. overflow:auto;
  136. background:white;
  137. border:1px solid {color:Border};}
  138.  
  139. /************EDIT OVERALL POSTS HERE************/
  140.  
  141. .post {
  142. float:center;
  143. overflow:hidden;
  144. text-align:justify;
  145. background:white;
  146. margin-top:20px;
  147. width:400px;
  148. {block:ifgrayscale}-webkit-filter: grayscale(1);transition: all 0.5s ease-in-out;{/block:ifgrayscale}
  149. overflow:hidden;}
  150.  
  151. .post:hover{{block:ifgrayscale}-webkit-filter: grayscale(0);transition: all 0.5s ease-in-out;{/block:ifgrayscale}}
  152.  
  153. .text, .quotes, .ask, .audio, .link, .chat{border-left:1px solid {color:Border};border-right:1px solid {color:Border};border-bottom:1px solid {color:Border};}
  154.  
  155. /************EDIT PERMALINK HERE************/
  156.  
  157. #permalink{
  158. text-align:right;
  159. height:10px;
  160. font-family:'courier new';
  161. padding:4px 4px 4px 4px;
  162. background:{color:permalink};
  163. border:1px solid {color:Border};}
  164.  
  165. /************EDIT QUOTE POSTS HERE************/
  166.  
  167. .quote {
  168. font-size:{text:Quote Size}px;
  169. font-style:italic;
  170. font-family:{font:Quote};
  171. text-align:center;
  172. line-height:120%;
  173. background:{color:posts};
  174. padding:10px;}
  175.  
  176. .source {
  177. text-align:center;
  178. background:white;
  179. padding:10px;}
  180.  
  181. /************EDIT AUDIO POSTS HERE************/
  182.  
  183. #hold {display:inline-block;width:75px;background:#fcfcfc;height:75px;}
  184. #art {position:relative;width:75px;height:75px;overflow:hidden;}
  185. #art img {width:75px;position:absolute;}
  186. #art2 {position:relative;width:75px;height:75px;background-color:{color:background};}
  187. #hold2 {position:relative;display:inline-block;text-align:left;padding-left:5px;height:62px;width:314px;}
  188. #player {position:relative;height:40px;width:28px;z-index:9999;overflow:hidden;margin-top:-48px;margin-left:25px;opacity:.6;}
  189. #circle {position:relative;width:46px;height:46px;background:white;z-index:5;margin-top:-60px;margin-left:15px;opacity: .6;}
  190.  
  191. /************EDIT CAPTION HERE************/
  192.  
  193. .caption {
  194. {block:ifshowcaption}
  195. opacity:0;
  196. background:white;
  197. border-radius:5px;
  198. position:absolute;
  199. margin:10px;
  200. width:360px;
  201. padding:10px;
  202. line-height:130%;
  203. transition-duration: 0.6s;{/block:ifshowcaption}
  204. {block:ifnotshowcaption}display:none;{/block:ifnotshowcaption}}
  205.  
  206. .post:hover .caption {opacity:0.9;transition-duration: 0.6s;}
  207.  
  208. /************EDIT ANSWER POSTS HERE************/
  209.  
  210. .question {
  211. font-size:{text:Body Size}px;
  212. line-height:120%;
  213. font-style:italic;
  214. padding:10px;
  215. background-color:{color:posts};
  216. border-bottom:1px solid {color:border};
  217. font-family:{font:Body};}
  218.  
  219. .asker {
  220. font-size:{text:Body Size}px;
  221. padding-left:5px;
  222. padding-right:5px;
  223. padding-top:5px;
  224. padding-bottom:5px;
  225. background:{color:posts};
  226. color:{color:text};}
  227.  
  228. .answer {padding-left:10px; padding-right:10px; text-align:left;background:white; font-family:{font:body};}
  229.  
  230. /************EDIT SIDEBAR HERE************/
  231.  
  232. #sidebar{
  233. margin-left:460px;
  234. position:absolute;
  235. margin-top:10px;
  236. width:100px;}
  237.  
  238. #sidebar img{width:98px;height:96px;border:1px solid {color:border};{block:ifgrayscale}-webkit-filter: grayscale(1);transition: all 0.5s ease-in-out;{/block:ifgrayscale}}
  239.  
  240. .description{
  241. border:1px solid {color:border};
  242. padding:10px;
  243. {block:ifsidebarimage}margin-top:10px;{/block:ifsidebarimage}
  244. background:white;}
  245. .links{
  246. display:block;
  247. padding:10px;
  248. background:none;
  249. }
  250.  
  251. /************EDIT PAGINATION HERE************/
  252.  
  253. #next{position:fixed;padding:3px;background-color:white;border:1px solid{color:border};margin-left:544px;margin-top:540px;z-index:9999999999999999999999;}
  254. #previous{position:fixed;padding:3px;background-color:white;border:1px solid {color:border};margin-left:521px;margin-top:540px;z-index:9999999999999999999999;}
  255.  
  256. </style>
  257.  
  258. <main>
  259.  
  260.  
  261. {block:ifinfinitescrolling}
  262. {block:indexpage}
  263. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  264. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  265. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  266.  
  267. {/block:indexpage}
  268. {/block:ifinfinitescrolling}
  269.  
  270. </head>
  271.  
  272.  
  273. <body>
  274.  
  275. <body class="{select:Background Image}">
  276.  
  277. <div id="con">
  278. <article>
  279. <div id="content">
  280. <div class="topbar">
  281. <a title=""href="http://aesthesos.com/"><big><b>▬</b></big></a>
  282. <a title=""href="http://aesthesos.com/"><big><b>ㅁ</b></big></a>
  283. <a title=""href="http://aesthesos.com/">✖</a>
  284. </div>
  285.  
  286. {block:ifnotinfinitescrolling}
  287. {block:PreviousPage}
  288. <div id="previous">
  289. <a href="{PreviousPage}"><img src="https://31.media.tumblr.com/37fc7b2e9bb4e3a613d0ca17fb30aadb/tumblr_inline_n2ajohl4OT1r7v6wt.png"></a>
  290. </div>
  291. {/block:PreviousPage}
  292.  
  293. {block:NextPage}
  294. <div id="next">
  295. <a href="{NextPage}"><img src="https://31.media.tumblr.com/8bda193fb711f9d6152f035035ed40d4/tumblr_inline_n2ajovgVoS1r7v6wt.png"></a>
  296. </div>
  297. {/block:NextPage}
  298. {/block:ifnotinfinitescrolling}
  299.  
  300. <div id="sidebar">
  301.  
  302. {block:ifsidebarimage}<center><a href="/"><img src="{image:Sidebar}" /></a></center>{/block:ifsidebarimage}
  303. <div class="description">{Description}</div>
  304. <select onchange='location=this.options[this.selectedIndex].value;' style='
  305. padding:5px;text-align:center;border:1px solid {color:border};cursor:help;transition: all 0.3s ease-in-out;width:100px;font-size:10px;margin-top:10px;'>
  306. <option>Explore</option>
  307.  
  308. {block:ifLink1}<option value="{text:Link 1 URL}">{text:Link 1}</option>{/block:ifLink1}
  309. {block:ifLink2}<option value="{text:Link 2 URL}">{text:Link 2}</option>{/block:ifLink2}
  310. {block:ifLink3}<option value="{text:Link 3 URL}">{text:Link 3}</option>{/block:ifLink3}
  311. {block:ifLink4}<option value="{text:Link 4 URL}">{text:Link 4}</option>{/block:ifLink4}
  312. {block:ifLink5}<option value="{text:Link 5 URL}">{text:Link 5}</option>{/block:ifLink5}
  313. <option value="http://aesthesos.com/">@</option>
  314. </select>
  315. </div>
  316.  
  317.  
  318. <div id="entry">
  319. <div class = "autopagerize_page_element">
  320. {block:Posts}
  321. <div class="post">
  322.  
  323. <div id="permalink">
  324. <a title="{TimeAgo}"href="{Permalink}"><big><b>▬</b></big></a>
  325. <a title="{NoteCountWithLabel}"href="{Permalink}"><big><b>ㅁ</b></big></a>
  326. <a title="Reblog?"href="{ReblogURL}" target="_blank" class="details">✖</a>
  327. </div>
  328.  
  329. {block:Text}
  330. <div class="text">{block:title}<div class="quote">{Title}</div>{/block:title}
  331. <div class="body">{Body}</div></div>
  332. {/block:Text}
  333.  
  334. {block:Photo}
  335. {block:IndexPage}
  336. {block:Caption}
  337. <div class="caption">{Caption}</div>
  338. {/block:Caption}
  339. {/block:IndexPage}
  340. <a href="{Permalink}"><img src="{PhotoURL-400}"></a>
  341. {/block:Photo}
  342.  
  343. {block:Photoset}
  344. {block:IndexPage}
  345. {block:Caption}
  346. <div class="caption">{Caption}</div>
  347. {/block:Caption}
  348. {/block:IndexPage}
  349. {Photoset-400}
  350. {/block:Photoset}
  351.  
  352. {block:Quote}<div class="quotes">
  353. <div class="quote">❝{Quote}❞</div>
  354. {block:permalinkpage}{block:Source}
  355. <div class="source">{Source}</div>
  356. {/block:Source}{/block:permalinkpage}</div>
  357. {/block:Quote}
  358.  
  359. {block:Link}<div class="link">
  360. <div class="quote"><a href="{URL}" {Target}>{Name}</a></div>
  361. {block:Description}
  362. {Description}
  363. {/block:Description}</div>
  364. {/block:Link}
  365.  
  366. {block:Chat}<div class="chat">
  367. {block:Title}<div class="quote">{Title}</div>{/block:Title}
  368. {block:Lines}<div class="body">
  369. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  370. </div>{/block:Lines}</div>
  371. {/block:Chat}
  372.  
  373. {block:Audio}<div class="audio">
  374. <div id="hold">
  375. <div id="art">
  376. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg">
  377. {block:AlbumArt}<div id="art2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  378. </div>
  379. <div id="circle"></div><div id="player"><br>{AudioPlayerwhite}</div>
  380. </div>
  381. <div id="hold2" style="top:-13px;">
  382. <p>{block:TrackName}<b>Trackname: </b><big>{TrackName}</big>{/block:TrackName}</p>
  383. <p>{block:Artist}<b>Artist: </b>{Artist}{/block:Artist}</p>
  384. </div></div>
  385. {/block:Audio}
  386.  
  387. {block:Video}
  388. {Video-500}
  389. {block:IndexPage}
  390. {block:Caption}
  391. <span class="caption">{Caption}</span>
  392. {/block:Caption}
  393. {/block:IndexPage}
  394. {/block:Video}
  395.  
  396. {block:Answer}<div class="ask">
  397. <div class="question">
  398. <div class="asker"><span style="font-style:normal;"><b>{Asker} said:</b></span> {Question} </div></div>
  399. <div class="answer">{Answer}</div></div>
  400. {/block:Answer}
  401.  
  402. {block:PermalinkPage}
  403. <div style="padding:10px;">{block:Caption}{Caption}{/block:caption}
  404. {block:Date}{DayOfWeek} {DayofMonth} of {Month}, {Year},{/block:Date}
  405. <font style="text-transform:lowercase;">{block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  406. <br><br>{block:ContentSource}by: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} {block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:HasTags}{block:Tags}<span style="opacity:0.5;">#</span><a href="/tagged/{Tag}">{Tag}</a> &nbsp;{/block:Tags}{/block:HasTags}{/block:Date}
  407. <br>{block:PostNotes}
  408. <div id="notes"><div style="text-align:left;line-height:130%; padding:10px;"{PostNotes}</div></div>
  409. {/block:PostNotes}</div>
  410. {/block:PermalinkPage}
  411.  
  412. </div>
  413.  
  414. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  415.  
  416. {/block:Posts}
  417.  
  418. </div></div>
  419. </div></div><article></div></main></div>
  420.  
  421.  
  422. </body>
  423. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement