Advertisement
florels

theme #22 - NIRVANA

Jan 24th, 2014
18,905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.44 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5. NNIRVANA theme by
  6. F L O R E L S (✿◠‿◠) ////
  7.  
  8. published jan 24, 2014
  9. edited feb 13, 2015 xx
  10.  
  11. -->
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15.  
  16. <link rel="icon" href="{Favicon}"/>
  17. <title>{Title}</title>
  18. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  19.  
  20. <meta name="color:background" content="#fff" />
  21. <meta name="color:blogtitle" content="#000" />
  22. <meta name="color:description" content="#000" />
  23. <meta name="color:description bottom border" content="#fff" />
  24. <meta name="color:description top border" content="#fff" />
  25. <meta name="color:sidebar" content="#d8d8d8" />
  26. <meta name="color:sidebar border" content="#000" />
  27. <meta name="color:link" content="#000" />
  28. <meta name="color:link hover" content="#d8d8d8" />
  29. <meta name="color:navlink" content="#fff" />
  30. <meta name="color:navlink border" content="#000" />
  31. <meta name="color:navlink hover" content="#737373" />
  32. <meta name="color:perma" content="#fff" />
  33. <meta name="color:perma bg" content="#d8d8d8" />
  34. <meta name="color:perma border" content="#000" />
  35. <meta name="color:perma hover" content="#737373" />
  36. <meta name="color:post bg" content="#fff" />
  37. <meta name="color:post border" content="#000" />
  38. <meta name="color:text" content="#000" />
  39. <meta name="color:scrollbar" content="#000" />
  40.  
  41. <meta name="image:background" content="" />
  42. <meta name="image:sidebar" content="" />
  43.  
  44. <meta name="if:custom cursor" content="0" />
  45. <meta name="if:sidebar border" content="1" />
  46. <meta name="if:description top border" content="1" />
  47. <meta name="if:description bottom border" content="1" />
  48. <meta name="if:show custom link a" content="1" />
  49. <meta name="if:show custom link b" content="1" />
  50. <meta name="if:show custom link c" content="1" />
  51. <meta name="if:3 columns" content="0" />
  52.  
  53. <meta name="text:asklink" content="/ask" />
  54. <meta name="text:blogtitle" content="你帶我去必殺技" />
  55. <meta name="text:blogtitle tooltip" content="you take me, to nirvana" />
  56. <meta name="text:custom cursor url" content="http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png" />
  57. <meta name="text:sidebar border width" content="1" />
  58. <meta name="text:sidebar border offset" content="5" />
  59. <meta name="text:blogtitle" content="title" />
  60. <meta name="text:linka url" content="/" />
  61. <meta name="text:linka title" content="link a" />
  62. <meta name="text:linkb url" content="/" />
  63. <meta name="text:linkb title" content="link b" />
  64. <meta name="text:linkc url" content="/" />
  65. <meta name="text:linkc title" content="link c" />
  66.  
  67.  
  68. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  69.  
  70.  
  71. {block:indexpage}
  72. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  73. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  74.  
  75. <script type="text/javascript">
  76. $(window).load(function () {
  77. $('#posts').masonry(),
  78. $('.masonryWrap').infinitescroll({
  79. navSelector : "div.navigation",
  80. // selector for the paged navigation (it will be hidden)
  81. nextSelector : ".navigation a#next",
  82. // selector for the NEXT link (to page 2)
  83. itemSelector : ".post",
  84. // selector for all items you'll retrieve
  85. bufferPx : 10000,
  86. extraScrollPx: 10000,
  87. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  88. loadingText : "<em></em>",
  89. },
  90. // call masonry as a callback.
  91. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  92. );
  93. });
  94. </script>
  95. {/block:indexpage}
  96.  
  97.  
  98. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>
  99.  
  100.  
  101.  
  102. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  103. <script>
  104. (function($){
  105. $(document).ready(function(){
  106. $("[title]").style_my_tooltips({
  107. tip_follows_cursor:true,
  108. tip_delay_time:0,
  109. tip_fade_speed:0
  110. }
  111. );
  112. });
  113. })(jQuery);
  114. </script>
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121. <style type="text/css">
  122.  
  123.  
  124. iframe#tumblr_controls {
  125. top: 0% !important;
  126. right:0% !important;
  127. position: fixed !important;}
  128.  
  129.  
  130. body{
  131. margin:0px;
  132. padding:0px;
  133. margin-top:0px;
  134. margin-bottom:0px;
  135. font-family:'cambria';
  136. font-size:11px;
  137. color:{color:text};
  138. background-color:{color:background};
  139. background-image:url('{image:background}');
  140. background-attachment: fixed;}
  141.  
  142. a {
  143. color:{color:link};
  144. text-decoration:underline;
  145. -webkit-transition: all 0.3s ease;
  146. -moz-transition: all 0.3s ease;
  147. -o-transition: all 0.3s ease;
  148. transition: all 0.3s ease;}
  149.  
  150. a:hover {
  151. color:{color:link hover};
  152. cursor:help;}
  153.  
  154. a:active,a:focus {outline:0;}
  155.  
  156. ::-webkit-scrollbar-thumb{
  157. background-color:{color:scrollbar};
  158. border: 2px solid #ffffff;
  159. height:5px;
  160. -moz-border-radius: 20px;
  161. border-radius: 20px;
  162. }
  163.  
  164. ::-webkit-scrollbar {
  165. height:5px;
  166. width:9px;
  167. background-color: #000;
  168. border: 4px solid #fff;}
  169.  
  170. #s-m-t-tooltip{
  171. font-family:'cambria'; /* font family */
  172. font-size: 10px; /* font size */
  173. color:#000; /* text colour */
  174. background-color:#fff; /* background colour */
  175. text-align: center;
  176. letter-spacing:3px; /* letter spacing */
  177. min-width:50px;
  178. max-width:180px;
  179. border: 1px solid #000;
  180. overflow:auto;
  181. display: none;
  182. text-transform:lowercase; /* lower case */
  183. position: absolute;
  184. z-index: 999999999999;
  185. padding: 3px; /* padding */
  186. margin:20px 20px 15px 0px;}
  187.  
  188. #sidebar {
  189. width:260px;
  190. height:auto;
  191. left:50%;
  192. margin-top:130px;
  193. margin-left:-550px;
  194. padding:10px 0px;
  195. {block:ifsidebarborder}
  196. outline: {text:sidebar border width}px solid {color:sidebar border};
  197. outline-offset:{text:sidebar border offset}px;
  198. {/block:ifsidebarborder}
  199. position:fixed;
  200. text-align:center;
  201. background-color:{color:sidebar};
  202. background-image:url('{image:sidebar}');
  203. z-index:1;}
  204.  
  205. .blogtitle {
  206. width:260px;
  207. text-align:center;
  208. position:relative;
  209. padding-bottom:3px;
  210. color:{color:blogtitle};
  211. text-transform:uppercase;
  212. font-size:13px;
  213. text-shadow: 1px 1px 0px #919191;
  214. {block:ifdescriptiontopborder}
  215. border-bottom:1px solid {color:description top border};
  216. {/block:ifdescriptiontopborder}
  217. {block:ifnottitleborder}
  218. border-bottom:1px solid rgba(0, 0, 0, 0);
  219. {/block:ifnottitleborder}
  220. font-family:'courier new';}
  221.  
  222. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  223.  
  224. .navlinks{
  225. font-family:'cambria';
  226. font-size:11px;
  227. text-align:right;
  228. width:260px;
  229. margin-top:6px;
  230. margin-bottom:-3px;
  231. position:relative;}
  232.  
  233. .navlinks a{
  234. background-color:{color:navlink};
  235. border-radius:100%;
  236. text-decoration:none;
  237. margin:4px 5px 2px 0px;
  238. border:1px solid {color:navlink border};
  239. z-index:3;
  240. padding:4px;
  241. display:inline-block;
  242. -webkit-transition: all 0.3s ease-in-out;
  243. -moz-transition: all 0.3s ease-in-out;
  244. transition: all 0.3s ease-in-out;}
  245.  
  246. .navlinks a:hover{
  247. text-decoration:none;
  248. background-color:{color:navlink hover};
  249. border:1px solid {color:navlink border};}
  250.  
  251. .description {
  252. padding:5px 5px;
  253. text-align:justify;
  254. font-family:'cambria';
  255. font-size:11px;
  256. {block:ifdescriptionbottomborder}
  257. border-bottom:1px solid {color:description bottom border};
  258. {/block:ifdescriptionbottomborder}
  259. {block:ifnotdescriptionbottomborder}
  260. border-bottom:1px solid rgba(0, 0, 0, 0);
  261. {/block:ifnotdescriptionbottomborder}
  262. position:relative;
  263. color:{color:description};
  264. width:250px;}
  265.  
  266. .description a{
  267. color:{color:description};}
  268.  
  269. .notes {
  270. font-size:10px;}
  271.  
  272. li.notes {
  273. float:left;
  274. width:500px;
  275. margin-top:10px;
  276. overflow-x:hidden;
  277. over-flow-y:scroll;
  278. list-style-type:none;
  279. font-weight:normal;
  280. font-size:10px;
  281. text-transform:none;}
  282.  
  283. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  284.  
  285. li.note {
  286. padding-top:2px;
  287. opacity:1;
  288. -moz-transition:0.1s ease-in;
  289. -webkit-transition:0.1s ease-in;
  290. -o-transition:0.1s ease-in;
  291. transition:0.1s ease-in;}
  292.  
  293. li.note img.avatar {
  294. width:14px;
  295. height:14px;}
  296.  
  297. .video embed, .video object, .video iframe {
  298. {block:IndexPage}
  299. width:200px /**/ !important;
  300. {/block:IndexPage}}
  301.  
  302. .perma{
  303. margin-left:-10px;
  304. margin-bottom:10px;
  305. width:220px;
  306. text-align:right;
  307. background-color:{color:perma bg};}
  308.  
  309. .perma a{
  310. border-radius:100%;
  311. background:{color:perma};
  312. margin:4px 5px 2px 0px;
  313. border:1px solid {color:perma border};
  314. padding:4px;
  315. display:inline-block;
  316. -webkit-transition: all 0.3s ease-in-out;
  317. -moz-transition: all 0.3s ease-in-out;
  318. transition: all 0.3s ease-in-out;}
  319.  
  320. .perma a:hover {
  321. background:{color:perma hover};
  322. text-align:center;
  323. border:1px solid {color:perma border};}
  324.  
  325. .headings{
  326. font-size:16px;
  327. text-align:left;
  328. font-style:italic;}
  329.  
  330. .headings a{
  331. text-decoration:none;}
  332.  
  333. .audiopost {
  334. width:200px;
  335. padding-bottom:15px;}
  336.  
  337. .albumart {
  338. position:absolute;
  339. z-index:1;
  340. width:80px;
  341. height:80px;}
  342.  
  343. .albumart img {
  344. float:left;
  345. width:80px;
  346. height:80px;}
  347.  
  348. .playbox {
  349. opacity:0.6;
  350. width:27px;
  351. height:30px;
  352. overflow:hidden;
  353. position:absolute;
  354. z-index:1000;
  355. margin-left:28px;
  356. margin-top:25px;
  357. text-align:center;}
  358.  
  359. .info {
  360. margin-left:85px;
  361. margin-top:2px;
  362. line-height:12px;
  363. font-size:10px;}
  364.  
  365. #credit{
  366. position:fixed;
  367. right:5px;
  368. z-index:6;
  369. top:27px;}
  370.  
  371. #posts {
  372. position:relative;
  373. float:left;
  374. margin-top:30px;
  375. left:50%;
  376. {block:indexpage}
  377. width:524px;
  378. margin-left:-262px;
  379. {block:if3columns}
  380. width:936px;
  381. margin-left:-262px;
  382. {/block:if3columns}
  383. {/block:indexpage}
  384. {block:permalinkpage}
  385. width:500px;
  386. margin-left:-250px;
  387. {/block:permalinkpage}}
  388.  
  389. .post {
  390. {block:indexpage}
  391. width:200px;
  392. margin:20px;
  393. padding:0px 10px 10px 10px;
  394. float:left;
  395. position:relative;
  396. text-align:justify;
  397. background-color:{color:post bg};
  398. font-family:'cambria';
  399. font-size:11px;
  400. border:1px solid {color:post border};
  401. color:{color:text}
  402. {/block:indexpage}
  403. {block:permalinkpage}
  404. width:500px;
  405. padding:15px;
  406. margin-top:15px;
  407. {/block:permalinkpage}}
  408.  
  409. {block:IndexPage}
  410. .post img{
  411. max-width:200px;}
  412. {/block:IndexPage}
  413.  
  414. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  415.  
  416. .quote {
  417. text-align:left;
  418. font-size:12px;}
  419.  
  420. .quotesource {
  421. text-align:right;}
  422.  
  423. .chat {
  424. text-align:right; line-height:11px; }
  425.  
  426. .captions {
  427. margin-top:-8px;}
  428.  
  429. .audiopost {
  430. width:200px;
  431. padding-bottom:5px;}
  432.  
  433. .albumart {
  434. padding-top:5px;
  435. position:absolute;
  436. z-index:1;
  437. width:60px;
  438. height:60px;}
  439.  
  440. .albumart img {
  441. float:left;
  442. width:60px;
  443. height:65px;}
  444.  
  445. .playbox {
  446. opacity:0.6;
  447. width:27px;
  448. height:30px;
  449. overflow:hidden;
  450. position:absolute;
  451. z-index:1000;
  452. margin-left:17px;
  453. margin-top:19px;
  454. text-align:center;}
  455.  
  456. .info {
  457. margin-left:73px;
  458. padding-top:5px;
  459. line-height:12px;
  460. font-size:9px;
  461. text-transform:uppercase;}
  462.  
  463. {block:ifcustomcursor}body, a:hover, html{cursor: url({text:custom cursor url}), auto !important;}{/block:ifcustomcursor}
  464.  
  465. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  466.  
  467.  
  468. </style>
  469. </head>
  470.  
  471. <body>
  472.  
  473. <div id="credit"><a href="http://emmalucys.com/" title="theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
  474.  
  475. <div id="sidebar">
  476.  
  477. <div class="blogtitle"><span title="{text:blogtitle tooltip}">{text:blogtitle}</span></div>
  478. <div class="description"> {description}</div>
  479. <div class="navlinks">
  480. <a href="/"title="home"></a>
  481. <a href="{text:asklink}"title="mailbox"></a>
  482. <a href="/archive"title="archive"></a>
  483. {block:ifshowcustomlinka}<a href="{text:linka url}"title="{text:linka title}"></a>{/block:ifshowcustomlinka}
  484. {block:ifshowcustomlinkb}<a href="{text:linkb url}"title="{text:linkb title}"></a>{/block:ifshowcustomlinkb}
  485. {block:ifshowcustomlinkc}<a href="{text:linkc url}"title="{text:linkc title}"></a>{/block:ifshowcustomlinkc}
  486. <a href="http://emmalucys.com"title="theme"></a></div>
  487. </div>
  488.  
  489.  
  490.  
  491. <div id="posts">
  492.  
  493. {block:Posts}
  494.  
  495.  
  496. {block:Text}
  497. <div class="post">
  498. {block:indexpage}
  499. <div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
  500. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  501. </div>
  502. {/block:Text}
  503.  
  504.  
  505. {block:Photo}
  506. <div class="post">
  507. {block:IndexPage}
  508. <div class="perma"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
  509. <a href="{permalink}"title="posted {shortmonth} {dayofmonthwithzero}">
  510. <img src="{PhotoURL-500}" width="200" alt="{PhotoAlt}"></a>{/block:IndexPage}
  511. {block:PermalinkPage}<img src="{photourl-500}"/>{/block:PermalinkPage}
  512. </div>
  513. {/block:Photo}
  514.  
  515.  
  516. {block:Photoset}
  517. <div class="post">
  518. {block:Indexpage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:IndexPage}
  519. {Photoset}
  520. </div>
  521. {/block:Photoset}
  522.  
  523.  
  524. {block:Quote}
  525. <div class="post">
  526. {block:indexpage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
  527. <div class="quote">'<i>{Quote}</i>'</div>
  528. <div class="quotesource">— {Source}</div></div>
  529. {/block:Quote}
  530.  
  531.  
  532. {block:Link}
  533. <div class="post">
  534. {block:indexpage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
  535. <div class="headings"><a href="{URL}">{Name}</a></div>
  536. {block:Description}{Description}{/block:Description}</div>
  537. {/block:Link}
  538.  
  539.  
  540. {block:Chat}
  541. <div class="post">
  542. {block:indexpage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
  543. {block:Title}{Title}{/block:Title}<br>
  544. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  545. {/block:Label}{/block:Lines}</div>
  546. {/block:Chat}
  547.  
  548.  
  549. {block:Audio}
  550. {block:indexpage}
  551. <div class="post">
  552. <div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
  553. <div class="audiopost"><div class="albumart"><img src="http://static.tumblr.com/bcpenwm/5mfmzdb6z/audiocover.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>{/block:indexpage}
  554. {block:permalinkpage}{AudioPlayerWhite}{/block:permalinkpage}
  555. {/block:Audio}
  556.  
  557.  
  558. {block:Answer}
  559. <div class="post">
  560. {block:indexpage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
  561. {Question}</br>- {Asker} <br><i> {Answer} </i></div>
  562. {/block:Answer}
  563.  
  564.  
  565. {block:Video}
  566. <div class="post">
  567. {block:IndexPage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
  568. <div class="video">{Video-250}</div>
  569. {/block:IndexPage}
  570. {block:PermalinkPage}
  571. {Video-500}
  572. {/block:PermalinkPage}</div>
  573. {/block:Video}
  574.  
  575.  
  576. {block:PermalinkPage}
  577. <div class="notes">
  578. {Caption}
  579. posted {TimeAgo}
  580. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  581. {block:RebloggedFrom}
  582. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  583. {/block:RebloggedFrom}
  584. {block:ContentSource}
  585. originally from <a href="{SourceURL}">{SourceTitle} </a>
  586. {/block:ContentSource}
  587. <br>
  588. {block:hastags}{block:tags}<a href="/tagged/{Tag}">#{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  589. <br><br>{PostNotes}</div>
  590. {/block:PermalinkPage}
  591.  
  592.  
  593. {/block:posts} </div></div> </div>
  594.  
  595.  
  596.  
  597. </div>
  598. </body>
  599. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement