Advertisement
rasperries

vassilias stardust

Jan 21st, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.68 KB | None | 0 0
  1. <!--Theme by Wren @ vassilias-->
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<mseta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--Default Variables-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#000000"/>
  17. <meta name="color:Primary Accent Color" content="#fafafa"/>
  18. <meta name="color:Secondary Accent Color" content="#f0f0f0"/>
  19. <meta name="color:Links Color" content="#000000"/>
  20. <meta name="color:Links Hover Color" content="#222222"/>
  21. <meta name="color:Nav Bar Links Color" content="#000000"/>
  22. <meta name="color:Nav Bar Links Hover Color" content="#fafafa"/>
  23. <meta name="color:Nav Bar Background Color" content="#fafafa"/>
  24. <meta name="color:Nav Bar Bottom Border Color" content="#f0f0f0"/>
  25. <meta name="color:Scrollbar" content="#f0f0f0" />
  26. <meta name="color:Scrollbar background" content="#fafafa" />
  27.  
  28.  
  29. <meta name="text:Link 1 URL" content="/" />
  30. <meta name="text:Link 1" content="HOME" />
  31. <meta name="text:Link 2 URL" content="/ask" />
  32. <meta name="text:Link 2" content="ASK" />
  33. <meta name="text:Link 3 URL" content="/" />
  34. <meta name="text:Link 3" content="ARCHIVE" />
  35. <meta name="text:Link 4 URL" content="" />
  36. <meta name="text:Link 4" content="" />
  37. <meta name="text:Link 5 URL" content="" />
  38. <meta name="text:Link 5" content="" />
  39. <meta name="text:Link 6 URL" content="" />
  40. <meta name="text:Link 6" content="" />
  41.  
  42. <meta name="if:500px Width" content="1"/>
  43. <meta name="if:400px Width" content="0"/>
  44.  
  45.  
  46.  
  47. <!-- jquery for tooltips-->
  48. <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  49. <link href='http://fonts.googleapis.com/css?family=courier' rel='stylesheet' type='text/css'>
  50.  
  51. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  52.  
  53. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  54.  
  55. <script>
  56.  
  57. (function($){
  58.  
  59. $(document).ready(function(){
  60.  
  61. $("a[title]").style_my_tooltips({
  62.  
  63. tip_follows_cursor:true,
  64.  
  65. tip_delay_time:30,
  66.  
  67. tip_fade_speed:300,
  68.  
  69. attribute:"title"
  70.  
  71. });
  72.  
  73. });
  74.  
  75. })(jQuery);
  76.  
  77. </script>
  78.  
  79.  
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  82.  
  83.  
  84. <!--CSS customization here. -->
  85.  
  86. <style type="text/css">
  87.  
  88. #s-m-t-tooltip{
  89. position:absolute;
  90. margin-top: 15px;
  91. z-index:9999;
  92. background:#fff;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. height: 8px;
  97. width: 8px;
  98. background: {color:Scrollbar background};
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb {
  102. background: {color:Scrollbar};
  103. }
  104.  
  105. /*Basic Formatting*/
  106. body {
  107. background:{color:Background};
  108. color:{color:text};
  109. font-family:helvetica;
  110. font-size:9px;
  111. font-weight:lighter;
  112. letter-spacing:0.03em;
  113. margin:0px;
  114. text-align:justify;
  115. line-height:150%;}
  116.  
  117. blockquote {
  118. padding-left: 15px;
  119. padding-top:3px;
  120. padding-bottom:3px;
  121. padding-right:0px;
  122. border-left:solid 1px {color:Secondary Accent Color};
  123. margin-left:0px;
  124. }
  125.  
  126. a {
  127. color: {color:Links Color};
  128. -webkit-transition: all 0.3s ease-out;
  129. -moz-transition: all 0.3s ease-out;
  130. -o-transition: all 0.3s ease-out;
  131. text-decoration: none;
  132. }
  133. a:hover {
  134. text-decoration: none;
  135. color: {color:Links Hover Color};
  136. -webkit-transition: all 0.3s ease-out;
  137. -moz-transition: all 0.3s ease-out;
  138. -o-transition: all 0.3s ease-out;
  139. }
  140. img{
  141. opacity:1;
  142. border:none;
  143. text-decoration:none
  144. }
  145. small {
  146. font-size:9px;
  147. }
  148. big {
  149. font-size:9px;
  150. }
  151.  
  152. b, strong {font-weight:normal;color:#000;}
  153.  
  154. a.tumblr_blog {
  155. text-transform:uppercase;
  156. font-size:7px;
  157. font-family:courier;
  158. letter-spacing:2px;
  159. text-decoration:none;
  160. display:inline-block;
  161. }
  162.  
  163.  
  164. /*Pagination*/
  165.  
  166. #pagination {
  167. margin:30px 0;
  168. text-transform:uppercase;
  169. font-family: courier;
  170. font-size: 7px;
  171. letter-spacing: 3px;
  172. text-align: center;
  173. padding-bottom: 150px;
  174. }
  175. #pagination a {
  176. padding: 5px;
  177. font-weight: none;
  178. text-transform:uppercase;
  179. font-size: 7px;
  180. letter-spacing: 3px;
  181. }
  182.  
  183. /*Cotainer*/
  184.  
  185. #con {
  186. left:50%;
  187. position:absolute;
  188. margin-left:-260px;
  189. }
  190.  
  191. /*Posts*/
  192.  
  193. #entries {
  194. {block:if500pxWidth}
  195. width:500px;
  196. margin-top:100px;
  197. margin-left:15px;
  198. {/block:if500pxWidth}
  199. {block:if400pxWidth}
  200. width:400px;
  201. margin-top:100px;
  202. margin-left: 65px;
  203. {/block:if400pxWidth}
  204. }
  205.  
  206. #posts {
  207. {block:if500pxWidth}width:500px;{/block:if500pxWidth}
  208. {block:if400pxWidth}width:400px;{/block:if400pxWidth}
  209. {block:IndexPage}
  210. margin-bottom:150px;
  211. {/block:IndexPage}
  212. {block:PermalinkPage}
  213. margin-bottom:100px;
  214. {/block:PermalinkPage}
  215. }
  216.  
  217. #posts img {
  218. {block:if500pxWidth}width:500px;{/block:if500pxWidth}
  219. {block:if400pxWidth}width:400px;{/block:if400pxWidth}
  220. }
  221.  
  222. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  223.  
  224. .caption {
  225. margin-top:5px;
  226. padding: 20px;
  227. background: {color:Primary Accent Color};
  228. }
  229.  
  230.  
  231. /*Quote*/
  232.  
  233. #titlequote{
  234. font-family:arial;font-size:12px;text-align:justify;line-height:150%;
  235. font-style:italic;
  236. color:#000;
  237. font-weight:none;
  238. font-weight:Bold;
  239. padding: 20px;
  240. background: {color:Primary Accent Color};
  241. }
  242.  
  243. #source {
  244. margin-top:10px;
  245. background: {color:Primary Accent Color};
  246. padding: 20px;
  247. text-align:right;
  248.  
  249. }
  250.  
  251. /*audio*/
  252.  
  253.  
  254. .tumblr_audio_player {width:250px;
  255. height:30px;
  256. margin-top:-2px;
  257. }
  258.  
  259. .player {width:75px;
  260. height:25px;
  261. display:block;
  262. overflow:hidden;}
  263.  
  264. .hold {
  265. background:black;
  266. display:block;
  267. }
  268.  
  269. .audio_info {
  270. display:block;
  271. background:#fbfbfb;
  272. color:#000;
  273. padding:5px;
  274. margin-top:10px;
  275. font-family:courier;
  276. letter-spacing:2px;
  277. font-size:7px;
  278. text-transform:uppercase;
  279. }
  280. .audio_info b {
  281. padding:0 5px;
  282. display:inline-block;
  283. }
  284.  
  285. .audio_info span {display:block;}
  286.  
  287. /*Asks*/
  288.  
  289. .q {
  290. margin-bottom:10px;
  291. background:{color:Primary Accent Color};
  292. padding: 20px;
  293. }
  294.  
  295. .as {
  296. font-weight:normal;
  297. text-transform:uppercase;
  298. font-size: 7px;
  299. }
  300.  
  301. .as a {
  302. font-size: 7px;
  303. letter-spacing:2px;
  304. font-family:courier;
  305. }
  306.  
  307. .a {
  308. margin-top:10px;
  309. background:{color:Primary Accent Color};
  310. padding: 20px;
  311. }
  312.  
  313.  
  314. /*Chat*/
  315.  
  316. .chat ol {
  317. padding:0;
  318. list-style:none;
  319. }
  320. .line {padding:5px 0;}
  321.  
  322. .label {font-weight:bold;
  323. }
  324.  
  325.  
  326. /* TOPBAR */
  327. .topbar {
  328. position: fixed;
  329. text-align:center;
  330. width: 100%;
  331. z-index:9999999;
  332. top:0px;
  333. background:{color:Nav Bar Background Color};
  334. border-bottom: solid 1px {color:Nav Bar Bottom Border Color};
  335. padding:10px;
  336. height:20px;
  337. }
  338.  
  339. .topbar a {
  340. text-align:left;
  341. font-size: 7px;
  342. text-transform:uppercase;
  343. letter-spacing: 2px;
  344. font-family:courier;
  345. padding-left:20px;
  346. padding-right:20px;
  347. margin-right:20px;
  348. color:{color:Nav Bar Links Color};
  349. }
  350.  
  351. .topbar a:hover{
  352. color:{color:Nav Bar Links Hover Color};
  353. }
  354. /*header*/
  355.  
  356. #header {
  357. font-family: courier;
  358. margin-top: 100px;
  359. }
  360.  
  361. #blogt {
  362. font-family: courier;
  363. text-transform: uppercase;
  364. width: 310px;
  365. color:{color:Text};
  366. text-align:center;
  367. padding: 40px 20px 20px 20px;
  368. }
  369. #blogt a {
  370. color: {color:Links Color};
  371. font-family: courier;
  372. font-weight:bold;
  373. text-align:center;
  374. font-size: 15px;
  375. line-height:20px;
  376. letter-spacing: 10px;
  377. }
  378. #blogt a:hover {
  379. color: {color:Links Hover Color};
  380. text-decoration: none;
  381. }
  382.  
  383. #description {
  384. text-align: justify;
  385. font-size:9px;
  386. background:{color:Primary Accent Color};
  387. color: {color:Text};
  388. margin: 20px;
  389. line-height:20px;
  390. padding: 50px;
  391. width:250px;
  392. }
  393.  
  394. /*Permalink and Notes*/
  395.  
  396. #permalink {
  397. {block:IndexPage}
  398. opacity:0;
  399. {/block:IndexPage}
  400. margin-top:13px;
  401. padding-top: 10px;
  402. border-top: solid 1px #f6f6f6;
  403. font-size:6px;
  404. letter-spacing: 2px;
  405. text-align:center;
  406. text-transform:uppercase;
  407. -webkit-transition:all 1.0s;
  408. -moz-transition:all 1.0s;
  409. -ms-transition:all 1.0s;
  410. -o-transition:all 1.0s;
  411. transition:all 1.0s;
  412. }
  413.  
  414. #permalink a {
  415. font-family: courier;
  416. display:inline-block;
  417. margin-right:5px;
  418. font-size:6px;
  419. letter-spacing: 2px;
  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. .tags {
  431. {block:IndexPage}
  432. opacity:0;
  433. {/block:IndexPage}
  434. word-break:break-all;
  435. font-size:7px;
  436. text-transform: uppercase;
  437. margin-top:12px;
  438. padding-top: 10px;
  439. border-top: solid 1px {color:Primary Accent Color};
  440. -webkit-transition:all 1.0s;
  441. -moz-transition:all 1.0s;
  442. -ms-transition:all 1.0s;
  443. -o-transition:all 1.0s;
  444. transition:all 1.0s;
  445. }
  446.  
  447. #posts:hover .tags {
  448. opacity:1;-webkit-transition:all 1.0s;
  449. -moz-transition:all 1.0s;
  450. -ms-transition:all 1.0s;
  451. -o-transition:all 1.0s;
  452. transition:all 1.0s;
  453. }
  454.  
  455. .pagenotes {
  456. {block:IndexPage}
  457. display: none!important;
  458. {/block:IndexPage}
  459. {block:if500pxWidth}width:460px;{/block:if500pxWidth}
  460. {block:if400pxWidth}width:360px;{/block:if400pxWidth}
  461. text-align:left;
  462. font-size: 6px;
  463. letter-spacing: 1px;
  464. text-transform:uppercase;
  465. overflow-y:auto;
  466. height: 200px;
  467. padding: 20px;
  468. background: {color:Primary Accent Color};
  469. margin-bottom: 100px;
  470. }
  471. .pagenotes a {
  472. font-size: 6px;
  473. letter-spacing: 1px;
  474. text-transform:uppercase;
  475. font-weight: bold;
  476. }
  477. .pagenotes img {
  478. display:none!important;
  479. }
  480. .pagenotes li {
  481. list-style-type:none;
  482. padding:5px 0px;
  483. text-align:left;
  484. margin:0 0 0 -40px;
  485. }
  486.  
  487. /*Credit - DO NOT REMOVE */
  488.  
  489. .credit a {
  490. position: fixed;
  491. bottom: 0;
  492. right: 0;
  493. color: #000;
  494. padding: 15px;
  495. font-family: arial;
  496. font-size: 7px;
  497. letter-spacing: 1;
  498.  
  499. }
  500. .credit a:hover {
  501. text-decoration: none;
  502. }
  503.  
  504.  
  505. {CustomCSS}
  506.  
  507.  
  508. </style>
  509.  
  510.  
  511.  
  512. </head>
  513.  
  514. <body>
  515. <div class="credit"><script language="JavaScript">
  516. var ref = (''+document.referrer+'');
  517. var w_h = window.screen.width + " x " + window.screen.height;
  518. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4496455&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  519. </script></div>
  520. <div class="topbar">
  521. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  522. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  523. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  524. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  525. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  526. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  527. </div>
  528.  
  529. <div id="header">
  530. <center>
  531. <div id="blogt">
  532. <a href="/">{Title}</a>
  533. </div> </center>
  534. <center>
  535. <div id="description">The look on your face is somewhere between <b>let’s start a revolution</b> and <b>I want to set this world ablaze</b> — all I know is that if you ever looked at me that way, I would follow you anywhere.</div>
  536. </center>
  537. </div>
  538.  
  539.  
  540. <div id="con">
  541. <div id="entries">
  542.  
  543. {block:Posts}
  544. <div id="posts">
  545.  
  546.  
  547. {block:Quote}
  548.  
  549.  
  550. <div id="titlequote">{Quote}</div>
  551. {block:Source}<div id="source">{Source}</div>{/block:Source}
  552. {/block:Quote}
  553.  
  554.  
  555.  
  556. {block:Text}
  557.  
  558. {block:Title}
  559. <div id="title">{Title}</div>{/block:Title}
  560. {Body}
  561. {/block:Text}
  562.  
  563. {block:Link}
  564. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  565. {/block:Link}
  566.  
  567. {block:Chat}
  568. {block:Title}
  569. <h1>{Title}</h1>
  570. {/block:Title}
  571. <div class="chat">
  572. <ol>{block:Lines}
  573. <li class="line {Alt}">
  574. {block:Label}
  575. <span class="label">
  576. {Label}</span>
  577. {/block:Label}{Line}</li>
  578. {/block:Lines}
  579. </ol></div>
  580. {/block:Chat}
  581.  
  582. {block:Photo}
  583. {LinkOpenTag}<img src="{block:if500pxWidth}{PhotoURL-500}{/block:if500pxWidth}{block:if400pxWidth}{PhotoURL-400}{/block:if400pxWidth}" alt="{PhotoAlt}"/>{LinkCloseTag}
  584. {/block:Photo}
  585.  
  586. {block:Photoset}
  587. {block:if500pxWidth}{Photoset-500}{/block:if500pxWidth}{block:if400pxWidth}{Photoset-400}{/block:if400pxWidth}
  588. {/block:Photoset}
  589.  
  590. {block:Video}
  591. {block:if500pxWidth}{Video-500}{/block:if500pxWidth}{block:if400pxWidth}{Video-400}{/block:if400pxWidth}
  592. {/block:Video}
  593.  
  594. {block:Audio}
  595. {block:AudioPlayer}
  596. <div class="hold">
  597. <div class="player">{AudioPlayerBlack}</div>
  598. </div>
  599. {/block:AudioPlayer}
  600. <div class="audio_info">
  601. {block:TrackName}<span><b>Track:</b> {TrackName}</span>{/block:TrackName}
  602. {block:Artist}<span><b>Artist:</b> {Artist}</span>{/block:Artist}
  603. <span><b>Plays:</b> {playcount}</span>
  604. </div>
  605. {/block:Audio}
  606.  
  607. {block:Answer}
  608. <div class="q">
  609. <div class="as">{Asker}: </div>
  610. {Question}</div>
  611. <div class="a">{Answer}</div>
  612. {/block:Answer}
  613.  
  614. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  615.  
  616. {block:Date}
  617. <div id="permalink">
  618. <a href="{Permalink}" >{DayOfMonth}{DayOfMonthSuffix} of {Month}, {Year}</a>{block:NoteCount}<a href="{Permalink}">with {NoteCountwithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<a href="{ReblogURL}" target="_blank" style="color:{color:links}">reblog</a>
  619. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">■&nbsp;{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  620. </div>
  621. {/block:Date}
  622.  
  623.  
  624.  
  625. </div>
  626.  
  627.  
  628. {block:PostNotes}
  629. <div class="pagenotes">
  630. {PostNotes}
  631. </div>
  632. {/block:PostNotes}
  633.  
  634.  
  635. {/block:Posts}
  636.  
  637. {block:Pagination}
  638. <div id="pagination">
  639. {block:PreviousPage}
  640. <a href="{PreviousPage}">back</a>
  641. {/block:PreviousPage}
  642.  
  643. {block:JumpPagination length="5"}
  644. {block:CurrentPage}
  645. <span class="current_page">{PageNumber}</span>
  646. {/block:CurrentPage}
  647.  
  648. {block:JumpPage}
  649. <a class="jump_page" href="{URL}">{PageNumber}</a>
  650. {/block:JumpPage}
  651. {/block:JumpPagination}
  652.  
  653. {block:NextPage}
  654. <a href="{NextPage}">next</a>
  655. {/block:NextPage}
  656. </div>
  657. {/block:Pagination}
  658.  
  659.  
  660.  
  661. </div>
  662.  
  663. </div>
  664.  
  665.  
  666. {block:ContentSource}
  667. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  668. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  669. {/block:SourceLogo}
  670. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  671. {/block:ContentSource}
  672.  
  673. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement