hashtagboobs

Nadiya Theme

Mar 8th, 2014
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.67 KB | None | 0 0
  1. <!--
  2. NADIYA THEME
  3.  
  4. -
  5. BASE CODE BY REALJUNKO
  6. EDITED BY PIMPIST
  7.  
  8. DO NOT REMOVE CREDIT OR YOUR TUMBLR WILL BE REMOVED
  9. thanks xx
  10.  
  11. -->
  12.  
  13. <html lang="en">
  14. <head>
  15. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:600' rel='stylesheet' type='text/css'>
  16.  
  17.  
  18. <meta name="image:Background" content=""/>
  19. <meta name="color:Background" content="#FFFFFF"/>
  20. <meta name="color:Title" content="#999999"/>
  21. <meta name="color:Blog Title" content="#999999"/>
  22. <meta name="color:Link" content="#555555"/>
  23. <meta name="color:Hover" content="#999999"/>
  24. <meta name="color:Text" content="#777777"/>
  25. <meta name="text:Link 1" content="" />
  26.  
  27. <meta name="text:Link 2" content="" />
  28.  
  29. <meta name="text:Link 3" content="" />
  30. <meta name="if:Show Link 1" content="1" />
  31. <meta name="if:Show Link 2" content="1" />
  32. <meta name="if:Show Link 3" content="1" />
  33.  
  34.  
  35.  
  36.  
  37. <title>{Title}</title>
  38. {block:Description}
  39. <meta name="description" content="{MetaDescription}" />
  40. {/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}">
  42.  
  43. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. (function($){$(document)
  50. .ready(function(){$("[title]")
  51. .style_my_tooltips();});})
  52. (jQuery);
  53. </script>
  54.  
  55. {block:IndexPage}
  56. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  57. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  58.  
  59. <script type="text/javascript">
  60. $(window).load(function(){
  61. var $wall = $('#entries');
  62. $wall.imagesLoaded(function(){
  63. $wall.masonry({
  64. itemSelector: '#post, #post_photo',
  65. isAnimated : false
  66. });
  67. });
  68.  
  69. $wall.infinitescroll({
  70. navSelector : '#pagination',
  71. nextSelector : '#pagination a',
  72. itemSelector : '#post, #post_photo',
  73. bufferPx : 2000,
  74. debug : false,
  75. errorCallback: function() {
  76. $('#scroll').fadeOut('normal');
  77. }},
  78. function( newElements ) {
  79. var $newElems = $( newElements );
  80. $newElems.hide();
  81. $newElems.imagesLoaded(function(){
  82. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  83. });
  84. }); $('#entries').show(500);
  85. });
  86. </script>
  87. {/block:IndexPage}
  88.  
  89. <!---------------END SCRIPTS--------------->
  90.  
  91. <style type="text/css">
  92.  
  93. /************EDIT BODY HERE************/
  94.  
  95. body{
  96. margin:0px;
  97. background-color: {color:Background};
  98. background-image:url({image:Background});
  99. background-attachment:fixed;
  100. background-repeat:100%;
  101. background-position:bottom-right;
  102. font-family: littlefont;
  103. font-size:8px;
  104. letter-spacing:0px;
  105. text-align:left;
  106. line-height:11px;
  107. color: {color:Text};}
  108.  
  109.  
  110. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  111.  
  112.  
  113. a:link, a:active, a:visited{
  114. text-decoration: none;
  115. color: {color:Link};}
  116.  
  117. a:hover {
  118. color:{color:Link};
  119. text-decoration:none;}
  120.  
  121. /************EDIT TOOLTIP HERE************/
  122.  
  123.  
  124. #s-m-t-tooltip {
  125. padding: 3px;
  126. height:auto;
  127. display: none;
  128. font-family: consolas;
  129. font-size: 8px;
  130. text-transform:uppercase;
  131. text-align: center;
  132. letter-spacing:1px;
  133. margin-top:10px;
  134. margin-left: 15px;
  135. line-height: 8px;
  136. z-index: 999999999999;
  137. border-radius:3px;
  138. border: 1px solid #f5f5f5;
  139. background:#ffffff;
  140. color: #888;}
  141.  
  142. /************EDIT POST POSITION/WIDTH HERE************/
  143.  
  144. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  145.  
  146. #entries{
  147. text-align:left;
  148. width:480px;
  149. margin-left:70px;
  150. margin-top:10px;
  151. position:relative;
  152. overflow: hidden;
  153. {block:PermalinkPage}
  154. width:550px;
  155. {/block:PermalinkPage}}
  156.  
  157. #entries img{
  158. {block:indexpage}
  159. max-width:180px;
  160. {/block:indexpage}
  161. opacity:.7;
  162. -webkit-transition: all 0.5s ease-out;
  163. -moz-transition: all 0.5s ease-out;
  164. transition: all 0.5s ease-out;
  165. {/block:indexpage}
  166. }
  167. #entries img:hover{
  168.  
  169. opacity: 1;
  170. -webkit-transition: all 0.5s ease-out;
  171. -moz-transition: all 0.5s ease-out;
  172. transition: all 0.5s ease-out;
  173.  
  174. }
  175.  
  176.  
  177. /************EDIT OVERALL POSTS HERE************/
  178.  
  179. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  180.  
  181. #post{
  182. text-align:left;
  183. margin:20px;
  184. background:#ffffff;
  185. max-width: 100%;
  186. display:block;
  187. overflow:hidden;
  188. width:180px;
  189. {block:PermalinkPage}
  190. width:500px;
  191. {/block:PermalinkPage}}
  192.  
  193. /*Do not delete #post img.*/
  194.  
  195. #post img{
  196. max-width:100%;}
  197.  
  198. /*Edit the permalinks all posts.*/
  199.  
  200. .permalink{
  201. border-top:1px solid #f5f5f5;
  202. text-align:right;}
  203. .permalink a{
  204. text-transform:uppercase;
  205. line-height:15px;}
  206.  
  207. /*Edit the titles on any text-based post.*/
  208.  
  209. .posttitle{
  210. font-size:10px;
  211. text-align:center;
  212. color:{color:Link};}
  213.  
  214. .posttitle a{
  215. color:{color:Link};}
  216.  
  217. /************EDIT QUOTE POSTS HERE************/
  218.  
  219. .quote{
  220. margin-right: 5px;}
  221.  
  222. .source{
  223. padding-top:5px;
  224. display:block;
  225. text-align:right;}
  226.  
  227.  
  228. /************EDIT ANSWER POSTS HERE************/
  229.  
  230. .ask{
  231. padding:4px;
  232. background:#f9f9f9;}
  233. .asker{
  234. color:{color:Link};}
  235.  
  236. .answer{
  237. margin-top:10px;}
  238.  
  239. /************EDIT AUDIO POSTS HERE************/
  240.  
  241. .audio{
  242. {block:IndexPage}width:180px;{/block:IndexPage}
  243. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  244. .info{
  245. padding:2px 0px 1px 57px;}
  246. .i {
  247. text-transform:uppercase;
  248. letter-spacing:1px;
  249. font-size:8px;}
  250. .pl b,strong{
  251. text-transform:lowercase;
  252. font-size:9px;}
  253. .player{
  254. position:absolute;
  255. overflow:hidden;
  256. margin-top:0px;
  257. margin-left:15px;
  258. background:#ffffff;
  259. width:24px;
  260. height:23px;}
  261.  
  262. /************EDIT VIDEO POSTS HERE************/
  263. /***********DO NOT DELETE THIS CODE************/
  264.  
  265. .video-container {
  266. position:relative;
  267. padding-bottom:56.25%;
  268. padding-top: 30px;
  269. height:0;
  270. overflow:hidden;}
  271.  
  272. .video-container iframe,
  273. .video-container object,
  274. .video-container embed {
  275. position: absolute;
  276. top: 0;
  277. left: 0;
  278. width: 100%;
  279. height: 100%;}
  280.  
  281. /************EDIT CHAT POSTS HERE************/
  282.  
  283. .chat{
  284. line-height:12px;
  285. list-style:none;}
  286. .chat ul{
  287. list-style:none;
  288. padding:0px 5px;
  289. line-height:15px;}
  290. .label{
  291. color:{color:Link};}
  292.  
  293. /************EDIT SIDEBAR HERE************/
  294.  
  295. #sidebar{
  296. background:#fff;
  297. border:1px #f5f5f5 solid;
  298. margin-left:-200px;
  299. margin-top:100px;
  300. width:150px;
  301. position:fixed;
  302. text-align:center;}
  303.  
  304. .blogtitle{
  305. padding:5px;
  306. padding-bottom:0px;
  307. text-align:center;
  308. font-size:15px;
  309. font-family: 'Josefin Sans', sans-serif;}
  310.  
  311. .blogtitle a{
  312. color:{color:Blog Title};}
  313.  
  314. .description{
  315. padding:5px;}
  316.  
  317. .links{
  318. margin-left:-15px;
  319. padding:0px 10px 5px 10px;
  320. margin-top:5px;}
  321.  
  322. .links a{
  323. margin-left:15px;}
  324.  
  325. .links a:hover{
  326. color:{color:Hover};}
  327.  
  328. /************EDIT TEXT SETTINGS HERE************/
  329.  
  330. i, em{
  331. color:{color:Link};}
  332. b, strong{
  333. font-weight:normal;
  334. text-transform:uppercase;
  335. color:{color:Link};}
  336. ul,ol{
  337. margin:0px;
  338. margin-left:-5px;}
  339. p{
  340. padding:0px;
  341. margin:2px;}
  342. u{
  343. text-decoration:none;
  344. color:{color:Title};}
  345.  
  346. blockquote {
  347. margin:0px;
  348. padding:4px;
  349. background:#f7f7f7;}
  350.  
  351. /************DO NOT DELETE #SCROLL************/
  352.  
  353. #scroll{
  354. bottom:-20px;
  355. position: absolute;
  356. left: 50%;
  357. width:10px;
  358. height:5px;
  359. overflow:hidden;
  360. margin-bottom:80px;}
  361.  
  362. /************EDIT CREDIT HERE************/
  363.  
  364. #credit{
  365. position:fixed;
  366. right:10px;
  367. bottom:10px;
  368. text-transform:uppercase;
  369.  
  370.  
  371. #credit a{
  372. color:#aaaaaa;}
  373.  
  374.  
  375.  
  376. </style>
  377. </head>
  378.  
  379. <body>
  380.  
  381.  
  382. <center>
  383.  
  384. <div id="entries">
  385.  
  386. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  387.  
  388. <div id="sidebar">
  389. <div class="blogtitle"><a href="/">{Title}</a></div>
  390. <br><div class="description">{Description}</div>
  391. <div class="links">
  392. <a href="/"><img src=http://i57.tinypic.com/292xjx0.gif </a></a>
  393. <a href="/ask"><img src=http://i61.tinypic.com/14c8uao.gif </a></a>
  394.  
  395. {block:IfShowLink1}<a href="{text:Link 1}"><img src=http://i62.tinypic.com/98hiiq.gif</a>{/block:IfShowLink1}
  396. {block:IfShowLink2}<a href="{text:Link 2}"><img src=http://i58.tinypic.com/2ps5e8p.gif</a>{/block:IfShowLink2}
  397. {block:IfShowLink3}<a href="{text:Link 3}"><img src=http://i58.tinypic.com/sp9qx0.gif</a>{/block:IfShowLink3}
  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-250}" alt="{PhotoAlt}" width="200px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  439. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" 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-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}">Reblog</a> / <a href="{Permalink}">{NoteCount}</a>
  446. </div>{/block:IndexPage}
  447. {block:PermalinkPage}{Photoset-500}{/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-250}</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. </body>
  522.  
  523.  
  524. <div id="credit"><a href="http://pimpist.tumblr.com/"><img src='http://25.media.tumblr.com/tumblr_mdz8ulRldI1rlgao0o1_75sq.gif'</a></div>
  525.  
  526. </html>
  527. <!--
  528. NADIYA THEME
  529.  
  530. -
  531. BASE CODE BY REALJUNKO
  532. EDITED BY PIMPIST
  533.  
  534. DO NOT REMOVE CREDIT OR YOUR TUMBLR WILL BE REMOVED
  535. thanks xx
  536.  
  537. END OF THEME
  538. -->
Add Comment
Please, Sign In to add comment