poutinesomething

ii. Neon Lights

May 11th, 2014
9,425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.99 KB | None | 0 0
  1. <head>
  2.  
  3. <!--
  4. 02. Neon Lights by tinyxo
  5. Do not remove any credits, redistribute or use as a base.
  6. If you have any questions or problems, send me a message!
  7. -->
  8.  
  9. <meta name="color:background" content="#FFFFFF" />
  10. <meta name="color:scroll" content="#e9e9e9" />
  11. <meta name="color:border" content="#c5c4c4" />
  12. <meta name="color:entry" content="#fdfcfc" />
  13. <meta name="color:ask" content="#fafafa" />
  14. <meta name="color:text" content="#5c5c5c" />
  15.  
  16. <meta name="color:link" content="#ff5867" />
  17. <meta name="color:hover" content="#999999" />
  18.  
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="text:title" content="" />
  21. <meta name="text:title size" content="18px" />
  22.  
  23. <meta name="text:Link1 Url" content=""/>
  24. <meta name="text:Link1 Name" content="link 1"/>
  25. <meta name="text:Link2 Url" content=""/>
  26. <meta name="text:Link2 Name" content="link 2"/>
  27. <meta name="text:Link3 Url" content=""/>
  28. <meta name="text:Link3 Name" content="link 3"/>
  29. <meta name="text:Link4 Url" content=""/>
  30. <meta name="text:Link4 Name" content="link 4"/>
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}" />
  37. {/block:Description}
  38.  
  39. <!-- thank you jumpingpuddles on tumblr! -->
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  41. <script type="text/javascript">
  42. window.onload = function() {
  43. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -3px;");
  44. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px; margin-bottom: -3px;");
  45. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px; margin-bottom: -3px;");
  46. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px; margin-bottom: -3px;");
  47. }
  48. </script>
  49.  
  50. </head>
  51.  
  52.  
  53. <html>
  54.  
  55. <style type="text/css">
  56. /* SCROLLBAR */
  57. ::selection{
  58. background: {color:link};
  59. color: {color:background};
  60. }
  61. ::-moz-selection{
  62. background: {color:link};
  63. color: {color:background};
  64. }
  65.  
  66. ::-webkit-scrollbar-thumb:vertical{
  67. background-color: {color:link};
  68. border: 1px {color:background} solid;
  69. }
  70.  
  71. ::-webkit-scrollbar-thumb:horizontal{
  72. background-color: {color:link};
  73. border: 1px {color:background} solid;
  74. }
  75.  
  76. ::-webkit-scrollbar{
  77. height: 5px;
  78. width: 5px;
  79. background: {color:background};
  80. }
  81.  
  82. ::-webkit-scrollbar-track-piece {
  83. background: {color:background};
  84. width: 5pt;
  85. }
  86.  
  87. /* BASICS */
  88. body {
  89. margin:0 auto;
  90. background-color: {color:background};
  91. background-image: url({image:background});
  92. background-attachment: fixed;
  93. color: {color:text};
  94. text-align: justify;
  95. font-family: arial;
  96. font-size: 10px;
  97. }
  98. p {
  99. line-height: 12px;
  100. }
  101.  
  102. #main {
  103. margin-left: auto;
  104. margin-right: auto;
  105. top: 0px;
  106. width: 940px;
  107. }
  108.  
  109. .credit {
  110. bottom: 5px;
  111. right: 5px;
  112. position: fixed;
  113. padding: 5px;
  114. text-transform: uppercase;
  115. font-family: calibri;
  116. font-size: 8px;
  117. }
  118.  
  119. a:link,a:active,a:visited {
  120. color: {color:link};
  121. text-decoration: none;
  122. -webkit-transition: all 0.5s ease-out;
  123. -moz-transition: all 0.5s ease-out;
  124. transition: all 0.5s ease-out;
  125. }
  126. a:hover{
  127. text-decoration: none;
  128. color: {color:hover};
  129. -webkit-transition: all 0.5s ease-out;
  130. -moz-transition: all 0.5s ease-out;
  131. transition: all 0.5s ease-out;
  132. }
  133.  
  134. .links a {
  135. padding-left: 4px;
  136. color: {color:hover};
  137. }
  138. .links a:hover {
  139. padding-left: 4px;
  140. color: {color:link};
  141. }
  142.  
  143. .pagination a {
  144. padding: 0 10px 0;
  145. color: {color:link};
  146. }
  147.  
  148. .pagination a:hover {
  149. color: {color:hover};
  150. }
  151.  
  152. #info1 {
  153. padding-right: 4px;
  154. color: {color:link};
  155. font-family: calibri;
  156. font-size: 9px;
  157. font-weight: bold;
  158. text-transform: uppercase;
  159. }
  160.  
  161. #info2 {
  162. padding-right: 4px;
  163. color: {color:hover};
  164. font-size: 9px;
  165. opacity: .8;
  166. }
  167. #info2:hover {
  168. color: {color:link};
  169. opacity: 1;
  170. }
  171.  
  172. img a:hover {
  173. background: none;
  174. }
  175. /* END OF BASICS*/
  176.  
  177. /* ENTRIES */
  178. .posts {
  179. margin: 50px 0 0 290px;
  180. position: absolute;
  181. width: 500px;
  182. text-align: justify;
  183. }
  184. #entry{
  185. width: 500px;
  186. {block:PermalinkPage}padding-bottom: 40px;{/block:PermalinkPage}
  187. }
  188. #info {
  189. margin-top: 5px;
  190. padding: 2px 0 2px 0;
  191. background-color: none;
  192. text-align: left;
  193. line-height: 12px;
  194. font-family: arial;
  195. font-size: 10px;
  196. text-transform: lowercase;
  197. {block:PermalinkPage}margin-bottom: 10px;{/block:PermalinkPage}
  198. {block:IndexPage}margin-bottom: 40px;{/block:IndexPage}
  199. }
  200.  
  201. .right {
  202. float: right;
  203. }
  204. /* END OF ENTRIES*/
  205.  
  206. /* SIDEBAR */
  207. .desc {
  208. position: fixed;
  209. margin-top: 140px;
  210. width: 245px;
  211. height: 100%;
  212. }
  213.  
  214. #desc {
  215. text-align: justify;
  216. }
  217.  
  218. #desc img {
  219. width: 245px;
  220. }
  221.  
  222. .title {
  223. margin: 6px 0 -4px;
  224. color: {color:link};
  225. font-family: arial;
  226. font-size: {text:title size};
  227. font-weight: bold;
  228. letter-spacing: -1px;
  229. text-align: right;
  230. text-transform: lowercase;
  231. }
  232.  
  233. .links {
  234. margin-bottom: 9px;
  235. font-family: Calibri;
  236. font-size: 10px;
  237. text-align: right;
  238. text-transform: lowercase;
  239. }
  240.  
  241. .pagination {
  242. margin: -28px 0 35px;
  243. width: 500px;
  244. font-family: calibri;
  245. font-size: 10px;
  246. font-weight: bold;
  247. text-align: center;
  248. text-transform: uppercase;
  249. }
  250. /* END OF SIDEBAR */
  251.  
  252. /* ENTRY FONTS */
  253. .link {
  254. font-size: 15px;
  255. font-size: 20px;
  256. font-style: italic;
  257. font-weight: bold;
  258. text-align: center;
  259. text-transform: lowercase;
  260. }
  261.  
  262. .ask {
  263. padding: 20px;
  264. background-color: {color:ask};
  265. font-size: 8px;
  266. text-align: justify;
  267. text-transform: uppercase;
  268. }
  269.  
  270. .quote {
  271. letter-spacing: 1px;
  272. font-size: 13px;
  273. font-family: georgia;
  274. color:#555;
  275. font-style: italic;
  276. }
  277.  
  278. .chat {
  279. margin-top: 7px;
  280. }
  281.  
  282. .mus {
  283. width: 100%;
  284. min-height: 50px;
  285. height: 50px;
  286. padding: 0px 20px;
  287. padding-left: 0px;
  288. display: table;
  289. }
  290.  
  291. .mus img {
  292. width: 50px;
  293. position: absolute;
  294. }
  295.  
  296. .minfo {
  297. text-align: center;
  298. display: table-cell;
  299. vertical-align: middle;
  300. background-color: {color:ask};
  301. color: {color:link};
  302. font-size: 8px;
  303. font-family: calibri;
  304. text-transform: uppercase;
  305. letter-spacing: 1px;
  306. }
  307.  
  308. .audioverlay {
  309. margin-top: 5px;
  310. margin-left: 5px;
  311. opacity: 0.7;
  312. position: absolute;
  313. z-index: 10000;
  314. }
  315.  
  316. .audioarrow {
  317. margin: 7px 17px 6px 7px;
  318. width: 28px;
  319. height: 30px;
  320. overflow: hidden;
  321. }
  322.  
  323. b, strong {
  324. color: {color:link};
  325. font-weight: bold;
  326. }
  327.  
  328. i, em {
  329. color: {color:hover};
  330. }
  331.  
  332. h1 {
  333. margin-bottom: -5px;
  334. font-size: 20px;
  335. color: {color:link};
  336. font-family: arial;
  337. font-size: 20px;
  338. font-weight: bold;
  339. letter-spacing: -1px;
  340. text-align: left;
  341. text-transform: lowercase;
  342. }
  343.  
  344. small, sub {
  345. font-size: 8px;
  346. font-family: arial;
  347. text-transform: uppercase;
  348. }
  349.  
  350. blockquote {
  351. border-left: 2px solid {color:topborder};
  352. padding-left: 10px;
  353. padding-right: 10px;
  354. margin:1em 10px;
  355. }
  356. blockquote img {
  357. display: block;
  358. max-width: 100%;
  359. }
  360.  
  361. pre, code {
  362. display: block;
  363. }
  364.  
  365. img {
  366. border: none;
  367. background-color: none;
  368. }
  369. a img {
  370. border: none;
  371. background: none;
  372. }
  373. a img:hover {
  374. border: none;
  375. background: none;
  376. }
  377. /* END OF ENTRY FONTS */
  378.  
  379. /* ETC */
  380. li {
  381. margin-left: -10px;
  382. margin-right: 10px;
  383. }
  384. .user_1 .label {
  385. color: {color:link};
  386. font-weight:bold;
  387. list-style: none;
  388. }
  389. .user_2 .label {
  390. color: #6f6b6b;
  391. font-weight:bold;
  392. list-style: none;
  393. }
  394. ul.chat, .chat ol, .chat li {
  395. list-style: none;
  396. margin: 0px;
  397. padding: 0px;
  398. }
  399. ol.notes, .notes li {
  400. list-style: none;
  401. margin: 0px;
  402. margin-left: -2px;
  403. padding: 2px;
  404. font-family: calibri;
  405. text-transform: uppercase;
  406. font-size: 8px;
  407. }
  408. .notes img {
  409. display: none;
  410. }
  411. /* END OF ETC */
  412. </style>
  413.  
  414. <body>
  415.  
  416.  
  417. <div id="main">
  418.  
  419. <div class="desc">
  420. <div id="desc">
  421. <img src="{image:sidebar}">
  422. <div class="title">{text:title}</div>
  423. <div class="links">
  424. <a href="/">index</a>
  425. <a href="/ask">ask</a>
  426. {block:IfLink1Name}<a href="{text:Link1 Url}" id="sidelinks">{text:Link1 Name}</a>{/block:IfLink1Name}
  427. {block:IfLink2Name}<a href="{text:Link2 Url}" id="sidelinks">{text:Link2 Name}</a>{/block:IfLink2Name}
  428. {block:IfLink3Name}<a href="{text:Link3 Url}" id="sidelinks">{text:Link3 Name}</a>{/block:IfLink3Name}
  429. {block:IfLink4Name}<a href="{text:Link4 Url}" id="sidelinks">{text:Link4 Name}</a>{/block:IfLink4Name}
  430. </div>
  431. {block:Description}{Description}{/block:Description}
  432. </div>
  433. </div>
  434.  
  435.  
  436.  
  437. <div class="posts">
  438.  
  439. {block:Posts}
  440.  
  441. <div id="entry">
  442.  
  443. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  444.  
  445. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500">
  446. {block:Caption}{Caption}{/block:Caption}
  447. {/block:Photo}
  448.  
  449.  
  450. {block:Photoset}
  451. {Photoset-500}
  452. {block:Caption}{Caption}{/block:Caption}
  453. {/block:Photoset}
  454.  
  455.  
  456. {block:Quote}
  457. <div class="quote">{Quote}</div>
  458. {block:Source}~{Source}{/block:Source}
  459. {/block:Quote}
  460.  
  461.  
  462. {block:Link}
  463. <div class="link"><a href="{URL}" {Target}>{Name}</a></div></center>
  464. {block:Description}{Description}{/block:Description}
  465. {/block:Link}
  466.  
  467.  
  468. {block:Chat}
  469. {block:Title}<h1>{Title}</h1>{/block:Title}
  470. <div class="chat">
  471. <ul class="chat">{block:Lines}
  472. <li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  473. </div>{/block:Chat}
  474.  
  475.  
  476. {block:Audio}
  477. <div class="mus">
  478. {block:AudioPlayer}
  479. <div class="audioverlay">
  480. <div class="audioarrow">
  481. {AudioPlayerWhite}
  482. </div>
  483. </div>
  484.  
  485. {block:AlbumArt}
  486. <img class="cover" src="{AlbumArtURL}" />
  487. {/block:AlbumArt}
  488.  
  489. <div class="minfo">
  490. {block:TrackName}{TrackName}{/block:TrackName} by
  491. {block:Artist}{Artist}{/block:Artist}<Br>
  492. {block:Album}{Album}{/block:Album}<br>
  493. {block:Playcount}{Playcount} Plays{/block:Playcount}
  494. </div>
  495. </div>
  496. {/block:AudioPlayer}
  497.  
  498. {block:AudioEmbed}{AudioEmbed-500}</div>{/block:AudioEmbed}
  499.  
  500. {block:Caption}{Caption}{/block:Caption}
  501. {/block:Audio}
  502.  
  503.  
  504. {block:Video}
  505. {VideoEmbed-500}
  506. {block:Caption}{Caption}{/block:Caption}
  507. {/block:Video}
  508.  
  509.  
  510. {block:Answer}
  511. <div class="ask"><b>{Asker}</b>: {Question}</div>
  512. {Answer}
  513. {/block:Answer}
  514.  
  515.  
  516. {block:Date}<div id="info">
  517. <a href="{Permalink}" id="info1">{block:NoteCount}{NoteCountWithLabel} since {/block:NoteCount}{timeago}{/block:Date}</a>
  518.  
  519. <div class="right">{block:RebloggedFrom} <a href="{ReblogParentURL}" id="info1">VIA</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}" id="info1">SOURCE</a>{/block:ContentSource}</div>
  520.  
  521. {block:HasTags}<br>{block:Tags}<a href="{TagUrl}" id="info2">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  522.  
  523. </div>
  524.  
  525. {block:PostNotes}
  526. {PostNotes}
  527. {/block:PostNotes}
  528.  
  529. </div>
  530.  
  531. {/block:Posts}
  532.  
  533.  
  534. {block:Pagination}<div class="pagination">
  535. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  536. {block:NextPage}<a href="{NextPage}">next</a> {/block:NextPage}
  537. </div>{/block:Pagination}
  538.  
  539. </div>
  540.  
  541. </div>
  542.  
  543. </div>
  544.  
  545.  
  546. <!-- IMPORTANT, DO NOT REMOVE CREDIT -->
  547. <div class="credit"><a href="http://tinyxo.tumblr.com/">TINY</a></div>
  548.  
  549. </body>
  550. </html>
Add Comment
Please, Sign In to add comment