Advertisement
Guest User

Untitled

a guest
Feb 16th, 2014
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.57 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. <!-- THEME 5 by CRUIZAYN
  8. YOU MAY NOT REMOVE THIS CREDIT OR THE CREDIT EMBEDDED IN THE THEME.
  9. follow the rules or i'll find out & not be happy ok ily
  10. go to kinziesthemes.tumblr.com for more themes!
  11.  
  12.  
  13.  
  14.  
  15. -->
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. <html lang="en">
  23. <head>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Nixie+One|Miniver|Bad+Script' rel='stylesheet' type='text/css'>
  26.  
  27. <meta name="image:Background" content=""/>
  28. <meta name="color:Background" content="#FFFFFF"/>
  29. <meta name="color:Title" content="#999999"/>
  30. <meta name="color:Blog Title" content="#999999"/>
  31. <meta name="color:Link" content="#555555"/>
  32. <meta name="color:Hover" content="#999999"/>
  33. <meta name="color:Text" content="#777777"/>
  34. <meta name="text:Link One URL" content=""/>
  35. <meta name="text:Link One Title" content="link"/>
  36.  
  37.  
  38. <title>{Title}</title>
  39. {block:Description}
  40. <meta name="description" content="{MetaDescription}" />
  41. {/block:Description}
  42. <link rel="shortcut icon" href="{Favicon}">
  43.  
  44. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47.  
  48. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  49. <script>
  50. (function($){$(document)
  51. .ready(function(){$("[title]")
  52. .style_my_tooltips();});})
  53. (jQuery);
  54. </script>
  55.  
  56. {block:IndexPage}
  57. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  58. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  59.  
  60. <script type="text/javascript">
  61. $(window).load(function(){
  62. var $wall = $('#entries');
  63. $wall.imagesLoaded(function(){
  64. $wall.masonry({
  65. itemSelector: '#post, #post_photo',
  66. isAnimated : false
  67. });
  68. });
  69.  
  70. $wall.infinitescroll({
  71. navSelector : '#pagination',
  72. nextSelector : '#pagination a',
  73. itemSelector : '#post, #post_photo',
  74. bufferPx : 2000,
  75. debug : false,
  76. errorCallback: function() {
  77. $('#scroll').fadeOut('normal');
  78. }},
  79. function( newElements ) {
  80. var $newElems = $( newElements );
  81. $newElems.hide();
  82. $newElems.imagesLoaded(function(){
  83. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  84. });
  85. }); $('#entries').show(500);
  86. });
  87. </script>
  88. {/block:IndexPage}
  89.  
  90. <!---------------END SCRIPTS--------------->
  91.  
  92. <style type="text/css">
  93.  
  94.  
  95. img:hover {
  96. -webkit-filter: grayscale(100%);
  97. z-index: -9999999999999999999999999px;
  98. -webkit-transition: all 0.9s ease-in-out;
  99. -moz-transition: all 0.9s ease-in-out;
  100. -o-transition: all 0.9s ease-in-out;
  101. -ms-transition: all 0.9s ease-in-out;
  102. transition: all 0.9s ease-in-out;
  103. }
  104.  
  105.  
  106. /************EDIT BODY HERE************/
  107.  
  108. body{
  109. margin:0px;
  110. background-color: {color:Background};
  111. background-image:url({image:Background});
  112. background-attachment:fixed;
  113. background-repeat:100%;
  114. background-position:bottom-right;
  115. font-family: 'Nixie One', cursive;
  116. font-size:7px;
  117. letter-spacing:1px;
  118. text-align:left;
  119. line-height:11px;
  120. color: {color:Text};}
  121.  
  122.  
  123. a:link, a:active, a:visited{
  124. font-size:9px;
  125. margin-left:5px;
  126. text-decoration: none;
  127. color: {color:Link};}
  128.  
  129. a:hover {
  130. color:{color:Link};
  131. text-decoration:none;}
  132.  
  133. /************EDIT TOOLTIP HERE************/
  134.  
  135.  
  136. #s-m-t-tooltip {
  137. padding: 3px;
  138. height:auto;
  139. display: none;
  140. font-family: consolas;
  141. font-size: 8px;
  142. text-transform:uppercase;
  143. text-align: center;
  144. letter-spacing:1px;
  145. margin-top:10px;
  146. margin-left: 15px;
  147. line-height: 8px;
  148. z-index: 999999999999;
  149. border-radius:3px;
  150. border: 1px solid #f5f5f5;
  151. background:#ffffff;
  152. color: #888;}
  153.  
  154. /************EDIT POST POSITION/WIDTH HERE************/
  155.  
  156. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  157.  
  158. #entries{
  159. text-align:left;
  160. width:800px;
  161. margin-left:300px;
  162. margin-top:10px;
  163. position:relative;
  164. overflow: hidden;
  165. {block:PermalinkPage}
  166. width:400px;
  167. margin-left:300px;
  168. {/block:PermalinkPage}}
  169.  
  170. /************EDIT OVERALL POSTS HERE************/
  171.  
  172. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  173.  
  174. #post{
  175. text-align:left;
  176. margin:20px;
  177. background:#ffffff;
  178. max-width: 100%;
  179. display:block;
  180. overflow:hidden;
  181. width:250px;
  182. {block:PermalinkPage}
  183. width:500px;
  184. {/block:PermalinkPage}}
  185.  
  186. /*Do not delete #post img.*/
  187.  
  188. #post img{
  189. max-width:100%;}
  190.  
  191. /*Edit the permalinks all posts.*/
  192.  
  193. .permalink{
  194. border-top:1px solid #f5f5f5;
  195. text-align:right;}
  196. .permalink a{
  197. text-transform:uppercase;
  198. line-height:15px;}
  199.  
  200. /*Edit the titles on any text-based post.*/
  201.  
  202. .posttitle{
  203. font-size:10px;
  204. text-align:center;
  205. color:{color:Link};}
  206.  
  207. .posttitle a{
  208. color:{color:Link};}
  209.  
  210. /************EDIT QUOTE POSTS HERE************/
  211.  
  212. .quote{
  213. margin-right: 5px;}
  214.  
  215. .source{
  216. padding-top:5px;
  217. display:block;
  218. text-align:right;}
  219.  
  220.  
  221. /************EDIT ANSWER POSTS HERE************/
  222.  
  223. .ask{
  224. padding:4px;
  225. background:#f9f9f9;}
  226. .asker{
  227. color:{color:Link};}
  228. .answer{
  229. margin-top:10px;}
  230.  
  231. /************EDIT AUDIO POSTS HERE************/
  232.  
  233. .audio{
  234. {block:IndexPage}width:180px;{/block:IndexPage}
  235. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  236. .info{
  237. padding:2px 0px 1px 57px;}
  238. .i {
  239. text-transform:uppercase;
  240. letter-spacing:1px;
  241. font-size:8px;}
  242. .pl b,strong{
  243. text-transform:lowercase;
  244. font-size:9px;}
  245. .player{
  246. position:absolute;
  247. overflow:hidden;
  248. margin-top:0px;
  249. margin-left:15px;
  250. background:#ffffff;
  251. width:24px;
  252. height:23px;}
  253.  
  254. /************EDIT VIDEO POSTS HERE************/
  255. /***********DO NOT DELETE THIS CODE************/
  256.  
  257. .video-container {
  258. position:relative;
  259. padding-bottom:56.25%;
  260. padding-top: 30px;
  261. height:0;
  262. overflow:hidden;}
  263.  
  264. .video-container iframe,
  265. .video-container object,
  266. .video-container embed {
  267. position: absolute;
  268. top: 0;
  269. left: 0;
  270. width: 100%;
  271. height: 100%;}
  272.  
  273. /************EDIT CHAT POSTS HERE************/
  274.  
  275. .chat{
  276. line-height:12px;
  277. list-style:none;}
  278. .chat ul{
  279. list-style:none;
  280. padding:0px 5px;
  281. line-height:15px;}
  282. .label{
  283. color:{color:Link};}
  284.  
  285. /************EDIT SIDEBAR HERE************/
  286.  
  287. #sidebar{
  288. background:#fff;
  289. border:1px #f5f5f5 solid;
  290. margin-left:-200px;
  291. height:auto;
  292. margin-top:250px;
  293. width:155px;
  294. position:fixed;
  295. text-align:center;}
  296.  
  297. .description{
  298. font-family: 'Nixie One', cursive;
  299. width:140px;
  300. text-align:left;
  301. padding:10px;}
  302.  
  303. .blogtitle{
  304. font-family: 'Bad Script', cursive;
  305. text-align: left;
  306. font-size: 11px;
  307. background: white;
  308. float: right;
  309. margin-top: -7px;
  310. font-weight: lighter;
  311. color: #000;
  312. padding-left: 3px;
  313. padding-right: 3px;
  314.  
  315. .blogtitle a{
  316. color:{color:Blog Title};}
  317.  
  318.  
  319. .links{
  320. margin-left:-15px;
  321. padding:0px 10px 5px 10px;
  322. margin-top:5px;}
  323.  
  324. .links a{
  325. margin-left:15px;
  326. }
  327.  
  328.  
  329. .links a:hover{
  330. color:{color:Hover};}
  331.  
  332. /************EDIT TEXT SETTINGS HERE************/
  333.  
  334. i, em{
  335. color:{color:Link};}
  336. b, strong{
  337. font-weight:normal;
  338. text-transform:uppercase;
  339. color:{color:Link};}
  340. ul,ol{
  341. margin:0px;
  342. margin-left:-5px;}
  343. p{
  344. padding:0px;
  345. margin:2px;}
  346. u{
  347. text-decoration:none;
  348. color:{color:Title};}
  349.  
  350. blockquote {
  351. margin:0px;
  352. padding:4px;
  353. background:#f7f7f7;}
  354.  
  355. /************DO NOT DELETE #SCROLL************/
  356.  
  357. #scroll{
  358. bottom:-20px;
  359. position: absolute;
  360. left: 50%;
  361. width:10px;
  362. height:5px;
  363. overflow:hidden;
  364. margin-bottom:80px;}
  365.  
  366. /************EDIT CREDIT HERE************/
  367.  
  368. #credit{
  369. position:fixed;
  370. right:10px;
  371. bottom:10px;
  372. text-transform:uppercase;
  373. font-family:Calibri;
  374. font-size:8px;}
  375.  
  376. #credit a{
  377. color:#aaaaaa;}
  378.  
  379. </style>
  380. </head>
  381.  
  382. <body>
  383.  
  384.  
  385. <center>
  386.  
  387. <div id="entries">
  388.  
  389. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  390.  
  391. <div id="sidebar">
  392. <div class="blogtitle"><a href="/">{Title}</a></div>
  393. <div class="description">{Description}</div>
  394. <div class="links">
  395. <a href="/">I.</a>
  396. <a href="/ask">II.</a>
  397. <a href="{text:Link One URL}">{text:Link One Title}</a>
  398.  
  399. </div>
  400. </div>
  401.  
  402.  
  403. {block:Posts}
  404.  
  405. <!---------------DO NOT DELETE block:ContentSource--------------->
  406.  
  407. {block:ContentSource}
  408. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  409. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  410. {/block:SourceLogo}
  411. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  412. {/block:ContentSource}
  413.  
  414. <div id="post">
  415.  
  416. <!---------------EDIT TEXT POSTS HERE--------------->
  417.  
  418. {block:Text}
  419. <div class="text">
  420. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  421. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  422. </div>{/block:IndexPage}</div>
  423. {/block:Text}
  424.  
  425. <!---------------EDIT LINK POSTS HERE--------------->
  426.  
  427. {block:Link}
  428. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  429. {block:Description}{Description}{/block:Description}
  430. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  431. </div>{/block:IndexPage}
  432. {/block:Link}
  433.  
  434. <!---------------EDIT PHOTO POSTS HERE--------------->
  435.  
  436. {block:Photo}
  437. {block:IndexPage}
  438. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  439. </div>{block:PermalinkPage}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  440. {/block:Photo}
  441.  
  442. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  443.  
  444. {block:Photoset}
  445. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-400}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  446. </div>{/block:IndexPage}
  447. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  448. {/block:Photoset}
  449.  
  450. <!---------------EDIT QUOTE POSTS HERE--------------->
  451.  
  452. {block:Quote}
  453. {Quote}{block:Source}
  454. <div class="source">{Source}</div>{/block:Source}
  455. {block:IndexPage}
  456. <div class="permalink"><a href="{ReblogURL}">Reblog</a> /
  457. <a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</div>
  458. {/block:Quote}
  459.  
  460. <!---------------EDIT ANSWER POSTS HERE--------------->
  461.  
  462. {block:Answer}
  463. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  464. <div class="answer">{Answer}</div>
  465. {block:IndexPage}
  466. <div class="permalink"><a href="{ReblogURL}">Reblog</a> /
  467. <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  468. {/block:Answer}
  469.  
  470. <!---------------EDIT CHAT POSTS HERE--------------->
  471.  
  472. {block:Chat}
  473. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  474. <div class="chat"><ul>{block:Lines}
  475. <li class="person{UserNumber}">{block:Label}
  476. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> /<a href="{Permalink}">{NoteCount}</a></div>
  477. {/block:IndexPage}
  478. {/block:Chat}
  479.  
  480. <!---------------EDIT AUDIO POSTS HERE--------------->
  481.  
  482. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  483. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a></div>
  484. {/block:IndexPage}
  485. {/block:Audio}
  486.  
  487. <!---------------EDIT VIDEO POSTS HERE--------------->
  488.  
  489. {block:Video}
  490. {block:IndexPage}<div class="video-container">{Video-400}</div>
  491. <div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  492. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  493. {/block:Video}
  494.  
  495. <!---------------EDIT PERMALINK PAGE HERE--------------->
  496.  
  497. {block:PermalinkPage}
  498. {block:Caption}{Caption}{/block:Caption}
  499. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  500. <div class="permapage">
  501. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  502. </div>
  503. {/block:Posts}
  504. </div>
  505.  
  506. <!---------------DO NOT DELETE THIS--------------->
  507.  
  508. {block:IndexPage}
  509. {block:Pagination}
  510. <div id="pagination">
  511. {block:NextPage}
  512. <a id="nextPage" href="{NextPage}"></a>
  513. {/block:NextPage}
  514. {block:PreviousPage}
  515. <a href="{PreviousPage}"></a>
  516. {/block:PreviousPage}
  517. </div>
  518. {/block:Pagination}
  519. {/block:IndexPage}
  520. </center>
  521.  
  522.  
  523.  
  524. <div style="position:fixed;bottom:3px; right:3px; font-size:9px;border:1px solid #e0e0e0;;padding:0px; padding-left:3px; padding-right:3px; font-family:cambria;"><a href="http://stylez.co.vu">▽△</a></center></div>
  525. </body>
  526.  
  527.  
  528.  
  529. </body>
  530.  
  531. <link href="http://static.tumblr.com/xjqjg7j/Smslou0en/blackcursor.css" type="text/css" rel="stylesheet">
  532.  
  533. <!---------------EDIT CREDIT CONTENT HERE--------------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement