Advertisement
vassilias

Theme 08. Restless, Running Wild

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