Advertisement
theme_bean

nikkis custom theme

Dec 9th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.55 KB | None | 0 0
  1.  
  2.  
  3. <head>
  4.  
  5. <meta name="color:Body font" content="#000000"/>
  6. <meta name="color:Sidebar Text" content="#ffffff"/>
  7. <meta name="color:Links" content="#000000"/>
  8. <meta name="color:Background" content="#ffffff"/>
  9. <meta name="image:Sidebar" content="0"/>
  10. <meta name="image:Background" content="0"/>
  11. <meta name="if:show sidebar image" content="1"/>
  12. <meta name="text:Custom Link One Title" content= "">
  13. <meta name="text:Custom Link One" content="/" />
  14. <meta name="text:Custom Link Two Title" content= "" >
  15. <meta name="text:Custom Link Two" content="/" />
  16. <meta name="text:Custom Link Three Title" content= "" >
  17. <meta name="text:Custom Link Three" content="/" />
  18. <meta name="text:Custom Link Four Title" content= "" >
  19. <meta name="text:Custom Link Four" content="/" />
  20. <meta name="text:Custom Link Five Title" content= "" >
  21. <meta name="text:Custom Link Five" content="/" />
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Ruthie|Economica' rel='stylesheet' type='text/css'>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  26.  
  27. <title>{title}</title>
  28.  
  29. <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
  30.  
  31.  
  32. <link rel="shortcut icon" href="{Favicon}">
  33.  
  34. <meta name="description" content="{MetaDescription}"/>
  35.  
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
  38.  
  39. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  40. <script type="text/javascript">
  41. $(document).ready(function () {
  42. $('li.drawer div:nth-child(2)').hide();
  43. $('li.drawer h4').click(function () {
  44. if ($(this).hasClass('open')) {
  45. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  46. else {
  47. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  48. $(this).next().slideDown();
  49. $(this).addClass('open');}
  50. });
  51. });
  52. </script>
  53.  
  54. <link rel="stylesheet" type="text/css"href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  55.  
  56. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  57.  
  58. <style type="text/css">
  59.  
  60. @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  61.  
  62. iframe#tumblr_controls {
  63. right:3px !important;
  64. position: fixed !important;
  65. -webkit-transition: opacity 0.7s linear;
  66. opacity: 0.5;
  67. -webkit-transition: all 0.8s ease-out;
  68. -moz-transition: all 0.8s ease-out;
  69. transition: all 0.8s ease-out;
  70. }
  71.  
  72. body {
  73. color: {color:Body font};
  74. background-color:{color:Background};
  75. background-image:url({image:Background});
  76. background-attachment: fixed;
  77. background-size: cover;
  78. line-height: 120%;
  79. font-family: ubuntu;
  80. font-size: 17px;
  81. }
  82.  
  83. ::-webkit-scrollbar-thumb:vertical {
  84. background-color:#7d7d7d;
  85. height:auto;-webkit-border-radius:6px;
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb:horizontal {
  89. background-color:#7d7d7d;
  90. height:6px !important;-webkit-border-radius:6px;
  91. }
  92.  
  93. ::-webkit-scrollbar {
  94. height:6px;
  95. width:6px;
  96. background-color:#cdcdcd;
  97. -webkit-border-radius:6px;
  98. }
  99.  
  100. a:link, a:active, a:visited{
  101. color:{color:links};
  102. text-decoration: none;
  103. -webkit-transition: 0.4s ease-in;
  104. -o-transition: 0.4s ease-in;
  105. -moz-transition: 0.4s ease-in;
  106. transition: 0.4s ease-in;
  107. }
  108.  
  109. a:hover {color:{color:Hover};
  110. text-decoration: strikethrough;
  111. }
  112.  
  113. #posts {
  114. width: 559px;
  115. margin-left:475px;
  116. padding:3px;
  117. margin-top:2px;
  118. {block:permalinkpage}
  119. width: 530px;
  120. {/block:permalinkpage}
  121. float:center;
  122. -webkit-animation: fadeInUp 3s;
  123. -moz-animation: fadeInUp 3s;
  124. -ms-animation: fadeInUp 3s;
  125. }
  126.  
  127. .entry {
  128. margin:3px;
  129. padding: 6px;
  130. padding-bottom:3px;
  131. float:left;
  132. width:221px;
  133. font-family:ubuntu;
  134. font-size: 10px;
  135. line-height:18px;
  136. background-color:{color:Background};
  137. {block:indexpage}
  138. border: 2px solid #aaa;
  139. {/block:indexpage}
  140. }
  141.  
  142. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  143.  
  144. .entry .permalink {
  145. position:absolute;
  146. width:0%;
  147. height:15px;
  148. background-color:#fff;
  149. margin-left: 0px;
  150. overflow:hidden;
  151. margin-top: 6px;
  152. font-family: caviardreams;
  153. text-transform: lowercase;
  154. font-size: 10px;
  155. line-height:15px;
  156. text-align:center;
  157. opacity:0.0;
  158. border-bottom-right-radius:0px;
  159. border-top-right-radius:0px;
  160. border-top-left-radius:0px;
  161. border-bottom-left-radius:0px;
  162. -webkit-transition: all 0.3s linear;
  163. -moz-transition: all 0.3s linear;
  164. transition: all 0.3s linear;
  165. }
  166.  
  167. .entry:hover .permalink {
  168. overflow:hidden;
  169. -webkit-transition: opacity 1.0s linear; opacity: 0.8;
  170. transition: all 0.4s linear;
  171. margin-left: 0px;
  172. width: 221px;
  173. height: 9px;
  174. margin-top: 6px;
  175. padding-bottom:8px;
  176. border-bottom-right-radius:5px;
  177. border-top-right-radius:5px;
  178. border-top-left-radius:5px;
  179. border-bottom-left-radius:5px;
  180. -webkit-transition: all 0.3s linear;
  181. -moz-transition: all 0.3s linear;
  182. transition: all 0.3s linear;
  183. }
  184.  
  185. .entry:hover .permalink:hover{
  186. -webkit-transition: all 0.5s linear;
  187. -moz-transition: all 0.5s linear;
  188. transition: all 0.5s linear;
  189. }
  190.  
  191. .entry #permalink {
  192. width:100%;
  193. position: absolute;
  194. text-align:right;
  195. bottom: 0px;
  196. right: 2px;
  197. opacity: 1;
  198. border-top:1px dotted black;
  199. -webkit-transition: all .5s ease;
  200. -moz-transition: all .5s ease;
  201. -o-transition: all .5s ease;
  202. transition: all .5s ease;
  203. }
  204.  
  205. .texting {
  206. letter-spacing:1px;
  207. font-family: ubuntu;
  208. font-size:8px;
  209. color: #000;
  210. line-height:15px;
  211. margin: 5px;
  212. background:transparent;
  213. padding:2px 2px;
  214. margin-bottom:6px;
  215. padding-bottom:6px;
  216. opacity: 1;
  217. }
  218.  
  219. #sideboob{
  220. width:240px;
  221. z-index:4;
  222. position:fixed !important;
  223. text-align:left;
  224. margin-top:173px;
  225. height:auto;
  226. background-color:white;
  227. color: {color:sidebar text};
  228. font-family: ubuntu;
  229. font-size: 10px;
  230. padding-bottom: 2px;
  231. padding-top: 3px;
  232. margin-left:195px;
  233. opacity: 0.9;
  234. border-bottom-right-radius:0px;
  235. border-top-right-radius:0px;
  236. border-top-left-radius:0px;
  237. border-bottom-left-radius:0px;
  238. -webkit-transition: all 0.7s linear;
  239. -moz-transition: all 0.7s linear;
  240. transition: all 0.7s linear;
  241. }
  242.  
  243. #sideboob:hover{
  244. -webkit-transition: all 0.7s linear;
  245. -moz-transition: all 0.7s linear;
  246. transition: all 0.7s linear;
  247. }
  248.  
  249. ul#drawers {width: auto; list-style: none; margin: 0 auto; padding: 2px; border-top: 2px; color: #000;}
  250.  
  251. ul#drawers a {text-decoration: none; color: {color:sidebar text};}
  252.  
  253. ul#drawers li h4 {margin: 0; padding: 1px; border: 2px solid #aaa; font-family: caviardreams; font-size: 10px; letter-spacing:2px; text-align: left; background-color: #fff; -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
  254. transition: background-color 0.5s ease-out;}
  255.  
  256. h4.small {display: table-cell; width: 240px; margin: 0; height: 25px;}
  257.  
  258. li.drawer h4.open {background-color: #121213; border-top: 0px;}
  259.  
  260. li.drawer div {padding: 2px; margin: 0px; line-height: 12px; background-color: #363835; background: rgba(255, 255, 255, 0.0); border-top: 0px; border-left: 2px solid #aaa; border-right: 2px solid #aaa; border-bottom: 2px solid #aaa;}
  261.  
  262. li.drawer div li {list-style-type: disc;}
  263.  
  264. li.drawer div ul {-webkit-padding-start: 12px;}
  265.  
  266. .linkys{
  267. color:{color:Links};
  268. font-family: ubuntu;
  269. text-transform: lowercase;
  270. font-size: 10px;
  271. text-align:center;
  272. opacity:1;
  273. padding-left:2px;
  274. padding-right:2x;
  275. }
  276.  
  277. .linkys:hover{
  278. opacity:0;
  279. }
  280.  
  281. {CustomCSS}
  282.  
  283. </style>
  284.  
  285. {block:IndexPage}
  286.  
  287. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  288.  
  289. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  290.  
  291. <script type="text/javascript">
  292. $(window).load(function () {
  293. var $content = $('#posts');
  294. $content.masonry({itemSelector: '.entry'}),
  295. $content.infinitescroll({
  296. navSelector : 'div#pagination',
  297. nextSelector : 'div#pagination a#nextPage',
  298. itemSelector : '.entry',
  299. loading: {
  300. finishedMsg: '',
  301. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  302. },
  303. bufferPx : 600,
  304. debug : false,
  305. },
  306. // call masonry as a callback.
  307. function( newElements ) {
  308. var $newElems = $( newElements );
  309. $newElems.hide();
  310. // ensure that images load before adding to masonry layout
  311. $newElems.imagesLoaded(function(){
  312. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  313. });
  314. });
  315. });
  316. </script>
  317.  
  318. {/block:IndexPage}
  319.  
  320.  
  321. </head>
  322.  
  323. <body>
  324.  
  325. <div id="sideboob">
  326. {block:ifshowsidebarimage}
  327. <div style="padding-left:1px;">
  328. <p><a href="/"><img src="{image:Sidebar}" width="238"/></a></p>
  329. </div>
  330. {/block:ifshowsidebarimage}
  331. <div style="width:215px; height:auto; margin-top:0px;">{description}</div><p>
  332. <ul id="drawers">
  333. <li class="drawer" id="info">
  334. <h4>navigation+</h4>
  335. <div align="center">
  336. <p>
  337. <a href="/"class="linkys">home</a>
  338. / <a href="/ask"class="linkys">inbox</a>
  339. {block:IfCustomLinkOneTitle} / <a href="{text:Custom Link One}"class="linkys">{text:Custom Link One Title}</a> {/block:IfCustomLinkOneTitle}
  340. {block:IfCustomLinkTwoTitle} / <a href="{text:Custom Link Two}"class="linkys">{text:Custom Link Two Title}</a> {/block:IfCustomLinkTwoTitle}
  341. {block:IfCustomLinkThreeTitle} / <a href="{text:Custom Link Three}"class="linkys">{text:Custom Link Three Title}</a>{/block:IfCustomLinkThreeTitle}
  342. {block:IfCustomLinkFourTitle} / <a href="{text:Custom Link Four}"class="linkys">{text:Custom Link Four Title}</a>{/block:IfCustomLinkFourTitle}
  343. {block:IfCustomLinkFiveTitle} / <a href="{text:Custom Link Five}"class="linkys">{text:Custom Link Five Title}</a>{/block:IfCustomLinkFiveTitle}
  344. </p>
  345. </li>
  346. </ul>
  347. </div>
  348.  
  349. <div id="posts">
  350.  
  351. {block:Posts}
  352. <div class="entry">
  353.  
  354. {block:Text}
  355. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  356. {block:IndexPage} <br><div id="permalink">
  357. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  358. {/block:Text}
  359.  
  360. {block:Link}
  361. <a href="{URL}" class="title">{Name}</a>
  362. {block:Description}{Description}{/block:Description}
  363. {block:IndexPage} <br><div id="permalink">
  364. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  365. {block:Link}
  366.  
  367. {block:Photo}
  368. {block:IndexPage}
  369. <div class="permalink"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  370. {/block:IndexPage}
  371. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="221"/></a></div>{LinkCloseTag}{/block:IndexPage}
  372. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="505px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  373. {/block:Photo}
  374.  
  375.  
  376. {block:Photoset}
  377. <center>
  378. {block:IndexPage}
  379. {Photoset-205}
  380. {block:IndexPage}
  381. <div class="permalink"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  382. {/block:IndexPage}
  383. </center>
  384. <center>{block:PermalinkPage}{Photoset-410}{/block:PermalinkPage}</center>
  385. {/block:Photoset}
  386.  
  387. {block:Quote}
  388. {Quote}</span>
  389. {block:IndexPage} <br><br><div id="permalink">
  390. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  391. {/block:Quote}
  392.  
  393. {block:Chat}
  394. {block:Title}<span class="title">{Title}</span>{/block:Title}
  395. <ul class="chat">
  396. {block:Lines}
  397. <li class="user_{UserNumber}">
  398. {block:Label}
  399. <span class="label">{Label}</span>
  400. {block:IndexPage} <div id="permalink">
  401. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  402. {/block:Label}
  403.  
  404. {Line}
  405. </li>
  406. {/block:Lines}
  407. </ul>
  408. {/block:Chat}
  409.  
  410. {block:Audio}
  411. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  412. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  413. {block:IndexPage} <br><div id="permalink">
  414. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  415. {/block:Audio}
  416.  
  417. {block:Video}
  418. {block:IndexPage}
  419. <div class="permalink"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  420. {/block:IndexPage}
  421. <center>
  422. {block:IndexPage}
  423. {Video-250}
  424. {/block:IndexPage}
  425. </center>
  426. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  427. {block:Video}
  428.  
  429. {block:Answer}
  430. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  431. <b>{Asker}: </b>{Question} <b>{Answer}</b>
  432. {block:IndexPage} <br><div id="permalink">
  433. <span class="texting">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  434. {/block:Answer}
  435.  
  436.  
  437. {block:PermalinkPage}
  438. {block:Date}
  439. <center>
  440. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  441. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  442. {/block:Date}
  443.  
  444. {/block:PermalinkPage}
  445.  
  446. {block:PostNotes}{PostNotes}
  447. {/block:PostNotes}
  448. </div>
  449.  
  450.  
  451. {/block:Posts}
  452. </div>
  453. </div>
  454. <div class="right">
  455. </div>
  456. <div class="footer">
  457. <br>
  458. </div>
  459. </div>
  460. </body>
  461. </html>
  462. <div style="position:fixed;right:0px;bottom:-425px;">
  463. {block:IndexPage}
  464. {block:Pagination}
  465. <div id="pagination">
  466. {block:NextPage}
  467. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  468. {/block:NextPage}
  469. {block:PreviousPage}
  470. <a href="{PreviousPage}">&larr;&nbsp;</a>
  471. {/block:PreviousPage}
  472. </div>
  473. {/block:Pagination}
  474. {/block:IndexPage}</div>
  475.  
  476.  
  477.  
  478. </div>
  479. </body>
  480. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement