Advertisement
Guest User

for mar since she doesn't want to customize her own blog

a guest
Sep 2nd, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.07 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="http://media.tumblr.com/tumblr_loshylvxrY1qepbs7.png">
  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.  
  29. <meta name="text:Body Size" content="10" />
  30. <meta name="text:Quote Size" content="14" />
  31.  
  32. <meta name="text:Link 1 URL" content="" />
  33. <meta name="text:Link 1" content="" />
  34. <meta name="text:Link 2 URL" content="" />
  35. <meta name="text:Link 2" content="" />
  36. <meta name="text:Link 3 URL" content="" />
  37. <meta name="text:Link 3" content="" />
  38. <meta name="text:Link 4 URL" content="" />
  39. <meta name="text:Link 4" content=""/>
  40. <meta name="text:Link 5 URL" content="" />
  41. <meta name="text:Link 5" content="" />
  42. <meta name="text:Link 6 URL" content="" />
  43. <meta name="text:Link 6" content="" />
  44.  
  45. <meta name="color:background" content ="#f8f8f8">
  46. <meta name="color:title" content ="#3b3b3b">
  47. <meta name="color:text" content="#3b3b3b">
  48. <meta name="color:tags" content="#3b3b3b">
  49. <meta name="color:link" content="#b8b8b8">
  50. <meta name="color:link hover" content="#909090">
  51. <meta name="color:border" content="#b1b1b1">
  52. <meta name="color:permalink" content="#ededed"/>
  53. <meta name="color:posts" content="#f5f5f5">
  54.  
  55. <meta name="image:background" content="http://farm6.staticflickr.com/5516/12732293054_b96e70df58_k.jpg"/>
  56.  
  57. <meta name=”image:top thingy” content=”” />
  58.  
  59. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  60.  
  61. <style type="text/css">html, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), progress !important;}</style>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  64.  
  65. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  66.  
  67. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  68.  
  69. <script>
  70. (function($){
  71. $(document).ready(function(){
  72. $("a[title]").style_my_tooltips({
  73. tip_follows_cursor:true,
  74. tip_delay_time:30,
  75. tip_fade_speed:300,
  76. attribute:"title"
  77. });
  78. });
  79. })(jQuery);
  80. </script>
  81.  
  82. <meta charset="utf-8">
  83. <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
  84. <script src="//code.jquery.com/jquery-1.9.1.js"></script>
  85. <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  86. <link rel="stylesheet" href="/resources/demos/style.css">
  87. <script>
  88. $(function() {
  89. $( 'main article' ).draggable();
  90. });
  91. </script>
  92.  
  93. <!---------------END SCRIPTS--------------->
  94.  
  95. <style type="text/css">
  96.  
  97. img{-webkit-filter: Grayscale(100%); -webkit-transition-duration: 0.8s; -moz-transition-duration:0.8s; transition-duration:0.8s; -o-transition-duration:0.8s;}
  98.  
  99. img:hover{-webkit-filter: Grayscale(0%); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  100.  
  101. #topthingy {
  102.  
  103. width:100%;
  104.  
  105. height:110px;
  106.  
  107. background: url(‘{image:top thingy}’) top fixed repeat-x;
  108.  
  109. position:fixed;
  110.  
  111. margin-top:-50px;
  112.  
  113. opacity: 0.8;
  114.  
  115. }
  116.  
  117. main {
  118. width: 100%;
  119. margin: 0 auto;
  120. }
  121.  
  122. ::-webkit-scrollbar-thumb{
  123. background:{color:permalink};
  124. border-left: 1px solid {color:border};
  125. border-top: 1px solid {color:border};
  126. border-bottom: 1px solid {color:border};
  127. height:auto;
  128. }
  129.  
  130. ::-webkit-scrollbar {
  131. height:auto;
  132. width:5px;}
  133.  
  134. /************EDIT TOOLTIP HERE************/
  135.  
  136. #s-m-t-tooltip {
  137. display: none;
  138. text-align:center;
  139. position:absolute;
  140. letter-spacing:1px;
  141. text-transform:uppercase;
  142. margin-top:3px;
  143. z-index:99;
  144. font-family:'consolas';
  145. font-size:8px;
  146. padding:3px;
  147. line-height:10px;
  148. border-radius:3px;
  149. border:1px solid #eee;
  150. color:#999999;
  151. background:#ffffff;}
  152.  
  153. /************EDIT BODY HERE************/
  154.  
  155. body {
  156. background-image:url('{image:background}');
  157. background-attachment: fixed;
  158. background-color:{color:background};
  159. word-wrap:break-word;
  160. background-repeat:repeat;
  161. background-position:bottom right;
  162. background-size:100% 100%;
  163. font-size:{text:Body Size}px;
  164. letter-spacing:1px;
  165. text-align:justify;
  166. line-height:110%;
  167. font-family:'inconsolata';
  168. color:{color:text};}
  169.  
  170. .body{padding:5px;}
  171.  
  172. a:link, a, a:active, a:visited {
  173. text-decoration:none;
  174. color:{color:link};
  175. transition: all 0.5s ease-in-out;}
  176.  
  177. a:hover {
  178. color:{color:link hover};}
  179.  
  180. #con {
  181. position:absolute;
  182. left:50%;
  183. margin-left:-285px;}
  184.  
  185. /************EDIT POST POSITION/WIDTH HERE************/
  186.  
  187.  
  188. #content {
  189. margin-top:60px;
  190. background:#fcfcfc;
  191. width:570px;
  192. height:570px;
  193. border:1px solid {color:Border};}
  194.  
  195. .topbar{
  196. text-align:right;
  197. height:10px;
  198. width:562px;
  199. margin-top:-20px;
  200. z-index:999;
  201. margin-left:-1px;
  202. font-family:'courier new';
  203. padding:4px 4px 4px 4px;
  204. background:{color:permalink};
  205. border:1px solid {color:Border};
  206. }
  207. #entry{
  208. padding-left:20px;
  209. padding-right:20px;
  210. padding-bottom:20px;
  211. width:400px;
  212. height:527px;
  213. margin:10px;
  214. overflow:auto;
  215. background:white;
  216. border:1px solid {color:Border};
  217. }
  218.  
  219. /************EDIT OVERALL POSTS HERE************/
  220.  
  221.  
  222. .post {
  223. float:center;
  224. overflow:hidden;
  225. text-align:justify;
  226. background:white;
  227. margin-top:20px;
  228. width:400px;
  229. {block:ifgrayscale}-webkit-filter: grayscale(1);transition: all 0.5s ease-in-out;{/block:ifgrayscale}
  230. overflow:hidden;}
  231.  
  232. .post:hover{
  233. {block:ifgrayscale}-webkit-filter: grayscale(0);transition: all 0.5s ease-in-out;{/block:ifgrayscale}}
  234.  
  235. /************EDIT PERMALINK HERE************/
  236.  
  237. #permalink{
  238. text-align:right;
  239. height:10px;
  240. font-family:'courier new';
  241. padding:4px 4px 4px 4px;
  242. background:{color:permalink};
  243. border:1px solid {color:Border};}
  244.  
  245. /************EDIT QUOTE POSTS HERE************/
  246.  
  247. .quote {
  248. font-family:'inconsolata';
  249. font-size:{text:Quote Size}px;
  250. font-style:italic;
  251. text-align:center;
  252. line-height:120%;
  253. background:{color:posts};
  254. padding:10px;}
  255.  
  256. .source {
  257. font-family:'inconsolata';
  258. text-align:center;
  259. background:white;
  260. padding:10px;}
  261.  
  262. /************EDIT AUDIO POSTS HERE************/
  263.  
  264. #hold {
  265. display:inline-block;
  266. width:75px;
  267. background:#fcfcfc;
  268. height:75px;}
  269.  
  270. #art {
  271. position:relative;
  272. width:75px;
  273. height:75px;
  274. overflow:hidden;}
  275.  
  276. #art img {
  277. width:75px;
  278. position:absolute;}
  279.  
  280. #art2 {
  281. position:relative;
  282. width:75px;
  283. height:75px;
  284. background-color:{color:background};}
  285.  
  286. #hold2 {
  287. position:relative;
  288. display:inline-block;
  289. text-align:center;
  290.  
  291. width:315px;}
  292.  
  293. #player {
  294. position:relative;
  295. height:40px;
  296. width:28px;
  297. z-index:9999;
  298. overflow:hidden;
  299. margin-top:-48px;
  300. margin-left:25px;
  301. opacity:.6;}
  302.  
  303. #circle {
  304. position:relative;
  305. width:46px;
  306. height:46px;
  307. background:white;
  308. z-index:5;
  309. margin-top:-60px;
  310. margin-left:15px;
  311. opacity: .6;}
  312.  
  313. /************EDIT CAPTION HERE************/
  314.  
  315. .caption {
  316. {block:ifshowcaption}
  317. opacity:0;
  318. background:white;
  319. border-radius:5px;
  320. position:absolute;
  321. margin:10px;
  322. width:360px;
  323. padding:10px;
  324. line-height:130%;
  325. transition-duration: 0.6s;{/block:ifshowcaption}
  326. {block:ifnotshowcaption}display:none;{/block:ifnotshowcaption}
  327. }
  328.  
  329. .post:hover .caption {
  330. opacity:0.9;
  331. transition-duration: 0.6s;}
  332.  
  333. /************EDIT ANSWER POSTS HERE************/
  334.  
  335. .question {
  336. font-size:{text:Body Size}px;
  337. line-height:120%;
  338. font-style:italic;
  339. padding:10px;
  340. background-color:{color:posts};
  341. border-bottom:1px solid {color:border};
  342. font-family:{font:Body};}
  343.  
  344. .asker {
  345. font-size:{text:Body Size}px;
  346. padding-left:5px;
  347. padding-right:5px;
  348. padding-top:5px;
  349. padding-bottom:5px;
  350. font-family:'inconsolata';
  351. background:{color:posts};
  352. color:{color:text};}
  353.  
  354. .answer {
  355. padding-left:10px; padding-right:10px; text-align:left;
  356. background:white; font-family:{font:body};}
  357.  
  358. /************EDIT CREDIT HERE************/
  359.  
  360. #credit {
  361. position:fixed;
  362. float:right;
  363. opacity:0.7;
  364. bottom:18px;
  365. right:18px;
  366. padding:6px;
  367. font-size:10px;
  368. text-align:center;
  369. height:10px;
  370. width:10px;
  371. z-index:999999999999999999999999999999;
  372. font-family:georgia;}
  373.  
  374. #sidebar{
  375. margin-left:460px;
  376. position:absolute;
  377. margin-top:10px;
  378. width:100px;}
  379.  
  380. .description{
  381. border:1px solid {color:border};
  382. padding:10px;
  383. background:white;}
  384. .links{
  385. display:block;
  386. padding:10px;
  387. background:none;
  388. }
  389.  
  390. .text, .quotes, .ask, .audio, .link, .chat{
  391. border-left:1px solid {color:Border};
  392. border-right:1px solid {color:Border};
  393. border-bottom:1px solid {color:Border};
  394. }
  395.  
  396. #next{
  397. position:absolute;
  398. padding:3px;
  399. background-color:white;
  400. border:1px solid{color:border};
  401. margin-left:544px;
  402. margin-top:545px;
  403. z-index:9999999999999999999999;
  404. }
  405.  
  406. #previous{
  407. position:absolute;
  408. padding:3px;
  409. background-color:white;
  410. border:1px solid {color:border};
  411. margin-left:521px;
  412. margin-top:545px;
  413. z-index:9999999999999999999999;
  414. }
  415. </style>
  416.  
  417. <main>
  418.  
  419. {block:ifinfinitescrolling}
  420. {block:indexpage}
  421. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  422. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  423. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  424.  
  425. {/block:indexpage}
  426. {/block:ifinfinitescrolling}
  427.  
  428. </head>
  429.  
  430.  
  431. <body>
  432.  
  433. <div style='background-image: url(http://media.tumblr.com/tumblr_lmjk6wNC7g1qh6bfb.png);background-repeat: repeat-x;'><img src="http://media.tumblr.com/tumblr_lmjk6wNC7g1qh6bfb.png"></div>
  434.  
  435. <div id=”topthingy”></div>
  436.  
  437. <img src="https://31.media.tumblr.com/c71d2c6e67eb262677b0ff020cfabb4e/tumblr_inline_naqc4ocUdT1smbni5.png" style="position:fixed;bottom:0px;left:950px;z-index:999999"/>
  438.  
  439. <div id="con">
  440. <article>
  441. <div id="content">
  442. <div class="topbar">
  443. <a title=""href="http://aesthesos.com/"><big><b>▬</b></big></a>
  444. <a title=""href="http://aesthesos.com/"><big><b>ㅁ</b></big></a>
  445. <a title=""href="http://aesthesos.com/">✖</a>
  446. </div>
  447.  
  448. {block:ifnotinfinitescrolling}
  449. {block:PreviousPage}
  450. <div id="previous">
  451. <a href="{PreviousPage}"><img src="https://31.media.tumblr.com/37fc7b2e9bb4e3a613d0ca17fb30aadb/tumblr_inline_n2ajohl4OT1r7v6wt.png"></a>
  452. </div>
  453. {/block:PreviousPage}
  454.  
  455. {block:NextPage}
  456. <div id="next">
  457. <a href="{NextPage}"><img src="https://31.media.tumblr.com/8bda193fb711f9d6152f035035ed40d4/tumblr_inline_n2ajovgVoS1r7v6wt.png"></a>
  458. </div>
  459. {/block:NextPage}
  460. {/block:ifnotinfinitescrolling}
  461.  
  462. <div id="sidebar">
  463. <div class="description">{Description}</div>
  464. <select onchange='location=this.options[this.selectedIndex].value;' style='
  465. padding:5px;text-align:center;border:1px outset {color:border};cursor:help;transition: all 0.3s ease-in-out;font-family:inconsolata;width:100px;font-size:10px;margin-top:10px;
  466. '>
  467. <option>Explore</option>
  468. <option value="{text:Link 1 URL}">{text:Link 1}</option>
  469. <option value="{text:Link 2 URL}">{text:Link 2}</option>
  470. <option value="{text:Link 3 URL}">{text:Link 3}</option>
  471. <option value="{text:Link 4 URL}">{text:Link 4}</option>
  472. <option value="{text:Link 5 URL}">{text:Link 5}</option>
  473. <option value="{text:Link 6 URL}">{text:Link 6}</option>
  474. </select>
  475. </div>
  476.  
  477.  
  478. <div id="entry">
  479. <div class = "autopagerize_page_element">
  480. {block:Posts}<article>
  481. <div class="post">
  482.  
  483. <div id="permalink">
  484. <a title="{TimeAgo}"href="{Permalink}"><big><b>▬</b></big></a>
  485. <a title="{NoteCountWithLabel}"href="{Permalink}"><big><b>ㅁ</b></big></a>
  486. <a title="Reblog?"href="{ReblogURL}" target="_blank" class="details">✖</a>
  487. </div>
  488.  
  489. {block:Text}
  490. <div class="text">{block:title}<div class="quote"><img src=”"></div>{/block:title}
  491. <div class="body">{Body}</div></div>
  492. {/block:Text}
  493.  
  494. {block:Photo}
  495. {block:IndexPage}
  496. {block:Caption}
  497. <div class="caption">{Caption}</div>
  498. {/block:Caption}
  499. {/block:IndexPage}
  500. <a href="{Permalink}"><img src="{PhotoURL-400}"></a>
  501. {/block:Photo}
  502.  
  503. {block:Photoset}
  504. {block:IndexPage}
  505. {block:Caption}
  506. <div class="caption">{Caption}</div>
  507. {/block:Caption}
  508. {/block:IndexPage}
  509. {Photoset-400}
  510. {/block:Photoset}
  511.  
  512. {block:Quote}<div class="quotes">
  513. <div class="quote">❝{Quote}❞</div>
  514. {block:permalinkpage}{block:Source}
  515. <div class="source">{Source}</div>
  516. {/block:Source}{/block:permalinkpage}</div>
  517. {/block:Quote}
  518.  
  519. {block:Link}<div class="link">
  520. <div class="quote"><a href="{URL}" {Target}>{Name}</a></div>
  521. {block:Description}
  522. {Description}
  523. {/block:Description}</div>
  524. {/block:Link}
  525.  
  526. {block:Chat}<div class="chat">
  527. {block:Title}<div class="quote">{Title}</div>{/block:Title}
  528. {block:Lines}<div class="body">
  529. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  530. </div>{/block:Lines}</div>
  531. {/block:Chat}
  532.  
  533. {block:Audio}<div class="audio">
  534. <div id="hold">
  535. <div id="art">
  536. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg">
  537. {block:AlbumArt}<div id="art2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  538. </div>
  539. <div id="circle"></div><div id="player"><br>{AudioPlayerwhite}</div>
  540. </div>
  541. <div id="hold2">
  542. <p>{block:TrackName}<big>{TrackName}</big>{/block:TrackName}</p>
  543. <p>{block:Artist}{Artist}{/block:Artist}</p>
  544. </div></div>
  545. {/block:Audio}
  546.  
  547. {block:Video}
  548. {Video-500}
  549. {block:IndexPage}
  550. {block:Caption}
  551. <span class="caption">{Caption}</span>
  552. {/block:Caption}
  553. {/block:IndexPage}
  554. {/block:Video}
  555.  
  556. {block:Answer}<div class="ask">
  557. <div class="question">
  558. <div class="asker"><span style="font-style:normal;"><b>{Asker} said:</b></span> {Question} </div></div>
  559. <div class="answer">{Answer}</div></div>
  560. {/block:Answer}
  561.  
  562. {block:PermalinkPage}
  563. <div style="padding:10px;">{block:Caption}{Caption}{/block:caption}
  564. {block:Date}{DayOfWeek} {DayofMonth} of {Month}, {Year},{/block:Date}
  565. <font style="text-transform:lowercase;">{block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  566. <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}
  567. <br>{block:PostNotes}
  568. <div id="notes"><div style="text-align:left;line-height:130%; padding:10px;"{PostNotes}</div></div>
  569. {/block:PostNotes}</div>
  570. {/block:PermalinkPage}
  571.  
  572. </div></article>
  573. {/block:Posts}
  574.  
  575. </div></div>
  576. </div></div><article></div></div></div></div></div></div></main>
  577.  
  578.  
  579. </body>
  580.  
  581. <div id="credit"><a href="http://aesthesos.com/" title="theme by aesthesos"><big><big>ɑ</big></big></a></div>
  582. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement