Advertisement
teruteru

Neon Nights - 【 THEME 27 by Anomaly ☽】

Sep 9th, 2016
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.92 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{image:Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <!----------------------------------------
  11.  
  12. theme 27: neon nights by anomaly xollyx
  13. base code by ncfas
  14. dont remove credit otherwise have fun!
  15.  
  16. ------------------------------------------>
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20.  
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:90,
  27. tip_fade_speed:600,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. </head>
  35.  
  36. <meta name="image:favicon" content=""/>
  37. <meta name="image:background" content=""/>
  38. <meta name="image:sidebar" content=""/>
  39. <meta name="image:cursor" content=""/>
  40. <meta name="image:render" content=""/>
  41.  
  42. <meta name="color:background" content=""/>
  43. <meta name="color:posts" content="#fff"/>
  44. <meta name="color:text" content="#000"/>
  45. <meta name="color:link" content="#292421"/>
  46. <meta name="color:hover" content=""/>
  47. <meta name="color:scrollbar" content="#e1e1e1"/>
  48. <meta name="color:ask" content="#eee"/>
  49. <meta name="color:permalink" content="#eee"/>
  50. <meta name="color:blockquote" content="#e1e1e1"/>
  51. <meta name="color:blog link" content="#fff"/>
  52. <meta name="color:blog link hover" content="#000"/>
  53. <meta name="color:tooltip" content="#636363"/>
  54. <meta name="color:tooltip text" content="#eeeeee"/>
  55.  
  56. <meta name="text:main link symbol" content="♡"/>
  57. <meta name="text:extra link symbol" content="♡"/>
  58. <meta name="text:about link" content="/abt"/>
  59. <meta name="text:link 1" content=""/>
  60. <meta name="text:link 1 title" content="link 1"/>
  61. <meta name="text:link 2" content=""/>
  62. <meta name="text:link 2 title" content="link 2"/>
  63. <meta name="text:link 3" content=""/>
  64. <meta name="text:link 3 title" content="link 3"/>
  65. <meta name="text:link 4" content=""/>
  66. <meta name="text:link 4 title" content="link 4"/>
  67. <meta name="text:link 5" content=""/>
  68. <meta name="text:link 5 title" content="link 5"/>
  69.  
  70. <meta name="text:render left" content="0" />
  71. <meta name="text:render bottom" content="0" />
  72. <meta name="text:render width" content="300" />
  73.  
  74. <meta name="if:cursor" content="0"/>
  75. <meta name="if:full bg" content="0"/>
  76. <meta name="if:render" content="1" />
  77.  
  78. <style type="text/css">
  79.  
  80. @font-face { font-family:"andes"; src: url('https://dl.dropboxusercontent.com/s/w96h0nlsy47ze2t/andes.ttf'); format(“truetype”);}
  81.  
  82. @font-face{ font-family:"haeccity"; src:url('https://dl.dropboxusercontent.com/s/48102ianng6pss6/haeccity.ttf');}
  83.  
  84. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  85.  
  86. ::-webkit-scrollbar {
  87. width: 9px;
  88. height: 2px;
  89. }
  90. ::-webkit-scrollbar-button {
  91. width: 0px;
  92. height: 0px;
  93. }
  94. ::-webkit-scrollbar-thumb {
  95. background: {color:scrollbar};
  96. border: 0px none transparent;
  97. }
  98. ::-webkit-scrollbar-track {
  99. background: {color:scrollbar};
  100. border: 4px solid {color:posts};
  101. }
  102. ::-webkit-scrollbar-corner {
  103. background: transparent;
  104. }
  105.  
  106. h1 {
  107. font-family:andes;
  108. font-size:30px;
  109. line-height:10px;
  110. text-align:center;
  111. padding:5px;
  112. text-shadow: {color:blog links} 0 0 20px;
  113. font-weight:bold;
  114. }
  115.  
  116. h2 {
  117. font-size:16px;
  118. line-height:10px;
  119. text-align:center;
  120. padding:5px;
  121. }
  122.  
  123. a {
  124. text-decoration:none;
  125. color:{color:link};
  126.  
  127. }
  128. a:hover {
  129. color:{color:hover};
  130. -webkit-transition: all 0.7s ease;
  131. -moz-transition: all 0.7s ease;
  132. -o-transition: all 0.7s ease;
  133.  
  134. }
  135.  
  136. b, strong {
  137. color:{color:text};
  138. font-weight:bold;
  139. }
  140.  
  141. i, em {
  142. color:{color:text};
  143. font-family:consolas;
  144. }
  145.  
  146. blockquote {
  147. padding:1px 5px;
  148. margin:3px 0 3px 8px;
  149. border-left:.5px solid {color:blockquote};
  150. }
  151.  
  152. blockquote img {
  153. max-width:100%;
  154. height:auto;
  155. }
  156.  
  157. img {
  158. max-width: 100%;
  159. }
  160.  
  161. body {
  162. background-color:{color:background};
  163. {block:iffullbg}
  164. background-repeat:no-repeat;
  165. background-size:cover;
  166. {/block:iffullbg}
  167. font-family:consolas;
  168. font-size: 11px;
  169. color:{color:text};
  170. background-image:url('{image:background}');
  171. }
  172.  
  173. #tit{
  174. position:absolute;
  175. top:35px;
  176. left:200px;
  177. color:{color:blog link};
  178. font-family:andes;
  179. font-size:45px;
  180. line-height:10px;
  181. text-align:center;
  182. padding:5px;
  183. font-style:italic;
  184. text-shadow: {color:blog link hover} 0 0 10px;
  185. }
  186.  
  187. #container {
  188. position:absolute;
  189. top:70px;
  190. left:320px;
  191. height:80%;
  192. width:620px;
  193. padding:10px;
  194. background-color:{color:posts};
  195. overflow-y:scroll;
  196. }
  197.  
  198.  
  199. .posts {
  200. width:500px;
  201. background-color:{color:posts};
  202. padding:10px;
  203. margin-bottom:30px;
  204. }
  205.  
  206. .permalinks{
  207. background:{color:permalink};
  208. padding:3px;
  209. text-shadow: {color:link} 0 0 5px;
  210. font-size: 10px;
  211. font-family:haeccity;
  212. }
  213. .date {
  214. float:left;
  215. }
  216. .reblogs {
  217. float:right;
  218. }
  219.  
  220. .tags {
  221. text-align:left;
  222. }
  223. .tags a {
  224. text-decoration:none;
  225. font-size: 10px;
  226. font-family:haeccity;
  227. color:{color:link};
  228. text-shadow: {color:link} 0 0 5px;
  229. }
  230. .tags a:hover {
  231. color:{color:hover};
  232. -webkit-transition: all 0.7s ease;
  233. -moz-transition: all 0.7s ease;
  234. -o-transition: all 0.7s ease;
  235. }
  236. .date {
  237. float:left;
  238. font-size: 10px;
  239. font-family:haeccity;
  240. text-shadow: {color:link} 0 0 5px;
  241. }
  242.  
  243. .reblogs {
  244. float:right;
  245. }
  246.  
  247. #pagi{
  248. position:fixed;
  249. color:{color:link};
  250. text-shadow: {color:link} 0 0 10px;
  251. font-size:20px;
  252. top:80%;
  253. left:230px;
  254. -webkit-transition: all 0.7s ease;
  255. -moz-transition: all 0.7s ease;
  256. -o-transition: all 0.7s ease;
  257. }
  258.  
  259. #pagination a:hover {
  260. color:{color:hover};
  261. text-shadow: {color:hover} 0 0 20px;
  262. }
  263.  
  264. #sidebar {
  265. position:fixed;
  266. left:150px;
  267. top:70px;
  268. height:80%;
  269. width:150px;
  270. text-align:center;
  271. background-color:{color:posts};
  272. padding:10px;
  273. }
  274.  
  275. #description {
  276. font-size:11px;
  277. color:{color:text};
  278. text-align:justify;
  279. padding:5px;
  280. }
  281.  
  282. #links {
  283. position:fixed;
  284. font-family:signerica;
  285. width:10px;
  286. top:145px;
  287. left:975px;
  288. font-size:50px;
  289. text-transform:uppercase;
  290. text-align:center;
  291. }
  292.  
  293. #links a{
  294. padding:1px;
  295. margin-top:1px;
  296. margin-left:2px;
  297. line-height:120%;
  298. color:{color:blog link};
  299. size:15px;
  300. -moz-transition-duration:.7s;
  301. -webkit-transition-duration:.7s;
  302. -o-transition-duration:.7s;
  303. text-shadow: {color:blog link} 0 0 10px;
  304. }
  305.  
  306. #links a:hover {
  307. color:{color:blog link hover};
  308. -moz-transition-duration:.4s;
  309. -webkit-transition-duration:.4s;
  310. -o-transition-duration:.4s;
  311. text-shadow: {color:blog link hover} 0 0 20px;
  312. }
  313.  
  314. .link001 {
  315. position:fixed;
  316. font-family:signerica;
  317. width:10px;
  318. top:45px;
  319. left:155px;
  320. font-size:25px;
  321. text-transform:uppercase;
  322. text-align:center;
  323. line-height:170%;
  324. -moz-transform: rotate(-5deg);
  325. -webkit-transform: rotate(-5deg);
  326. -o-transform: rotate(-5deg);
  327. -ms-transform: rotate(-5deg);
  328. transform: rotate(-19deg);
  329. }
  330.  
  331. .link001 a{
  332. line-height:170%;
  333. padding:1px;
  334. margin-top:1px;
  335. margin-left:2px;
  336. color:{color:blog link};
  337. text-shadow: {color:blog link} 0 0 10px;
  338. size:15px;
  339. -moz-transition-duration:.7s;
  340. -webkit-transition-duration:.7s;
  341. -o-transition-duration:.7s;
  342. }
  343.  
  344. .link001 a:hover {
  345. color:{color:blog link hover};
  346. text-shadow: {color:blog link hover} 0 0 20px;
  347. -moz-transition-duration:.4s;
  348. -webkit-transition-duration:.4s;
  349. -o-transition-duration:.4s;
  350.  
  351. }
  352.  
  353. .link002 {
  354. position:fixed;
  355. font-family:signerica;
  356. width:10px;
  357. top:50px;
  358. left:128px;
  359. font-size:25px;
  360. text-transform:uppercase;
  361. text-align:center;
  362. line-height:170%;
  363. -moz-transform: rotate(-5deg);
  364. -webkit-transform: rotate(-5deg);
  365. -o-transform: rotate(-5deg);
  366. -ms-transform: rotate(-5deg);
  367. transform: rotate(19deg);
  368. }
  369.  
  370. .link002 a{
  371. line-height:170%;
  372. padding:1px;
  373. margin-top:1px;
  374. margin-left:2px;
  375. color:{color:blog link};
  376. text-shadow: {color:blog link} 0 0 10px;
  377. size:15px;
  378. -moz-transition-duration:.7s;
  379. -webkit-transition-duration:.7s;
  380. -o-transition-duration:.7s;
  381. }
  382.  
  383. .link002 a:hover {
  384. color:{color:blog link hover};
  385. text-shadow: {color:blog link hover} 0 0 20px;
  386. -moz-transition-duration:.4s;
  387. -webkit-transition-duration:.4s;
  388. -o-transition-duration:.4s;
  389.  
  390. }
  391.  
  392. .link003 {
  393. position:fixed;
  394. font-family:signerica;
  395. width:10px;
  396. top:80px;
  397. left:120px;
  398. font-size:25px;
  399. text-transform:uppercase;
  400. text-align:center;
  401. line-height:170%;
  402. -moz-transform: rotate(-5deg);
  403. -webkit-transform: rotate(-5deg);
  404. -o-transform: rotate(-5deg);
  405. -ms-transform: rotate(-5deg);
  406. transform: rotate(-41deg);
  407. }
  408.  
  409. .link003 a{
  410. line-height:170%;
  411. padding:1px;
  412. margin-top:1px;
  413. margin-left:2px;
  414. color:{color:blog link};
  415. text-shadow: {color:blog link} 0 0 10px;
  416. size:15px;
  417. -moz-transition-duration:.7s;
  418. -webkit-transition-duration:.7s;
  419. -o-transition-duration:.7s;
  420. }
  421.  
  422. .link003 a:hover {
  423. color:{color:blog link hover};
  424. text-shadow: {color:blog link hover} 0 0 20px;
  425. -moz-transition-duration:.4s;
  426. -webkit-transition-duration:.4s;
  427. -o-transition-duration:.4s;
  428.  
  429. }
  430.  
  431. .link004 {
  432. position:fixed;
  433. font-family:signerica;
  434. width:10px;
  435. top:100px;
  436. left:125px;
  437. font-size:25px;
  438. text-transform:uppercase;
  439. text-align:center;
  440. line-height:170%;
  441. -moz-transform: rotate(-5deg);
  442. -webkit-transform: rotate(-5deg);
  443. -o-transform: rotate(-5deg);
  444. -ms-transform: rotate(-5deg);
  445. transform: rotate(29deg);
  446. }
  447.  
  448. .link004 a{
  449. line-height:170%;
  450. padding:1px;
  451. margin-top:1px;
  452. margin-left:2px;
  453. color:{color:blog link};
  454. text-shadow: {color:blog link} 0 0 10px;
  455. size:15px;
  456. -moz-transition-duration:.7s;
  457. -webkit-transition-duration:.7s;
  458. -o-transition-duration:.7s;
  459. }
  460.  
  461. .link004 a:hover {
  462. color:{color:blog link hover};
  463. text-shadow: {color:blog link hover} 0 0 20px;
  464. -moz-transition-duration:.4s;
  465. -webkit-transition-duration:.4s;
  466. -o-transition-duration:.4s;
  467.  
  468. }
  469.  
  470. .bubble {
  471. align:right;
  472. background: {color:ask};
  473. margin:7px 0px 5px 66px;
  474. padding:10px;
  475. position: relative;
  476. -moz-border-radius:5px;
  477. -webkit-border-radius:5px;
  478. border-radius:5px;
  479. }
  480.  
  481. .bubble p {
  482. margin:1px 0px;
  483. }
  484.  
  485. .bubble span {
  486. display:block;
  487. position:absolute;
  488. width:1px;
  489. height:1px;
  490. font-size: 0;
  491. line-height: 1px;
  492. left:-10px;
  493. top:10px;
  494. border-top:7px solid transparent;
  495. border-bottom:7px solid transparent;
  496. border-right:10px solid {color:ask};
  497. }
  498.  
  499. .askborder {
  500. float: left;
  501. margin: 1px 4px 0 0;
  502. padding: 2px;
  503. background: {color:ask};
  504. }
  505.  
  506. .quote {
  507. font-size:13px;
  508. letter-spacing:1px;
  509. text-align:center;
  510. margin-bottom:5px;
  511. padding-bottom:3px;
  512. }
  513.  
  514. .quotesource {
  515. font-size:11px;
  516. letter-spacing:1px;
  517. text-align:right;
  518. margin-bottom:5px;
  519. }
  520.  
  521. #s-m-t-tooltip {max-width:250px;
  522. padding:3px 4px 5px 4px;
  523. margin-top:5px;
  524. margin-left:30px;
  525. background: {color:tooltip};
  526. font-family:'haeccity';
  527. font-size:10px;
  528. text-transform:uppercase;
  529. color:{color:tooltip text};
  530. text-align: center;
  531. {block:ifroundcorners}
  532. border-radius:5px;
  533. {/block:ifroundcorners}
  534. }
  535.  
  536. #s-m-t-tooltip:after {position: absolute;
  537. display: block; content: "";
  538. border-color: transparent {color:tooltip} transparent transparent ;
  539. border-style: solid;
  540. border-width: 5px;
  541. height:0;
  542. width:0;
  543. position:absolute;
  544. top:3px;
  545. left:-10px;}
  546.  
  547. </style>
  548.  
  549. <body>
  550. <div id="tit">{Title}</div>
  551. <div id="sidebar">
  552. <img src="{image:sidebar}" style="width:100px; height:100px; border-radius:100px;">
  553.  
  554. <div id="description">{block:Description}{Description}{/block:Description}
  555.  
  556. </div></div>
  557.  
  558. <div class="link001">
  559. <a href="/" title="home">{text:main link symbol}</a></div>
  560. <div class="link002">
  561. <a href="/ask" title="ask">{text:main link symbol}</a></div>
  562. <div class="link003">
  563. <a href="/submit" title="submit">{text:main link symbol}</a></div>
  564. <div class="link004">
  565. <a href="{text:about link}" title="about">{text:main link symbol}</a></div>
  566.  
  567. {block:Pagination}<div id="pagi">
  568. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  569. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  570. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  571. {/block:JumpPagination}
  572. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  573. </div>{/block:Pagination}
  574.  
  575.  
  576. <div id="container">
  577.  
  578. {block:Posts}
  579.  
  580. <div class="posts">
  581.  
  582. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  583.  
  584. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  585.  
  586. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  587.  
  588. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  589.  
  590. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<br><div class="quotesource">- {Source}</div>{/block:Source}{/block:Quote}
  591.  
  592. {block:Link}<h2><a href="{URL}" class="link" {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}{/block:Link}
  593.  
  594. {block:Chat}{block:Title}<h2>{Title}</h2></a>{/block:Title}
  595. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  596.  
  597. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  598.  
  599. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  600.  
  601. {block:Answer}
  602. <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}
  603. {/block:Answer}
  604.  
  605. <div class="permalinks">
  606. <div class="date"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year} </a><a href="{Permalink}"> {block:NoteCount}{NoteCount}{/block:NoteCount}</a></div><div align="right">{block:RebloggedFrom}
  607. <a href="{ReblogParentURL}">via</a>
  608. <a href="{ReblogRootURL}">source</a>
  609. {/block:RebloggedFrom}
  610. <a href="{ReblogURL}">reblog</a></div>
  611.  
  612.  
  613. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> {Tag}</a>{/block:Tags}{/block:HasTags}</div> </div>
  614.  
  615. </div>
  616.  
  617. {/block:Posts}
  618.  
  619. </div>
  620.  
  621. {block:ContentSource}
  622. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  623. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  624. {/block:SourceLogo}
  625. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  626. {/block:ContentSource}
  627.  
  628. <div id="links">
  629. <a href="{text:link 1}" title="{text:link 1 title}">{text:extra link symbol}</a><br>
  630. <a href="{text:link 2}" title="{text:link 2 title}">{text:extra link symbol}</a><br>
  631. <a href="{text:link 3}" title="{text:link 3 title}">{text:extra link symbol}</a><br>
  632. <a href="{text:link 4}" title="{text:link 4 title}">{text:extra link symbol}</a><br>
  633. <a href="{text:link 5}" title="{text:link 5 title}">{text:extra link symbol}</a><br>
  634. </div>
  635.  
  636. {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img style="opacity:1;" src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  637.  
  638.  
  639. <div style=" position:fixed; left:8px; bottom:4px; z-index:1;"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif"></a></div>
  640. <!--. -->
  641. </body>
  642. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement