Advertisement
nofacesface

Akuma

Nov 12th, 2013
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.22 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:Link" content="#c5fcf8"/>
  13. <meta name="color:permalink" content="#fff"/>
  14. <meta name="color:border" content="#fff"/>
  15. <meta name="color:Background" content="#000" />
  16. <meta name="color:Text" content="#fff" />
  17. <meta name="color:texttitle" content="#00b2a5" />
  18. <meta name="color:blogtitle" content="#fff" />
  19. <meta name="color:Underline" content="#00d1c1" />
  20. <meta name="color:Bold" content="#00b2a5" />
  21. <meta name="color:Italic" content="#00f3e1" />
  22. <meta name="color:border" content="#000" />
  23. <meta name="color:desc" content="#000" />
  24. <meta name="color:navigation" content="#000" />
  25. <meta name="color:Scroll" content="#000" />
  26. <meta name="color:Hover" content="#009c90" />
  27.  
  28. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style>
  29.  
  30. <meta name="image:sidebar" content="http://static.tumblr.com/cbjpgjf/MG8mw4whn/fotor1111213558.png"/>
  31. <meta name="image:Background" content="http://static.tumblr.com/cbjpgjf/6Pamw6l88/tumblr_m0leqewfjp1r9g6hvo3_400.png" />
  32.  
  33. <meta name="text:link1" content="" />
  34. <meta name="text:link1name" content="" />
  35. <meta name="text:link2" content="" />
  36. <meta name="text:link2name" content="" />
  37. <meta name="text:link3" content="" />
  38. <meta name="text:link3name" content="" />
  39. <meta name="text:link4" content="" />
  40. <meta name="text:link4name" content="" />
  41.  
  42.  
  43. <meta name="if:caption" content="0"/>
  44. <meta name="if:photoeffect" content="0"/>
  45. <meta name="if:musicplayer" content="1"/>
  46.  
  47. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title> {block:Description}<meta name="description goes here along with any other codes you want (ex. music codes, hits counter)"
  48. content="{MetaDescription}" />{/block:Description}
  49. <link rel="shortcut icon" href="{Favicon}">
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  52.  
  53. <style type="text/css">
  54.  
  55. #tumblr_controls {
  56. position: fixed !important;
  57. }
  58.  
  59. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:0.2; 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;}
  60.  
  61. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.2s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  62.  
  63.  
  64.  
  65. ::-webkit-scrollbar {width: 5px;height:5px;background:#FFF;}
  66. ::-webkit-scrollbar-thumb {background:{color:Scroll};}
  67.  
  68.  
  69.  
  70. /* GENERAL */
  71.  
  72. body{
  73. margin:0px;
  74. font-family: tahoma;
  75. font-size: 9px;
  76. letter-spacing:2px;
  77. line-height: 11px;
  78. color: {color:text};
  79. }
  80.  
  81.  
  82.  
  83. body {
  84. background-color: {color:Background};
  85.  
  86. background-image: url({image:Background});
  87. margin: 0;
  88. word-wrap: break-word;
  89. background-attachment: fixed;
  90.  
  91. }
  92.  
  93.  
  94. a:link, a:active, a:visited{text-decoration: none;color: {color:Link};
  95. -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
  96. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  97.  
  98. a:hover{color:{color:Hover};}
  99.  
  100. a.class1 {color: {color:perm};}
  101. a.class1:link
  102. a.class1:active
  103. a.class1:visited{text-decoration: none;color: {color:Link};
  104. -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
  105. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  106. a.class1:hover{color: {color:permhover};}
  107.  
  108.  
  109.  
  110. /* POSTS */
  111.  
  112. #center{margin:auto;position:relative;width:500px;}
  113. #content{width:500px;margin:0px 0px;}
  114. #entry{margin:70px 600px;width:500px;padding: 7px;
  115. opacity: 0.7px;
  116. -webkit-transition: opacity 0.6s linear;
  117. -webkit-transition: all 0.6s ease-in-out;
  118. -moz-transition: all 0.6s ease-in-out;
  119. -o-transition: all 0.6s ease-in-out;}
  120. #entry img{max-width:100%;
  121. opacity: 0.7px;
  122. -webkit-transition: opacity 0.6s linear;
  123. -webkit-transition: all 0.6s ease-in-out;
  124. -moz-transition: all 0.6s ease-in-out;
  125. -o-transition: all 0.6s ease-in-out;}
  126.  
  127.  
  128. #entry {
  129. {block:ifphotoeffect}
  130. opacity: 1;
  131. -webkit-filter: grayscale(100%);
  132. {/block:ifphotoeffect} }
  133.  
  134. #entry:hover {
  135. opacity: 1;
  136. -webkit-filter:none;
  137. -webkit-transition: opacity 0.6s linear;
  138. -webkit-transition: all 0.6s ease-in-out;
  139. -moz-transition: all 0.6s ease-in-out;
  140. -o-transition: all 0.6s ease-in-out;
  141. }
  142.  
  143.  
  144. /* SIDEBAR */
  145.  
  146. .header {
  147. position: fixed;
  148. width: 350px;
  149. height: 380px;
  150. margin-left: 140px;
  151. margin-top: 20px;
  152. opacity: 1;
  153. border-bottom-left-radius: 150px;
  154. }
  155.  
  156.  
  157. .image {
  158. z-index: 1;
  159. overflow: hidden;
  160. position: fixed;
  161. border-top-left-radius: 500px;
  162. border-top-right-radius: 500px;
  163. border-bottom-left-radius: 500px;
  164. border-bottom-right-radius: 5px;
  165. width: 300px;
  166. height: 300px;
  167. margin-left: 5px;
  168. margin-top: 40px;
  169. opacity: 1;
  170. padding-top: 20px;
  171. padding-bottom: 20px;
  172. padding-left: 20px;
  173. padding-right: 20px;
  174. border: 1px dashed white;
  175. -webkit-transition: all 1s ease;transition: all 1s ease;
  176. -moz-transition: all 1s ease;-o-transition: all 1s ease;
  177.  
  178. }
  179.  
  180.  
  181.  
  182. .image img {
  183. border-top-left-radius: 500px;
  184. border-top-right-radius: 500px;
  185. border-bottom-left-radius: 500px;
  186. border-bottom-right-radius: 5px;
  187. width: 100%;
  188. height: 300px;
  189. -webkit-transition: all 1s ease;transition: all 1s ease;
  190. -moz-transition: all 1s ease;-o-transition: all 1s ease;}
  191.  
  192. .header:hover .image {
  193. border-top-left-radius: 5px;
  194. border-top-right-radius: 500px;
  195. border-bottom-left-radius: 500px;
  196. border-bottom-right-radius: 500px;
  197. }
  198.  
  199. .header:hover .image img{
  200. opacity: 0.8;
  201. border-top-left-radius: 5px;
  202. border-top-right-radius: 500px;
  203. border-bottom-left-radius: 500px;
  204. border-bottom-right-radius: 500px; }
  205.  
  206. .titlewrapper {
  207. width: 100px;
  208. height: 15px;
  209. margin-top: 0px;
  210. margin-left: 205px;
  211. position: absolute;
  212. -webkit-transition: all 2.5s ease;transition: all 2.5s ease;
  213. -moz-transition: all 2.5s ease;-o-transition: all 2.5s ease;
  214. }
  215.  
  216. .header:hover .titlewrapper {
  217. opacity: 0;
  218. -webkit-transition: all .3s ease;transition: all .3s ease;
  219. -moz-transition: all .3s ease;-o-transition: all .3s ease;
  220. }
  221.  
  222. .blogtitle {
  223. font-family: tahoma;
  224. font-size: 8px;
  225. letter-spacing: 7px;
  226. text-transform: uppercase;
  227. padding-top: 5px;
  228. text-align: right;
  229. color: {color:blogtitle};
  230. }
  231.  
  232.  
  233. .descc{
  234. z-index: 20;
  235. border-top-left-radius: 500px;
  236. border-top-right-radius: 500px;
  237. border-bottom-left-radius: 500px;
  238. border-bottom-right-radius: 5px;
  239. margin-top:60px;
  240. margin-left: 26px;
  241. width: 300px;
  242. height: 300px;
  243. opacity: 0;
  244. position: fixed;
  245. background-color: rgba(255,255,255,.4);
  246. -webkit-transition: all .9s ease;transition: all .9s ease;
  247. -moz-transition: all .9s ease;-o-transition: all .9s ease;}
  248.  
  249.  
  250. .descbox{
  251. border-top-left-radius: 500px;
  252. border-top-right-radius: 500px;
  253. border-bottom-left-radius: 500px;
  254. border-bottom-right-radius: 5px;
  255. margin-top: 5px;
  256. margin-left: 5px;
  257. width: 290px;
  258. height: 290px;
  259. position: absolute;
  260. background-color: rgba(255,255,255,.6);
  261. -webkit-transition: all .9s ease;transition: all .9s ease;
  262. -moz-transition: all .9s ease;-o-transition: all .9s ease;}
  263.  
  264. .desc {
  265. font-family: tahoma;
  266. font-size: 9px;
  267. letter-spacing:1px;
  268. padding-left: 20px;
  269. padding-right: 35px;
  270. padding-top: 50px;
  271. color: {color:desc};
  272. }
  273.  
  274. .header:hover .descc {
  275. border-top-left-radius: 5px;
  276. border-top-right-radius: 500px;
  277. border-bottom-left-radius: 500px;
  278. border-bottom-right-radius: 500px;
  279. opacity: 1;
  280. }
  281.  
  282. .header:hover .descbox {
  283. border-top-left-radius: 5px;
  284. border-top-right-radius: 500px;
  285. border-bottom-left-radius: 500px;
  286. border-bottom-right-radius: 500px; }
  287.  
  288. /* NAVIGATION */
  289.  
  290. .navtext {
  291. color: white;
  292. text-align: left;
  293. font-family: tahoma ;
  294. font-size: 7px;
  295. text-transform: uppercase;
  296. letter-spacing: 4px;
  297. padding-top: 9px;
  298. }
  299.  
  300. .navbox {
  301. position: fixed;
  302. z-index: 999;
  303. opacity: 0;
  304. height: 15px;
  305. width: 167px;
  306. margin-top: 43px;
  307. margin-left: 35px;
  308. -webkit-transition: all .4s ease;transition: all .4s ease;
  309. -moz-transition: all .4s ease;-o-transition: all .4s ease;
  310. }
  311.  
  312. .header:hover .navbox {
  313. opacity: 1;
  314. -webkit-transition: all 2.9s ease;transition: all 2.9s ease;
  315. -moz-transition: all 2.9s ease;-o-transition: all 2.9s ease;
  316. }
  317.  
  318. .navbox1 {
  319. position: fixed;
  320. height: 15px;
  321. width: 15px;
  322. margin-top: 0px;
  323. margin-left: 0px;
  324. -webkit-transition: all .7s ease;transition: all .7s ease;
  325. -moz-transition: all .7s ease;-o-transition: all .7s ease;}
  326.  
  327. .navbox1 img {
  328. width: 13px;
  329. height: 13px;
  330. }
  331.  
  332. .nav1line {
  333. overflow: hidden;
  334. position: absolute;
  335. opacity: 0;
  336. width: 0px;
  337. height: 19px;
  338. border-bottom: 1px dashed white;
  339. margin-left: -30px;
  340. margin-top: 0px;
  341. -webkit-transition: all .7s ease;transition: all .7s ease;
  342. -moz-transition: all .7s ease;-o-transition: all .7s ease;
  343. }
  344.  
  345. .navbox1:hover .nav1line {
  346. margin-left: -150px;
  347. width: 120px;
  348. opacity: 1;
  349. }
  350.  
  351. .navbox2 {
  352. position: fixed;
  353. height: 15px;
  354. width: 15px;
  355. margin-top: 0px;
  356. margin-left: 30px;
  357. -webkit-transition: all .7s ease;transition: all .7s ease;
  358. -moz-transition: all .7s ease;-o-transition: all .7s ease;}
  359.  
  360. .navbox2 img {
  361. width: 100%;
  362. height: 15px;
  363. }
  364.  
  365. .nav2line {
  366. overflow: hidden;
  367. position: absolute;
  368. opacity: 0;
  369. width: 0px;
  370. height: 19px;
  371. border-bottom: 1px dashed white;
  372. margin-left: -60px;
  373. margin-top: 40px;
  374. -webkit-transition: all .7s ease;transition: all .7s ease;
  375. -moz-transition: all .7s ease;-o-transition: all .7s ease;
  376. }
  377.  
  378. .navbox2:hover .nav2line {
  379. margin-left: -180px;
  380. width: 120px;
  381. opacity: 1;
  382. }
  383.  
  384. .navbox3 {
  385. position: fixed;
  386. height: 15px;
  387. width: 15px;
  388. margin-top: 0px;
  389. margin-left: 60px;
  390. -webkit-transition: all .7s ease;transition: all .7s ease;
  391. -moz-transition: all .7s ease;-o-transition: all .7s ease;
  392. }
  393.  
  394. .navbox3 img {
  395. margin: 2px;
  396. width: 11px;
  397. height: 11px;
  398. }
  399.  
  400. .nav3line {
  401. overflow: hidden;
  402. position: absolute;
  403. opacity: 0;
  404. width: 0px;
  405. height: 19px;
  406. border-bottom: 1px dashed white;
  407. margin-left: -90px;
  408. margin-top: 80px;
  409. -webkit-transition: all .7s ease;transition: all .7s ease;
  410. -moz-transition: all .7s ease;-o-transition: all .7s ease;
  411. }
  412.  
  413. .navbox3:hover .nav3line {
  414. margin-left: -210px;
  415. width: 120px;
  416. opacity: 1;
  417. }
  418.  
  419. .navbox4 {
  420. position: fixed;
  421. height: 15px;
  422. width: 15px;
  423. margin-top: 0px;
  424. margin-left: 90px;
  425. -webkit-transition: all .7s ease;transition: all .7s ease;
  426. -moz-transition: all .7s ease;-o-transition: all .7s ease;
  427. }
  428.  
  429. .navbox4 img {
  430. margin: 1px;
  431. width: 13px;
  432. height: 13px;
  433. }
  434.  
  435. .nav4line {
  436. overflow: hidden;
  437. position: absolute;
  438. opacity: 0;
  439. width: 0px;
  440. height: 19px;
  441. border-bottom: 1px dashed white;
  442. margin-left: -120px;
  443. margin-top: 120px;
  444. -webkit-transition: all .7s ease;transition: all .7s ease;
  445. -moz-transition: all .7s ease;-o-transition: all .7s ease;
  446. }
  447.  
  448. .navbox4:hover .nav4line {
  449. margin-left: -240px;
  450. width: 120px;
  451. opacity: 1;
  452. }
  453.  
  454.  
  455. .navbox5 {
  456. overflow: hidden;
  457. position: fixed;
  458. height: 15px;
  459. width: 15px;
  460. margin-top: 0px;
  461. margin-left: 120px;}
  462.  
  463.  
  464. .five1 {
  465. position: absolute;
  466. height: 15px;
  467. width: 15px;
  468. margin-top: 0px;
  469. margin-left: 0px;
  470. -webkit-transition: all .5s ease;transition: all .5s ease;
  471. -moz-transition: all .5s ease;-o-transition: all .5s ease;}
  472.  
  473. .five1 img {
  474. margin-top: 2px;
  475. width: 100%;
  476. height: 11px;
  477. }
  478.  
  479. .navbox5:hover .five1 {
  480. margin-top: -15px;
  481. }
  482.  
  483. .musicp {
  484. position: absolute;
  485. height: 15px;
  486. width: 15px;
  487. margin-top: 15px;
  488. margin-left: 0px;
  489. -webkit-transition: all .5s ease;transition: all .5s ease;
  490. -moz-transition: all .5s ease;-o-transition: all .5s ease;}
  491.  
  492. .navbox5:hover .musicp {
  493. margin-top: 0px;
  494. }
  495.  
  496. .music {
  497. position: absolute;
  498. height: 15px;
  499. width: 150px;
  500. margin-top: -1.5px;
  501. margin-left: -22.5px;
  502. }
  503.  
  504.  
  505.  
  506.  
  507. /* TITLES */
  508.  
  509. .title a{color:{color:text};}
  510. .title {font-family: tahoma;
  511. font-size:13px;
  512. letter-spacing: 3px;
  513. font-style:none;
  514. text-transform: uppercase;
  515. margin:0px 0px 0px 0px;
  516. color: {color:texttitle};}
  517.  
  518. .quote {
  519. padding:10px;
  520. font-size:9px;
  521. letter-spacing: 2px;
  522. text-transform:none;
  523. color: {color:Text};}
  524.  
  525. .source {
  526. font-size:9px;
  527. letter-spacing: 1px;
  528. text-align:right;
  529. font-style:none;
  530. font-weight:none;
  531. text-transform:none;}
  532.  
  533. .answer {margin:10px;}
  534.  
  535. /* PERMALINKS */
  536.  
  537.  
  538. #entry:hover .perma {
  539. opacity:1;
  540. z-index:99;
  541. -webkit-transition: all 0.9s ease;
  542. -moz-transition: all 0.9s ease;}
  543.  
  544. {block:PermalinkPage}
  545. width:400px;
  546. margin-left:50px;
  547. {/block:PermalinkPage}
  548.  
  549. .perma a {
  550. color:{color:Link};
  551. font-size:8px;
  552. font-family: tahoma;
  553. text-transform:normal;}
  554.  
  555. .perma a:hover {
  556. color:{color:Hover};
  557. }
  558.  
  559.  
  560. .perma {
  561. margin-left:467px;
  562. text-transform: normal;
  563. position:absolute;
  564. font-size: 8px;
  565. letter-spacing: 2px;
  566. text-transform: uppercase;
  567. line-height:10px;
  568. text-align:right;
  569. margin-top:2px;
  570. width: 100px;
  571. height: 35px;
  572. opacity:0;
  573. padding: 8px;
  574. -webkit-transition: all 0.9s ease;
  575. -moz-transition: all 0.9s;
  576. }
  577.  
  578. .permanumber {
  579. opacity: .9;
  580. position: absolute;
  581. margin-top: 0px;
  582. margin-left: 0px;
  583. height: 15px;
  584. width: 15px;
  585. -webkit-transition: all 0.9s ease;
  586. -moz-transition: all 0.9s;
  587.  
  588. }
  589.  
  590. .permanumber img {
  591. width: 100%;
  592. height: 15px;
  593. }
  594.  
  595. .permanumberbox {
  596. z-index: -2;
  597. overflow: hidden;
  598. position: absolute;
  599. margin-top: -15px;
  600. margin-left: 25px;
  601. height: 10px;
  602. border-bottom: 1px dashed {color:border};
  603. width: 0px;
  604. opacity: 1;
  605. -webkit-transition: all 0.6s ease;
  606. -moz-transition: all 0.6s;
  607.  
  608. }
  609.  
  610. .permanumber:hover .permanumberbox {
  611. opacity: 1;
  612. width: 100px;
  613. }
  614.  
  615. .permanumber:hover {
  616. opacity: 1;}
  617.  
  618.  
  619. #permalink{
  620. {block:PermalinkPage}
  621. text-align:center;
  622. margin-top:10px;
  623. padding:0px;
  624. font-size:7px;
  625. letter-spacing: 2px;
  626. text-transform: uppercase;
  627. color: {color:permalink};
  628. {/block:PermalinkPage}
  629. }
  630.  
  631.  
  632. /* AUDIO */
  633.  
  634. .artcover {position:absolute;}
  635. .artcover img {width:70px;height:70px;float:left;}
  636. .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
  637. .audioinfo {margin-left:75px;border-left:2px solid #CCC;padding:5px;}
  638. .i{display:block;padding:6px 3px;line-height:8px;}
  639. .player{position:absolute;background:#FFF;width:30px;height:30px;
  640. opacity:0.45;padding:20px;overflow:hidden;
  641. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  642. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  643. .player:hover{opacity:0.75;}
  644.  
  645. /* TEXT */
  646.  
  647. i, em{color:{color:Italic};}
  648. b{color:{color:Bold}; letter-spacing: 1px;}
  649. b, strong{color:{color:Title}; letter-spacing: 2px;}
  650. ul,ol{margin:0px;margin-left:-10px;}
  651. p{padding:0px;margin:10px;}
  652. u{text-decoration:none;color: {color:Underline}; letter-spacing: 1px;
  653. border-bottom:1px solid {color:Underline};}
  654. blockquote {margin:2px; margin-left:10px;
  655. padding:2px;border-left:2px solid #CCC;}
  656.  
  657. /* MISC */
  658.  
  659. .c img{
  660. padding-left: 2.5px;
  661. padding-top: 2px;
  662. border-radius: 500px;
  663. opacity: 0;
  664. width:25px;
  665. height: 25px;
  666. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  667. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  668.  
  669. .c{overflow: hidden; position:fixed;right:7px;bottom:7px; background-color: rgba(255,255,255,0.8);
  670. width: 30px; height: 30px; border-radius: 500px;}
  671.  
  672.  
  673. .c img:hover{
  674. opacity: 1;
  675. }
  676.  
  677.  
  678.  
  679. .popup_block{
  680. display:none;
  681. padding:20px;
  682. float:left;
  683. position:fixed;
  684. top:50%;left:50%;
  685. z-index: 99999;}
  686.  
  687. img.btn_close {float: right;margin: -20 -20px 0 0;}
  688. *html #fade {position: absolute;}
  689. *html .popup_block {position: absolute;}
  690. #fade {display:none;background:#fff;position:fixed;left:0;top:0;
  691. width:100%;height:100%;opacity:0.8;z-index:9999;}
  692.  
  693. .l .odd{display:block;padding:5px 5px;}
  694. .l .even{display:block;background:#F7F7F7;padding:5px 5px;}
  695.  
  696. #s-m-t-tooltip{display:inline-block;position:absolute;max-width:300px;
  697. margin:15px;padding:3px 10px 3px 10px;z-index:99;border:1px solid #AAA;
  698. border-radius:10px;border-top-left-radius:0px;background:#000;}
  699.  
  700. ::selection {color: {color:Hover};}
  701. ::-moz-selection {color: {color:Hover};}
  702. ::-webkit-selection{color: {color:Hover};}
  703.  
  704. img{ margin-bottom:-3px;}
  705.  
  706. /* POSTNOTES */
  707.  
  708. ol.notes a{letter-spacing:2px;}
  709. ol.notes {
  710. list-style:none;
  711. font-size:7px;
  712. margin-top:20px;
  713. text-transform:uppercase;}
  714.  
  715. ol.notes li.note img.avatar {
  716. vertical-align:-5px;
  717. margin-right:5px;
  718. width:20px;
  719. padding:4px;
  720. border:1px dashed {color:border};}
  721.  
  722. ol.notes li.note {margin:5px 0px 10px -20px;}
  723. ol.notes li.note span.action {font-style: normal;}
  724. ol.notes li.note .answer_content {font-weight: normal;}
  725. ol.notes li.note blockquote {padding:4px 10px;margin: 10px 0px 0px 25px;}
  726.  
  727. </style>
  728. </head>
  729. <body>
  730.  
  731. <div class="header">
  732.  
  733. <div class="image"><img src="{image:sidebar}"/>
  734. <div class="titlewrapper">
  735. <div class="blogtitle">{Title}</div></div>
  736.  
  737. </div>
  738.  
  739. <div class="descc">
  740. <div class="descbox"><div class="desc">{Description}</div></div>
  741. </div>
  742.  
  743. <div class="navbox">
  744. <a href="{text:link1}"><div class="navbox1"><img src="http://www.iconsdb.com/icons/preview/white/home-5-xl.png"/>
  745. <div class="nav1line"><div class="navtext">{text:link1name}</div></div>
  746. </div></a>
  747.  
  748.  
  749. <a href="{text:link2}"><div class="navbox2"><img src="http://www.iconsdb.com/icons/preview/white/email-11-xl.png" />
  750. <div class="nav2line"><div class="navtext">{text:link2name}</div></div>
  751. </div></a>
  752.  
  753. <a href="{text:link3}"><div class="navbox3"><img src="http://www.iconsdb.com/icons/preview/white/heart-19-xl.png"/>
  754. <div class="nav3line"><div class="navtext">{text:link3name}</div></div>
  755. </div></a>
  756.  
  757. <a href="{text:link4}"><div class="navbox4"><img src="http://www.iconsdb.com/icons/preview/white/plus-xl.png"/>
  758. <div class="nav4line"><div class="navtext">{text:link4name}</div></div>
  759. </div></a>
  760.  
  761. {block:ifmusicplayer}
  762. <div class="navbox5">
  763. <div class="five1"><img src="http://static.tumblr.com/cbjpgjf/5fxmw4sjt/download.gif"/>
  764. </div>
  765. <div class="musicp">
  766. <div class="music">
  767. <!-- MUSIC CODE STARTS HERE -->
  768. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://dl.dropboxusercontent.com/s/bf6ddween4ep1up/blue%20exorcist%20ending%201%20full%20with%20lyrics.mp3?dl=1&token_hash=AAEEgKuf9E49FADa1-0HvaDv60_zJpGBXvUtq7q0eOmJJA&t0=&f1=https://dl.dropboxusercontent.com/s/htyyjypg5xzpxc5/%27In%20My%20World%27%20Ao%20No%20Exorcist%20-%20The%20Blue%20Exorcist%20%28Full%29%20%28Original%29.mp3?dl=1&token_hash=AAGYoLy0icjQ2oSFscW8bmyAHatKeBe6inkkKdn083TEWg&t1=&total=2" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  769. <!-- MUSIC CODE ENDS HERE -->
  770. </div>
  771. </div>
  772. </div>
  773. {/block:ifmusicplayer}
  774.  
  775. </div>
  776.  
  777. </div>
  778.  
  779. <div id="content">
  780. {block:Posts}
  781.  
  782. <div id="entry">
  783.  
  784. {block:IndexPage}
  785.  
  786. <div class="perma">
  787. <div class="permanumber"><a href="{Permalink}"><img src="http://www.iconsdb.com/icons/preview/white/attach-xl.png"/></a>
  788.  
  789. <div class="permanumberbox">{NoteCount}</div></div>
  790.  
  791. </span></div>
  792.  
  793. {/block:IndexPage}
  794.  
  795. {block:Text}
  796. <div class="title">{Title}</div>{Body}
  797. {/block:Text}
  798.  
  799. {block:Link}
  800. <a href="{URL}"><span class="title">{Name} &raquo;</span></a>
  801. {block:Description}{Description}{/block:Description}
  802. {/block:Link}
  803.  
  804. {block:Photo}
  805. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  806. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  807. {/block:Photo}
  808.  
  809. {block:Photoset}
  810. {Photoset-500}
  811. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  812. {/block:Photoset}
  813.  
  814. {block:Quote}
  815. <div class="quote">{Quote}<div class="source">{Source}</div></div>
  816. {/block:Quote}
  817.  
  818. {block:Chat}
  819. <div class="title">{Title}</div>{block:Lines}
  820. <div class="l {Alt}"><div class="{Alt} user_{UserNumber}">
  821. {block:Label}<b>{Label} </b>{/block:Label}
  822. {Line}</div></div>{/block:Lines}
  823. {/block:Chat}
  824.  
  825. {block:Audio}
  826. {block:AlbumArt}
  827. <div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  828. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  829. <div class="audioinfo">
  830. <div class="i"><b>TITLE:</b>
  831. <span{block:TrackName} style="display:none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div>
  832.  
  833. <div class="i"><b>ARTIST:</b>
  834. <span{block:Artist} style="display:none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  835.  
  836. <div class="i"><b>PLAYS:</b>
  837. <span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span> {block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
  838. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}{/block:Audio}
  839.  
  840. {block:Video}
  841. {Video-500}
  842. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  843. {/block:Video}
  844.  
  845. {block:Answer}
  846. <div class="quote">{Question} → <b>{Asker}</b></div>
  847. <div class="answer">{Answer}</div>
  848. {/block:Answer}
  849.  
  850. <div id="permalink">
  851. <div class="tags">
  852. {block:IfShowTags}
  853. {block:HasTags}
  854. {block:Tags}<span style="border-top:1px dashed {color:post border};"</span>
  855. <a href="{TagURL}">#{Tag}</a>
  856. {/block:Tags}
  857. {/block:HasTags}
  858. {/block:IfShowTags}
  859. </div></div>
  860. {/block:IndexPage}
  861.  
  862. {block:PermalinkPage}
  863. <div id="permalink">
  864. {block:Date}posted
  865. <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>{/block:Date}
  866. {block:NoteCount}with
  867. <a href="{Permalink}">{NoteCountWithLabel}</a>{block:NoteCount}
  868. {block:RebloggedFrom}
  869. | via: <a href="{ReblogParentURL}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  870. {/block:RebloggedFrom}
  871.  
  872. <div class="tags">
  873. {block:HasTags}
  874. Tagged:
  875. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  876. {/block:Tags}
  877. {/block:HasTags}
  878. </div></div>
  879. {/block:PermalinkPage}
  880.  
  881.  
  882. {block:PostNotes}{PostNotes}{/block:PostNotes}
  883.  
  884. </div>
  885. {/block:Posts}
  886. </div>
  887.  
  888.  
  889.  
  890. <div class="c">
  891. <a href="http://nff-themes.tumblr.com"><img src="http://static.tumblr.com/cbjpgjf/hmgmwsd81/yyylamo.png"></a>
  892. </div>
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899. </body>
  900. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement