Advertisement
rockatanskis

arcadia (sepiol #02)

Jul 12th, 2016
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!--
  9. base code by mrsthemes@tumblr
  10. theme by sepiol@tumblr
  11. edit as you like but do not remove the credit
  12. ->
  13.  
  14.  
  15. <!--------default variables-------->
  16. <meta name="color:background" content="#f3f3f3"/>
  17. <meta name="color:posts" content="#f3f3f3">
  18. <meta name="color:text" content="#333333"/>
  19. <meta name="color:links" content="#000000"/>
  20. <meta name="color:links hover" content="#c9c9c9"/>
  21. <meta name="color:scrollbar bg" content="#ffffff"/>
  22. <meta name="color:scrollbar" content="#f3f3f3">
  23. <meta name="color:blockquote" content="#000000">
  24. <meta name="color:header" content="#1a1a1a">
  25. <meta name="color:header title" content="#ffffff">
  26. <meta name="color:description" content="#ffffff">
  27. <meta name="color:header links" content="#ffffff">
  28.  
  29. <meta name="image:background image" content=""/>
  30. <meta name="image:header background image" content=""/>
  31.  
  32. <meta name="text:blog title" content="ARCADIA.">
  33. <meta name="text:font size" content="12">
  34.  
  35. <meta name="text:link 1 title" content="link">
  36. <meta name="text:link 1 url" content=" ">
  37. <meta name="text:link 2 title" content="link">
  38. <meta name="text:link 2 url" content=" ">
  39.  
  40. <meta name="if:show link 1" content="1" />
  41. <meta name="if:show link 2" content="1" />
  42. <meta name="if:rounded posts" content="1" />
  43.  
  44.  
  45. <!------------------------SCRIPTS--------------------->
  46.  
  47. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  49. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:200,
  56. tip_fade_speed:300
  57. });
  58. });
  59. })(jQuery);
  60. </script>
  61.  
  62. <script src="https://use.fontawesome.com/ca84a5b723.js"></script>
  63.  
  64.  
  65. <!-------------------------------------------------------------------->
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. /*----------tooltips---------*/
  71.  
  72. #s-m-t-tooltip {
  73. max-width:300px;
  74. margin:15px;
  75. padding:5px;
  76. border:1px solid #f3f3f3;
  77. border-radius:0px;
  78. background:#ffffff;
  79. color:{color:text};
  80. z-index:999999;
  81. font-size:7px;
  82. font-style:none;
  83. font-weight:lighter;
  84. letter-spacing:2px;
  85. font-family:helvetica;
  86. text-transform:uppercase;
  87. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  88. }
  89.  
  90.  
  91. /*----------scrollbar---------*/
  92.  
  93.  
  94. ::-webkit-scrollbar {
  95. height:0px;
  96. width:0px
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb:vertical {
  100. background-color:{color:scrollbar};
  101. height:50px
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:horizontal {
  105. height:8px!important
  106. }
  107.  
  108.  
  109. /*----------basics---------*/
  110.  
  111. body {
  112. background:{color:background} url({image:background image}) repeat right top fixed;
  113. color:{color:text};
  114. font-family:arial;
  115. line-height:15px;
  116. font-size:{text:font size}px;
  117. text-align:left;
  118. overflow:hidden;
  119. }
  120.  
  121. blockquote {
  122. padding-left:10px;
  123. border-left:1px solid;
  124. border-color:{color:blockquote};
  125. margin:10px;
  126. }
  127.  
  128. a {
  129. color:{color:links};
  130. text-decoration:none;
  131. -webkit-transition:all 0.5s;
  132. -moz-transition:all 0.5s;
  133. -ms-transition:all 0.5s;
  134. -o-transition:all 0.5s;
  135. transition:all 0.5s;
  136. }
  137.  
  138. a:hover {
  139. text-decoration:none;
  140. color: {color:links hover};
  141. -webkit-transition:all 0.5s;
  142. -moz-transition:all 0.5s;
  143. -ms-transition:all 0.5s;
  144. -o-transition:all 0.5s;
  145. transition:all 0.5s;
  146. }
  147.  
  148. img {
  149. opacity:1;
  150. text-decoration:none;
  151. }
  152.  
  153. h1 {
  154. font-size:15px;
  155. font-weight:bold;
  156. }
  157.  
  158. /*----------header----------*/
  159.  
  160. .header {
  161. border-radius:10px 10px 0px 0px;
  162. margin-left:-250px;
  163. background:{color:header} url({image:header background image}) repeat;
  164. width:460px;
  165. height:29px;
  166. padding:20px;
  167. position:fixed;
  168. margin-top:-69px;
  169. z-index:10;
  170. }
  171.  
  172. .header a {color:#fff;
  173. text-decoration:none;
  174. }
  175.  
  176. .header a:hover {
  177. color:white;
  178. -webkit-transition:all 0.5s;
  179. -moz-transition:all 0.5s;
  180. -ms-transition:all 0.5s;
  181. -o-transition:all 0.5s;
  182. transition:all 0.5s;
  183. }
  184.  
  185. .headertitle {
  186. color:{color:header title};
  187. font-family:helvetica, sans-serif;
  188. font-size:25px;
  189. font-weight:bold;
  190. margin-left:20px;
  191.  
  192. }
  193.  
  194. .headerdesc {
  195. color:{color:description};
  196. font-family:helvetica, sans-serif;
  197. font-size:10px;
  198. margin-top:3px;
  199. margin-left:20px;
  200.  
  201. }
  202.  
  203. .headerlinks {
  204. width:150px;
  205. margin-left:290px;
  206. text-align:right;
  207. z-index:30;
  208. font-size:15px;
  209. position:fixed;
  210. margin-top:-25px;
  211. word-spacing:5px;
  212. }
  213.  
  214. .headerlinks a {color:{color:header links};}
  215.  
  216.  
  217. /*----------posts---------*/
  218.  
  219. .wrap {
  220. width:460px;
  221. margin-left:50%;
  222. }
  223.  
  224. .container {
  225. width:420px;
  226. padding:40px;
  227. margin-top:140px;
  228. margin-left:-250px;
  229. height:355px;
  230. background-color:white;
  231. position:relative;
  232. overflow-y:scroll;
  233. overflow-x:hidden;
  234. border-radius:0px 0px 10px 10px;
  235. }
  236.  
  237. .posts {
  238. width:400px;
  239. background:{color:posts};
  240. padding:10px;
  241. {block:IfRoundedPosts}
  242. border-radius:10px;
  243. {/block:IfRoundedPosts}
  244. }
  245.  
  246. .entries {
  247. width:400px;
  248. margin-bottom:50px;
  249. }
  250.  
  251. .posts img, .posts li, .posts blockquote {
  252. max-width: 100%;
  253. }
  254.  
  255. .posts li {
  256. list-style: square;
  257. }
  258.  
  259. blockquote img {
  260. max-width:320px!important;
  261. }
  262.  
  263.  
  264. /*----------post info---------*/
  265.  
  266. .info {
  267. padding:15px;
  268. text-transform:uppercase;
  269. font-size:8px;
  270. letter-spacing:1px;
  271. margin-bottom:50px;
  272. }
  273.  
  274. .tags {
  275. text-transform:none;
  276. margin-top:5px;
  277. font-size:8px;
  278. letter-spacing:1px;
  279. }
  280.  
  281. .tags a {
  282. margin-right:8px;
  283. }
  284.  
  285.  
  286. /*----------post notes---------*/
  287.  
  288. ol.notes {
  289. padding:0px;
  290. list-style-type:none;
  291. }
  292.  
  293. ol.notes li.note {
  294. padding:10px;
  295. }
  296.  
  297. ol.notes li.note img.avatar {
  298. vertical-align:-4px;
  299. margin-right:10px;
  300. width:16px;
  301. height:16px;
  302. }
  303.  
  304. ol.notes li.note span.action {
  305. font-weight:none;
  306. }
  307.  
  308. ol.notes li.note .answer_content {
  309. font-weight:normal;
  310. }
  311.  
  312. ol.notes li.note blockquote {
  313. padding:4px 10px;
  314. margin:10px 0px 0px 25px;
  315. }
  316.  
  317. ol.notes li.note blockquote a {
  318. text-decoration:none;
  319. }
  320.  
  321. /*----------pagination---------*/
  322.  
  323. .pagination {
  324. width:500px;
  325. margin-left:-250px;
  326. position:fixed;
  327. text-align:center;
  328. font-size:8px;
  329. text-transform:uppercase;
  330. letter-spacing:1px;
  331. word-spacing:5px;
  332. top:585px;
  333. z-index:90000;
  334. }
  335.  
  336. .pagination a {
  337. background:#fff;
  338. padding:5px;
  339. color:#111;
  340. }
  341.  
  342.  
  343. /*----------quotes---------*/
  344.  
  345. .quote {
  346. text-transform:uppercase;
  347. font-size:12px;
  348. font-weight:bold;
  349. text-align:center;
  350. }
  351.  
  352. .quotesource {
  353. text-align:center;
  354. margin-top:10px;
  355. }
  356.  
  357.  
  358. /*----------chat---------*/
  359.  
  360. .chat {
  361. line-height:20px;
  362. list-style:none;
  363. }
  364.  
  365. .line.odd {
  366. background:#fafafa;
  367. margin-bottom:2px;
  368. padding:5px;
  369. list-style:none;
  370. font-size:10px;
  371. }
  372.  
  373. .line.even {
  374. background:#ffffff;
  375. margin-bottom:2px;
  376. padding:5px;
  377. list-style:none;
  378. font-size:10px;
  379. }
  380.  
  381. .label {
  382. padding-right:1px;
  383. text-transform:uppercase;
  384. font-weight:bold;
  385. color:{color:links};
  386. }
  387.  
  388.  
  389. /*----------questions---------*/
  390.  
  391. .question {
  392. background:#fafafa;
  393. padding:10px;
  394. }
  395.  
  396. .asker {
  397. text-transform:uppercase;
  398. }
  399.  
  400. /*----------audio---------*/
  401.  
  402. .playerbutton {
  403. position:relative;
  404. width:30px;
  405. height:35px;
  406. overflow:hidden;
  407. }
  408.  
  409. .playerbuttonhug {
  410. position: absolute;
  411. top:-7px;
  412. left:2px;
  413. }
  414.  
  415. .tumblr_audio_player {
  416. height:50px;
  417. width:500px;
  418. }
  419.  
  420. .playerbuttonbg {
  421. position:absolute;
  422. width:35px;
  423. height:35px;
  424. background-color:#e4e4e4;
  425. padding:10px;
  426. }
  427.  
  428. .trackdetails {
  429. width:auto;
  430. display:inline-block;
  431. margin-left:70px;
  432. font-size:10px;
  433. letter-spacing:1px;
  434. text-transform:lowercase;
  435. padding:5px;
  436. line-height:15px;
  437. }
  438.  
  439. .audiowrapper {
  440. position:relative;
  441. display:inline-block;
  442. }
  443.  
  444.  
  445. </style>
  446. </head>
  447.  
  448. <body>
  449.  
  450. <div class="wrap">
  451.  
  452. {block:Pagination}
  453. <div class="pagination">
  454. {block:PreviousPage}
  455. <a href="{PreviousPage}">previous</a>
  456. {/block:PreviousPage}
  457. {block:NextPage}
  458. <a href="{NextPage}">next</a>
  459. {/block:NextPage}</div>
  460. {/block:Pagination}
  461.  
  462.  
  463. <div class="header">
  464. <div class="headertitle">{text:blog title}</div>
  465. <div class="headerdesc">{description}</div>
  466. <div class="headerlinks">
  467. <a href="/" title="home"><i class="fa fa-home" aria-hidden="true"></i></a>
  468. <a href="/ask" title="message"><i class="fa fa-comment" aria-hidden="true"></i></a>
  469. {block:IfShowLink1}<a href="{text:link 1 url}" title="{text:link 1 title}"><i class="fa fa-link" aria-hidden="true"></i></a>{/block:IfShowLink1}
  470. {block:IfShowLink2}<a href="{text:link 2 url}" title="{text:link 2 title}"><i class="fa fa-asterisk" aria-hidden="true"></i></a>{/block:IfShowLink2}
  471. <a href="http://sepiol.tumblr.com" title="credit"><i class="fa fa-cog" aria-hidden="true"></i></a> </div>
  472. </div>
  473.  
  474.  
  475. <div class="container">
  476.  
  477.  
  478. <div class="entries">
  479. {block:Posts}
  480. <div class="posts">
  481.  
  482. {block:Text}
  483. <h1>{block:Title}{Title}{/block:Title}</h1>
  484. {Body}{/block:Text}
  485.  
  486.  
  487. {block:Photo}
  488. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  489. {block:Caption}{Caption}{/block:Caption}
  490. {/block:Photo}
  491.  
  492.  
  493. {block:Photoset}
  494. {Photoset-400}
  495. {block:Caption}{Caption}{/block:Caption}
  496. {/block:Photoset}
  497.  
  498.  
  499. {block:Quote}
  500. <div class="quote">"{Quote}"</div>
  501. {block:Source}<div class="quotesource"> — {Source}</div>
  502. {/block:Source}{/block:Quote}
  503.  
  504.  
  505. {block:Link}
  506. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  507. {block:Description}{Description}{/block:Description}
  508. {/block:Link}
  509.  
  510.  
  511. {block:Chat}
  512. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  513. {/block:Chat}
  514.  
  515.  
  516. {block:Audio}
  517. {block:AudioPlayer}
  518. <div class="audiowrapper">
  519. <div class="playerbuttonbg">
  520. <div class="playerbutton">
  521. <div class="playerbuttonhug">
  522. {AudioPlayerGrey}
  523. </div></div></div>
  524.  
  525. <div class="trackdetails">
  526. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  527.  
  528. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  529.  
  530. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  531. {/block:AudioPlayer}
  532.  
  533. {block:Caption}
  534. <div class="caption">{Caption}</div>
  535. {/block:Caption}
  536. {/block:Audio}
  537.  
  538.  
  539. {block:Video}
  540. {Video-400}
  541. {block:Caption}{Caption}{/block:Caption}
  542. {/block:Video}
  543.  
  544.  
  545. {block:Answer}
  546. <table style="padding-bottom:5px;margin-bottom:5px;">
  547. <tr>
  548. <td style="vertical-align:top;padding-right:5px"><img src="{AskerPortraitURL-30}"></td><td style="vertical-align:top;background:#ededed;padding:5px;width:350px;border-radius:5px"><strong>{Asker}</strong><br> {Question}</td>
  549. </tr>
  550. </table>
  551. {Answer}
  552. {/block:Answer}
  553.  
  554. </div>
  555.  
  556. <div class="info">
  557. {block:Date}
  558. <b><a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</b></a>
  559. {/block:Date}
  560.  
  561. &nbsp;&nbsp;
  562. <a href="{Permalink}">{NoteCountWithLabel}</a>
  563. &nbsp;&nbsp;
  564.  
  565. {block:RebloggedFrom}
  566. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via</a>&nbsp;&nbsp;
  567. {block:ContentSource}
  568. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}"> src</a>&nbsp;&nbsp;
  569. {/block:ContentSource}
  570. {/block:RebloggedFrom}
  571.  
  572. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  573.  
  574.  
  575. {block:HasTags}
  576. <div class="tags">
  577. {block:Tags}
  578. <a href="{TagURL}"># {Tag}</a>
  579. {/block:Tags}
  580. </div>
  581. {/block:HasTags}</div>
  582.  
  583. {block:PostNotes}
  584. {PostNotes}
  585. {/block:PostNotes}
  586.  
  587. {/block:Posts}
  588.  
  589. {block:ContentSource}
  590. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  591. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  592. {/block:SourceLogo}
  593. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  594. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  595.  
  596. </body>
  597. </div>
  598. </div></div></div></div></div></div></div></div></div></div></div>
  599. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement