Advertisement
itsally

♡ Nylon Theme ♡ (Vacancy v2)

Apr 2nd, 2014
1,725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.33 KB | None | 0 0
  1. <head>
  2.  
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  7.  
  8. <!--
  9.  
  10. ♡♡♡ Nylon Theme ♡♡♡
  11. Created by Ally (bitchato.tumblr.com)
  12. Please do not remove the credit. If you remove it, i'll report you.
  13.  
  14. -->
  15.  
  16. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  17.  
  18. <meta name="color:Background" content="#acacac"/>
  19. <meta name="color:Text" content="#130C11"/>
  20. <meta name="color:Title" content="#130C11"/>
  21. <meta name="color:Hover" content="#130C11"/>
  22. <meta name="color:Scrollbar" content="#130C11"/>
  23. <meta name="color:Link" content="#130C11"/>
  24. <meta name="image:Background" content="1"/>
  25. <meta name="image:Sidebar Background" content="http://static.tumblr.com/ubjvoln/okeklawjb/wire.png"/>
  26. <meta name="text:Link One Title" content="link 1" />
  27. <meta name="text:Link One" content="" />
  28. <meta name="text:Link Two Title" content="link 2" />
  29. <meta name="text:Link Two" content="" />
  30. <meta name="text:Link Three Title" content="link 3" />
  31. <meta name="text:Link Three" content="" />
  32. <meta name="text:Link Four Title" content="link 4" />
  33. <meta name="text:Link Four" content="" />
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  38.  
  39. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  40.  
  41. .wrapper{
  42. margin: 0px auto;
  43. width: 717px;
  44. }
  45.  
  46. #tumblr_controls{
  47. position:fixed !important;
  48. -webkit-filter: invert(100%)
  49. }
  50.  
  51. body {
  52. padding: 0px;
  53. margin: 0px;
  54. color:{color:text};
  55. background-color: {color:Background};
  56. background-image:url({image:background});
  57. background-attachment: fixed;
  58. background-size: 1200px;
  59. font-family: consolas;
  60. font-size: 10px;
  61. line-height:10px;
  62. color:{color:text};
  63. }
  64.  
  65. p {
  66. margin:0px;
  67. margin-top:0px;
  68. }
  69.  
  70. a:link, a:active, a:visited{
  71. color: {color:Link};
  72. text-decoration: none;
  73. -webkit-transition: color 0.5s ease-out;
  74. -moz-transition: color 0.5s ease-out;
  75. }
  76.  
  77. a:hover{
  78. color:{color:Hover};
  79. -webkit-transition: color 0.3s ease-out;
  80. -moz-transition: color 0.3s ease-out;
  81. }
  82.  
  83. .entry {
  84. margin:50px;
  85. padding: 6px;
  86. padding-bottom: 3px;
  87. float:left;
  88. background-color: #fff;
  89. border: solid 1px #000;
  90. font-family: consolas;
  91. font-size: 12px;
  92. line-height:14px;
  93. box-shadow:6px 6px 0px #000;
  94. {block:IndexPage}
  95. width:280px;
  96. {/block:IndexPage}
  97. {block:PermalinkPage}
  98. width:280px;
  99. {/block:PermalinkPage}
  100. }
  101.  
  102. #sidebar{
  103. width:140px;
  104. margin-left: 25px;
  105. z-index:1;
  106. position:fixed !important;
  107. bottom:0px;
  108. height:100%;
  109. background-color: #cecece;
  110. opacity: 1;
  111. background-image:url({image:sidebar background});
  112. }
  113.  
  114. .description{
  115. width: 125px;
  116. padding: 2px;
  117. text-align: center;
  118. opacity: 1;
  119. margin-left: 5px;
  120. font-size:10px;
  121. line-height: 12px;
  122. float: center;
  123. color: #fff;
  124. background-color: #000;
  125. }
  126.  
  127. .description a{
  128. color:#fff;
  129. }
  130.  
  131.  
  132. .links a {
  133. width: 125px;
  134. padding: 2px;
  135. display: block;
  136. height: 12px;
  137. margin-top: 5px;
  138. text-align: center;
  139. margin-left: 5px;
  140. text-transform: uppercase;
  141. font-family: consolas;
  142. font-size: 10px;
  143. line-height: 12px;
  144. float: center;
  145. color: #fff;
  146. background-color: #000;
  147. }
  148.  
  149. .links a:hover{
  150. background-color:#fff;
  151. color:#000;
  152. }
  153.  
  154. #pagination{
  155. display:none;
  156. }
  157.  
  158. #posts {
  159. position:relative;
  160. margin-top:0px;
  161. padding-bottom:7px;
  162. padding-left:-1px;
  163. {block:IndexPage}
  164. width: 500px;
  165. margin-left: 220px;
  166. margin-top: 0px;
  167. {/block:IndexPage}
  168. {block:PermalinkPage}
  169. width: 500px;
  170. margin-left: 220px;
  171. margin-top: 0px;
  172. {/block:PermalinkPage}
  173. }
  174.  
  175. #postnotes{
  176. text-align: justify;}
  177.  
  178. #postnotes blockquote{
  179. border: 0px;}
  180.  
  181. #infscr-loading{
  182. bottom: -70px;
  183. position: absolute;
  184. left: 50%;
  185. margin-left:-8px;
  186. width:16px;
  187. height:11px;
  188. overflow:hidden;
  189. margin-bottom: 50px;
  190. }
  191.  
  192. .ayo{
  193. display: block;
  194. padding: 0px;
  195. text-align: right;
  196. font-family: consolas;
  197. text-transform: uppercase;
  198. margin-top: 6px;
  199. color:#fff;
  200. background-color:#000;
  201. -webkit-transition: all 0.7s linear;
  202. -moz-transition: all 0.7s linear;
  203. transition: all 0.7s linear;
  204. }
  205.  
  206. .ayo a{
  207. color:#fff;
  208. font-family: consolas;
  209. }
  210.  
  211. .rbutt{
  212. margin-left:65px;
  213. margin-bottom:0px;
  214. width:220px;
  215. text-align:right;}
  216.  
  217. .rbutt a{
  218. background:#fff;
  219. margin:0px 5px 3px 0px;
  220. border:1px solid #000;
  221. padding:4px;
  222. display:inline-block;
  223. -webkit-transition: all 0.3s ease-in-out;
  224. -moz-transition: all 0.3s ease-in-out;
  225. transition: all 0.3s ease-in-out;}
  226.  
  227. .rbutt a:hover {
  228. text-align:center;
  229. background:#000;
  230. border:1px solid #000;
  231. background-image:url(http://static.tumblr.com/ubjvoln/okeklawjb/wire.png);
  232. }
  233.  
  234.  
  235. .title{
  236. font-family: consolas;
  237. font-size: 14px;
  238. line-height:15px;
  239. color: {color:Title};
  240. font-weight: normal;
  241. padding:0px 0px 0px 0px;
  242. }
  243.  
  244.  
  245. a img{border: 0px;}
  246.  
  247. blockquote{
  248. padding:2px 2px 2px 5px;
  249. margin:4px 4px 4px 7px;
  250. border-left: 4px solid #dddddd;
  251. }
  252.  
  253. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  254.  
  255. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  256. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  257.  
  258. .notes img{width:10px; position:relative; top:3px;}
  259. <--ses-->
  260. small{font-size: 90%;}
  261.  
  262.  
  263. .caption img {
  264. max-width: 100%;
  265. }
  266.  
  267. {CustomCSS}
  268.  
  269. div#qTip{
  270. font-family:'calibri'; /* font family */
  271. font-size: 8px; /* font size */
  272. color:#fff; /* text colour */
  273. background-color:#000; /* background colour */
  274. text-align: center; /* */
  275. text-transform: uppercase; /* uppercase */
  276. letter-spacing:1px; /* letter spacing */
  277. min-width:40px;
  278. max-width:120px;
  279. display: none;
  280. position: absolute;
  281. z-index: 99;
  282. padding: 3px; /* padding */
  283. margin:5px 0px 0px 20px;}
  284.  
  285.  
  286. </style>
  287.  
  288.  
  289. {block:IndexPage}
  290. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  291. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  292.  
  293. <script type="text/javascript">
  294. $(window).load(function () {
  295. var $content = $('#posts');
  296. $content.masonry({itemSelector: '.entry'}),
  297. $content.infinitescroll({
  298. navSelector : 'div#pagination',
  299. nextSelector : 'div#pagination a#nextPage',
  300. itemSelector : '.entry',
  301. loading: {
  302. finishedMsg: '',
  303. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  304. },
  305. bufferPx : 600,
  306. debug : false,
  307. },
  308. // call masonry as a callback.
  309. function( newElements ) {
  310. var $newElems = $( newElements );
  311. $newElems.hide();
  312. // ensure that images load before adding to masonry layout
  313. $newElems.imagesLoaded(function(){
  314. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  315.  
  316.  
  317. });
  318. });
  319. });
  320. </script>
  321.  
  322. {/block:IndexPage}
  323.  
  324. <title>{title}</title>
  325.  
  326. <link rel="shortcut icon" href="{Favicon}">
  327. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  328. <meta name="viewport" content="width=820" />
  329.  
  330. </style>
  331.  
  332. </head>
  333. <body>
  334.  
  335.  
  336. <div class="wrapper">
  337. <div style="position:fixed;right:0px;top:28px;">
  338. </span>
  339. </div>
  340.  
  341. <div id="sidebar">
  342. <div style="margin-top:200px;">
  343.  
  344.  
  345. <div class="description">
  346. <p>{Description}</p>
  347. </div>
  348.  
  349.  
  350.  
  351. <div class="links">
  352. <a href="/">home</a>
  353. <a href="/ask">message</a>
  354. {block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  355. {block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  356. {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  357. <a href="http://klystrons.tumblr.com/">theme</a>
  358. </div>
  359.  
  360. </div></div>
  361.  
  362. <div id="posts">
  363.  
  364. {block:Posts}
  365. <div class="entry">
  366.  
  367. {block:Text}
  368. {block:IndexPage}
  369. <div class="rbutt"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:IndexPage}
  370. {block:Title}<span class="title">{Title}</span>{/block:Title}
  371. <div class="caption"><span class="entrytext">{Body}</span></div>
  372. {/block:Text}
  373.  
  374. {block:Link}
  375. {block:IndexPage}
  376. <div class="rbutt"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:IndexPage}
  377. <a href="{URL}" class="title">{Name}</a>
  378. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  379. {block:Link}
  380.  
  381. {block:Photo}
  382. {block:IndexPage}
  383. <div class="rbutt"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:IndexPage}
  384. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="280"/></a></div>{LinkCloseTag}
  385. {/block:IndexPage}
  386. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="280"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  387. {/block:Photo}
  388.  
  389.  
  390.  
  391.  
  392. {block:Photoset}
  393. {block:IndexPage}
  394. <div class="rbutt"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:IndexPage}
  395. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  396. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  397. {/block:Photoset}
  398.  
  399. {block:Quote}
  400. {block:IndexPage}
  401. <div class="rbutt"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:IndexPage}
  402. {Quote}</span>
  403. {block:Source}{Source}{/block:Source}
  404. {/block:Quote}
  405.  
  406. {block:Chat}
  407. {block:IndexPage}
  408. <div class="rbutt"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:IndexPage}
  409. {block:Title}<span class="title">{Title}</span>{/block:Title}
  410. <ul class="chat">
  411. {block:Lines}
  412. <li class="user_{UserNumber}">
  413. {block:Label}
  414. <span class="label">{Label}</span>
  415. {/block:Label}
  416.  
  417. {Line}
  418. </li>
  419. {/block:Lines}
  420. </ul>
  421. {/block:Chat}
  422.  
  423. {block:Audio}
  424. {block:IndexPage}
  425. <div class="rbutt"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:IndexPage}
  426. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  427. {block:IndexPage}
  428. <div class="caption">
  429. {caption}</div>{/block:IndexPage}
  430. {/block:Audio}
  431.  
  432. {block:Video}
  433. {block:IndexPage}
  434. <div class="rbutt"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:IndexPage}
  435. <center>
  436. {block:IndexPage}
  437. {Video-250}
  438. {/block:IndexPage}
  439. </center>
  440. {block:PermalinkPage}
  441. <center>{Video-500}</center>
  442. {/block:PermalinkPage}
  443. {block:Video}
  444.  
  445. {block:Answer}
  446. {block:IndexPage}
  447. <div class="rbutt"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:IndexPage}
  448. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  449. <strong>{Asker} asked: {Question}</strong>
  450. <div class="caption">
  451. <div style="margin-top: 10px;">{Answer}</div></div>
  452. {/block:Answer}
  453.  
  454. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  455.  
  456.  
  457. {block:PermalinkPage}
  458. {block:Date}
  459. {block:Caption}{Caption}{/block:Caption}<center>
  460. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  461. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  462. {/block:Date}
  463.  
  464. {/block:PermalinkPage}
  465.  
  466. {block:PostNotes}{PostNotes}
  467. {/block:PostNotes}
  468. </div>
  469.  
  470.  
  471. {/block:Posts}
  472. </div>
  473. </div>
  474. {block:IndexPage}
  475. {block:Pagination}
  476. <div id="pagination">
  477. {block:NextPage}
  478. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  479. {/block:NextPage}
  480. {block:PreviousPage}
  481. <a href="{PreviousPage}">&larr;&nbsp;</a>
  482. {/block:PreviousPage}
  483. </div>
  484. {/block:Pagination}
  485. {/block:IndexPage}
  486. </div>
  487.  
  488. </body>
  489.  
  490. <div style="position:fixed; bottom:10px; right:5px; opacity:.6">
  491. <a href="http://klystrons.tumblr.com"><img src="http://media.tumblr.com/tumblr_m2312brrLu1qfamg6.gif" width="15px"></a>
  492.  
  493. </div>
  494. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement