Advertisement
anebeitia

Verne

Feb 15th, 2014
3,499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.38 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. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  14. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17. <title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <meta name="image:background" content=""/>
  25. <meta name="image:footer" content=""/>
  26.  
  27. <meta name="if:hovercaptions" content="1"/>
  28. <meta name="if:showcaptions" content="0" />
  29. <meta name="if:grayscale" content="0" />
  30. <meta name="if:grid" content="0" />
  31.  
  32. <meta name="font:body" content="Lucida Sans"/>
  33.  
  34. <meta name="text:MarginLink" content="150" />
  35. <meta name="text:Link 1 URL" content="" />
  36. <meta name="text:Link 1" content="" />
  37. <meta name="text:Link 2 URL" content="" />
  38. <meta name="text:Link 2" content="" />
  39. <meta name="text:Link 3 URL" content="" />
  40. <meta name="text:Link 3" content="" />
  41. <meta name="text:Link 4 URL" content="" />
  42. <meta name="text:Link 4" content=""/>
  43. <meta name="text:Link 5 URL" content="" />
  44. <meta name="text:Link 5" content="" />
  45.  
  46. <meta name="color:background" content="#f6f6f6">
  47. <meta name="color:captionbg" content="#000000">
  48. <meta name="color:caption a" content="#ffffff">
  49. <meta name="color:border" content="#cacaca">
  50. <meta name="color:permalink" content="#d3d3d3">
  51. <meta name="color:title" content ="#3b3b3b">
  52. <meta name="color:text" content="#3b3b3b">
  53. <meta name="color:link" content="#b8b8b8">
  54. <meta name="color:link hover" content="#666666">
  55. <meta name="color:scrollbar" content="#eeeeee">
  56. <meta name="color:scrollbar bg" content="#ffffff">
  57. <meta name="color:accent" content="#cccccc"/>
  58.  
  59. <meta name="select:Background Image" content="color" title="None">
  60. <meta name="select:Background Image" content="cover" title="Cover">
  61. <meta name="select:Background Image" content="repeat" title="Repeat">
  62.  
  63. <meta name="select:Postwidth" content="post-width-500" title="500px">
  64. <meta name="select:Postwidth" content="post-width-400" title="400px">
  65. <meta name="select:Postwidth" content="post-width-250" title="250px">
  66.  
  67. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  70.  
  71. {block:ifgrid}
  72. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  73. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  74.  
  75. <script>
  76. $(function(){
  77. var $container = $('#entry');
  78. $container.imagesLoaded(function(){
  79. $container.masonry({
  80. itemSelector: '.post',
  81. });
  82. });
  83. $container.infinitescroll({
  84. itemSelector : ".post",
  85. navSelector : "div.pagination",
  86. nextSelector : ".pagination a#next",
  87. loadingImg : "",
  88. loadingText : "<em></em>",
  89. bufferPx : 10000,
  90. extraScrollPx: 12000,
  91. },
  92. // trigger Masonry as a callback
  93. function( newElements ) {
  94. var $newElems = $( newElements ).css({ opacity: 0 });
  95. // ensure that images load before adding to masonry layout
  96. $newElems.imagesLoaded(function(){
  97. $newElems.animate({ opacity: 1 });
  98. $container.masonry( 'appended', $newElems, true );
  99. });
  100. }
  101. );
  102. });
  103. </script>
  104. {/block:ifgrid}
  105. <!---------------END SCRIPTS--------------->
  106.  
  107. <style type="text/css">
  108.  
  109. ::-webkit-scrollbar {width:5px; height:auto; background:{color:scrollbar bg};}
  110. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  111. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  112. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  113.  
  114. /************EDIT BODY HERE************/
  115.  
  116. body {
  117. font-size:10px;
  118. letter-spacing:1px;
  119. text-align:justify;
  120. padding:5px;
  121. line-height:110%;
  122. font-family:{font:Body};
  123. color:{color:text};}
  124.  
  125. .color {background:{color:background};}
  126. .cover {background: url({image:Background});background-repeat:no-repeat;background-attachment:fixed;background-size:100% 100%;}
  127. .repeat {background: url({image:Background});background-repeat:repeat;background-attachment: fixed;}
  128.  
  129. /************EDIT TEXT SETTINGS HERE************/
  130.  
  131. a:link, a, a:active, a:visited {
  132. text-decoration:none;
  133. color:{color:link};}
  134.  
  135. a:hover {color:{color:link hover};}
  136.  
  137. h1 {
  138. font-size:18px;
  139. text-transform:none;
  140. font-family:'megrim';
  141. font-style:italic;
  142. text-align:center;
  143. background:{color:accent};
  144. line-height:120%;
  145. margin:-5px;margin-bottom:5px;
  146. padding:10px;
  147. color:{color:title};}
  148.  
  149. blockquote {padding-left:2px;}
  150.  
  151. /************EDIT POST POSITION/WIDTH HERE************/
  152.  
  153. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  154.  
  155. #entry {padding-bottom:50px;}
  156.  
  157. /************EDIT OVERALL POSTS HERE************/
  158.  
  159. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  160.  
  161. .post {
  162. position:relative;
  163. padding:5px;
  164. background:white;
  165. float:center;
  166. overflow:hidden;
  167. text-align:justify;
  168. border-radius:5px;
  169. border:1px solid {color:Border};
  170. overflow:hidden;
  171. margin:50px 50px;
  172. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  173. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  174. box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  175. {block:ifgrayscale}-webkit-filter: grayscale(1);transition: all 0.5s ease-in-out;{/block:ifgrayscale}}
  176.  
  177. .post-width-500 .post { width: 500px;}
  178. .post-width-400 .post { width: 400px;}
  179. .post-width-250 .post { width: 250px;}
  180.  
  181. .post-width-500 .element-width-400, .post-width-500 .element-width-250 {display:none;}
  182. .post-width-400 .element-width-500, .post-width-400 .element-width-250 {display:none;}
  183. .post-width-250 .element-width-500, .post-width-250 .element-width-400 {display:none;}
  184.  
  185. .post:hover{
  186. {block:ifgrayscale}-webkit-filter: grayscale(0);transition: all 0.5s ease-in-out;{/block:ifgrayscale}}
  187.  
  188. /************EDIT CAPTION/DATA POSTS HERE************/
  189.  
  190. .post:hover .caption {
  191. opacity:.8;
  192. -moz-transition: all 0.4s;
  193. -webkit-transition: all 0.4s;
  194. -o-transition: all 0.4s;
  195. transition: all 0.4;}
  196.  
  197. .post-width-500 .caption { width:479px;}
  198. .post-width-400 .caption { width:379px;}
  199. .post-width-250 .caption { width:229px;}
  200.  
  201. .caption {
  202. text-align:justify;
  203. border:1px solid {color:Border};
  204. opacity:0;
  205. height:100%;
  206. padding:10px;
  207. position:absolute;
  208. overflow:hidden;
  209. font-family:{font:Body};
  210. color:{color:caption a};
  211. background:{color:captionbg};
  212. -moz-transition: all 0.4s;
  213. -webkit-transition: all 0.4s;
  214. -o-transition: all 0.4s;
  215. transition: all 0.4;}
  216.  
  217. .caption a{color:{color:caption a};}
  218.  
  219. /************EDIT PERMALINK HERE************/
  220.  
  221. .permalink{background:{color:permalink};margin:-5px;margin-bottom:5px;padding:5px;text-align:right;border-bottom:1px solid {color:Border};overflow:hidden;}
  222.  
  223. /************EDIT QUOTE POSTS HERE************/
  224.  
  225. #source {
  226. font-family:{font:Body};
  227. text-align:center;
  228. padding:10px;
  229. background:white;}
  230.  
  231. /************EDIT QUESTION POSTS HERE************/
  232.  
  233. #asker {
  234. text-align:left;
  235. margin-top:0px;
  236. font-size:11px;
  237. line-height:120%;
  238. font-style:none;}
  239.  
  240. #asker a {
  241. font-size:10px;
  242. font-family:{font:Body};
  243. letter-spacing:1px;}
  244.  
  245. #question {
  246. font-size:11px;
  247. padding:10px;
  248. line-height:120%;
  249. font-style:italic;
  250. letter-spacing:0px;
  251. font-family:{font:Body};}
  252.  
  253. /************EDIT AUDIO POSTS HERE************/
  254.  
  255. .player {
  256. width:25px;
  257. height:25px;
  258. overflow:hidden;
  259. font-family:{font:Body};
  260. margin-left:12px;
  261. padding:5px;
  262. position:absolute;
  263. margin-top:12px;
  264. background:white;
  265. z-index:2;}
  266.  
  267. .audioinfo {
  268. text-align:right;
  269. z-index:2;
  270. position:absolute;
  271. padding-top:17px;
  272. text-transform:uppercase;
  273. font-size:10px;
  274. line-height:130%;
  275. }
  276.  
  277. .post-width-500 .audioinfo { width:485px;}
  278. .post-width-400 .audioinfo { width:385px;}
  279. .post-width-250 .audioinfo { width:235px;}
  280.  
  281. .playerback {height:58px;background-color:{color:accent};}
  282.  
  283. /************EDIT HEADER HERE************/
  284.  
  285. #header {
  286. margin-top:50px;
  287. border-radius:5px;
  288. border:1px solid {color:Border};
  289. width:350px;
  290. z-index:9999999;
  291. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  292. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  293. box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  294. z-index:1;}
  295.  
  296.  
  297. #blogtitle {
  298. text-align:center;
  299. background:{color:accent};
  300. font-family:'megrim';
  301. font-size:50px;
  302. margin-top:-5px;
  303. line-height:120%;
  304. width:290px;
  305. padding:7px 30px 7px 30px;
  306. letter-spacing:2px;}
  307.  
  308. .subtitle{
  309. opacity:1;
  310. padding:20px;
  311. line-height:120%;
  312. background:white;
  313. text-transform:uppercase;}
  314.  
  315. #links {
  316. margin-top:{text:marginlink}px;
  317. border-radius:5px;
  318. left:50%;
  319. background:white;
  320. margin-left:40px;
  321. position:absolute;
  322. border:1px solid {color:Border};
  323. width:250px;
  324. text-transform:uppercase;
  325. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  326. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  327. box-shadow: 0px 2px 8px rgba(0,0,0,0.6);}
  328.  
  329. .links{padding:5px;}
  330. .links a{margin:5px;font-size:12px;}
  331. #permalink2{background:{color:permalink};padding:5px;padding-bottom:7px;text-align:right;border-bottom:1px solid {color:Border};}
  332.  
  333. </style></head>
  334.  
  335. <body>
  336.  
  337. <body class="{select:Background Image}">
  338.  
  339. <center>
  340.  
  341. <div id="links">
  342. <div id="permalink2">
  343. <a href="http://aesthesos.com/"><big><b>▬</b></big></a>
  344. <a href="http://aesthesos.com/"><big><b>ㅁ</b></big></a>
  345. <a href="http://aesthesos.com/">✖</a></div>
  346. <div class="links">{block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}">i</a>{/block:ifLink1}
  347. {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}">ii</a>{/block:ifLink2}
  348. {block:ifLink3}<a href="{text:Link 3 URL}" title="{text:Link 3}">iii</a>{/block:ifLink3}
  349. {block:ifLink4}<a href="{text:Link 4 URL}" title="{text:Link 4}">iv</a>{/block:ifLink4}
  350. {block:ifLink5}<a href="{text:Link 5 URL}" title="{text:Link 5}">v</a>{/block:ifLink5}
  351. <a href="http://aesthesos.com/">@</a>
  352. </div>
  353. </div>
  354.  
  355. <div id="header"><div id="permalink2">
  356. <a href="http://aesthesos.com/"><big><b>▬</b></big></a>
  357. <a href="http://aesthesos.com/"><big><b>ㅁ</b></big></a>
  358. <a href="http://aesthesos.com/">✖</a></div>
  359. <div id="blogtitle"><a href="/">{Title}</a></div><div class="subtitle">{Description}</div></div>
  360.  
  361. <div id="entry" class="{select:Postwidth}">
  362. <br><br><br><br><br><br>
  363. {block:Posts}
  364.  
  365. <div class="post" >
  366.  
  367. <div class="permalink">
  368. <a title="{TimeAgo}"href="{Permalink}"><big><b>▬</b></big></a>
  369. <a title="{NoteCountWithLabel}"href="{Permalink}"><big><b>ㅁ</b></big></a>
  370. <a title="Reblog?"href="{ReblogURL}" target="_blank" class="details">✖</a>
  371. </div>
  372.  
  373. {block:Text}{block:Title}<span style="background:{color:accent};"><h1>{Title}</h1></span>{/block:Title}<div style="padding-left:10px;padding-right:10px;">{Body}</div>{/block:Text}
  374.  
  375. {block:Photo}
  376. {block:ifhovercaptions}{block:Caption}<span class="caption">{Caption}</span>
  377. {/block:Caption}{/block:ifhovercaptions}
  378. <img class="element-width-500" src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  379. <img class="element-width-400" src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  380. <img class="element-width-250" src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  381. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  382. {/block:Photo}
  383.  
  384. {block:Photoset}
  385. {block:ifhovercaptions}{block:Caption}<span class="caption">{Caption}</span>
  386. {/block:Caption}{/block:ifhovercaptions}
  387. <div class="element-width-500">{Photoset-500}</div>
  388. <div class="element-width-400">{Photoset-400}</div>
  389. <div class="element-width-250">{Photoset-250}</div>
  390. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
  391. {/block:Photoset}
  392.  
  393. {block:Quote}
  394. <h1>❝ {Quote} ❞</h1>
  395. {block:Source}
  396. <div id="source">{Source}</div>
  397. {/block:Source}
  398. {/block:Quote}
  399.  
  400. {block:Link}
  401. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  402. {block:Description}
  403. <div style="padding-left:5px;padding-right:5px;">{Description}</div>
  404. {/block:Description}
  405. {/block:Link}
  406.  
  407. {block:Chat}
  408. {block:Title}<h1>{Title}</h1>{/block:Title}
  409. {block:Lines}<div style="padding:10px;">
  410. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  411. </div>{/block:Lines}
  412. {/block:Chat}
  413.  
  414. {block:Audio}<div style="margin:-5px;">
  415. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}</div><div class="playerback"><div class="player">{AudioPlayerWhite}</div></div></div>
  416. {/block:Audio}
  417.  
  418. {block:Video}
  419. <div class="element-width-500">{Video-500}</div>
  420. <div class="element-width-400">{Video-400}</div>
  421. <div class="element-width-250">{Video-250}</div>
  422. {block:Caption}{Caption}{/block:Caption}
  423. {/block:Video}
  424.  
  425. {block:Answer}
  426. <h1><div id="question"><div id="asker"><b>{Asker}</b> said: {Question}</div></div></h1>
  427. <div style="padding-left:10px;padding-right:10px;">{Answer}</div>
  428. {/block:Answer}
  429.  
  430. {block:PermalinkPage}{block:Date}{DayOfWeek} {DayofMonth} of {Month}, {Year},{/block:Date}<font style="text-transform:lowercase;">{block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}<br>{block:ContentSource}by: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} {block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</a></font><br><div class="tags">{block:HasTags}{block:Tags}<span style="opacity:0.5;">#</span><a href="/tagged/{Tag}">{Tag}</a> &nbsp;{/block:Tags}{/block:HasTags}{/block:Date}{/block:PermalinkPage}
  431.  
  432. </div>
  433.  
  434. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  435.  
  436. {/block:Posts}
  437.  
  438. <!---------------DO NOT DELETE THIS--------------->
  439.  
  440.  
  441. {block:PermalinkPage}
  442. {block:PostNotes}
  443. <div id="notes">{PostNotes}</div>
  444. {/block:PostNotes}
  445. {/block:permalinkpage}
  446.  
  447. </div>
  448.  
  449. </center>
  450. </body>
  451. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement