Advertisement
Themes_Mandrakescry

Theme 22

Oct 7th, 2013
1,924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.14 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <!-------------------------------------------
  6. Theme Halloween by Clara
  7. http://mandrakescry.tumblr.com/
  8. DON'T REMOVE THE CREDITS
  9. -------------------------------------------->
  10.  
  11.  
  12. <html>
  13. <head>
  14.  
  15. <meta name="color:background" content="#1a1919"/>
  16. <meta name="color:post background" content="#111111"/>
  17. <meta name="color:posts title" content="#ff9100"/>
  18. <meta name="color:font" content="#b1b1b1"/>
  19. <meta name="color:links" content="#ff9100"/>
  20. <meta name="color:links hover" content="#a5a5a5"/>
  21. <meta name="color:bold" content="#a7a6a5"/>
  22. <meta name="color:text hover" content="#d6d5d5"/>
  23. <meta name="color:post info background" content="#292828"/>
  24. <meta name="color:post border" content="#ff9100"/>
  25. <meta name="color:scrollbar" content="#ff9100"/>
  26. <meta name="color:answer backg" content="#3f3939"/>
  27. <meta name="color:navi background" content="#121212"/>
  28. <meta name="color:navi links bg" content="#181818" />
  29. <meta name="color:navi links text" content="#dddddd" />
  30. <meta name="color:navi border" content="f7941d" />
  31. <meta name="color:portrait border" content="#000"/>
  32. <meta name="color:portrait border 2" content="#ff9100"/>
  33. <meta name="color:sidebar text" content="#888888" />
  34. <meta name="color:tags" content="#777777" />
  35. <meta name="color:update text" content="#ffffff" />
  36. <meta name="color:blog title" content="#ff9100"/>
  37.  
  38. <meta name="if:Black Player" content="1">
  39. <meta name="if:Infinite Scrolling" content="0" />
  40. <meta name="if:Lazy Load" content="0" />
  41. <meta name="if:Posts 400px" content="0" />
  42. <meta name="if:Show Caption" content="1"/>
  43.  
  44. <meta name="image:Background" content="http://static.tumblr.com/xkrznpq/dsOmu8jwq/dark_tire.png" />
  45. <meta name="image:Portrait" content="http://static.tumblr.com/xkrznpq/fZcmu8i99/hw.gif" />
  46.  
  47. <meta name="text:Navigation Link1" content="message" />
  48. <meta name="text:Navigation Link1 URL" content="/ask" />
  49. <meta name="text:Navigation Link2" content="link one" />
  50. <meta name="text:Navigation Link2 URL" content="" />
  51. <meta name="text:Navigation Link3" content="link two" />
  52. <meta name="text:Navigation Link3 URL" content="" />
  53. <meta name="text:Navigation Link4" content="link three" />
  54. <meta name="text:Navigation Link4 URL" content="" />
  55.  
  56.  
  57.  
  58. <!-------------------------------------------------------------------->
  59.  
  60. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary} </title>
  61. {block:Description}
  62. <meta name="description" content="{MetaDescription}" />
  63. {/block:Description}
  64. <link rel="shortcut icon" href="http://img823.imageshack.us/img823/8784/jackolanterniconp.png">
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  66.  
  67. <!-------------------------------------------------------------------->
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Walter+Turncoat' rel='stylesheet' type='text/css'>
  72.  
  73. <!-------------------------------------------------------------------->
  74.  
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  76.  
  77. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  78.  
  79. <!-------------------------------------------------------------------->
  80.  
  81. {block:ifLazyLoad}
  82. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  83. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  84. <script type="text/javascript" charset="utf-8">
  85. var $j = jQuery.noConflict();
  86. $j(function() {
  87. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  88. $j("img").lazyload({
  89. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  90. effect: "fadeIn",
  91. });
  92. });
  93. </script>
  94. {/block:ifLazyLoad}
  95.  
  96. <!-------------------------------------------------------------------->
  97.  
  98. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-2/cur191.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2009/02/19/small-dark-orange-pointer.html" target="_blank" title="Small Dark Orange Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Dark Orange Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  99.  
  100. <!-------------------------------------------------------------------->
  101.  
  102.  
  103. <style type="text/css">
  104.  
  105. ::-webkit-scrollbar-thumb:vertical {
  106. height:12px;
  107. border:2px solid {color:background};
  108. background-color:{color:scrollbar};
  109. }
  110. ::-webkit-scrollbar-thumb:horizontal {
  111. background-color:{color:background};
  112. }
  113. ::-webkit-scrollbar {
  114. width:11px;
  115. height:7px;
  116. border:5px solid {color:background};
  117. background-color:{color:scrollbar};
  118. }
  119.  
  120. iframe#tumblr_controls {
  121. right:4px !important;
  122. position: fixed !important;
  123. -webkit-transition: opacity 0.6s;
  124. opacity: 0.3;
  125. -webkit-transition:0.6s;
  126. -moz-transition:0.6s;
  127. transition:0.6s;
  128. }
  129.  
  130. iframe#tumblr_controls:hover {
  131. -webkit-transition: opacity 0.6s;
  132. opacity: 1;
  133. -webkit-transition: all 0.6s;
  134. -moz-transition: all 0.6s;
  135. transition: all 0.6s;
  136. }
  137.  
  138.  
  139.  
  140. p {margin-top:5px; margin-bottom:5px}
  141.  
  142. code {
  143. font-family:'trebuchet ms';
  144. font-size:11px;
  145. }
  146.  
  147. small {font-size:10px;}
  148. big {font-size:15px;}
  149.  
  150. img {max-width:100%;}
  151. a img {border:0;}
  152.  
  153. a, a:active, a:visited {
  154. transition:0.8s;
  155. -o-transition-transition:0.8s;
  156. -webkit-transition-duration:0.8s;
  157. -moz-transition-duration:0.8s;
  158. text-decoration:none;
  159. color:{color:links};
  160. }
  161.  
  162. a:hover {
  163. transition:0.8s;
  164. -o-transition-transition:0.8s;
  165. -webkit-transition-duration:0.8s;
  166. -moz-transition-duration:0.8s;
  167. text-decoration:none;
  168. color:{color:links hover};
  169. }
  170.  
  171. body {
  172. font-family:Cambria;
  173. font-size: 11px;
  174. line-height: 100%;
  175. text-align: justify;
  176. color: {color:Font};
  177. background-color: {color:Background};
  178. background-image: url('{image:Background}');
  179. background-attachment: fixed;
  180. background-position: left top;
  181. background-repeat: repeat; }
  182.  
  183. a:link, a:visited, a:active {
  184. text-decoration: none;
  185. color: {color:Links};
  186. -webkit-transition: all 0.4s ease-in-out;
  187. -moz-transition: all 0.4s ease-in-out;
  188. -o-transition: all 0.4s ease-in-out;
  189. transition: all 0.4s ease-in-out;
  190. }
  191.  
  192. a:hover {
  193. -webkit-transition: all 0.5s ease-out;
  194. -moz-transition: all 0.5s ease-out;
  195. transition: all 0.5s ease-out;
  196. text-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  197. color: {color:Links hover};}
  198.  
  199. l {
  200. padding: 1px 7px 2px 3px;
  201. text-decoration: none;
  202. font-size: 12px;
  203. font-family:Cambria;
  204. color: {color:Links};
  205. border: 1px solid {color:Background};
  206. -webkit-transition: all 0.4s ease-in-out;
  207. -moz-transition: all 0.4s ease-in-out;
  208. -o-transition: all 0.4s ease-in-out;
  209. transition: all 0.4s ease-in-out;
  210. border-bottom: 0px solid transparent; }
  211.  
  212. b, strong {
  213. color: {color:Bold}; }
  214.  
  215. blockquote {
  216. margin-left: 2px;
  217. padding-left:6px;
  218. border-left: 2px solid {color:Post Border}; }
  219.  
  220. #title {
  221. padding-bottom: 4px;
  222. font-family: 'Walter Turncoat', cursive;
  223. font-size: 13px;
  224. text-align: center; }
  225.  
  226. #link {
  227. margin-top: 10px;
  228. padding-bottom: 4px;
  229. font-size: 16px;
  230. text-align: center;}
  231.  
  232. h1 {
  233. font-size: 20px;
  234. line-height: 15px;
  235. letter-spacing: 0px;
  236. text-transform: none;
  237. font-weight: normal;
  238. text-align: center;
  239. font-family: 'Walter Turncoat', cursive;
  240. margin-top: 0px;
  241. margin-bottom: 10px;
  242. padding: 0px;
  243. color: {color:Posts Title}; }
  244.  
  245.  
  246.  
  247. #entries {
  248. font-family:georgia;
  249. margin-left: 370px;
  250. margin-top: 50px;
  251. margin-bottom: 20px;
  252. width: 520px;
  253. }
  254.  
  255. #posts {
  256. overflow: hidden;
  257. font-family: Cambria;
  258. margin-bottom: 10px;
  259. padding: 10px 10px 0px 10px;
  260. border:3px solid {color:Post border};
  261. background-color: {color:Post Background};
  262. padding-bottom:10px;
  263. }
  264.  
  265.  
  266.  
  267. #info {
  268. font-size:10px;
  269. text-align:center;
  270. padding: 3px;
  271. font-family:cambria;
  272. margin-top:4px;
  273. background: {color:Post Info Background};
  274. opacity:10%;
  275. text-transform: uppercase;
  276. }
  277.  
  278.  
  279.  
  280. #quote {
  281. font-size: 15px;
  282. font-style:italic;
  283. margin: 3px 0px 0px 35px;
  284. }
  285.  
  286. #source {
  287. font-size: 12px;
  288. margin-top: 10px;
  289. text-align:right;}
  290.  
  291. #speechmark {
  292. position: absolute;
  293. margin: 13px 0 0 -1px;
  294. font-style:italic;
  295. font-family: times new roman;
  296. font-size: 60px;
  297. font-weight: bold;
  298. color: {color:Post Border}; }
  299.  
  300.  
  301.  
  302. #audio { padding: 0px; }
  303.  
  304. .qu {
  305. opacity: 0.7;
  306. font-family: georgia;
  307. font-size: 25px;
  308. font-weight: bold;
  309. line-height: 33px;}
  310.  
  311. .ote {
  312. opacity: 0.9;
  313. margin-top: -34px;
  314. text-indent: 15px; }
  315.  
  316. .audio {
  317. background-color :white;
  318. display: block; }
  319.  
  320.  
  321.  
  322. margin:8px;
  323. .user_1 .label {color:{color:links}; font-weight:bold;}
  324. .user_2 .label {color:{color:links}; font-weight:bold;}
  325. .user_3 .label {color:{color:links}; font-weight:bold;}
  326. .user_4 .label {color:{color:links}; font-weight:bold;}
  327. .user_5 .label {color:{color:links}; font-weight:bold;}
  328. .user_6 .label {color:{color:links}; font-weight:bold;}
  329. .user_7 .label {color:{color:links}; font-weight:bold;}
  330. .user_8 .label {color:{color:links}; font-weight:bold;}
  331. .user_9 .label {color:{color:links}; font-weight:bold;}
  332. .user_10 .label {color:{color:links}; font-weight:bold;}
  333. .user_11 .label {color:{color:links}; font-weight:bold;}
  334. .user_12 .label {color:{color:links}; font-weight:bold;}
  335. .user_13 .label {color:{color:links}; font-weight:bold;}
  336. .user_14 .label {color:{color:links}; font-weight:bold;}
  337. .user_15 .label {color:{color:links}; font-weight:bold;}
  338. .user_16 .label {color:{color:links}; font-weight:bold;}
  339. .user_17 .label {color:{color:links}; font-weight:bold;}
  340. .user_18 .label {color:{color:links}; font-weight:bold;}
  341. .user_19 .label {color:{color:links}; font-weight:bold;}
  342. .user_20 .label {color:{color:links}; font-weight:bold;}
  343.  
  344. ul.chat, .chat ol, .chat li {
  345. padding:0px;
  346. list-style:none;}
  347.  
  348.  
  349. #postnotes {
  350. margin:0px 0px 0px 0px;
  351. width:510px;
  352. padding:5px;
  353. font-family:calibri headings;
  354. font-size: 13px;
  355. background-color: none; }
  356.  
  357. #postnotes a {
  358. margin-top:1px; }
  359.  
  360. ol.notes li.note {
  361. padding:2px;
  362. border-bottom: solid 0px;}
  363.  
  364. ol.notes li.note img.avatar {
  365. vertical-align:-4px;
  366. margin-right:0px;
  367. width:16px;
  368. height:16px; }
  369.  
  370.  
  371. #leftline {
  372. width:70px;
  373. height:120%;
  374. position:fixed;
  375. left:0px;
  376. top:-20px;
  377. background-color:{color:navi background};
  378. }
  379.  
  380. #leftliner {
  381. width:5px;
  382. height:120%;
  383. position:fixed;
  384. left:70px;
  385. top:-20px;
  386. background-color:{color:navi border};
  387. }
  388.  
  389. #menu {
  390. width:26px;
  391. height:auto;
  392. position:fixed;
  393. top:10%;
  394. margin-left:-6px;
  395. padding:10px;
  396. text-align:center;
  397. z-index:3;
  398. }
  399.  
  400. .nav {
  401. margin-top:0px;
  402. }
  403.  
  404. .nav a{
  405. width:30px;
  406. display:block;
  407. padding:14px 2px;
  408. opacity:1;
  409. }
  410.  
  411. .nav a:visited {
  412. opacity:1;
  413. }
  414.  
  415. .nav a:hover {
  416. opacity:0.7;
  417. }
  418.  
  419. .roda {
  420. -webkit-border-radius: 50px;
  421. -moz-border-radius: 50px;
  422. border-radius: 50px;
  423. -webkit-transition-duration: 0.50s;
  424. width:60px;
  425. }
  426.  
  427. .roda:hover {
  428. -webkit-transform: rotate(360deg);
  429. }
  430.  
  431.  
  432.  
  433. #sidebar {
  434. float:right;
  435. position:fixed;
  436. width:300px;
  437. height:105%;
  438. margin-top:-65px;
  439. margin-left:67px;
  440. background:transparent;
  441. }
  442.  
  443. #side {
  444. width:150px;
  445. height:auto;
  446. position:fixed;
  447. top:50%;
  448. margin-top:-420px;
  449. margin-left:60px;
  450. text-align:center;
  451. }
  452.  
  453. .ttl {
  454. margin-left: -15px;
  455. margin-bottom:5px;
  456. margin-top:61%;
  457. width:180px;
  458. font-size: 17px;
  459. font-family: 'Walter Turncoat', cursive;
  460. font-style:italic;
  461. letter-spacing: 2px;
  462. color: {color:blog title};
  463. }
  464.  
  465. .sideimage {
  466. width:150px;
  467. height:auto;
  468. }
  469. .sideimage img {
  470. width:120px;
  471. height:150px;
  472. margin-bottom:2px;
  473. padding:12px;
  474. border:1px solid {color:portrait border 2};
  475. background:{color:portrait border};
  476. z-index:99;
  477. }
  478.  
  479. .about {
  480. width:140px;
  481. padding:5px;
  482. font-size:10px;
  483. font-weight:normal;
  484. text-align:justify;
  485. letter-spacing:0px;
  486. color:{color:sidebar text};
  487. background-color:transparent;
  488. }
  489.  
  490. .about:first-letter {
  491. font-size:14px;
  492. font-weight:bold;
  493. font-style:italic;
  494. color:{color:blockquote line};
  495. }
  496.  
  497. .about a {color:links; text-decoration:none;}
  498. .about a:visited {color:links; text-decoration:none;}
  499. .about a:hover {color:{color:links hover}; text-decoration:none;}
  500.  
  501.  
  502. #pages {
  503. width:140px;
  504. padding:5px;
  505. font-size:9px;
  506. font-weight:normal;
  507. font-style:italic;
  508. text-transform:lowercase;
  509. text-align:right;
  510. letter-spacing:0px;
  511. color:{color:sidebar text};
  512. }
  513.  
  514. #pages a {
  515. font-size:10px;
  516. color:{color:sidebar text};
  517. text-decoration:none;
  518. }
  519.  
  520. #pages a:visited {color:{color:sidebar text}; text-decoration:none;}
  521. #pages a:hover {color:{color:links hover}; text-decoration:none;}
  522.  
  523.  
  524.  
  525. #asker {
  526. color:#fff;
  527. padding:14px;
  528. font-family: 'HominisNormal';
  529. font-size:11px;
  530. letter-spacing:0px;
  531. text-align:left;
  532. margin-top:0px;
  533. text-transform:lowercase;
  534. line-height:100%;
  535. background-color:{color:Answer Backg};
  536. }
  537.  
  538. #asker a{
  539. color:{color:sidebar links};
  540. }
  541.  
  542. #asker a:hover {
  543. -moz-transition-duration:0.3s;
  544. -webkit-transition-duration:0.3s;
  545. -o-transition-duration:0.3s;
  546. color:#000;}
  547.  
  548. #credit{
  549. width:25px;
  550. position:fixed;
  551. bottom:10px;
  552. right:10px;
  553. opacity:1;
  554. z-index:1;
  555. }
  556.  
  557. #credit:hover{
  558. opacity:0.3;
  559. }
  560.  
  561. @font-face {
  562. font-family: "04b03";
  563. src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf');
  564. format("truetype");
  565. }
  566.  
  567. div#qTip {
  568. margin-top:-30px;
  569. margin-left:auto;
  570. display:none;
  571. text-align:left;
  572. position:absolute;
  573. letter-spacing:1px;
  574. text-transform:uppercase;
  575. font-family:calibri;
  576. font-size:8px;
  577. font-weight:bold;
  578. z-index:99;
  579. padding:1px 3px;
  580. line-height:13px;
  581. color:{color:navi links text};
  582. background:{color:navi links bg};
  583. }
  584.  
  585. h2 {
  586. font-family: Georgia;
  587. font-size:15px;
  588. text-align:center;
  589. line-height:50%;
  590. color:{color:title};
  591. font-style:italic;
  592. font-weight:normal;
  593.  
  594. }
  595. #updates{
  596. position:fixed;
  597. width:200px;
  598. height:400px;
  599. bottom:100px;
  600. left:950px;
  601. transition-duration: 0.8s;
  602. -moz-transition-duration: 0.8s;
  603. -webkit-transition-duration: 0.8s;
  604. -o-transition-duration: 0.8s;
  605. }
  606.  
  607. #bat{
  608. position:absolute;
  609. bottom:-15px;
  610. width:130px;
  611. height:130px;
  612. left:0px;
  613. margin-left:-50px;
  614. transition-duration: 0.8s;
  615. -moz-transition-duration: 0.8s;
  616. -webkit-transition-duration: 0.8s;
  617. -o-transition-duration: 0.8s;
  618.  
  619. }
  620. #bat img{
  621. bottom:-10px;
  622. width:130px;
  623. height:auto;
  624. transition-duration: 0.8s;
  625. -moz-transition-duration: 0.8s;
  626. -webkit-transition-duration: 0.8s;
  627. -o-transition-duration: 0.8s;
  628. }
  629.  
  630.  
  631. #words{
  632. position:absolute;
  633. top:0px;
  634. width:300px;
  635. height:250px;
  636. border-radius:10px;
  637. opacity:0;
  638. transition-duration: 0.8s;
  639. -moz-transition-duration: 0.8s;
  640. -webkit-transition-duration: 0.8s;
  641. -o-transition-duration: 0.8s;
  642. }
  643.  
  644. #uptext{
  645. position:absolute;
  646. top:135px;
  647. left:-35px;
  648. padding:10px;
  649. width:105px;
  650. height:250px;
  651. line-height:130%;
  652. opacity:0.7;
  653. font-size:9px;
  654. font-family:sans-serif;
  655. color:{color:update text};
  656. overflow:auto;
  657. transition-duration: 0.8s;
  658. -moz-transition-duration: 0.8s;
  659. -webkit-transition-duration: 0.8s;
  660. -o-transition-duration: 0.8s;
  661. }
  662.  
  663. #updates:hover #words{
  664. opacity:1;
  665. transition-duration: 0.8s;
  666. -moz-transition-duration: 0.8s;
  667. -webkit-transition-duration: 0.8s;
  668. -o-transition-duration: 0.8s;
  669. }
  670.  
  671.  
  672. </style>
  673. <style type="text/css">{CustomCSS}</style>
  674. </head>
  675.  
  676. <body>
  677.  
  678. <div id="updates">
  679. <div id="words">
  680. <div id="uptext">
  681. <h2>Updates</h2>
  682.  
  683. <!-------------------------INSERT UPDATES HERE----------------------->
  684. <b>Watching:</b> <br>
  685. <b>Reading:</b><br>
  686. <b>Listening to:</b> <br>
  687. <b>Working on:</b><p>
  688.  
  689. Default updates + more space where to write whatever you want</center>
  690. <!------------------------------END---------------------------------->
  691. </div>
  692.  
  693. </div>
  694.  
  695.  
  696. <div id="bat"><img src="http://images.wikia.com/keyblade/pt-br/images/c/c6/Halloween_Town_KH.png"></div>
  697.  
  698. </div>
  699.  
  700.  
  701. <div id="leftline"></div>
  702. <div id="leftliner"></div>
  703.  
  704. <div id="menu">
  705.  
  706. <div class="nav">
  707. <a href="/" title="home"><img src="http://static.tumblr.com/xkrznpq/ByUmu8gg9/home.png" class="roda"></a>
  708.  
  709. <a href="/ask" title="ask"><img src="http://static.tumblr.com/xkrznpq/Vjzmu8g5n/ask.png" class="roda"></a>{/block:IfNavigationLink1}
  710.  
  711. {block:IfNavigationLink1}<a href="{text:Navigation Link1 URL}" title="{text:Navigation Link1}"><img src="http://static.tumblr.com/xkrznpq/6Pzmu8g7m/link1.png" class="roda"></a>{/block:IfNavigationLink1}
  712.  
  713. {block:IfNavigationLink2}<a href="{text:Navigation Link2 URL}" title="{text:Navigation Link2}"><img src="http://static.tumblr.com/xkrznpq/I6Cmu8g84/link2.png" class="roda"></a>{/block:IfNavigationLink2}
  714.  
  715. {block:IfNavigationLink3}<a href="{text:Navigation Link3 URL}" title="{text:Navigation Link3}"><img src="http://static.tumblr.com/xkrznpq/3vRmu8g8q/link3.png" class="roda"></a>{/block:IfNavigationLink3}
  716.  
  717. {block:IfNavigationLink4}<a href="{text:Navigation Link4 URL}" title="{text:Navigation Link4}"><img src="http://static.tumblr.com/xkrznpq/Tfimu8g96/link4.png" class="roda"></a>{/block:IfNavigationLink4}
  718.  
  719. </div>
  720.  
  721. </div>
  722.  
  723.  
  724. <div id="sidebar">
  725. <div id="side">
  726. <div class="ttl">{Title}</div>
  727. <div id="pages">
  728. {block:Pagination}&mdash;&nbsp;
  729. {block:PreviousPage}<a href="{PreviousPage}">&nbsp;fall&nbsp;</a>{/block:PreviousPage} {CurrentPage}/{TotalPages}
  730. {block:NextPage}<a href="{NextPage}">&nbsp;jump</a>{/block:NextPage}
  731. &nbsp;&mdash;{/block:Pagination}
  732. </div>
  733.  
  734. {block:IfPortraitImage}<div class="sideimage"><a href="/"><img src="{image:Portrait}"/></a></div>{/block:IfPortraitImage}
  735.  
  736. <div class="about">
  737. {block:Description}{Description}{/block:Description}
  738. </div>
  739.  
  740. </div>
  741. </div>
  742.  
  743.  
  744. <div id="entries">
  745.  
  746. {block:Posts}
  747. <div id="posts">
  748. <div id="title">
  749. {block:Title}
  750. <h1>{Title}&nbsp;</h1>
  751. {/block:Title}
  752. </div>
  753. {block:Text}
  754. {Body}
  755. {/block:Text}
  756.  
  757. {block:Quote}<div id="speechmark">“</div>
  758. <div id="quote">
  759. {Quote}
  760. </div>
  761.  
  762. {block:Source}
  763. <div id="source">
  764.  
  765. -{Source}
  766.  
  767. </div>{/block:Source}
  768. {/block:Quote}
  769.  
  770. {block:Link}
  771. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  772. {block:Description}{Description}{/block:Description}
  773. {/block:Link}
  774.  
  775. {block:Photo}
  776. {LinkOpenTag}
  777. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  778. {LinkCloseTag}<br>
  779. {block:Caption}
  780. {Caption}
  781. {/block:Caption}
  782. {/block:Photo}
  783.  
  784. {block:Photoset}
  785. {Photoset-500}
  786. {block:Caption}
  787. {Caption}
  788. {/block:Caption}
  789. {/block:Photoset}
  790.  
  791. {block:Chat}
  792. <ul class="chat">
  793. {block:Lines}
  794. <li class="user_{UserNumber}">
  795. {block:Label}
  796. <span class="label">{Label}</span>
  797. {/block:Label}
  798. &nbsp;{Line}</li>
  799. {/block:Lines}</ul>
  800. {/block:Chat}
  801.  
  802. {block:Video}
  803. {Video-500}
  804. {block:Caption}
  805. {Caption}
  806. {/block:Caption}
  807. {/block:Video}
  808.  
  809. {block:Answer}<div id="asker">{Question} — <span style="text-align:lowercase; color:#fff; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  810.  
  811. {block:Audio}
  812. <div id="audio">
  813. {block:AlbumArt}
  814. <img src="{AlbumArtURL}" width="55px" height="55px" align="left" style="margin-right:10px" />
  815. {/block:AlbumArt}
  816. {block:TrackName}
  817. Song: <b>{TrackName}</b><br>
  818. {/block:TrackName}
  819. {block:Artist}
  820. Artist: <b>{Artist}</b><br><br>
  821. {/block:Artist}<br>
  822. {AudioPlayerBlack}<br>
  823. </div>
  824. {block:Caption}
  825. {Caption}
  826. {/block:Caption}
  827. {/block:Audio}
  828.  
  829. <div id="info">
  830. <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}&nbsp;-&nbsp;<a href="{Permalink}">• {NoteCount} notes</a>{/block:NoteCount}{block:RebloggedFrom}&nbsp;&nbsp;-&nbsp;<a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
  831. {block:ContentSource}&nbsp;-&nbsp;<a href="{SourceURL}"> source</a>
  832. </a>{block:ContentSource}{/block:RebloggedFrom}<br></div><center><i>
  833. {block:HasTags}{block:Tags}&nbsp<a href="{TagURL}"># {Tag}</a> {/block:Tags}{/block:HasTags}</i></center></div><br>
  834.  
  835. {/block:Posts}
  836. {block:PostNotes}{PostNotes}{/block:PostNotes}
  837. {/block:Posts}</div></div>
  838. </div>
  839.  
  840.  
  841.  
  842. <a href="http://adf.ly/WipQG"><img src="http://static.tumblr.com/xkrznpq/sJJmu8m5g/m.png" id="credit" class="roda"></a>
  843.  
  844.  
  845. </body>
  846. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement