Advertisement
rasperries

vassilias sidebar

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