Advertisement
tanaxmercedes

Theme#2: Dark Theme by Tana // Elegance Themes

Apr 15th, 2015
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.28 KB | None | 0 0
  1. <!--
  2.  
  3. Theme#2: Dark Theme made by Tana // Elegance Themes!!
  4.  
  5. ✄───╔╗────────────────────╔╗╔╗
  6. ✄───║║───────────────────╔╝╚╣║
  7. ✄╔══╣║╔══╦══╦══╦═╗╔══╦══╗╚╗╔╣╚═╦══╦╗╔╦══╦══╗
  8. ✄║║═╣║║║═╣╔╗║╔╗║╔╗╣╔═╣║═╣─║║║╔╗║║═╣╚╝║║═╣══╣
  9. ✄║║═╣╚╣║═╣╚╝║╔╗║║║║╚═╣║═╣─║╚╣║║║║═╣║║║║═╬══║
  10. ✄╚══╩═╩══╩═╗╠╝╚╩╝╚╩══╩══╝─╚═╩╝╚╩══╩╩╩╩══╩══╝
  11. ✄────────╔═╝║
  12. ✄────────╚══╝
  13.  
  14. This is a lovely theme made by yours truly! I really do love it though. Please DO NOT STEAL ANYTHING from this code, it is all mine (made from her basecode obviously) and I do not appreciate people who steal/frankenstein/pick pieces of the code.
  15.  
  16. I really hope you enjoy this theme!
  17.  
  18.  
  19. - Tana xoxo
  20.  
  21.  
  22. -->
  23. <!--
  24. Hello everyone, this code base was made by me (Hisabeel) so that you can use to make your own themes, appreciate it maintain that initial message and to give me credit on your blog by the base code, thanks. :)
  25.  
  26. You can use the following sites to learn more about html:
  27. » http://hisa-themes.tumblr.com/tutos (TUTORIALS BY ME ^^)
  28. » http://hisa-themes.tumblr.com/tagged/html
  29. » http://hisabeel.tumblr.com/tagged/html
  30.  
  31.  
  32.  
  33. Other tutorials by other theme makers:
  34. » http://html-network.tumblr.com/ (PRINCIPAL)
  35. » http://cuddlinqs.tumblr.com/tutorials
  36. » http://themesbyrhi.tumblr.com/tagged/tutorialbyff/
  37. » http://takeable.tumblr.com/themeinfo
  38. » http://eclipsethemes.tumblr.com/tuts
  39. » http://synics.tumblr.com/tagged/tutorial
  40. » http://precluding.tumblr.com/tuts
  41. » http://themesmadebysabina.tumblr.com/tutorials
  42. » http://themesbylyra.tumblr.com/tutorials
  43. » http://flutterthemes.tumblr.com/tutorials
  44. » http://ocehans.tumblr.com/tuts (THE BEST TUTORIALS)
  45. » http://z4yner.tumblr.com/tuts
  46. -->
  47.  
  48.  
  49.  
  50. <html lang="en">
  51. <script type="text/javascript">
  52. <!--
  53.  
  54. // Disable Right Click Script
  55.  
  56. function IE(e)
  57. {
  58. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  59. {
  60. return false;
  61. }
  62. }
  63. function NS(e)
  64. {
  65. if (document.layers || (document.getElementById && !document.all))
  66. {
  67. if (e.which == "2" || e.which == "3")
  68. {
  69. return false;
  70. }
  71. }
  72. }
  73. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  74.  
  75. //-->
  76. </script>
  77.  
  78. <link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  79.  
  80. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two' rel='stylesheet' type='text/css'>
  81.  
  82.  
  83.  
  84.  
  85.  
  86. <!--THESE CODES ARE DOING WORK THE THEME, BACKGROUND COLOR CHANGING OR ADDING A CUSTOM BACKGROUND, CHANGE THE NUMBER OF LINKS, ETC.-->
  87. <meta name="color:Background" content="#fafafa"/>
  88. <meta name="color:Title" content="#eeeeee"/>
  89. <meta name="color:Text" content="#999999"/>
  90. <meta name="color:Link" content="#eeeeee"/>
  91. <meta name="color:Hover" content="#ffffff"/>
  92. <meta name="color:Hisatitle" content="#eeeeee"/>
  93. <meta name="image:Background" content=""/>
  94. <meta name="image:Sidebar" content=""/>
  95. <meta name="image:Favicon" content=""/>
  96. <meta name="text:Hisatitle" content="Dark Theme"/>
  97. <meta name="text:Tab Title" content="Dark Theme"/>
  98.  
  99. <!--HERE ARE THE SITES WHERE WILL GIVE LINKS-->
  100. <meta name="text:Link One" content="" />
  101. <meta name="text:Link Two" content="" />
  102. <meta name="text:Link Three" content="" />
  103. <meta name="text:Link Four" content="" />
  104. <meta name="text:Link Five" content="" />
  105.  
  106. <!--HERE ARE PLACED THE NAMES OF LINKS-->
  107. <meta name="text:Link 1 hover text" content="Title Here" />
  108. <meta name="text:Link 2 hover text" content="Title Here" />
  109. <meta name="text:Link 3 hover text" content="Title Here" />
  110. <meta name="text:Link 4 hover text" content="Title Here" />
  111. <meta name="text:Link 5 hover text" content="Title Here" />
  112.  
  113. <!--HERE ARE PLACED THE LABELS SAYING WHAT EACH LINK-->
  114. <meta name="text:Link One Title" content="refresh"/>
  115. <meta name="text:Link Two Title" content="inbox"/>
  116. <meta name="text:Link Three Title" content="navigation"/>
  117. <meta name="text:Link Four Title" content="favorites"/>
  118. <meta name="text:Link Five Title" content="themes"/>
  119. </script>
  120.  
  121.  
  122. <style type="text/css">
  123.  
  124.  
  125.  
  126. /*--IFRAME ARE THE CODES OF CONTROL BUTTONS (DASHBOARD, FOLLOW/UNFOLLOW)--*/
  127. iframe#tumblr_controls{
  128. z-index:9;
  129. opacity:0.5 !important;
  130. -webkit-filter:invert(100%);
  131. top:0px !important;
  132. right:8px !important;
  133. position:fixed!important;
  134. }
  135.  
  136. iframe#tumblr_controls {right:3px !important; position:fixed !important;-webkit-transition:opacity 0.7s linear; opacity:0.2; -webkit-transition: all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; z-index:99999}
  137.  
  138. iframe#tumblr_controls:hover {-webkit-transition:opacity 0.7s linear; opacity:1.0; -webkit-transition:all 0.4s ease-out; -moz-transition:all 0.4s ease-out; transition: all 0.4s ease-out; z-index:99999;}
  139.  
  140.  
  141. /*--SCROLLBAR IS THE SIDE BAR THAT APPEARS ON RIGHT CORNER OF THE THEME, WHAT DOES WALKING DOWN THE BLOG AND UP, JUST CHANGE NOW FOR EXPERIENCED--*/
  142. ::-webkit-scrollbar {width: 8px; height: 4px; background:#f5f5f5; border-left: 1px solid #f5f5f5; }
  143.  
  144. ::-webkit-scrollbar-thumb { background-color:{color:Title}; border-bottom: 1px solid #fff; border-radius:5px; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; }
  145.  
  146.  
  147. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  148. a:link, a:active, a:visited{
  149. color:{color:Link};
  150. text-decoration:none;
  151. font-family:'Bad Script', cursive;
  152. -webkit-transition:all 0.6s ease-out; -moz-transition:all 0.6s ease-out;-o-transition:all 0.6s ease-out; transition:all 0.6s ease-out;}
  153.  
  154. a:hover{
  155. color:{color:Hover};
  156. letter-spacing:2px;
  157. text-decoration:underline dashed;
  158. -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
  159. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  160.  
  161.  
  162. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  163. #audio {
  164. width:200px;
  165. height:auto;
  166. min-height:60px;
  167. padding-bottom:0px;
  168. }
  169.  
  170. .cover {
  171. position:absolute;
  172. z-index:1;
  173. width:60px;
  174. height:60px;
  175. }
  176.  
  177. .cover img {
  178. float:left;
  179. width:60px;
  180. height:60px;
  181. }
  182.  
  183. .playbox {
  184. opacity:0.6;
  185. width:27px;
  186. height:30px;
  187. overflow:hidden;
  188. position:absolute;
  189. z-index:1000;
  190. margin-left:17px;
  191. margin-top:17px;
  192. text-align:center;
  193. }
  194.  
  195. .info {
  196. margin-left:73px;
  197. margin-top:4px;
  198. line-height:14px;
  199. }
  200.  
  201. #cunt{width:250px; height:auto;}
  202. {block:PermalinkPage}
  203. width:10px;
  204. {/block:PermalinkPage}
  205. }
  206.  
  207. #center{
  208. padding-top:3px;
  209. padding-bottom:3px;
  210. position:fixed !important;
  211. width:250px;
  212. height:207px;
  213. background-color:#fff;
  214. {block:PermalinkPage}
  215. width:410px;
  216. height:207px;
  217. {/block:PermalinkPage}
  218. }
  219.  
  220.  
  221. body {
  222. background-image:{image:Background};
  223. background-color:{color:Background};
  224. }
  225.  
  226.  
  227.  
  228.  
  229.  
  230. /*--HERE YOU CAN CHANGE THE AMOUNT OF COLUMNS YOU WANT--*/
  231. #posts{
  232. float:center;
  233. {block:indexpage}
  234. width:500px; /*--1000px for 4 columns, 800px for 3 columns, 600px for 2 columns and 200px for 1 columns--*/
  235. {/block:indexpage}
  236. {block:permalinkpage}
  237. width:600px;
  238. {/block:permalinkpage}
  239. font-family: 'Shadows Into Light Two', cursive;
  240. border-left:1px solid white;
  241. border-right:1px solid white;
  242. padding:20px;
  243. margin-left:480px;
  244. margin-top:10px;
  245. z-index:999999999;
  246. }
  247.  
  248. /*--CUSTOMIZE ENTRY SETTINGS--*/
  249. #entry img{
  250. {block:indexpage}
  251. background:#fff;
  252. max-width:205px;
  253. opacity:0.7;
  254. z-index:9999999;
  255. -webkit-transition:all 0.7s ease-out;
  256. -moz-transition:all 0.7s ease-out;
  257. transition:all 0.7s ease-out;
  258. {/block:indexpage}
  259. }
  260.  
  261. #entry{
  262. z-index:999;
  263. margin:8px;
  264. float:left;
  265. background:transparent;
  266. font-size:10px;
  267. color:white;
  268. line-height:13px;
  269. text-transform:normal;
  270. width:204px;
  271. padding:12px;
  272. border:1px solid #eee;
  273. box-shadow:rgba(0,0,0,.03) 4px 4px;
  274. {block:PermalinkPage}
  275. opacity:0.8;
  276. width:360px;
  277. margin-top:15px;
  278. margin-left:13px;
  279. z-index:999;
  280. border:4px double {color:Title};
  281. {/block:PermalinkPage}
  282. -moz-transition: all 3.9s ease-out;
  283. -o-transition: all 3.9s ease-out;
  284. -webkit-transition: all 3.9s ease-out;
  285. transition: all 3.9s ease-out;
  286. }
  287.  
  288. #entry:hover{
  289. opacity:1;
  290. border:1px solid #fff;
  291. box-shadow:0px 0px 20px {color:Title};
  292. -moz-transition: all .9s ease-out;
  293. -o-transition: all .9s ease-out;
  294. -webkit-transition: all .9s ease-out;
  295. transition: all .9s ease-out;
  296. }
  297.  
  298.  
  299. /*--CUSTOMIZE THE APPEARANCE OF PERMALINKS--*/
  300. #entry .perma{
  301. width:160;
  302. height:auto;
  303. font-family:helvetica;
  304. font-size:8px;
  305. line-height:12px;
  306. text-align:center;
  307. text-transform:uppercase;
  308. background:#000;
  309. border:1px solid #fff;
  310. position:absolute;
  311. z-index:99999;
  312. overflow:hidden;
  313. margin-top:30px;
  314. margin-left:15px;
  315. padding:6px;
  316. -webkit-transition:opacity 0.5s linear; opacity: 0.0;
  317. -webkit-transition:all 0.5s linear;
  318. -moz-transition:all 0.5s linear;
  319. transition:all 0.5s linear;
  320. }
  321.  
  322. #entry:hover .perma{
  323. overflow:visible;
  324. opacity:1;
  325. margin-top:10px;
  326. transform: rotate(360deg);
  327. -ms-transform: rotate(360deg);
  328. -webkit-transform: rotate(360deg);
  329. -o-transform: rotate(360deg);
  330. -moz-transform: rotate(360deg);
  331. -webkit-transition: all 0.5s linear;
  332. -webkit-transition: all 0.5s linear;
  333. -moz-transition: all 0.5s linear;
  334. transition: all 0.5s linear;
  335. }
  336.  
  337. .permalinktext{
  338. display:block;
  339. text-align:center;
  340. text-decoration:none;
  341. font-size:8px;
  342. letter-spacing:1px;
  343. padding-top:5px;
  344. text-transform:lowercase;
  345. background:#000;
  346. border:1px solid #fff;
  347. padding:2px;
  348. }
  349.  
  350.  
  351. /*--CUSTOMIZE TITLE OF ENTRIES--*/
  352. .title{
  353. line-height:12px;
  354. color:{color:Title};
  355. font-weight:normal;
  356. font-family:'Bad Script', cursive;
  357. }
  358.  
  359.  
  360. /*--CUSTOMIZE TITLE OF SIDEBAR--*/
  361. #hisatitle{
  362. position: fixed !important;
  363. z-index:999999;
  364. width:250px;
  365. margin-top:120px;
  366. margin-left:120px;
  367. color:{color:Hisatitle};
  368. text-shadow:1px 1px 8px #fff;
  369. font-family:'Bad Script', cursive;
  370. font-size:40px;
  371. line-height:10px;
  372. }
  373.  
  374.  
  375. /*--CUSTOMIZE SIDEBAR--*/
  376. #sidebar{
  377. position:fixed !important;
  378. width:160px;
  379. height:180px;
  380. margin-top:140px;
  381. margin-left:120px;
  382. padding:12px;
  383. background-color:transparent;
  384. border:1px solid #eee;
  385. }
  386.  
  387.  
  388. /*--CUSTOMIZE DESCRIPTION--*/
  389. div#desc{
  390. position:fixed !important;
  391. opacity:1.0;
  392. background:transparent;
  393. width:160px;
  394. height:43px;
  395. padding:12px;
  396. color:#fff;
  397. margin-top:192px;
  398. margin-left:-13px;
  399. font-size:10px;
  400. line-height:13px;
  401. font-family:calibri;
  402. border:1px solid #eee;
  403. text-align:center; /*--you can put center, left, right or justify--*/
  404. }
  405.  
  406.  
  407. /*--CUSTOMIZE LINKS--*/
  408. #links{
  409. opacity:1.0;
  410. position:fixed!important;
  411. width:250;
  412. height:50;
  413. padding:10px;
  414. color:{color:Link};
  415. font-size:12px;
  416. font-family:'Shadows Into Light Two', cursive;
  417. letter-spacing:0px;
  418. text-transform:none;
  419. background:transparent;
  420. margin-left:-30px;
  421. margin-top:260px;
  422. -webkit-transition: all 0.9s ease-in-out;
  423. -moz-transition: all 0.9s ease-in-out;
  424. -o-transition: all 0.9s ease-in-out;
  425. }
  426.  
  427.  
  428. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  429. #infscr-loading{
  430. bottom: -70px;
  431. position: absolute;
  432. left: 50%;
  433. margin-left:-8px;
  434. width:16px;
  435. height:11px;
  436. overflow:hidden;
  437. margin-bottom: 50px;
  438. }
  439.  
  440. #postnotes{
  441. text-align: justify;}
  442.  
  443. #postnotes blockquote{
  444. border: 0px;}
  445.  
  446. blockquote{
  447. padding:0px 0px 2px 5px;
  448. margin:0px 0px 2px 10px;
  449. border-left: 1px dotted #eee;
  450. }
  451.  
  452. blockquote p, ul{
  453. margin:0px;
  454. padding:0px;
  455. }
  456.  
  457. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  458. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  459. </style>
  460.  
  461. <!--THE TITLE IS THE SMALL TITLE THAT APPEARS IN TAB THE BLOG IN FRONT OF FAVICON, OVER THERE, WHERE IS HTTP, IF YOU DON'T UNDERSTAND, GO ON THIS LINK - http://static.tumblr.com/pmxvx4i/HBen83kl0/title.png -->
  462. <title>{text:Tab Title}</title>
  463. <!--THE FAVICON IS THE SMALL ICON THAT APPEARS IN TAB THE BLOG, OVER THERE, WHERE IS HTTP, IF YOU DON'T UNDERSTAND, GO ON THIS LINK - http://static.tumblr.com/pmxvx4i/jOrn83kin/favicon.png -->
  464. <link rel="shortcut icon" href={image:Favicon}>
  465.  
  466. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  467. <meta name="viewport" content="width=720" />
  468. </head>
  469.  
  470. <body>
  471.  
  472.  
  473.  
  474. <div id="center">
  475. <div id="content">
  476.  
  477. <!--THIS CODE DOES WORK THE TITLE OVER THE SIDEBAR-->
  478. <div id="hisatitle">{text:Hisatitle}</div>
  479.  
  480. <!--THIS CODE DOES WORK SIDEBAR-->
  481. <div id="sidebar">
  482. <!--THIS CODE DOES WORK DESCRIPTION-->
  483. <div id="desc">{description}</div>
  484.  
  485.  
  486. <!--THIS CODE DOES WORK LINKS-->
  487. <div id="links">
  488. <a href="{text:Link One}" title="{text:Link 1 hover text}">{text:Link One Title}</a> &middot
  489. <a href="{text:Link Two}" title="{text:Link 2 hover text}">{text:Link Two Title}</a> &middot
  490. <a href="{text:Link Three}" title="{text:Link 3 hover text}">{text:Link Three Title}</a> &middot
  491. <a href="{text:Link Four}" title="{text:Link 4 hover text}">{text:Link Four Title}</a> &middot
  492. <a href="http://elegancethemes.tumblr.com/" title="Tana created this Theme">theme</a>
  493. </div>
  494.  
  495.  
  496. <!--THIS CODE DOES WORK IMAGE OF SIDEBAR-->
  497. <img src="{image:sidebar}" style="border:1px solid #eee; padding:10px; opacity:1; width:135px; height:155px"></div>
  498.  
  499.  
  500. <!--THIS CODE DOES WORK POSTS, DON'T CHANGE ANYTHING IF NOT EXPERIENCED WITH CODES-->
  501. <div id="posts">
  502. {block:Posts}
  503. <div id="entry">
  504.  
  505. {block:Text}
  506. {block:Title}<span class="title">{Title}</span>{/block:Title}
  507. <span class="entrytext">{Body}</span></a>
  508. {block:IndexPage}<br>
  509. <div class="permalinktext">
  510. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  511. {/block:Text}
  512.  
  513. {block:Link}
  514. <a href="{URL}" class="title">{Name}</a>
  515. {block:Description}{Description}{/block:Description}
  516. {block:IndexPage}<br>
  517. <div class="permalinktext">
  518. {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a>
  519. </div>
  520. {/block:IndexPage}
  521. {block:Link}
  522.  
  523. {block:Photo}{block:IndexPage}<div class="lovely"></div>
  524. <div class="perma">
  525. <a title="go to the permalink page" href="{Permalink}"><font color="#fff">{NoteCountwithlabel}</font></a>
  526. <br>
  527. <a title="click to reblog" href="{ReblogURL}"><font color="#fff">steal this post</font></a></center></div>{/block:IndexPage}
  528.  
  529. {block:IndexPage}
  530. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=270px;>
  531. {/block:IndexPage}
  532. {block:permalinkpage}{LinkOpenTag}<center>
  533. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=360px;/>
  534. {LinkCloseTag}</center>{/block:permalinkpage}
  535. {/block:Photo}
  536.  
  537. {block:Quote}
  538. <div class="quote">❝ {quote}</div>
  539. {block:IndexPage}<br>
  540. <div class="permalinktext">
  541. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  542. {/block:Quote}
  543.  
  544. {block:Chat}
  545. {block:Title}<span class="title">{Title}</span>{/block:Title}
  546. <ul class="chat">
  547. {block:Lines}
  548. <li class="user_{UserNumber}">
  549. {block:Label}
  550. <span class="label">{Label}</span>
  551. {/block:Label}
  552.  
  553. {Line}<br>
  554. {/block:Lines}
  555. {block:IndexPage}<br>
  556. <div class="permalinktext">
  557. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
  558. {/block:Chat}
  559.  
  560. {block:Audio}
  561. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><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}>Lovers</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Touch:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  562. {block:IndexPage}<br>
  563. <div class="permalinktext">
  564. <center> <font color="#fff">{DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}"><font color="#fff">{notecount} notes</font></a></center></div>{/block:IndexPage}
  565. {/block:Audio}
  566.  
  567. {block:Video}
  568. <center>{block:IndexPage}
  569. <div class="perma">
  570. {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount}</a> - <a href="{reblogurl}">↻</a></div>
  571. <div style="width:200px; overflow-x:hidden; overflow-y:hidden">{Video-250}</div>{/block:IndexPage}</center>
  572. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center>
  573. {block:Video}
  574.  
  575. {block:Answer}
  576. <div style="border:1px solid #eee; margin:3px; margin-top:-5px; min-height:30px; padding:3px; background:#f7f7f7">
  577. <img src="{AskerPortraitURL-30}" width="30" align="left"
  578. style="margin-right:4px; margin-top:-6px; margin-left:0px; border:1px solid #ddd; padding:7px; background:#fff; box-shadow:0px 2px 6px rgba(0, 0, 0, 0.06); -moz-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.06); -webkit-box-shadow:0px 2px 6px rgba(0, 0, 0, 0.06)">
  579. <askk>{Asker}</askk>: {Question}</div>
  580. <div style="font-family:'Shadows Into Light Two', cursive; font-size:10px">{Answer}</div>
  581. {/block:Answer}
  582.  
  583. {block:PermalinkPage}
  584. <center><br>
  585. {block:Date}posted <u>{DayOfWeek}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  586. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>of:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  587. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
  588. {/block:PermalinkPage}
  589. {block:PostNotes}
  590. <div id="postnotes">{PostNotes}</div>
  591. {/block:PostNotes}</div>{/block:Posts}
  592. </div></div>
  593.  
  594. {block:indexpage}
  595. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  596. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  597. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  598. <script type="text/javascript">
  599. $(window).load(function(){
  600. var $wall = $('#posts');
  601. $wall.imagesLoaded(function(){
  602. $wall.masonry({
  603. itemSelector: '#entry, #entry_photo',
  604. isAnimated : false
  605. });
  606. });
  607.  
  608. $wall.infinitescroll({
  609. navSelector : '#page-nav',
  610. nextSelector : '#page-nav a',
  611. itemSelector : '#entry, #entry_photo',
  612. bufferPx : 2000,
  613. debug : false,
  614. errorCallback: function() {
  615. $('#infscr-loading').fadeOut('normal');
  616. }},
  617. function( newElements ) {
  618. var $newElems = $( newElements );
  619. $newElems.hide();
  620. $newElems.imagesLoaded(function(){
  621. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  622. });
  623. }); $('#content').show(500);
  624. });
  625. </script>
  626. {/block:indexpage}
  627.  
  628. <body onkeydown="return false">
  629. </body>
  630.  
  631. <div style="z-index:99999999999; font-family:'Bad Script', cursive; font-color:pink; position:fixed; top:20px; right:10px; opacity:.8"><a href="http://elegancethemes.tumblr.com" title="Tana created this Theme!">Elegance</a></div>
  632.  
  633. <div style="z-index:99999999999; position:fixed; bottom:3px; right:10px; opacity:0.7"><a href="http://hisabeel.tumblr.com" title="Hisabeel made this base code"><img src="https://cdn3.iconfinder.com/data/icons/linecons-free-vector-icons-pack/32/diamond-128.png" width="24"></a></div>
  634. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement