Advertisement
vassilias

Theme 07. Flesh Machines

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