Advertisement
Themes_Mandrakescry

Theme 35

Apr 26th, 2014
2,008
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.50 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 by Clara
  7. http://mandrakescry.tumblr.com/
  8. DON'T REMOVE THE CREDITS
  9. -------------------------------------------->
  10. <html>
  11. <head>
  12.  
  13.  
  14. <!-- DEFAULT VARIABLES -->
  15. <meta name="color:Background" content="#ffffff" />
  16. <meta name="color:Posts" content="#f6f6f6" />
  17. <meta name="color:Border" content="#dadada" />
  18. <meta name="color:Link" content="#d33737" />
  19. <meta name="color:Links" content="#a7a7a7" />
  20. <meta name="color:Linkshover" content="#000000" />
  21. <meta name="color:Text" content="#808080"/>
  22. <meta name="color:Tags" content="#c2c2c2"/>
  23. <meta name="color:Bold" content="#a15555"/>
  24. <meta name="color:Italic" content="#000000"/>
  25. <meta name="color:Underline" content="#bc9696"/>
  26. <meta name="color:Blog Title" content="#727272"/>
  27. <meta name="color:Scrollbar Background" content="#ffffff"/>
  28. <meta name="color:Scrollbar" content="#d9d9d9"/>
  29. <meta name="color:Ask bg" content="#efefef"/>
  30. <meta name="color:Button" content="#be0a50"/>
  31. <meta name="color:Button hover" content="#000"/>
  32.  
  33. <meta name="text:word" content="Forever" />
  34. <meta name="image:sidebar" content="" />
  35. <meta name="image:background" content="" />
  36.  
  37. <meta name="text:linkstitle" content="more things">
  38.  
  39. <meta name="text:link 01" content="link 01" />
  40. <meta name="text:link 01 url" content="/" />
  41. <meta name="text:link 02" content="link 02" />
  42. <meta name="text:link 02 url" content="/" />
  43. <meta name="text:link 03" content="link 03" />
  44. <meta name="text:link 03 url" content="/" />
  45. <meta name="text:link 04" content="link 04" />
  46. <meta name="text:link 04 url" content="/" />
  47.  
  48. <meta name="if:NoCircle" content="1" />
  49.  
  50.  
  51.  
  52.  
  53. <title>{title}</title>
  54. <link rel="shortcut icon" href="{Favicon}">
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  56. {block:Description}
  57. <meta name="description" content="{MetaDescription}" />
  58. {/block:Description}
  59.  
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  62.  
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Poller+One' rel='stylesheet' type='text/css'>
  67. <link href='http://fonts.googleapis.com/css?family=Peralta' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  70.  
  71. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  73. <script>
  74. (function($){
  75. $(document).ready(function(){
  76. $("a[title]").style_my_tooltips({
  77. tip_follows_cursor:true,
  78. tip_delay_time:90,
  79. tip_fade_speed:600,
  80. attribute:"title"
  81. });
  82. });
  83. })(jQuery);
  84. </script>
  85.  
  86. <link href='http://fonts.googleapis.com/css?family=Nixie+One' rel='stylesheet' type='text/css'>
  87.  
  88.  
  89.  
  90. <script type="text/javascript"
  91. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  92. <script>
  93. $(document).ready(function() {
  94. //
  95. $('a.poplight[href^=#]').click(function() {
  96. var popID = $(this).attr('rel'); //Get Popup Name
  97. var popURL = $(this).attr('href'); //Get Popup href to define size
  98. var query= popURL.split('?');
  99. var dim= query[1].split('&');
  100. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  101. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i47.tinypic.com/mawh08.png" class="btn_close" alt="Close" /></a>');
  102. var popMargTop = ($('#' + popID).height() + 80) / 2;
  103. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  104. //Apply Margin to Popup
  105. $('#' + popID).css({
  106. 'margin-top' : -popMargTop,
  107. 'margin-left' : -popMargLeft
  108. });
  109. $('body').append('<div id="fade"></div>');
  110. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  111. return false;
  112. });
  113. $('a.close, #fade').live('click', function() {
  114. $('#fade , .popup_block').fadeOut(function() {
  115. $('#fade, a.close').remove(); //fade them both out
  116. });
  117. return false;
  118. });
  119. });
  120. </script>
  121.  
  122.  
  123.  
  124.  
  125.  
  126. <style type="text/css">
  127.  
  128.  
  129. #s-m-t-tooltip{
  130. max-width:250px;
  131. z-index:999999;
  132. margin-top:-25px;
  133. padding:2px 2px;
  134. text-transform:uppercase;
  135. font-family:trebuchet ms;
  136. font-size:8px;
  137. box-shadow:2px 2px 5px rgba(0,0,0,.1);
  138. border:1px solid {color:border};
  139. background:{color:posts};
  140. color:{color:linkshover};
  141. }
  142.  
  143.  
  144.  
  145. 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;}
  146.  
  147.  
  148. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  149.  
  150. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  151. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  152.  
  153.  
  154.  
  155. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  156.  
  157. body{
  158. background-color: {color:Background};
  159. background-image: url({image:Background});
  160. background-attachment: fixed;
  161. background-repeat: repeat;
  162. background-position: center;
  163. font-family:cambria;
  164. font-size:11px;
  165. line-height:12px;
  166. color:{color:Text};
  167. }
  168.  
  169.  
  170. ::selection { color: {color:Link Hover};
  171. background: {color:Link Hover Bkgd}; }
  172. ::-moz-selection { color: {color:Link Hover};
  173. background: {color:Link Hover Bkgd}; }
  174.  
  175. a:link, a:active, a:visited{
  176. color: {color:Link};
  177. text-decoration:none;
  178. transition: all 0.5s ease-out;
  179. -o-transition-transition: all 0.5s ease-out;
  180. -webkit-transition: all 0.5s ease-out;
  181. -moz-transition: all 0.5s ease-out;
  182. }
  183. a:hover{
  184. color: {color:Link Hover};
  185. }
  186.  
  187. h1 {
  188. font-weight:normal;
  189. font-size:10px;
  190. text-align:justify;
  191. font-style:normal;
  192. line-height:100%;
  193. letter-spacing:1px;
  194. text-transform:uppercase;
  195. color:{color:title};
  196. font-family: 'Nixie One', cursive;
  197. }
  198.  
  199. h2 {
  200. font-size:15px;
  201. text-align:justify;
  202. line-height:120%;
  203. letter-spacing:0px;
  204. color:{color:title};
  205. font-weight:normal;
  206. padding:8px;
  207. padding-bottom:2px;
  208. font-family: 'Nixie One', cursive;
  209. }
  210.  
  211. h3 {
  212. font-family:trebuchet ms;
  213. border-left:3px solid #999;
  214. padding:8px;
  215. font-size:10px;
  216. text-transform:none;
  217. font-weight:normal;
  218. font-family: 'Nixie One', cursive;
  219. }
  220.  
  221. b, strong {
  222. color:{color:bold};
  223. }
  224.  
  225. i, em {
  226. color:{color:italic};
  227. }
  228.  
  229. u {
  230. color:{color:underline};
  231. }
  232.  
  233. #container {
  234. margin:auto;
  235. width:700px;
  236. }
  237.  
  238. #entry {
  239. width:500px;
  240. margin-left:400px;
  241. margin-top:55px;
  242. margin-bottom:55px;
  243. padding:10px;
  244. background:transparent;
  245. background:{color:posts};
  246. border:1px dotted {color:border};
  247. box-shadow:2px 2px 5px rgba(0,0,0,.1);
  248. }
  249.  
  250. #entry .permalink{
  251. width:100px;
  252. position:absolute;
  253. font-size:10px;
  254. font-family:calibri;
  255. text-transform:justify;
  256. margin-left:517px;
  257. padding-left:4px;
  258. opacity:0.7;
  259. -webkit-transition: all 0.3s linear;
  260. -moz-transition: all 0.3s linear;
  261. transition: all 0.3s linear;
  262. }
  263.  
  264.  
  265. #permalink{
  266. width:300px;
  267. margin-left:100px;
  268. position:relative;
  269. margin-top:9px;
  270. padding-top:7px;
  271. font-size:10px;
  272. font-family:calibri;
  273. letter-spacing:1px;
  274. text-align:center;
  275. text-transform:justify;
  276. border-top:1px dotted {color:Border};
  277. opacity:0.7;
  278. }
  279.  
  280. #permalink a{
  281. color:{color:tags};
  282. }
  283.  
  284. #permalink a:hover{
  285. color:{color:linkshover};
  286. }
  287.  
  288.  
  289.  
  290. #sidpeds {
  291. width:168px;
  292. height:198px;
  293. margin-top:100px;
  294. margin-left:100px;
  295. font-size:20px;
  296. font-family:verdana;
  297. position:fixed;
  298. }
  299.  
  300. #navigation{
  301. opacity:1;
  302. height:15px;
  303. width:70px;
  304. position:fixed;
  305. font-size:10px;
  306. text-align:center;
  307. border:none;
  308. overflow:hidden;
  309. text-align:right;
  310. margin-top:127px;
  311. margin-left:-40px;
  312. transition-duration: 0.8s;
  313. -moz-transition-duration: 0.8s;
  314. -webkit-transition-duration: 0.8s;
  315. -o-transition-duration: 0.8s;
  316. z-index:100000000000;
  317.  
  318. }
  319.  
  320. #sidebar:hover #navigation{
  321. opacity:1;
  322. transition-duration: 0.8s;
  323. -moz-transition-duration: 0.8s;
  324. -webkit-transition-duration: 0.8s;
  325. -o-transition-duration: 0.8s;
  326.  
  327. }
  328.  
  329. div.button a{
  330. margin-left:4px;
  331. text-align: center;
  332. position:relative;
  333. background: {color:button};
  334. z-index:2;
  335. width: 10px;
  336. height:10px;
  337. border-style:none;
  338. display: inline-block;
  339. opacity:1;
  340. border:1px solid {color:button};
  341. text-transform:uppercase;
  342. transition-duration: 0.8s;
  343. -moz-transition-duration: 0.8s;
  344. -webkit-transition-duration: 0.8s;
  345. -o-transition-duration: 0.8s;
  346. border-radius: 250px 250px 250px 250px;
  347. -moz-border-radius: 250px 250px 250px 250px;
  348. -webkit-border-radius: 250px 250px 250px 250px;
  349. z-index:100000000000;
  350. }
  351.  
  352. div.button a:hover{
  353. background: {color:button hover};
  354. letter-spacing:110%;
  355. transition-duration: 0.8s;
  356. -moz-transition-duration: 0.8s;
  357. -webkit-transition-duration: 0.8s;
  358. -o-transition-duration: 0.8s;
  359. }
  360.  
  361.  
  362. #navigation2{
  363. opacity:1;
  364. height:15px;
  365. width:70px;
  366. position:fixed;
  367. font-size:10px;
  368. text-align:center;
  369. border:none;
  370. overflow:hidden;
  371. text-align:right;
  372. margin-top:127px;
  373. margin-left:100px;
  374. transition-duration: 0.8s;
  375. -moz-transition-duration: 0.8s;
  376. -webkit-transition-duration: 0.8s;
  377. -o-transition-duration: 0.8s;
  378. z-index:100000000000;
  379.  
  380. }
  381.  
  382. #sidebar:hover #navigation2{
  383. opacity:1;
  384. transition-duration: 0.8s;
  385. -moz-transition-duration: 0.8s;
  386. -webkit-transition-duration: 0.8s;
  387. -o-transition-duration: 0.8s;
  388.  
  389. }
  390.  
  391. div.button2 a{
  392. margin-left:4px;
  393. text-align: center;
  394. position:relative;
  395. background: {color:button};
  396. z-index:2;
  397. width: 10px;
  398. height:10px;
  399. border-style:none;
  400. display: inline-block;
  401. opacity:1;
  402. border:1px solid {color:button};
  403. text-transform:uppercase;
  404. transition-duration: 0.8s;
  405. -moz-transition-duration: 0.8s;
  406. -webkit-transition-duration: 0.8s;
  407. -o-transition-duration: 0.8s;
  408. border-radius: 250px 250px 250px 250px;
  409. -moz-border-radius: 250px 250px 250px 250px;
  410. -webkit-border-radius: 250px 250px 250px 250px;
  411. z-index:100000000000;
  412. }
  413.  
  414. div.button2 a:hover{
  415. background: {color:button hover};
  416. letter-spacing:110%;
  417. transition-duration: 0.8s;
  418. -moz-transition-duration: 0.8s;
  419. -webkit-transition-duration: 0.8s;
  420. -o-transition-duration: 0.8s;
  421. }
  422.  
  423. .description {
  424. text-align: center;
  425. width: 168px;
  426. margin-left:0px;
  427. margin-right:6px;
  428. margin-top:10px;
  429. font-family: calibri;
  430. font-size: 10px;
  431. padding-left:0px;
  432. color: {color:text};
  433. position:fixed;
  434. letter-spacing: 0px;
  435. text-transform: none;
  436. border-top:1px dotted {color:border};
  437. opacity:0.9;
  438. }
  439.  
  440.  
  441. #tumblr_controls{position: fixed!important}
  442. #tumblr_controls{position: fixed!important}
  443. #tumblr_controls{position: fixed!important}
  444. #tumblr_controls{position: fixed!important}
  445.  
  446. .photobar {
  447. padding:5px;
  448. margin-top:-5px;
  449. margin-left:-1px;
  450. margin-bottom:5px;
  451.  
  452. }
  453.  
  454. .photobar img{
  455. width: 100px;
  456. height:100px;
  457. margin-left:20px;
  458. border:1px dotted {color:border};
  459. {block:ifNoCircle}border-radius:200px;{/block:ifNoCircle}
  460. padding:5px;
  461. box-shadow:2px 2px 5px rgba(0,0,0,.1);
  462. }
  463.  
  464.  
  465.  
  466. div#sspagination{
  467. font-size: 9px;
  468. letter-spacing: 0px;
  469. color: #fff;
  470. padding: 3px;
  471. width: 100px;
  472. position: fixed;
  473. font-family: 'homenaje';
  474. margin-top:210px;
  475. margin-left: 190px;
  476. height:5px;
  477. z-index: 2;
  478. line-height:95%;
  479. }
  480.  
  481. #blogtitle {
  482. position:fixed;
  483. text-align:center;
  484. margin-left:35px;
  485. margin-top:10px;
  486. width:80px;
  487. height:10px;
  488. font-size:18px;
  489. line-height:80%;
  490. font-family: 'Allura', cursive;
  491. text-transform:justify;
  492. background:{color:posts};
  493. padding:5px;
  494. border:1px dotted {color:border};
  495. z-index:10;
  496. }
  497.  
  498. blockquote{
  499. padding:0px 0px 2px 5px;
  500. margin-left:10px;
  501. border-left: 3px solid {color:Border};}
  502. blockquote p, ul{margin:0px; padding:0px;
  503. }
  504.  
  505. .chat .line{
  506. padding: 2px;
  507. }
  508.  
  509. .label {font-weight:bold; color:{color:text}}
  510.  
  511. a img{border: 0px;}
  512.  
  513. .p { padding-top: 5px; }
  514. .ol, ul { margin-left: 10px; padding: 5px; }
  515. .ul { list-style-type: square; }
  516.  
  517. .cover {position: absolute; z-index: 1; width:65px;}
  518.  
  519. .playbox {background-color: #000; position: absolute; z-index: 1000;}
  520.  
  521. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 11px 20px 8px 11px;}
  522.  
  523. .playbox {background-color: #000; position: absolute; z-index: 1000; margin-top: 8px; margin-left: 8px; opacity:.5;
  524. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;-webkit-border-radius: 45px;
  525. -moz-border-radius: 45px;
  526. border-radius: 45px;}
  527.  
  528. .playbox:hover {opacity:.8;}
  529.  
  530. .title{
  531. width:
  532. position:absolute;
  533. line-height:14px;
  534. margin-left:65px;
  535. padding:4px;
  536. z-index: 1000;
  537. text-transform:uppercase;
  538. }
  539.  
  540. .artist{
  541. width:
  542. position:absolute;
  543. line-height:14px;
  544. margin-left:65px;
  545. padding:5px;
  546. z-index: 1000;
  547. text-transform:uppercase;
  548. }
  549.  
  550. .video embed, .post div.video object {width:250px; height:187px}
  551.  
  552. .notes img{width:10px; position:left; top:3px;}
  553.  
  554.  
  555. @font-face {
  556. font-family: "04b03";
  557. src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf');
  558. format("truetype");
  559. }
  560.  
  561. .caption {
  562. width:500px;
  563. text-align:justify;
  564. line-height:120%;
  565. }
  566.  
  567. .ask {
  568. padding:10px;
  569. border-radius:5px;
  570. text-align:left;
  571. color:{color:text};
  572. background-color:{color:ask bg};
  573. }
  574.  
  575. .asker {
  576. text-transform:uppercase;
  577. margin-left:0px;
  578. margin-top:3px;
  579. font-family: armata;
  580. font-size:7px;
  581. color:{color:bold};
  582. }
  583.  
  584. .question {
  585. text-transform:uppercase;
  586. width:420px;
  587. font-family: armata;
  588. text-align:left;
  589. font-size:9px;
  590. padding:10px;
  591. margin-left:40px;
  592. margin-top:-40px;
  593. color:{color:text};
  594. }
  595.  
  596. .answer {
  597. text-align:left;
  598. padding:10px;
  599. color:{color:text};
  600. }
  601.  
  602. .roda {
  603. -webkit-border-radius: 50px;
  604. -moz-border-radius: 50px;
  605. border-radius: 50px;
  606. -webkit-transition-duration: 0.8s;
  607. width:60px;
  608. }
  609.  
  610. .roda:hover {
  611. -webkit-transform: rotate(360deg);
  612. }
  613.  
  614.  
  615. div#qTip {
  616. margin-top:-30px;
  617. margin-left:auto;
  618. display:none;
  619. text-align:left;
  620. position:absolute;
  621. letter-spacing:1px;
  622. text-transform:uppercase;
  623. font-family:calibri;
  624. font-size:8px;
  625. font-weight:bold;
  626. z-index:99;
  627. padding:1px 3px;
  628. line-height:13px;
  629. color:{color:navi links text};
  630. background:{color:navi links bg};
  631. }
  632.  
  633. #credit{
  634. width:20px;
  635. position:fixed;
  636. bottom:10px;
  637. right:10px;
  638. opacity:1;
  639. z-index:1;
  640. }
  641.  
  642. #credit:hover{
  643. opacity:0.3;
  644. }
  645.  
  646.  
  647.  
  648.  
  649.  
  650. #prongs a {
  651. width: 237px;
  652. height:10px;
  653. font-family: georgia;
  654. font-size: 10px;
  655. line-height: 36px;
  656. letter-spacing:1px;
  657. display: inline-table;
  658. text-align: center;
  659. background-color: {color:button hover};
  660. color: {color:background};
  661. margin-right: 0px;
  662. margin-bottom:3px;
  663. padding: 5px;
  664. letter-spacing: 0px;
  665. text-transform:uppercase;
  666. }
  667.  
  668. #prongs a:hover {
  669. background-color:{color:button};
  670. color:{color:blog title};
  671. -webkit-transition: all 0.5s ease-out;
  672. -moz-transition: all 0.5s ease-out;
  673. transition: all 0.5s ease-out;
  674. }
  675.  
  676. #fade { /*--Transparent background layer--*/
  677. display: none; /*--hidden by default--*/
  678. background: #000;
  679. position: fixed; left: 0; top: 0;
  680. width: 100%; height: 100%;
  681. opacity: .80;
  682. z-index: 9999;
  683. }
  684. .popup_block{
  685. display: none; /*--hidden by default--*/
  686. background: #f8f8f8;
  687. padding: 20px;
  688. border: 4px solid #3c3b3b;
  689. float: left;
  690. font-size: 1.2em;
  691. position: fixed;
  692. top: 50%; left: 51%;
  693. z-index: 99999;
  694. /*--CSS3 Box Shadows--*/
  695. -webkit-box-shadow: 0px 0px 20px #000;
  696. -moz-box-shadow: 0px 0px 20px #000;
  697. box-shadow: 0px 0px 20px #000;
  698.  
  699. }
  700. img.btn_close {
  701. width:18px;
  702. float: right;
  703. margin: -20px -20px 0 0;
  704. opacity:0.5;
  705. }
  706. /*--Making IE6 Understand Fixed Positioning--*/
  707. *html #fade {
  708. position: absolute;
  709. }
  710. *html .popup_block {
  711. position: absolute;
  712. }
  713.  
  714. </style>
  715. </head>
  716.  
  717.  
  718.  
  719.  
  720. </div>
  721.  
  722. <body>
  723.  
  724.  
  725.  
  726. <div id="03" class="popup_block">
  727.  
  728. <div id="prongs">
  729. {block:IfLink01}<a href="{text:link 01 url}">{text:link 01}</a>{/block:IfLink01}
  730. {block:IfLink02}<a href="{text:link 02 url}">{text:link 02}</a>{/block:IfLink02}
  731. {block:IfLink03}<a href="{text:link 03 url}">{text:link 03}</a>{/block:IfLink03}
  732. {block:IfLink04}<a href="{text:link 04 url}">{text:link 04}</a>{/block:IfLink04}
  733. </div>
  734. </div>
  735. <!--END OF TAG BOX-->
  736.  
  737.  
  738. <div id="sidpeds">
  739. <div id="navigation"><div class="button">
  740.  
  741. <a href="/" title="home"></a>
  742. <a href="#?w=500" rel="02" class="poplight" title="ask"></a>
  743.  
  744. </div></div>
  745.  
  746. <div id="navigation2"><div class="button2">
  747.  
  748. <a href="/archive" title="archive"></a>
  749. <a href="#?w=500" rel="03" class="poplight" title="links"></a>
  750.  
  751. </div></div>
  752.  
  753.  
  754. <div class="photobar">
  755. <img src="{image:sidebar}">
  756. <div id="blogtitle"><font color="{color:blog title}">{text:word}</font></div><br>
  757. </div><div class="description"><br><br>{description}<br><br><br>
  758. {block:PreviousPage}
  759. <a href="{PreviousPage}"> « </a>{/block:PreviousPage}
  760. {block:JumpPagination length="5"}
  761. {block:CurrentPage} {PageNumber} {/block:CurrentPage}
  762. {block:JumpPage}<a href="{URL}"> {PageNumber} </a>{/block:JumpPage}
  763. {/block:JumpPagination}{block:NextPage} <a href="{NextPage}">»</a> {/block:NextPage}
  764. </div></div>
  765.  
  766. </div>
  767.  
  768. </div>
  769.  
  770.  
  771. {block:Posts}
  772. <div id="entry">
  773. {block:IndexPage}
  774. <div class="permalink">
  775. <br>
  776. <a href="{Permalink}"> <font style="font-size:30px;margin-left:12px;text-align:center;font-family: 'Peralta', cursive;">{DayofMonth}</font></a><br> <font style="font-size:12px;font-family: 'Poller One', cursive; color:{color:linkshover}">{DayofWeek}</font><br> <font style="color:{color:blogtitle};">{month} {year}</font>
  777. <br>
  778. {block:RebloggedFrom}
  779. <a href="{ReblogParentURL}"title="via {ReblogParentName}"><img style="padding:1px;background:white;border:3px solid {color:linkshover};"src="{ReblogParentPortraitURL-16}"/></a>
  780. &nbsp;
  781. <a href="{ReblogRootURL}"title="source {ReblogRootName}"><img img style="padding:1px;background:white;border:3px solid {color:linkshover};"src="{ReblogRootPortraitURL-16}" /></a><br>
  782. {/block:RebloggedFrom}
  783.  
  784. <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  785. </div>
  786. {/block:IndexPage}
  787.  
  788. {block:Answer}<div class="ask"><img src="{AskerPortraitURL-30}" style=" padding:5px;background:#fffff; border-radius:200px; border:3px solid {color:link};"/><div class="question">{Question}<div class="asker">{Asker}</div></div></div><div class="answer">{Answer}</div>{/block:answer}
  789.  
  790. {block:Text}
  791. {block:Title}
  792. <div class="posttitle"><h2>{Title}</h2></div>
  793. {/block:Title}
  794. {Body}
  795. {/block:Text}
  796.  
  797.  
  798.  
  799. {block:Link}
  800. <div class="posttitle">
  801. <a href="{URL}"><h2>{Name}</h2></a>
  802. </div>
  803. {block:Description}{Description}{/block:Description}
  804. {/block:Link}
  805.  
  806. {block:Photo}
  807. <center>
  808. {LinkOpenTag}
  809. <div id="pic">
  810. <a href="{permalink}">
  811. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"></a>
  812. </div>
  813. {LinkCloseTag}
  814. </center>
  815. {block:Caption}{Caption}{/block:Caption}
  816. {block:ContentSource}
  817. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  818. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  819. {/block:SourceLogo}
  820. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  821. {/block:ContentSource}
  822. {block:ReblogParentURL}
  823. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  824. {/block:ReblogParentURL}
  825. {/block:Photo}
  826.  
  827. {block:Photoset}
  828. <center>
  829. <div class="photo">
  830. {Photoset-500}
  831. </div>
  832. </center>
  833. {block:Caption}{Caption}{/block:Caption}
  834. {/block:Photoset}
  835.  
  836.  
  837.  
  838. {block:Quote}
  839. <div class="posttitle"><h2>“{Quote}”</h2></div>
  840. {block:Source}
  841. <i><h1>{Source}</h1></i>
  842. {/block:Source}
  843. {/block:Quote}
  844.  
  845. {block:Chat}
  846. {block:Title}
  847. <div id="posttitle">
  848. {Title}
  849. </div>
  850. {/block:Title}
  851. <div class="chat">
  852. {block:Lines}
  853. <div class="chat">
  854. <div class="line {Alt}">
  855. <div class="{Alt} user_{UserNumber}">
  856. {block:Label}
  857. <b>{Label} </b>
  858. {/block:Label}
  859. {Line}
  860. </div>
  861. </div>
  862. </div>
  863. {/block:Lines}
  864. </div>
  865. {/block:Chat}
  866.  
  867. {block:Audio}
  868. <div class="playbox">
  869. <div class="playbutton">
  870. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  871. </div></div>
  872. {block:AlbumArt}
  873. <img src="{AlbumArtURL}" class="cover">
  874. {/block:AlbumArt}
  875.  
  876. <div class="title">
  877. {block:TrackName}
  878. <b>Title</b>:{TrackName}
  879. {/block:TrackName}
  880. </div>
  881.  
  882. <div class="artist">
  883. {block:Artist}
  884. <b>Artist:</b>{Artist}
  885. {/block:Artist}
  886. </div>
  887.  
  888. <div class="title">
  889. {PlayCountWithLabel}
  890. </div>
  891.  
  892. <br>
  893. {block:Caption}{Caption}{/block:Caption}
  894. {/block:Audio}
  895.  
  896. {block:video}
  897. {video-500}
  898. {block:caption}{caption}{/block:caption}
  899. {/block:video}
  900.  
  901. {block:IndexPage}
  902. <div id="permalink">
  903. {block:HasTags}
  904. tagged as:
  905. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  906. {/block:Tags}
  907. {/block:HasTags}
  908. </div>
  909. {/block:IndexPage}
  910.  
  911. {block:PermalinkPage}
  912. <center>
  913. <div id="permalink">
  914. {block:Date}
  915. {TimeAgo} on
  916. {ShortMonth} {DayofMonth},{Year}
  917. {/block:Date}
  918. {block:NoteCount} · {NoteCountWithLabel}
  919. {/block:NoteCount}
  920. {block:HasTags}<br>
  921. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  922. {/block:Tags}
  923. {/block:HasTags}
  924. <br>
  925. </div>
  926. </center>
  927. {/block:PermalinkPage}
  928.  
  929. {block:PostNotes}
  930. {PostNotes}
  931. {/block:PostNotes}
  932. </div>
  933. {/block:Posts}
  934.  
  935.  
  936. <a href="http://mandrakescry.tumblr.com/" title="theme by mandrakescry"><img src="http://static.tumblr.com/xkrznpq/PMOmud849/m.png" id="credit" class="roda" ></a>
  937.  
  938. </body>
  939.  
  940. <div id="02" class="popup_block">
  941.  
  942.  
  943. <center><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  944. </center></div>
  945.  
  946. </div></div></div></div></div></div></div></div></div></div>
  947.  
  948.  
  949.  
  950. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement