Advertisement
vassilias

Theme 06. Fiction

Apr 4th, 2015
2,979
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.77 KB | None | 0 0
  1. <!--Theme by Wren @ vassilias
  2.  
  3. * D O N O T R E P R O D U C E
  4. A N Y P A R T O F T H I S T H E M E
  5.  
  6. * D O N O T R E M O V E T H I S C R E D I T
  7.  
  8. * D O N O T U S E T H I S
  9. T H E M E A S A B A S E C O D E
  10.  
  11. Theme by Wren @ vassilias-->
  12.  
  13. <!DOCTYPE html>
  14.  
  15. <head>
  16.  
  17.  
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!--Default Variables-->
  25. <meta name="if:500px Width" content="1"/>
  26. <meta name="if:400px Width" content="0"/>
  27.  
  28. <meta name="color:Primary Accent Color" content="#fafafa"/>
  29. <meta name="color:Secondary Accent Color" content="#f0f0f0"/>
  30. <meta name="color:Text" content="#000"/>
  31. <meta name="color:Links" content="#000"/>
  32. <meta name="image:Sidebar Image" content=""/>
  33. <meta name="if:Show Sidebar Image" content="0">
  34. <meta name="color:Links Hover Color" content="#dddddd"/>
  35. <meta name="color:Sidebar Links Color" content="#000"/>
  36. <meta name="color:Sidebar Links Hover Color" content="#dddddd"/>
  37. <meta name="color:Blog Title Color" content="#000"/>
  38. <meta name="color:Blog Title Hover Color" content="#000"/>
  39. <meta name="color:Scrollbar" content="#f0f0f0" />
  40. <meta name="color:Scrollbar Background" content="#fafafa" />
  41.  
  42. <meta name="text:Link 1 URL" content="" />
  43. <meta name="text:Link 1" content="" />
  44. <meta name="text:Link 2 URL" content="" />
  45. <meta name="text:Link 2" content="" />
  46. <meta name="text:Link 3 URL" content="" />
  47. <meta name="text:Link 3" content="" />
  48. <meta name="text:Link 4 URL" content="" />
  49. <meta name="text:Link 4" content="" />
  50. <meta name="text:Link 5 URL" content="" />
  51. <meta name="text:Link 5" content="" />
  52.  
  53. <!-- jquery for tooltips-->
  54.  
  55.  
  56.  
  57. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  58.  
  59. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  60.  
  61.  
  62.  
  63. <script>
  64.  
  65. (function($){
  66.  
  67. $(document).ready(function(){
  68.  
  69. $("a[title]").style_my_tooltips({
  70.  
  71. tip_follows_cursor:true,
  72.  
  73. tip_delay_time:30,
  74.  
  75. tip_fade_speed:300,
  76.  
  77. attribute:"title"
  78.  
  79. });
  80.  
  81. });
  82.  
  83. })(jQuery);
  84.  
  85. </script>
  86.  
  87.  
  88.  
  89.  
  90. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
  91.  
  92.  
  93.  
  94. <!--CSS customization here. -->
  95.  
  96. <style type="text/css">
  97.  
  98. #s-m-t-tooltip{
  99. position:absolute;
  100. margin-top: 15px;
  101. z-index:9999;
  102. font-family: Quicksand;
  103. font-size: 6px;
  104. letter-spacing: 1px;
  105. padding: 3px 6px 3px 6px;
  106. text-transform: uppercase;
  107. color:#fff;
  108. background:{color:Text};
  109. }
  110.  
  111. ::-webkit-scrollbar {
  112. height: 8px;
  113. width: 8px;
  114. background: {color:Scrollbar Background};
  115. }
  116.  
  117. ::-webkit-scrollbar-thumb {
  118. background: {color:Scrollbar};
  119. }
  120.  
  121. /*basics*/
  122.  
  123. body {
  124. background:#fff;
  125. color:{color:Text};
  126. font-family:Quicksand;
  127. font-size:9px;
  128. text-align:justify;
  129. margin:0;
  130. line-height:16px;
  131. }
  132.  
  133. blockquote {
  134. padding: 15px;
  135. border-left: 1px dotted {color:Text};
  136. margin-left: 20px;
  137. }
  138.  
  139. a {
  140. color:{color:Links};
  141. text-decoration:none;
  142. padding: 0px;
  143. -webkit-transition: all 0.3s ease-out;
  144. -moz-transition: all 0.3s ease-out;
  145. -o-transition: all 0.3s ease-out;
  146. }
  147.  
  148. a:hover {
  149. text-decoration:none;
  150. color:{color:Links Hover Color};
  151. -webkit-transition: all 0.3s ease-out;
  152. -moz-transition: all 0.3s ease-out;
  153. -o-transition: all 0.3s ease-out;
  154. }
  155.  
  156. img{
  157. opacity:1;
  158. border:none;
  159. text-decoration:none;
  160. }
  161.  
  162. small {
  163. font-size:7px;
  164. }
  165.  
  166. big {
  167. font-size:12px;
  168. }
  169.  
  170.  
  171. #title {
  172. font-size:16px;
  173. margin-bottom: 30px;
  174. padding: 30px;
  175. border-bottom: solid 1px {color:Secondary Accent Color};
  176. }
  177.  
  178. /*sidebar*/
  179.  
  180. #sidebar {
  181. text-align:left;
  182. position:fixed;
  183. margin-left:-406px;
  184. margin-top: 0px;
  185. padding:50px;
  186. color:{color:Text};
  187. height: 100%;
  188. background: #fafafa;
  189. border-right: solid 1px {color:Secondary Accent Color};
  190. width:160px;
  191. }
  192.  
  193. #sidebarimage {
  194. margin-top: 120px;
  195. width:80px;
  196. height:80px;
  197. overflow:hidden;
  198. border-radius: 100%;
  199. border: solid 20px {color:Secondary Accent Color};
  200. }
  201.  
  202. #sidebarimage img {
  203. width:80px;
  204. }
  205.  
  206. #blogt {
  207. {block:ifShowSidebarImage}
  208. margin-top: 20px;
  209. {/block:ifShowSidebarImage}
  210. {block:ifNotShowSidebarImage}
  211. margin-top: 150px;
  212. {/block:ifNotShowSidebarImage}
  213. font-size:20px;
  214. font-weight:light;
  215. font-family: Quicksand;
  216. text-transform: lowercase;
  217. line-height:45px;
  218. text-align:center;
  219. }
  220.  
  221. #blogt a {
  222. font-size:20px;
  223. text-transform: uppercase;
  224. color:{color:Blog Title Color};
  225. font-family: Quicksand;
  226. line-height:38px;
  227. }
  228.  
  229. #blogt a:hover {
  230. color:{color:Blog Title Hover Color};
  231. }
  232.  
  233. #links {
  234. line-height:25px;
  235. text-transform:lowercase;
  236. text-align: center;
  237. color: {color:Sidebar Links Color};
  238. }
  239.  
  240. #links a {
  241. display:inline-block;
  242. padding: 3px 5px 3px 5px;
  243. font-size: 6px;
  244. font-family: Quicksand;
  245. text-transform:uppercase;
  246. letter-spacing: 1px;
  247. color:{color:Sidebar Links Color};
  248. }
  249.  
  250. #links a:hover {
  251. color:{color:Sidebar Links Hover Color};
  252. }
  253.  
  254. #description {
  255. padding:20px;
  256. font-size: 8px;
  257. text-align: justify;
  258. color: {color:Text};
  259. }
  260.  
  261. /*pagination*/
  262.  
  263. #pagination {
  264. margin:0px;
  265. text-transform:uppercase;
  266. font-size: 8px;
  267. padding: 3px;
  268. letter-spacing: 1px;
  269. text-align: center;
  270. padding-bottom: 150px;
  271. }
  272.  
  273. #pagination a {
  274. padding: 5px;
  275. font-weight: none;
  276. text-transform:uppercase;
  277. font-size: 7px;
  278. letter-spacing: 1px;
  279. }
  280.  
  281. /*container*/
  282.  
  283. #con {
  284. left:50%;
  285. margin-left:-230px;
  286. position:absolute;
  287. }
  288.  
  289. /*posts*/
  290.  
  291. #entries {
  292. {block:if500pxWidth}
  293. margin-top: 140px;
  294. width:500px;
  295. margin-left: 50px;
  296. {/block:if500pxWidth}
  297. {block:if400pxWidth}
  298. margin-top: 140px;
  299. width:400px;
  300. margin-left: 100px;
  301. {/block:if400pxWidth}
  302. }
  303.  
  304. #posts {
  305. {block:if500pxWidth}width:500px;{/block:if500pxWidth}
  306. {block:if400pxWidth}width:400px;{/block:if400pxWidth}
  307. {block:IndexPage}
  308. margin-bottom:150px;
  309. {/block:IndexPage}
  310. {block:PermalinkPage}
  311. margin-bottom:100px;
  312. {/block:PermalinkPage}
  313. }
  314.  
  315. #posts img {
  316. margin-left:0px;
  317. {block:if500pxWidth}width:500px;{/block:if500pxWidth}
  318. {block:if400pxWidth}width:400px;{/block:if400pxWidth}
  319. }
  320.  
  321.  
  322. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  323.  
  324. .caption {
  325. margin-top:5px;
  326. padding: 20px;
  327. background: {color:Primary Accent Color};
  328. }
  329.  
  330. /*quote*/
  331.  
  332. #titlequote{
  333. text-align:justify;
  334. font-size:9px;
  335. background: {color:Primary Accent Color};
  336. padding: 20px;
  337. }
  338.  
  339. #source {
  340. margin-top:10px;
  341. padding: 20px;
  342. background: {color:Primary Accent Color};
  343. }
  344.  
  345. /*audio*/
  346.  
  347. .audio{
  348. min-height:90px;
  349. text-align:left;
  350. background: {color:Primary Accent Color};
  351. }
  352.  
  353. .audioplayer {
  354. position:absolute;
  355. margin-left:30px;
  356. margin-top:30px;
  357. width:29px;
  358. height:30px;
  359. overflow:hidden;
  360. z-index:999999;
  361. }
  362.  
  363. .audioart{
  364. width:90px;
  365. height:90px;
  366. overflow:hidden;
  367. position:relative;
  368. float:left;
  369. }
  370.  
  371. .audioartimg{
  372. width:100%;
  373. height:100%;
  374. position:absolute;
  375. z-index:999;
  376. }
  377.  
  378. .audioi {
  379. position:relative;
  380. height:50px;
  381. padding:20px;
  382. text-align:center;
  383. }
  384.  
  385. .tracktitle{
  386. padding-top:10px;
  387. text-transform:uppercase;
  388. letter-spacing:2px;
  389. font-weight:bold;
  390. }
  391.  
  392. /*asks*/
  393.  
  394. .q {
  395. margin-bottom:10px;
  396. background: {color:Primary Accent Color};
  397. padding: 20px;
  398. }
  399.  
  400. .as {
  401. font-weight:bold;
  402. text-transform: uppercase;
  403. }
  404.  
  405. .as a {
  406. font-size: 9px;
  407. padding:0px;
  408. }
  409.  
  410. .a {
  411. margin-top:10px;
  412. background: {color:Primary Accent Color};
  413. padding: 20px;
  414. }
  415.  
  416.  
  417. /*chat*/
  418.  
  419. .chat ol {
  420. padding:20px;
  421. list-style:none;
  422. background: {color:Primary Accent Color};
  423. }
  424.  
  425. .line {
  426. padding:5px 0;
  427. }
  428.  
  429. .label {
  430. font-weight:bold;
  431. }
  432.  
  433. /*permalink and notes*/
  434.  
  435. #permalink {
  436. margin-top:15px;
  437. font-size:8px;
  438. text-transform:uppercase;
  439. text-align: left;
  440. }
  441.  
  442. #permalink a {
  443. padding: 10px;
  444. font-size: 8px;
  445. }
  446.  
  447. #posts .tags {
  448. {block:IndexPage}
  449. margin-top:5px;
  450. opacity:0;
  451. -webkit-transition: all 0.4s ease-out;
  452. -moz-transition: all 0.4s ease-out;
  453. -o-transition: all 0.4s ease-out;
  454. {/block:IndexPage}
  455. }
  456.  
  457. #posts:hover .tags {
  458. {block:IndexPage}
  459. margin-top: 5px;
  460. opacity: 1;
  461. -webkit-transition: all 0.4s ease-out;
  462. -moz-transition: all 0.4s ease-out;
  463. -o-transition: all 0.4s ease-out;
  464. {/block:IndexPage}
  465. }
  466.  
  467. .tags a {
  468. font-size: 7px;
  469. }
  470.  
  471. .tags {
  472. display:inline-block;
  473. font-size:7px;
  474. }
  475.  
  476. .pagenotes {
  477. {block:IndexPage}
  478. display: none!important;
  479. {/block:IndexPage}
  480. {block:if500pxWidth}width:460px;{/block:if500pxWidth}
  481. {block:if400pxWidth}width:360px;{/block:if400pxWidth}
  482. text-align:left;
  483. font-size: 6px;
  484. letter-spacing: 1px;
  485. text-transform:uppercase;
  486. overflow-y:auto;
  487. height: 200px;
  488. padding: 20px;
  489. background: {color:Primary Accent Color};
  490. margin-bottom: 100px;
  491. }
  492.  
  493. .pagenotes img {
  494. display:none!important;
  495. }
  496.  
  497. .pagenotes li {
  498. list-style-type:none;
  499. padding:5px 0px;
  500. text-align:left;
  501. margin:0 0 0 -40px;
  502. }
  503.  
  504. .pagenotes a {
  505. font-weight: bold;
  506. }
  507.  
  508. /*Credit - DO NOT REMOVE */
  509.  
  510. .credit a {
  511. position: fixed;
  512. bottom: 0;
  513. right: 0;
  514. color: #000;
  515. padding: 15px;
  516. font-family: Quicksand;
  517. font-size: 7px;
  518. letter-spacing: 1;
  519.  
  520. }
  521. .credit a:hover {
  522. text-decoration: none;
  523. }
  524.  
  525. {CustomCSS}
  526.  
  527.  
  528. </style>
  529.  
  530.  
  531. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  532. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  533. <script type="text/javascript" charset="utf-8">
  534. var $j = jQuery.noConflict();
  535. $j(function() {
  536. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  537. $j("img").lazyload({
  538. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  539. effect: "fadeIn",
  540. });
  541. });
  542. </script>
  543.  
  544. </head>
  545.  
  546. <body>
  547.  
  548. <div class="credit"><a title="vassilias" href="http://vassilias.tumblr.com">&copy;</div></a>
  549.  
  550.  
  551. <div id="con">
  552.  
  553.  
  554. <div id="sidebar">
  555.  
  556. <center>{block:ifShowSidebarImage}
  557. <div id="sidebarimage"><img src="{image:Sidebar Image}"></div>
  558. {/block:IfShowSidebarImage}</center>
  559.  
  560. <div id="blogt"><a href="/">{Title}</div></a>
  561. <center><div id="description">{Description}</div></center>
  562. <div id="links">
  563. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  564. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  565. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  566. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  567. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a> {/block:ifLink5}
  568. </div>
  569.  
  570.  
  571.  
  572. </div>
  573.  
  574.  
  575.  
  576.  
  577. <div id="entries">
  578.  
  579. {block:Posts}
  580. <div id="posts">
  581.  
  582.  
  583. {block:Quote}
  584.  
  585.  
  586. <div id="titlequote">“{Quote}”</div>
  587. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  588. {/block:Quote}
  589.  
  590.  
  591.  
  592. {block:Text}
  593.  
  594. {block:Title}
  595. <div id="title">{Title}</div>{/block:Title}
  596. {Body}
  597. {/block:Text}
  598.  
  599. {block:Link}
  600. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  601. {/block:Link}
  602.  
  603. {block:Chat}
  604. {block:Title}
  605. <h1>{Title}</h1>
  606. {/block:Title}
  607. <div class="chat">
  608. <ol>{block:Lines}
  609. <li class="line {Alt}">
  610. {block:Label}
  611. <span class="label">
  612. {Label}</span>
  613. {/block:Label}{Line}</li>
  614. {/block:Lines}
  615. </ol></div>
  616. {/block:Chat}
  617.  
  618. {block:Photo}
  619. {LinkOpenTag}<img src="{block:if500pxWidth}{PhotoURL-500}{/block:if500pxWidth}{block:if400pxWidth}{PhotoURL-400}{/block:if400pxWidth}" alt="{PhotoAlt}"/>{LinkCloseTag}
  620. {/block:Photo}
  621.  
  622. {block:Photoset}
  623. {block:if500pxWidth}{Photoset-500}{/block:if500pxWidth}{block:if400pxWidth}{Photoset-400}{/block:if400pxWidth}
  624. {/block:Photoset}
  625.  
  626. {block:Video}
  627. {block:if500pxWidth}{Video-500}{/block:if500pxWidth}{block:if400pxWidth}{Video-400}{/block:if400pxWidth}
  628. {/block:Video}
  629.  
  630. {block:Audio}
  631. <div class="audio"><div class="audioart">
  632. <div class="audioplayer">{AudioPlayerBlack}</div>
  633. <div class="audioartimg">
  634. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  635. </div></div>
  636. <div class="audioi">
  637. {block:TrackName}
  638. <div class="tracktitle">{TrackName}</div>
  639. {/block:TrackName}
  640. {block:Artist}{Artist}{/block:Artist}
  641. </div>
  642. </div>
  643. {/block:Audio}
  644.  
  645.  
  646. {block:Answer}
  647. <div class="q">
  648. <div class="as">{Asker} said: </div>
  649. {Question}</div>
  650. <div class="a">{Answer}</div>
  651. {/block:Answer}
  652.  
  653. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  654.  
  655. {block:Date}
  656. <div id="permalink">
  657. <a href="{Permalink}" >{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>{block:NoteCount}<a href="{Permalink}">{NoteCount} NOTES</a>{/block:NoteCount}
  658.  
  659. {block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}<br>
  660.  
  661. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}" style="font-size: 7px;">■&nbsp;&nbsp;{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  662. </div>
  663. {/block:Date}
  664.  
  665.  
  666.  
  667.  
  668. </div>
  669.  
  670.  
  671. {block:PostNotes}
  672. <div class="pagenotes">
  673. {PostNotes}
  674. </div>
  675. {/block:PostNotes}
  676. {/block:Posts}
  677.  
  678. {block:Pagination}
  679. <div id="pagination">
  680. {block:PreviousPage}
  681. <a href="{PreviousPage}">Previous</a>
  682. {/block:PreviousPage}
  683.  
  684. {block:JumpPagination length="5"}
  685. {block:CurrentPage}
  686. <span class="current_page">{PageNumber}</span>
  687. {/block:CurrentPage}
  688.  
  689. {block:JumpPage}
  690. <a class="jump_page" href="{URL}">{PageNumber}</a>
  691. {/block:JumpPage}
  692. {/block:JumpPagination}
  693.  
  694. {block:NextPage}
  695. <a href="{NextPage}">Next</a>
  696. {/block:NextPage}
  697. </div>
  698. {/block:Pagination}
  699.  
  700. </div>
  701. </div>
  702.  
  703.  
  704. </div>
  705.  
  706. </div>
  707.  
  708.  
  709.  
  710.  
  711. {block:ContentSource}
  712. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  713. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  714. {/block:SourceLogo}
  715. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  716. {/block:ContentSource}
  717.  
  718. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement