Advertisement
nofacesface

My Neighbor Totoro Theme

Jun 28th, 2013
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--THEME BY NO-FACES-FACE
  5. steal and I'll find you and punch you in the throat (◡‿◡✿)
  6. -->
  7.  
  8. <head>
  9.  
  10. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  11.  
  12. <meta name="color:Background" content="#fff"/>
  13. <meta name="color: blogtitle" content="#f8fd91" />
  14. <meta name="color:Text" content="#000"/>
  15. <meta name="color:Hover" content="#ccc"/>
  16. <meta name="color:Link" content="#000000"/>
  17. <meta name="color:Scrollbar" content="#ccc"/>
  18. <meta name="color:Description" content="#fff"/>
  19. <meta name="color:iconbox" content="#f8fd91" />
  20. <meta name="color:iconboxhover" content="" />
  21. <meta name="color:iconbar" content="">
  22.  
  23. <meta name="if:Caption" content="0"/>
  24.  
  25. <meta name="image:top border" content="http://static.tumblr.com/cbjpgjf/TcGmp3g20/tumblr_ma3nmyldqj1qbq39l.gif" />
  26.  
  27.  
  28. <meta name="text:sidebar img position top" content="59"/>
  29. <meta name="text:sidebar img position left" content=""/>
  30.  
  31.  
  32. <meta name="image:Background" content="http://static.tumblr.com/cbjpgjf/wJ7mp3g1f/beautiful_white_flowers-normal5.4.jpg"/>
  33. <meta name="image:permpic" content="http://static.tumblr.com/9d994f78e3a770fc7e0ba45625ac3356/cbjpgjf/5dGmp3fwb/tumblr_static_tumblr_mbjxzelai21qzc84bo2_500.gif"/>
  34.  
  35.  
  36.  
  37. <meta name="if:link 1" content="0"/>
  38. <meta name="text:link1" content=""/>
  39. <meta name="text:link1title" content=""/>
  40.  
  41. <meta name="if:link 2" content="0"/>
  42. <meta name="text:link2" content=""/>
  43. <meta name="text:link2title" content=""/>
  44.  
  45. <meta name="if:link 3" content="0"/>
  46. <meta name="text:link3" content=""/>
  47. <meta name="text:link3title" content=""/>
  48.  
  49. <meta name="if:link 4" content="0"/>
  50. <meta name="text:link4" content=""/>
  51. <meta name="text:link4title" content=""/>
  52.  
  53. <meta name="image:sidebar1" content="http://static.tumblr.com/f29e750fc61706fbe8eb96a8ad2d1031/cbjpgjf/XGZmp3czz/tumblr_static_tumblr_static_tumblr_mfbfgkrraz1rfjowdo1_500.gif"/>
  54.  
  55. <meta name="image:icon1" content="http://static.tumblr.com/6aca0d764fe5e18e1167e8c6d2ebb7df/cbjpgjf/bucmp3cym/tumblr_static_2.png"/>
  56. <meta name="image:icon2" content="http://static.tumblr.com/649f94f2f210bc510d0b67756f861eb9/cbjpgjf/VIYmp3cys/tumblr_static_download.png"/>
  57. <meta name="image:icon3" content="http://static.tumblr.com/a0204d4bc5c07113882a611caddd5ce2/cbjpgjf/3lvmp3cyy/tumblr_static_heart.png"/>
  58. <meta name="image:icon4" content="http://static.tumblr.com/1e21b4526d9646dc496210d1199117b9/cbjpgjf/OQjmp3cz3/tumblr_static_add.png"/>
  59. <meta name="image:icon5" content="http://static.tumblr.com/54aed824fa5f324dd74447847cd6f777/cbjpgjf/9bNmp3cza/tumblr_static_tag.gif"/>
  60.  
  61.  
  62. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title> {block:Description}<meta name="description"
  63. content="{MetaDescription}" />{/block:Description}
  64. <link rel="shortcut icon" href="{Favicon}">
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. ::-webkit-scrollbar {width: 5px;height:5px;background:#FFF;}
  71. ::-webkit-scrollbar-thumb {background:{color:Hover};}
  72.  
  73.  
  74.  
  75. /* GENERAL */
  76.  
  77.  
  78. @font-face {
  79. font-family: "omm";
  80. src: url('http://static.tumblr.com/cbjpgjf/ZYmmm912c/omm.otf');
  81. }
  82.  
  83. @font-face {
  84. font-family: "rs";
  85. src: url('http://static.tumblr.com/cbjpgjf/1Otmm7d3u/pf_ronda_seven.ttf');
  86. }
  87.  
  88. @font-face {
  89. font-family: "blake2";
  90. src: url('http://static.tumblr.com/cbjpgjf/1Otmm7d3u/pf_ronda_seven.ttf');
  91. }
  92.  
  93. body{
  94. margin:0px;
  95. font-family: rs;
  96. font-size: 9px;
  97. line-height: 12px;
  98. color: {color:text};;
  99. }
  100.  
  101.  
  102.  
  103. body {
  104. background-color: {color:Background};
  105.  
  106. background-image: url({image:Background});
  107. margin: 0;
  108. word-wrap: break-word;
  109. background-attachment: fixed;
  110.  
  111. }
  112.  
  113.  
  114. a:link , a:active, a:visited{text-decoration: none;color: {color:Link};
  115. -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
  116. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  117.  
  118. a:hover{color: {color:Hover};}
  119.  
  120. /* POSTS */
  121.  
  122. #center{margin:auto; position:relative;width:600px;}
  123. #content{width:250px;margin:20px 535px; }
  124. #entry{margin:20px;width:250px; padding: 4px;
  125. opacity: 0.7px;
  126. -webkit-transition: opacity 0.6s linear;
  127. -webkit-transition: all 0.6s ease-in-out;
  128. -moz-transition: all 0.6s ease-in-out;
  129. -o-transition: all 0.6s ease-in-out;}
  130. #entry img{max-width:100%;}
  131.  
  132. /* SIDEBAR */
  133.  
  134. #sidebar {
  135. position:fixed;
  136. width:200px;
  137. height: 250px;
  138. border-top-left-radius: 5px ;
  139. border-top-right-radius:5px ;
  140. border-bottom-right-radius: 5px ;
  141. border-bottom-left-radius: 5px ;
  142. background-color: #fff;
  143. text-align:center;
  144. margin-left: 600px;
  145. margin-top: 200px;
  146. box-shadow:rgba(0,0,0,0.07)8px 8px;}
  147.  
  148.  
  149. .blogtitle {
  150. margin-top: 15px;
  151. font-size:35px;
  152. line-height:32px;
  153. width: 200px;
  154. tet-align: center;
  155. height: 80px;
  156. overflow: hidden;
  157. font-family:omm;
  158. color:#000;
  159. -webkit-transition: opacity 0.6s linear;
  160. -webkit-transition: all 0.6s ease-in-out;
  161. -moz-transition: all 0.6s ease-in-out;
  162. -o-transition: all 0.6s ease-in-out;}
  163.  
  164. .blogtitle:hover {
  165. color: {color:Hover};
  166. -webkit-transition: opacity 0.6s linear;
  167. -webkit-transition: all 0.6s ease-in-out;
  168. -moz-transition: all 0.6s ease-in-out;
  169. -o-transition: all 0.6s ease-in-out;}
  170.  
  171. #iconbar {
  172. width: 200px;
  173. height: 20px;
  174. position: fixed;
  175. background-color:{color:iconbar};}
  176.  
  177. #icon1box {
  178. height: 14px;
  179. width: 14px;
  180. background-color: {color:iconbox};
  181. margin-left: 35px;
  182. margin-top: 3px;
  183. border-radius: 2px;
  184. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;
  185. overflow:hidden;}
  186.  
  187. #icon1box:hover {
  188. background-color: {color:iconboxhover};
  189. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;}
  190.  
  191. #icon1 { margin-left: 0px;}
  192. #icon1 img {width: 95%;
  193. margin-bottom: 2px}
  194.  
  195.  
  196. #icon2box {
  197. height: 14px;
  198. width: 14px;
  199. background-color: {color:iconbox};
  200. margin-left: 63px;
  201. margin-top: -14px;
  202. border-radius: 2px;
  203. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;
  204. overflow:hidden;}
  205.  
  206. #icon2box:hover {
  207. background-color: {color:iconboxhover};
  208. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;}
  209.  
  210. #icon2 { margin-left: 0px;}
  211. #icon2 img {width: 95%;
  212. margin-bottom: 2px;}
  213.  
  214. #icon3box {
  215. height: 14px;
  216. width: 14px;
  217. background-color: {color:iconbox};
  218. margin-left: 91px;
  219. margin-top: -14px;
  220. border-radius: 2px;
  221. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;
  222. overflow:hidden;}
  223.  
  224. #icon3box:hover {
  225. background-color: {color:iconboxhover};
  226. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;}
  227.  
  228. #icon3 { margin-left: 0px;}
  229. #icon3 img {width: 95%;}
  230.  
  231. #icon4box {
  232. height: 14px;
  233. width: 14px;
  234. background-color: {color:iconbox};
  235. margin-left: 120px;
  236. margin-top: -14px;
  237. border-radius: 2px;
  238. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;
  239. overflow:hidden;}
  240.  
  241. #icon4box:hover {
  242. background-color: {color:iconboxhover};
  243. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;}
  244.  
  245. #icon4 { margin-left: 0px;}
  246. #icon4 img {width: 95%;
  247. margin-bottom: 1px;}
  248.  
  249. #icon5box {
  250. height: 14px;
  251. width: 14px;
  252. background-color: {color:iconbox};
  253. margin-left: 148px;
  254. margin-top: -14px;
  255. border-radius: 2px;
  256. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;
  257. overflow:hidden;}
  258.  
  259. #icon5box:hover {
  260. background-color: {color:iconboxhover};
  261. -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;}
  262.  
  263. #icon5 {}
  264. #icon5 img {width: 50%;
  265. margin-bottom: 1px;}
  266.  
  267.  
  268. #dropdown {
  269. position:relative;
  270. font-size: 11px;
  271. margin-top: 25px;
  272. margin-left: 0px;
  273. width:200px; /* Edit slider width */
  274. text-align:center; /* Edit text align: left, right or center */}
  275. #dropdown #dropdown_click {
  276. cursor:pointer;}
  277. #dropdown #dropdown_content {
  278. display:none;}
  279. #dropdown #dropdown_content a {
  280. display:block;
  281. text-align: center;}
  282.  
  283. .desc {
  284. font-size: 9px;
  285. width: 190px;
  286. padding: 6px;
  287. height: 90px;
  288. overflow: hidden;
  289. color: {color:Description};}
  290.  
  291.  
  292.  
  293. #sidebar2 {
  294. position:fixed;
  295. width:165px;
  296. height: 25px;
  297. border-top-left-radius: 0px ;
  298. border-top-right-radius:0px ;
  299. border-bottom-right-radius: 5px ;
  300. border-bottom-left-radius: 5px ;
  301. background-color: #fff;
  302. text-align:center;
  303. margin-top: 450px;
  304. margin-left: 618px;
  305. box-shadow:rgba(0,0,0,0.07)8px 8px;}
  306.  
  307. #sidebar2 #res {
  308. width: 110px;
  309. height: 1px;
  310. top: 486px;
  311. left: 1027px;
  312. position: fixed;}
  313.  
  314. #container1 {
  315. z-index: 222;
  316. position: fixed;
  317. margin-top: 88px;
  318. margin-left: 984px;
  319. height: 100px;
  320. width: 205px;}
  321. #container1 img{
  322. width: 100%;
  323. height: auto;
  324. margin-top: {text:sidebar img position top}px;
  325. margin-left: {text:sidebar img position left}px;
  326. }
  327.  
  328.  
  329. /* TITLES */
  330.  
  331. .title a{color:{color:Title};}
  332. .title {font-family:blake2;
  333. font-size:12px;
  334. font-style:none;
  335. margin:0px 5px 0px 0px;
  336. color:{color:Text};}
  337.  
  338. .quote {
  339. padding:10px;
  340. font-size:9px;
  341. text-transform:none;
  342. color: {color:Text};}
  343.  
  344. .source {
  345. font-size: 8px;
  346. text-align:right;
  347. font-style:none;
  348. font-weight:none;
  349. text-transform:none;}
  350.  
  351. .answer {margin:10px;}
  352.  
  353. /* PERMALINKS */
  354.  
  355. #entry:hover .perma {
  356. opacity:1;
  357. margin-left:250px;
  358. -webkit-transition: all 0.9s ease;
  359. -moz-transition: all 0.9s ease;
  360. }
  361.  
  362.  
  363.  
  364. .perma a {
  365. color:{color:Link};
  366. font-size:10px;
  367. text-transform:normal;}
  368.  
  369. .perma a:hover {
  370. color:{color:Hover};
  371. }
  372.  
  373.  
  374. .perma {
  375. margin-left:250px;
  376. text-transform: normal;
  377. position:absolute;
  378. font-family:courier new;
  379. line-height:10px;
  380. text-align:center;
  381. overflow:hidden;
  382. margin-top:0px;
  383. opacity:0;
  384. padding: 2px;
  385. width:80px;
  386. -webkit-transition: all 0.9s ease;
  387. -moz-transition: all 0.9s;
  388. }
  389.  
  390.  
  391.  
  392.  
  393. .tagsperma {
  394. text-transform:lowercase;
  395. }
  396.  
  397.  
  398. .tagsperma a {
  399. margin-top: -20px;
  400. {color:Link};
  401. font-size:8px;
  402. font-family:rs;
  403. line-height:9px;
  404. transition-duration: 0.60s;
  405. -moz-transition-duration: 0.60s;
  406. -webkit-transition-duration: 0.60s;
  407. -o-transition-duration: 0.60s;
  408. }
  409.  
  410. .tagsperma a:hover {
  411. color:{color:Hover};
  412. }
  413.  
  414.  
  415.  
  416.  
  417. #permalink{
  418. {block:PermalinkPage}
  419. text-align:center;
  420. margin-top:10px;
  421. padding:0px;
  422. font-size:10px;
  423. text-transform:lowercase;
  424. color: #000;
  425. {/block:PermalinkPage}
  426. }
  427.  
  428. #c img{width:45%; box-shadow: rgba(0,0,0,0.3) 3px 3px;}
  429. #c{position:fixed;left:5px;bottom:5px;}
  430.  
  431. #cr img{width:45%;}
  432. #cr{position:fixed;left:5px;bottom:5px; opacity: 0;
  433. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  434. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  435. #cr:hover { opacity: 1;
  436. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  437. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  438.  
  439.  
  440. /* AUDIO */
  441.  
  442. .artcover {position:absolute;}
  443. .artcover img {width:70px;height:70px;float:left;}
  444. .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
  445. .audioinfo {margin-left:75px;border-left:2px solid #CCC;padding:5px;}
  446. .i{display:block;padding:6px 3px;line-height:8px;}
  447. .player{position:absolute;background:#FFF;width:30px;height:30px;
  448. opacity:0.45;padding:20px;overflow:hidden;
  449. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  450. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  451. .player:hover{opacity:0.75;}
  452.  
  453. /* TEXT */
  454.  
  455. i, em{color:{color:Title};}
  456. b, strong{color:{color:Title};}
  457. ul,ol{margin:0px;margin-left:-10px;}
  458. p{padding:0px;margin:10px;}
  459. u{text-decoration:none;color:{color:Title};
  460. border-bottom:1px dotted {color:Title};}
  461. blockquote {margin:2px; margin-left:10px;
  462. padding:2px;border-left:2px solid #CCC;}
  463.  
  464. /* MISC */
  465.  
  466. .l .odd{display:block;padding:5px 5px;}
  467. .l .even{display:block;background:#fff;padding:5px 5px;}
  468.  
  469. #s-m-t-tooltip{display:inline-block;position:absolute;max-width:300px;
  470. margin:15px;padding:3px 10px 3px 10px;z-index:99;border:1px solid #AAA;
  471. border-radius:10px;border-top-left-radius:0px;background:#000;}
  472.  
  473. ::selection {color: {color:Hover};}
  474. ::-moz-selection {color: {color:Hover};}
  475. ::-webkit-selection{color: {color:Hover};}
  476.  
  477. img{ margin-bottom:-3px;}
  478.  
  479. /* POSTNOTES */
  480.  
  481. ol.notes a{letter-spacing:1px;}
  482. ol.notes {
  483. list-style:none;
  484. font-size:8px;
  485. margin-top:20px;
  486. text-transform:none;}
  487.  
  488. ol.notes li.note img.avatar {
  489. vertical-align:-5px;
  490. margin-right:5px;
  491. width:20px;
  492. padding:4px;
  493. border:1px solid #EEE;}
  494.  
  495. ol.notes li.note {margin:5px 0px 10px -20px;}
  496. ol.notes li.note span.action {font-style: normal;}
  497. ol.notes li.note .answer_content {font-weight: normal;}
  498. ol.notes li.note blockquote {padding:4px 10px;margin: 10px 0px 0px 25px;}
  499.  
  500. #topborder {
  501. width:100%;
  502. height:100px;
  503. background: url('{image:top border}') top fixed repeat-x;
  504. position:fixed;
  505. opacity: 1;
  506. }
  507.  
  508. </style>
  509. </head>
  510. <body>
  511.  
  512. <div id="topborder"></div>
  513. <div id="wrapper">
  514. <br><br><br>
  515.  
  516. <div id="container1"><img src="{image:sidebar1}"></div>
  517.  
  518. <div id="center">
  519. <div id="sidebar">
  520. <div class="blogtitle">{Title}</div>
  521. <div id="iconbar">
  522.  
  523. <div id="icon1box"><div id="icon1"><a href="/" title="refresh"><img src="{image:icon1}"></a></div></div>
  524.  
  525. <div id="icon2box"><div id="icon2"><a href="/" title=""><img src="{image:icon2}"></a></div></div>
  526.  
  527. <div id="icon3box"><div id="icon3"><a href="/" title=""><img src="{image:icon3}"></a></div></div>
  528.  
  529. <div id="icon4box"><div id="icon4"><a href="/" title=""><img src="{image:icon4}"></a></div></div>
  530.  
  531. <div id="icon5box"><div id="icon5"><a href="/" title=""><img src="{image:icon5}"></a></div></div>
  532.  
  533. </div>
  534. <div id="dropdown">
  535. <div id="dropdown_click">+</div>
  536. <div id="dropdown_content">
  537. <div class="desc">{Description}</div>
  538. </div>
  539. </div>
  540. </div>
  541.  
  542. <div id="sidebar2">
  543.  
  544. <div id="res2"></div>
  545. <div id="res">
  546. <select onChange="location.href=this.options[this.selectedIndex].value;" style="font-family:courier new; opacity: 0.7; font-size:10px; color: {color:text}; width: 110px;">
  547. <option value="/">navigation</option>
  548. {block:Iflink1}<option value="{text:link1}">{text:link1title}</option>{/block:Iflink1}
  549. {block:Iflink2}<option value="{text:link2}">{text:link2title}</option>{/block:Iflink2}
  550. {block:Iflink3}<option value="{text:link3}">{text:link3title}</option>{/block:Iflink3}
  551. {block:Iflink4}<option value="{text:link4}">{text:link4title}</option>{/block:Iflink4}
  552. </select></div>
  553. </div>
  554. </div>
  555.  
  556.  
  557.  
  558. <div id="content">
  559. {block:Posts}
  560.  
  561.  
  562. <div id="entry">
  563.  
  564. {block:IndexPage}
  565.  
  566. <div class="perma">
  567. <a href="{Permalink}"><img src="{image:permpic}" title="{NoteCount}"/></a>
  568. <br><a href="{ReblogURL}" target="_blank" title="Reblog">reblog</a>
  569.  
  570.  
  571.  
  572. {block:HasTags}{/block:HasTags}
  573. <div class="tagsperma">{block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}{/block:HasTags} </div>
  574.  
  575. </span></div>
  576.  
  577. {/block:IndexPage}
  578.  
  579. {block:Text}
  580. <div class="title">{Title}</div>{Body}
  581. {/block:Text}
  582.  
  583. {block:Link}
  584. <a href="{URL}"><span class="title">{Name} &raquo;</span></a>
  585. {block:Description}{Description}{/block:Description}
  586. {/block:Link}
  587.  
  588. {block:Photo}
  589. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>
  590. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  591. {/block:Photo}
  592.  
  593. {block:Photoset}
  594. {Photoset-250}
  595. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  596. {/block:Photoset}
  597.  
  598. {block:Quote}
  599. <div class="quote">{Quote}<div class="source">{Source}</div></div>
  600. {/block:Quote}
  601.  
  602. {block:Chat}
  603. <div class="title">{Title}</div>{block:Lines}
  604. <div class="l {Alt}"><div class="{Alt} user_{UserNumber}">
  605. {block:Label}<b>{Label} </b>{/block:Label}
  606. {Line}</div></div>{/block:Lines}
  607. {/block:Chat}
  608.  
  609. {block:Audio}
  610. {block:AlbumArt}
  611. <div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  612. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  613. <div class="audioinfo">
  614. <div class="i"><b>TITLE:</b>
  615. <span{block:TrackName} style="display:none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div>
  616.  
  617. <div class="i"><b>ARTIST:</b>
  618. <span{block:Artist} style="display:none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  619.  
  620. <div class="i"><b>PLAYS:</b>
  621. <span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span> {block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
  622. {/block:Audio}
  623.  
  624. {block:Video}
  625. {Video-400}
  626. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  627. {/block:Video}
  628.  
  629. {block:Answer}
  630. <div class="quote">{Question} → <b>{Asker}</b></div>
  631. <div class="answer">{Answer}</div>
  632. {/block:Answer}
  633.  
  634. <div id="permalink">
  635. <div class="tags">
  636. {block:IfShowTags}
  637. {block:HasTags}
  638. {block:Tags}<span style="border-top:1px dashed {color:post border};"</span>
  639. <a href="{TagURL}">#{Tag}</a>
  640. {/block:Tags}
  641. {/block:HasTags}
  642. {/block:IfShowTags}
  643. </div></div>
  644. {/block:IndexPage}
  645.  
  646. {block:PermalinkPage}
  647. <div id="permalink">
  648. {block:Date}posted
  649. <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>{/block:Date}
  650. {block:NoteCount}with
  651. <a href="{Permalink}">{NoteCountWithLabel}</a>{block:NoteCount}
  652. {block:RebloggedFrom}
  653. | via: <a href="{ReblogParentURL}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  654. {/block:RebloggedFrom}
  655.  
  656. <div class="tags">
  657. {block:HasTags}
  658. Tagged:
  659. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  660. {/block:Tags}
  661. {/block:HasTags}
  662. </div></div>
  663. {/block:PermalinkPage}
  664.  
  665.  
  666. {block:PostNotes}
  667. {PostNotes}
  668. {/block:PostNotes}
  669. </div>
  670. {/block:Posts}
  671.  
  672. </div>
  673.  
  674.  
  675.  
  676. <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.1.min.js"></script>
  677. <script>
  678. $("#dropdown_click").click(function () {
  679. $("#dropdown_content").slideToggle("slow");
  680. });
  681. </script>
  682.  
  683.  
  684.  
  685.  
  686. <!--Ghibli Graphics--><style type="text/css">body, a, a:hover {cursor: url(http://img7.imageshack.us/img7/5696/whitetotoro.png), auto;}</style><!--Ghibli Graphics-->
  687.  
  688. <div id="c">
  689. <img src="http://static.tumblr.com/cbjpgjf/fMTmo7ks9/ugfhkld.gif"></a>
  690. </div>
  691.  
  692. <div id="cr">
  693. <a title="credit" href="http://no-faces-face.tumblr.com">
  694. <img src="http://static.tumblr.com/cbjpgjf/CiJmo7k1u/asdsdtghjgbuergbraek.gif"></a>
  695. </div>
  696.  
  697.  
  698.  
  699.  
  700. </body>
  701. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement