Advertisement
NitrogenFixation

WHAT'S NEW PUSSYCAT

Apr 2nd, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.70 KB | None | 0 0
  1. <!-- don't remove the credit please ^^; -->
  2.  
  3. <html>
  4. <head>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}" />
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  8. <title>{Title}</title>
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <meta name="color:background" content="#eeeae2">
  13. <meta name="color:posts" content="#fcfcfc">
  14. <meta name="color:title" content="#363f73" />
  15. <meta name="color:text" content="#5c5a54" />
  16. <meta name="color:bold" content="#1a3079" />
  17. <meta name="color:link hover" content="#fdfdfd" />
  18. <meta name="color:title" content="#d5d2d2" />
  19. <meta name="color:link" content="#8283ed" />
  20. <meta name="color:scrollbar" content="#1a3079" />
  21. <meta name="color:scrollbg" content="#130909" />
  22. <meta name="color:sidebar text" content="#C5C1B3" />
  23. <meta name="color:sidebarbg" content="#484741" />
  24. <meta name="color:container" content="#747578" />
  25.  
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="image:sidebar2" content=""/>
  28. <meta name="image:background" content""/>
  29.  
  30. <meta name="text:quote" content="some quote here idk" />
  31.  
  32. <meta name="text:Link1" content="/" />
  33. <meta name="text:Link1 Title" content="LINK 1" />
  34. <meta name="text:Link2" content="/" />
  35. <meta name="text:Link2 Title" content="LINK 2" />
  36. <meta name="text:Link3" content="/" />
  37. <meta name="text:Link3 Title" content="LINK 3" />
  38. <meta name="text:Link4" content="/" />
  39. <meta name="text:Link4 Title" content="LINK 4" />
  40. <meta name="text:music" content="music code " />
  41.  
  42. </head>
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  48. @font-face { font-family:"Ultimapdaa Hairline"; src: url('http://static.tumblr.com/iddq6cw/GQTm040bn/ultimapdaa-hairline.ttf'); }
  49. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  50. @font-face { font-family: "lala"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  51. @font-face {font-family: "selfish"; src:url("http://static.tumblr.com/qlxyunb/fydmac3ep/selfish_.ttf")}
  52. @font-face { font-family: "lainie"; src: url('http://static.tumblr.com/oetadgc/Uialyjfaa/laine.ttf'); }
  53. @font-face { font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf'); }
  54.  
  55.  
  56. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px;}
  57.  
  58. ::-webkit-scrollbar{ height:7px;width:3px; background-color:{color:scrollbg};}
  59.  
  60. #s-m-t-tooltip {
  61. z-index: 9999;
  62. background: {color:sidebarbg};
  63. font-size:10px;
  64. line-height: 11px;
  65. font-family: littlefont;
  66. letter-spacing: 1px;
  67. text-transform: none;
  68. color: {color:sidebar text};
  69. max-width: 120px;
  70. word-wrap: break-word;
  71. padding: 2px 5px 2px 6px;
  72. display: block;
  73. border: 1px solid {color:link};
  74. margin: 20px 10px 10px 10px }
  75.  
  76. .ask {
  77. align:right;background: {color:sidebarbg};
  78. margin:7px 0px 5px 66px;
  79. padding:10px;
  80. position: relative;
  81. color:{color:sidebar text};
  82. -moz-border-radius:5px;-webkit-border-radius:5px;
  83. border-radius:5px;}
  84.  
  85. .ask p {margin:1px 0px;}
  86.  
  87.  
  88.  
  89. .ask span {
  90. display:block;
  91. position:absolute;
  92. width:1px;
  93. height:1px;
  94. font-size: 0;
  95. line-height: 1px;
  96. color:{color:sidebar text};
  97. left:-10px;
  98. top:10px;
  99. border-top:7px solid transparent;
  100. border-bottom:7px solid transparent;
  101. border-right:10px solid {color:sidebarbg};
  102. }
  103.  
  104. .askborder {
  105. float: left;
  106. margin: 1px 4px 0 0;
  107. padding: 2px;
  108. background: #eee}
  109.  
  110.  
  111. body {
  112. color:{color:text};
  113. background-color:{color:background};
  114. background-image: url('{image:Background}');
  115. background-attachment:fixed;
  116. background-repeat:no-repeat;
  117. background-position:bottom right;
  118. font-family:littlefont;
  119. font-size:10px;
  120. line-height:110%;
  121. text-align:justify
  122. }
  123.  
  124. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  125.  
  126. a:hover {
  127. color:{color:link hover};
  128. -webkit-transition: all 0.2s linear;
  129. -moz-transition: all 0.2s linear;
  130. transition: all 0.2s linear;
  131.  
  132. -webkit-transition: all 0.4s ease-in;
  133. -moz-transition: all 0.4s ease-in;
  134. -o-transition: all 0.4s ease-in;
  135. transition: all 0.4s ease-in;
  136. }
  137.  
  138. small{font-size:auto}
  139.  
  140. big{font-size:auto}
  141.  
  142. b, strong{color:{color:bold}}
  143.  
  144. i, em {color:{color:bold}}
  145.  
  146. p{margin-top:6px; margin-bottom:6px}
  147.  
  148. blockquote {
  149. padding:0px;
  150. padding-left:10px;
  151. margin:8px;
  152. border-left:2px solid {color:text}
  153. }
  154.  
  155. img a{border:none; width:100%}
  156.  
  157.  
  158. #entries {
  159. margin: 22px 0 -10px 260px;
  160. margin-left: 410px;
  161. float:left;
  162. text-align: justify;
  163. }
  164.  
  165. #posts {
  166. margin: 20px 0 0px 0;
  167. width: 400px;
  168. text-align: justify;
  169. font-family:calibri;
  170. font-size:10px;
  171. padding: 10px;
  172. border-left:2px solid {color:link};
  173. border-right:2px solid {color:link};
  174. border-radius:10px;
  175. opacity:0.9;
  176. }
  177.  
  178. #posts:hover {
  179. opacity:1;
  180. -webkit-transition: all 0.4s ease-in;
  181. -moz-transition: all 0.4s ease-in;
  182. -o-transition: all 0.4s ease-in;
  183. transition: all 0.4s ease-in;
  184. }
  185.  
  186. #posts img {
  187. max-width: 100%; }
  188.  
  189. #container {
  190. position:fixed;
  191. top:93px;
  192. left:85px;
  193. width:258px;
  194. height:250px;
  195. background-color:{color:container};
  196. }
  197.  
  198. #mainlinks {
  199. position: fixed;
  200. width: 115px;
  201. float: left;
  202. top: 100px;
  203. left: 89px;
  204. }
  205.  
  206. #mainlinks a.blog {
  207. background-color: {color:sidebarbg};
  208. display: inline-block;
  209. width: 24px;
  210. height: 20px;
  211. line-height: 17px;
  212. font-family: calibri;
  213. font-size: 11px;
  214. color: {color:link};
  215. text-transform: lowercase;
  216. text-decoration: none;
  217. letter-spacing: 3px;
  218. text-align: center;
  219. margin-bottom: 3px;
  220. -webkit-transition: all .5s ease;
  221. -moz-transition: all .5s ease;
  222. -o-transition: all .5s ease;
  223. opacity: 1;
  224. }
  225.  
  226. #mainlinks a.blog:hover {
  227. color: {color:link hover};
  228. }
  229.  
  230. #sidelinks {
  231. position: fixed;
  232. width: 115px;
  233. float: left;
  234. top: 242px;
  235. left: 89px;
  236. }
  237.  
  238.  
  239. #sidelinks a.blog {
  240. background-color: {color:sidebarbg};
  241. display: inline-block;
  242. width: 22px;
  243. height: 20px;
  244. line-height: 17px;
  245. font-family: calibri;
  246. font-size: 11px;
  247. color: {color:link};
  248. text-transform: lowercase;
  249. text-decoration: none;
  250. letter-spacing: 3px;
  251. text-align: center;
  252. margin-bottom: 3px;
  253. padding: 0px 1px;
  254. -webkit-transition: all .5s ease;
  255. -moz-transition: all .5s ease;
  256. -o-transition: all .5s ease;
  257. opacity: 1;
  258. }
  259.  
  260. #sidelinks a.blog:hover {
  261. color: {color:link hover};
  262. }
  263.  
  264. #bottomtitle {
  265. position: fixed;
  266. top: 68px;
  267. left: 60px;
  268. width: 300px;
  269. font-family:selfish;
  270. font-size:40px;
  271. color:{color:title};
  272. letter-spacing: 2px;
  273. border-top-right-radius:0px;
  274. border-bottom-right-radius:0px;
  275. text-align: center;
  276. padding-right: 3px;
  277. padding-left: 2px;
  278. padding-bottom: 2px;
  279. padding-top: 2px;
  280. opacity:0.9;
  281.  
  282. }
  283.  
  284.  
  285. #sideimage {
  286. position: fixed;
  287. width: 140px;
  288. margin: auto;
  289. top: 100px;
  290. left: 200px;
  291. z-index:1;
  292.  
  293. }
  294.  
  295. #sideimage img {
  296. height: 160px;
  297. width: 120px;
  298. border: 5px solid {color:sidebarbg};
  299. -webkit-filter: grayscale(0.4);
  300. }
  301.  
  302. #sideimage2{
  303. position: fixed;
  304. margin:auto;
  305. top:264px;
  306. left:93px;
  307. z-index:1;
  308. }
  309.  
  310. #sideimage2 img{
  311. width:99px;
  312. height:60px;
  313. border: 5px solid {color:sidebarbg};
  314. -webkit-filter: grayscale(0.4);
  315. }
  316.  
  317. #description {
  318. position: fixed;
  319. top: 274px;
  320. left: 205px;
  321. width: 120px;
  322. height: 50px;
  323. font-family: littlefont;
  324. font-size: 8px;
  325. color:{color:sidebar text};
  326. letter-spacing: 2px;
  327. border-top-left-radius:0px;
  328. border-top-right-radius:0px;
  329. text-align: center;
  330. text-transform: none;
  331. text-decoration: none;
  332. overflow: auto;
  333. background: {color:sidebarbg};
  334. padding: 5px;
  335. }
  336.  
  337. #description a {
  338. color: {color:link};
  339. }
  340.  
  341. #description a:hover {
  342. color: {color:link hover};
  343. -webkit-transition: all .5s ease;
  344. -moz-transition: all .5s ease;
  345. -o-transition: all .5s ease;
  346. }
  347.  
  348. #quotation {
  349. position: fixed;
  350. opacity: 1;
  351. top: 122px;
  352. left: 93px;
  353. width: 98px;
  354. height: 89px;
  355. font-family: littlefont;
  356. font-size: 8px;
  357. color:{color:sidebar text};
  358. letter-spacing: 2px;
  359. border-top-left-radius:0px;
  360. border-top-right-radius:0px;
  361. text-align: center;
  362. text-transform: none;
  363. text-decoration: none;
  364. overflow: auto;
  365. overflow-x: hidden;
  366. background: {color:sidebarbg};
  367. padding: 5px;
  368. z-index:2;
  369. }
  370.  
  371. #quotation a {
  372. color: {color:link};
  373. }
  374.  
  375. #quoation a:hover {
  376. color: {color:link hover};
  377. -webkit-transition: all .5s ease;
  378. -moz-transition: all .5s ease;
  379. -o-transition: all .5s ease;
  380. }
  381.  
  382. #box{
  383. overflow:hidden;
  384. position:fixed;
  385. width:108px;
  386. height:17px;
  387. top:223px;
  388. left:93px;
  389. color:{color:sidebar text};
  390. background:{color:sidebarbg};
  391. }
  392.  
  393. #musicbox{
  394. width:100px;
  395. height:25px;
  396. overflow:hidden;
  397. margin-top:5px;
  398. margin-left:-2px;
  399. }
  400.  
  401. #music{
  402. margin-top:0px;
  403. margin-left:0px;
  404. }
  405.  
  406. #stext {
  407. text-align:justify;
  408. font-family: silkscreen;
  409. font-size: 10px;
  410. padding:0px;
  411. text-transform:none;
  412. }
  413.  
  414. #pagination {
  415. position:fixed;
  416. font-family:calibri;
  417. font-size:24px;
  418. top:360px;
  419. left:210px;
  420. }
  421.  
  422. #cred {
  423. position:fixed;
  424. bottom:10px;
  425. left:10px;
  426. font-size:11px;
  427. font-family:calabri;
  428. color:{color:text};
  429. text-transform:uppercase;
  430. letter-spacing: 0px;
  431. font-style:normal;
  432. }
  433.  
  434. h1 {
  435. color:{color:title};
  436. font-family:selfish;
  437. font-size:25px;
  438. line-height:12px;
  439. letter-spacing:2px;
  440. font-weight:italic;
  441. text-transform:lowercase;
  442. margin:0px;
  443. padding:10px;
  444. text-align:center
  445. }
  446.  
  447. h2 {
  448. color:{color:text};
  449. font-family:littlefont;
  450. font-size:10px;
  451. line-height:11px;
  452. letter-spacing:0px;
  453. font-weight:normal;
  454. text-transform:none;
  455. margin:0px;
  456. padding:0px;
  457. margin-bottom:-5px;
  458. text-align:center;
  459. }
  460.  
  461. .quote {
  462. font-family:lala;
  463. font-size:15px;
  464. line-height:21px;
  465. text-align:center;
  466. }
  467.  
  468. #info {
  469. padding-top:5px;
  470. display:block;
  471. padding-bottom:5px;
  472. width:400px;
  473. color:{color:text};
  474. background-color:transparent;
  475. font-size:10px;
  476. font-family:calibri;
  477. text-align:left;
  478. text-transform:lowercase;
  479. border-bottom: 1px solid {color:sidebarbg};
  480. }
  481.  
  482. #questions {
  483. background-color:{color:sidebarbg};
  484. color: {color:sidebar text};
  485. padding:2px;
  486. margin-top: 6px;
  487. margin-bottom:2px;
  488. font-family:calibri;
  489. font-size:11px;
  490. text-transform:lowercase;
  491. border-bottom:1px {color:text};
  492. text-align:center;
  493. }
  494.  
  495. #questions a {color:{color:link}}
  496.  
  497.  
  498. .audio{background-color:black; display:block}
  499.  
  500. .user_1 .label {color:{color:link}; font-weight:bold}
  501. .user_2 .label {color:{color:text}; font-weight:bold}
  502. .user_3 .label {color:{color:link}; font-weight:bold}
  503. .user_4 .label {color:{color:text}; font-weight:bold}
  504.  
  505. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  506.  
  507. .notes img{width:10px; position:relative; top:1px}
  508. ol.notes, .notes li{width:390px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  509.  
  510. .tumblr_audio_player {height: 90px; width: 400px;}
  511.  
  512. </style>
  513. <style type="text/css">{CustomCSS}</style>
  514.  
  515. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  516.  
  517. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  518. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  519. <script>
  520. (function($){
  521. $(document).ready(function(){
  522. $("[title]").style_my_tooltips();
  523. });
  524. })(jQuery);
  525. </script>
  526.  
  527.  
  528.  
  529. </head>
  530. <body>
  531.  
  532. <div id="container">
  533. <center>
  534.  
  535. <div id="bottomtitle">{title}
  536. </div>
  537.  
  538. <div id="quotation">
  539. {description}
  540. </div>
  541.  
  542.  
  543.  
  544. <div id="sidelinks">
  545. <a class="blog" href="{text:Link1}" title="{text:Link1 Title}">✖</a>
  546. <a class="blog" href="{text:link2}" title="{text:link2 title}">✖</a>
  547. <a class="blog" href="{text:link3}" title="{text:link3 title}">✖</a>
  548. <a class="blog" href="{text:link4}" title="{text:link4 title}">✖</a>
  549. </div>
  550.  
  551. <div id="mainlinks">
  552. <a class="blog" href="/" title="home">✖</a>
  553. <a class="blog" href="/ask" title="message">✖</a>
  554. <a class="blog" href="/submit" title="submit">✖</a>
  555. <a class="blog" href="/archive" title="archive">✖</a>
  556. </div>
  557.  
  558.  
  559.  
  560. <div id="description">
  561. {text:quote}
  562. </div>
  563.  
  564.  
  565. <div id="sideimage">
  566. <img src="{image:sidebar}">
  567. </div>
  568.  
  569. <div id="sideimage2">
  570. <img src="{image:sidebar2}">
  571. </div>
  572.  
  573. <div id="box">
  574. <div id="musicbox"><div id="music">
  575. {text:music}
  576. </div></div></div>
  577.  
  578. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div>
  579. </div></div>
  580.  
  581. <div id="cred"><a href="http://krysterium.tumblr.com/" title="krysterium">©</a></div>
  582.  
  583. <div id="entries">
  584. {block:posts}
  585.  
  586. <div id="posts">
  587. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}<div style="font-family:silkscreen; font-size:10px;">{Body}</div>{/block:Text}
  588.  
  589.  
  590. {block:Quote}<div class="quote">“{Quote}” <br>— {Source}</div><br>{/block:Quote}
  591.  
  592. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  593. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  594.  
  595. {block:Photo}<center><img src="{PhotoURL-400}"/></center><br>
  596. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  597.  
  598. {block:Photoset}<center>{Photoset-400}</center><br>
  599. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  600.  
  601. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  602.  
  603. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  604.  
  605. {block:Answer}<img src="{AskerPortraitURL-40}" align="center" class="askborder"><div class="ask"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}{/block:Answer}
  606.  
  607.  
  608. {block:Audio}<div id="_">{AudioPlayerWhite}<br>
  609. {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div> {/block:Audio}
  610.  
  611.  
  612.  
  613. <div id="info"></div>
  614. <br>
  615. <center>
  616. <a href="{ReblogURL}" target="_blank">reblog</a> | </span><a href="{Permalink}"> {TimeAgo}</a> | <a href="{Permalink}" title="notes">{NoteCount}</a>{block:HasTags} | <a href="{Permalink}" title="{block:Tags} #{Tag}{/block:Tags}">tags</a>{/block:HasTags}
  617. {/block:Date}
  618. </center>
  619. </div>
  620.  
  621. {block:PermalinkPage}
  622.  
  623.  
  624. <center><div style="text-transform: none; font: 8px trebuchet ms;">{block:RebloggedFrom}
  625. <br>Reblogged via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  626. <br>Original post: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  627. {/block:RebloggedFrom}{block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}
  628.  
  629.  
  630. {block:HasTags}
  631. {block:Tags} Tag: <a href="{TagURL}"> <small>#</small>{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  632. </center>
  633. <p>
  634. {block:PostNotes}
  635. {PostNotes}
  636. {/block:PostNotes}</div>
  637. {/block:PermalinkPage}
  638.  
  639.  
  640. {/block:Posts}
  641.  
  642. </div>
  643. </div>
  644.  
  645. </body>
  646.  
  647.  
  648. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement