Advertisement
samcat

cassiebug!

Dec 3rd, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>{Title}</title>
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--- Theme 01. Vermillion by vassilias
  10. Please do not redistribute the theme as your own, use it as a base code, or remove the credit.
  11. Feel free to edit the theme to your needs and don’t hesitate to message for help if you may need it.--->
  12.  
  13.  
  14. <!--Default Variables-->
  15.  
  16. <meta name="color:Text" content="#000000"/>
  17. <meta name="color:Links" content="#000000"/>
  18. <meta name="color:Links Hover Color" content="#dddddd"/>
  19. <meta name="color:Sidebar Links Color" content="#000000"/>
  20. <meta name="color:Sidebar Links Hover Color" content="#dddddd"/>
  21. <meta name="color:Sidebar Links Background Color" content="#fafafa"/>
  22. <meta name="color:Scrollbar" content="#ffffff" />
  23. <meta name="color:Scrollbar background" content="#f4f4f4" />
  24.  
  25.  
  26. <meta name="text:Link 1 URL" content="" />
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 2 URL" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 3 URL" content="" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 4 URL" content="" />
  33. <meta name="text:Link 4" content="" />
  34. <meta name="text:Link 5 URL" content="" />
  35. <meta name="text:Link 5" content="" />
  36.  
  37.  
  38. <!-- jquery for tooltips-->
  39.  
  40.  
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43.  
  44. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  47.  
  48.  
  49. <script>
  50. (function($){
  51. $(document).ready(function(){
  52. $("a[title]").style_my_tooltips({
  53. tip_follows_cursor:true,
  54. tip_delay_time:30,
  55. tip_fade_speed:300,
  56. attribute:"title"
  57. });
  58. });
  59. })(jQuery);
  60. </script>
  61.  
  62.  
  63.  
  64. <!--CSS customization here. -->
  65.  
  66. <style type="text/css">
  67.  
  68. #s-m-t-tooltip{
  69. position:absolute;
  70. margin-top: 15px;
  71. z-index:9999;
  72. background:#fff;
  73. }
  74.  
  75. ::-webkit-scrollbar {
  76. height: 8px;
  77. width: 8px;
  78. background: {color:Scrollbar background};
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb {
  82. background: {color:Scrollbar};
  83. }
  84.  
  85.  
  86. /*basics*/
  87. blockquote {
  88. padding: 15px;
  89. border-left: solid 1px #f4f4f4;
  90. width: 360px;
  91. margin-left:0px;
  92. }
  93.  
  94. body {
  95. background:#fff;
  96. color:{color:text};
  97. font-family:times;
  98. font-size:11px;
  99. text-align:justify;
  100. margin:0;
  101. line-height:16px;
  102. }
  103.  
  104.  
  105. a {
  106. color: {color:Links};
  107. -webkit-transition: all 0.3s ease-out;
  108. -moz-transition: all 0.3s ease-out;
  109. -o-transition: all 0.3s ease-out;
  110. text-decoration: none;
  111. font-size: 9px;
  112. }
  113. a:hover {
  114. text-decoration: none;
  115. color: {color:Links Hover Color};
  116. -webkit-transition: all 0.3s ease-out;
  117. -moz-transition: all 0.3s ease-out;
  118. -o-transition: all 0.3s ease-out;
  119. }
  120.  
  121. img{opacity:1;
  122. border:none;
  123. text-decoration:none}
  124.  
  125.  
  126. small {
  127. font-size:9px;}
  128.  
  129. big {
  130. font-size:12px;}
  131.  
  132.  
  133. #title {font-size:12px;
  134. line-height:18px;
  135. font-weight:bold;
  136. margin-bottom:10px;
  137. text-transform:uppercase;
  138. text-align:left;}
  139.  
  140.  
  141. /*sidebar*/
  142. #sidebar {text-align:left;
  143. position:fixed;
  144. background:url('http://i.imgur.com/GmXpFae.png') top left fixed repeat;
  145. margin-left:-280px;
  146. padding-top: 180px;
  147. padding-bottom:50px;
  148. padding-left: 50px;
  149. padding-right: 80px;
  150. width:250px;
  151. height: 100%;
  152. border-right: solid 1px #f0f0f0;
  153. }
  154.  
  155.  
  156. #blogt {font-size:38px;
  157. font-weight:none;
  158. text-align: center;
  159. padding-left: 50px;
  160. font-family: prata;
  161. text-transform: uppercase;
  162. line-height:38px;
  163. }
  164.  
  165. #blogt a {font-size:38px;
  166. font-weight:none;
  167. color: #6f6f70;
  168. font-family: prata;
  169. text-transform: uppercase;
  170. line-height:38px;
  171. }
  172.  
  173. #links {
  174. line-height:16px;
  175. margin-top: 30px;
  176. text-transform:lowercase;
  177. text-align: center;
  178. padding-left: 50px;
  179. }
  180.  
  181.  
  182. #links a {
  183. margin-right:5px;
  184. display:inline-block;
  185. margin-bottom:5px;
  186. color: {color:Sidebar Links Color};
  187. background-color: #6f6f70;
  188. opacity: .4;
  189. padding-top: 3px;
  190. padding-bottom: 3px;
  191. padding-left: 5px;
  192. padding-right: 5px;
  193. font-size: 9px;
  194. text-transform:lowercase;
  195. letter-spacing: 0px;
  196. }
  197.  
  198. #links a:hover {
  199. color:{color:Sidebar Links Hover Color};
  200. }
  201.  
  202. #description {
  203. margin-top: 30px;
  204. padding-left: 30px;
  205. color: #6f6f70;
  206. width: 250px;
  207. text-align: center;
  208. }
  209.  
  210.  
  211. /*pagination*/
  212. #pagination {
  213. margin:30px 0;
  214. text-transform:lowercase;
  215. font-family: times;
  216. font-size: 9px;
  217. font-weight:bold;
  218. text-align: center;
  219. padding-bottom: 100px;
  220. }
  221. #pagination a {
  222. padding:0 15px;
  223. }
  224.  
  225. /*container*/
  226. #con {
  227. left:50%;
  228. margin-left:-250px;
  229. position:absolute;
  230. }
  231.  
  232.  
  233.  
  234. /*posts*/
  235.  
  236. #entries {
  237. margin-top:170px;
  238. margin-left: 200px;
  239. width:400px;
  240. }
  241.  
  242.  
  243.  
  244. #posts {
  245. width:400px;
  246. {block:IndexPage}
  247. margin-bottom:200px;
  248. {/block:IndexPage}
  249. {block:PermalinkPage}
  250. margin-bottom:100px;
  251. {/block:PermalinkPage}
  252.  
  253. }
  254. #posts img {
  255. max-width:400px;
  256. }
  257.  
  258. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  259. .caption {width:100%;
  260. margin-top:10px;
  261.  
  262. }
  263.  
  264. /*quote*/
  265.  
  266. #titlequote{text-align:left;
  267. font-size:14px;
  268. line-height:18px;
  269. font-weight:bold;
  270. }
  271. #source {
  272. margin-top:15px;
  273. margin-left:15px;}
  274.  
  275. /*audio*/
  276.  
  277. .playerbuttonbg {
  278. position: absolute;
  279. left: 20px;
  280. top: 20px;
  281. width: 19px;
  282. height: 19px;
  283. background-color: #ffffff;
  284. padding: 10px;
  285. -webkit-border-radius: 40px;
  286. -moz-border-radius: 40px;
  287. border-radius: 40px;
  288. opacity: .4;
  289. filter: alpha(opacity=40);
  290. -moz-opacity: 0.4;
  291. -khtml-opacity: 0.4;
  292. transition: opacity .7s ease-in-out;
  293. -moz-transition: opacity .7s ease-in-out;
  294. -webkit-transition: opacity .7s ease-in-out;
  295. }
  296.  
  297. .playerbuttonbg:hover {
  298. opacity: 1;
  299. filter: alpha(opacity=100);
  300. -moz-opacity: 1;
  301. -khtml-opacity: 1;
  302. }
  303.  
  304. .newplayerbutton {
  305. position: relative;
  306. width: 19px;
  307. height: 19px;
  308. overflow: hidden;
  309. }
  310.  
  311. .playerbuttonhug {
  312. position: absolute;
  313. top: -18px;
  314. left: -7px;
  315. }
  316.  
  317. .tumblr_audio_player {
  318. height: 60px;
  319. width: 270px;
  320. -moz-transform: scale(0.60, 0.60);
  321. -webkit-transform: scale(0.60, 0.60);
  322. -o-transform: scale(0.60, 0.60);
  323. -ms-transform: scale(0.60, 0.60);
  324. transform: scale(0.60, 0.60);
  325. -moz-transform-origin: top left;
  326. -webkit-transform-origin: top left;
  327. -o-transform-origin: top left;
  328. -ms-transform-origin: top left;
  329. transform-origin: top left;
  330. }
  331.  
  332. .audioimgwrapper {
  333. position: absolute;
  334. left: 0px;
  335. top: 0px;
  336. -webkit-border-radius: 40px;
  337. -moz-border-radius: 40px;
  338. border-radius: 40px;
  339. overflow: hidden;
  340. width: 79px;
  341. height: 79px;
  342. }
  343.  
  344. .audioimgwrapper img {
  345. width: 100%;
  346. height: auto;
  347. -webkit-border-radius: 40px;
  348. -moz-border-radius: 40px;
  349. border-radius: 40px;
  350. }
  351.  
  352. .trackdetails {
  353. background-color: transparent;
  354. width: auto;
  355. padding: 10px;
  356. display:inline-block;
  357. margin-left: 90px;
  358. min-height: 60px;
  359. }
  360.  
  361. .audiowrapper {
  362. position: relative;
  363. display:inline-block;
  364. }
  365.  
  366.  
  367.  
  368. /*asks*/
  369. .q {margin-bottom:10px;
  370. }
  371. .as {
  372. font-weight:bold;}
  373.  
  374. .a {
  375. margin-top:10px;
  376. }
  377.  
  378.  
  379. /*chat*/
  380.  
  381. .chat ol {
  382. padding:0;
  383. list-style:none;
  384. }
  385. .line {padding:5px 0;}
  386.  
  387. .label {font-weight:bold;
  388. }
  389.  
  390.  
  391.  
  392.  
  393.  
  394. /*permalink and notes*/
  395.  
  396. #permalink {
  397.  
  398. margin-top:15px;
  399. font-size:7px;
  400. letter-spacing:1px;
  401. text-align:center;
  402. text-transform:uppercase;
  403. -webkit-transition:all 1.0s;
  404. -moz-transition:all 1.0s;
  405. -ms-transition:all 1.0s;
  406. -o-transition:all 1.0s;
  407. transition:all 1.0s;
  408. }
  409. #posts:hover #permalink {opacity:1;-webkit-transition:all 1.0s;
  410. -moz-transition:all 1.0s;
  411. -ms-transition:all 1.0s;
  412. -o-transition:all 1.0s;
  413. transition:all 1.0s;
  414. }
  415. #permalink a {display:inline-block;
  416. margin-right:5px;
  417. letter-spacing:0px;
  418. font-size: 8px;
  419.  
  420. }
  421.  
  422.  
  423. .tags {
  424. word-break:break-all;
  425. font-size:8px;
  426. text-transform: none;
  427. }
  428.  
  429. .pagenotes {
  430. {block:IndexPage}
  431.  
  432. {/block:IndexPage}
  433. width:400px;
  434. text-align:left;
  435. font-size: 8px;
  436. }
  437. .pagenotes a {
  438. font-size: 8px;
  439. font-weight: bold;
  440. }
  441.  
  442. .pagenotes img {
  443. display:none!important;}
  444. .pagenotes li {
  445. list-style-type:none;
  446. padding:5px 0px;
  447. text-align:left;
  448. margin:0 0 0 -40px;
  449. }
  450.  
  451.  
  452. .credit a {
  453. position: fixed;
  454. bottom: 0;
  455. right: 0;
  456. color: #000;
  457. padding: 15px;
  458. font-family: raleway;
  459. font-size: 7px;
  460. letter-spacing: 1;
  461.  
  462. }
  463. .credit a:hover {
  464. text-decoration: none;
  465. }
  466.  
  467. {CustomCSS}
  468.  
  469.  
  470. </style>
  471.  
  472.  
  473.  
  474. </head>
  475.  
  476. <body>
  477. <div class="credit"><a href="http://vassilias.tumblr.com">β“₯</div></a>
  478.  
  479.  
  480. <div id="con">
  481.  
  482. <div id="sidebar">
  483. <div id="blogt"><a href="/">{Title}</div></a>
  484. <div id="links">
  485. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  486. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  487. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  488. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  489. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a> {/block:ifLink5}
  490. </div>
  491. <div style="margin-top: 30px;border-bottom: solid 1px #6f6f70; margin-left: 50px;"></div>
  492. <div id="description">{Description}</div>
  493.  
  494.  
  495.  
  496.  
  497.  
  498. </div>
  499.  
  500.  
  501.  
  502.  
  503. <div id="entries">
  504.  
  505. {block:Posts}
  506. <div id="posts">
  507.  
  508.  
  509. {block:Quote}
  510.  
  511.  
  512. <div id="titlequote">β€œ{Quote}”</div>
  513. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  514. {/block:Quote}
  515.  
  516.  
  517.  
  518. {block:Text}
  519.  
  520. {block:Title}
  521. <div id="title">{Title}</div>{/block:Title}
  522. {Body}
  523. {/block:Text}
  524.  
  525. {block:Link}
  526. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  527. {/block:Link}
  528.  
  529. {block:Chat}
  530. {block:Title}
  531. <h1>{Title}</h1>
  532. {/block:Title}
  533. <div class="chat">
  534. <ol>{block:Lines}
  535. <li class="line {Alt}">
  536. {block:Label}
  537. <span class="label">
  538. {Label}</span>
  539. {/block:Label}{Line}</li>
  540. {/block:Lines}
  541. </ol></div>
  542. {/block:Chat}
  543.  
  544. {block:Photo}
  545. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  546. {/block:Photo}
  547.  
  548. {block:Photoset}
  549. {Photoset-400}
  550. {/block:Photoset}
  551.  
  552. {block:Video}
  553. {Video-400}
  554. {/block:Video}
  555.  
  556. {block:AudioPlayer}
  557. <div class="audiowrapper">
  558. {block:AlbumArt}
  559. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  560. {/block:AlbumArt}
  561.  
  562. <div class="playerbuttonbg">
  563. <div class="newplayerbutton">
  564. <div class="playerbuttonhug">
  565.  
  566. {AudioPlayerWhite}
  567.  
  568. </div>
  569. </div>
  570. </div>
  571.  
  572. <div class="trackdetails">
  573.  
  574. {block:TrackName}<b>TITLE:</b> {TrackName}{/block:TrackName}<br/>
  575. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br/>
  576. {block:Album}<b>ALBUM:</b> {Album}{/block:Album}<br/>
  577.  
  578.  
  579. </div>
  580. </div>
  581. {/block:AudioPlayer}
  582.  
  583. {block:Answer}
  584. <div class="q">
  585. <div class="as">{Asker} said: </div>
  586. {Question}</div>
  587. <div class="a">{Answer}</div>
  588. {/block:Answer}
  589.  
  590. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  591.  
  592. {block:Date}
  593. <div id="permalink">
  594. <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}
  595. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  596. </div>
  597. {/block:Date}
  598.  
  599.  
  600.  
  601. </div>
  602.  
  603.  
  604. {block:PostNotes}
  605. <div class="pagenotes">
  606. {PostNotes}
  607. </div>
  608. {/block:PostNotes}
  609.  
  610.  
  611. {/block:Posts}
  612.  
  613. <div id="pagination">
  614. {block:Pagination}
  615. {block:PreviousPage}
  616. <a href="{PreviousPage}">&larr; previous </a>
  617. {/block:PreviousPage}
  618.  
  619.  
  620. {block:NextPage}
  621. <a href="{NextPage}">next &rarr;</a>
  622. {/block:NextPage}
  623. {/block:Pagination}
  624. </div>
  625.  
  626.  
  627.  
  628.  
  629. </div>
  630.  
  631. </div>
  632.  
  633.  
  634. {block:ContentSource}
  635. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  636. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  637. {/block:SourceLogo}
  638. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  639. {/block:ContentSource}
  640.  
  641. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement