Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.36 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}"/>
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <link href='http://fonts.googleapis.com/css?family=Dosis|Sevillana' rel='stylesheet' type='text/css'>
  8. {text:Meta tags}
  9. {block:Hidden}
  10.  
  11. <meta name="if:Show portrait photo1" content="1" />
  12. <meta name="if:Show portrait photo2" content="1" />
  13. <meta name="if:Show portrait photo3" content="1" />
  14. <meta name="if:Show portrait photo4" content="1" />
  15. <meta name="if:Caption on Index" content="0" />
  16. <meta name="if:Enable endless scrolling" content="0" />
  17. <meta name="if:3 columns" content="0" />
  18. <meta name="if:Static Menu" content="0" />
  19. <meta name="if:Show People I Follow" content="0" />
  20. <meta name="text:Text size" content="9" />
  21. <meta name="if:Static background" content="0" />
  22. <meta name="if:Like on posts" content="0" />
  23. <meta name="font:Type" content="arial, sans-serif"/>
  24. <meta name="if:Resize image" content="1" />
  25. <meta name="text:Link1" content="Archive" />
  26. <meta name="text:Link1 Url" content="/archive" />
  27. <meta name="text:Link2" content="Random" />
  28. <meta name="text:Link2 Url" content="/random" />
  29. <meta name="text:Link3" content="" />
  30. <meta name="text:Link3 Url" content="" />
  31. <meta name="text:Link4" content="" />
  32. <meta name="text:Link4 Url" content="" />
  33. <meta name="text:Link5" content="" />
  34. <meta name="text:Link5 Url" content="" />
  35. <meta name="color:Background" content="#FFFFFF">
  36. <meta name="color:Shadow" content="#CCCCCC">
  37. <meta name="color:Font" content="#9e9290">
  38. <meta name="color:Post Background" content="#edeedd">
  39. <meta name="color:Post Background2" content="#f4f5e0">
  40. <meta name="color:Sidebar" content="#e3eaf4">
  41. <meta name="color:Links Font" content="#5c5959">
  42. <meta name="color:Links Font Hover" content="#FFFFFF">
  43. <meta name="color:Color1" content="#628ecd">
  44. <meta name="color:Color2" content="#a6ec6f">
  45. <meta name="color:Color3" content="#dde593">
  46. <meta name="color:Color4" content="#FFFFFF">
  47. <meta name="color:Color5" content="#35c9dd">
  48. <meta name="color:Color6" content="#bdea9a">
  49. <meta name="color:Color7" content="#47e3f8">
  50. <meta name="color:Color8" content="#ff3d60">
  51. <meta name="color:Color9" content="#ffc23a">
  52. <meta name="color:Color10" content="#fffcac">
  53. <meta name="color:Color11" content="#f86f9d">
  54. <meta name="color:Color12" content="#d352a5">
  55. <meta name="image:Background" content="http://static.tumblr.com/xeob1hy/5Zwm1esqy/77words_patt7_043.gif">
  56. <meta name="image:Portrait1" content="http://static.tumblr.com/xeob1hy/f4gm1es78/pasteles.gif">
  57. <meta name="image:Portrait2" content="http://static.tumblr.com/xeob1hy/tTEm1espj/gumi2.gif">
  58. <meta name="image:Portrait3" content="http://static.tumblr.com/xeob1hy/3SSm1espz/gumi.gif">
  59. <meta name="image:Portrait4" content="http://static.tumblr.com/xeob1hy/8hvm1esre/gumi3.gif">
  60. {/block:Hidden}
  61. <style type="text/css">
  62.  
  63. /* - - - - - - Main - - - - - - */
  64. body {
  65. background-image:url({image:Background});
  66. background-color:{color:Background};
  67. {block:IfStaticBackground}background-position: fixed;background-attachment:fixed;{/block:IfStaticBackground}
  68. margin:0px;
  69. color:{color:Font};
  70. font-size: {text:Text size}px;
  71. font-family: {font:Type};
  72. line-height: 15px;
  73. letter-spacing: 0px;
  74. }
  75.  
  76. #wrapper{
  77. width:100%;
  78. margin-left:0px;
  79. position:absolute;
  80. margin-top:0px;
  81. }
  82.  
  83. #content {
  84. margin-left:390px;
  85. margin-top:5px;
  86. padding:5px;
  87. position:absolute;
  88. {block:If3columns}width:700px;{/block:If3columns}
  89. {block:IfNot3columns}width:900px;{/block:IfNot3columns}
  90. }
  91.  
  92. /* - - - - - - Posts - - - - - - */
  93. .container{
  94. background-color: {color:Post Background};
  95. text-align: justify;
  96. float:left;
  97. margin: 5px;
  98. padding:10px;
  99. {block:IndexPage}width:250px;overflow:hidden;{/block:IndexPage}
  100. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  101. -moz-border-radius: 3px;
  102. -webkit-border-radius: 3px;
  103. -o-border-radius: 3px;
  104. border-radius: 3px;
  105. }
  106.  
  107. #notes {
  108. background-color: {color:Post Background};
  109. width:510px;
  110. float:left;
  111. margin-top: 10px;
  112. margin-bottom: 10px;
  113. padding:10px;
  114. -moz-border-radius: 5px;
  115. -webkit-border-radius: 5px;
  116. -o-border-radius: 5px;
  117. border-radius: 5px;
  118. position:relative;
  119. }
  120.  
  121. ol.notes {
  122. list-style:none;
  123. padding:10px;
  124. }
  125.  
  126. h1 {
  127. color: {color:Color1};
  128. font-family: 'Sevillana', cursive;
  129. font-size: 20px;
  130. font-weight: normal;
  131. font-style:italic;
  132. letter-spacing: 3px;
  133. text-align: right;
  134. margin-top: 10;
  135. margin-bottom: 10;
  136. padding-right: 0px;
  137. border-bottom: 5px solid {color:Color1};
  138. }
  139.  
  140. h2 {
  141. margin:0px;
  142. padding-left:2px;
  143. height:20px;
  144. font-size:10px;
  145. font-weight:normal;
  146. text-align:left;
  147. line-height:20px;
  148. }
  149.  
  150. .reb {
  151. text-align:center;float:right;
  152. padding:1px;
  153. margin:0px;
  154. width:25%;
  155. height:25px;
  156. background-color:{color:Color2};
  157. }
  158.  
  159. .notescount {
  160. opacity: 0;
  161. height:20px;
  162. width:10px;
  163. overflow:hidden;
  164. font-size:5pt;
  165. background-color:{color:Color5};
  166. float:left;
  167. padding:0px;
  168. margin-left:-10px;
  169. margin-top:-20px;
  170. z-index:900;
  171. position:absolute;
  172. border-bottom: 2px {color:Color2} solid;
  173. -webkit-transition: all .7s ease-in;
  174. -moz-transition: all .7s ease-in;
  175. -o-transition: all .7s ease-in;
  176. }
  177.  
  178. .notescount a{
  179. color: {color:Color4};
  180. }
  181.  
  182. .container:hover .notescount {
  183. opacity: 1;margin-left:0px;
  184. width:250px;
  185. -webkit-transition: all .9s ease;
  186. -moz-transition: all .9s ease;
  187. -o-transition: all .9s ease;
  188. }
  189.  
  190. {block:IfLikeonposts}.my-like { background-image: url(http://static.tumblr.com/ikkgisy/Bxmm6ic7e/heart2.gif) !important; height:8px; width:8px; cursor:pointer; display:inline-block;}
  191. .my-liked, .my-like:hover { background-image: url(http://static.tumblr.com/ikkgisy/Pnom6ic7v/heart1.gif) !important; height:8px; width:8px; cursor:pointer; display:inline-block;} {/block:IfLikeonposts}
  192.  
  193.  
  194. /* - - - - - - Sidebar - - - - - - */
  195. #sidebar{
  196. background-color:{color:Sidebar};
  197. {block:IfStaticMenu}position:fixed;{/block:IfStaticMenu}
  198. width:250px;
  199. float:left;
  200. padding:0px;
  201. margin-top:140px;
  202. margin-left:50px;
  203. text-align:justify;
  204. -moz-border-radius: 3px;
  205. -webkit-border-radius: 3px;
  206. -o-border-radius: 3px;
  207. border-radius: 3px;
  208. }
  209.  
  210. #description{
  211. width:90%;
  212. float:left;
  213. margin:10px;
  214. }
  215.  
  216. .side {
  217. font-family: 'Dosis', sans-serif;
  218. font-size:12px;
  219. float:right;
  220. width:200px;
  221. height:20px;
  222. line-height:20px;
  223. display:inline;
  224. font-weight: bold;
  225. text-align: center;
  226. padding:4px;
  227. margin:1px;
  228. position:relative;
  229. display: inline-block;
  230. color: {color:Sidebar};
  231. -moz-border-radius:50px 0px 0px 50px;
  232. -webkit-border-radius:50px 0px 0px 50px;
  233. -o-border-radius:50px 0px 0px 50px;
  234. border-radius: 50px 0px 0px 50px;
  235. -webkit-transition: all .7s ease-in;
  236. -moz-transition: all .7s ease-in;
  237. -o-transition: all .7s ease-in;
  238. }
  239.  
  240. .side:hover {
  241. width:240px;
  242. -webkit-transition: all .7s ease-in;
  243. -moz-transition: all .7s ease-in;
  244. -o-transition: all .7s ease-in;
  245. text-decoration:underline;
  246. }
  247.  
  248. .following {
  249. margin:2px;
  250. -moz-border-radius: 40px;
  251. -webkit-border-radius: 40px;
  252. -o-border-radius: 40px;
  253. border-radius: 40px;}
  254.  
  255. .pagina{
  256. position:relative;margin:2px;
  257. background-color: {color:Color1};
  258. display: inline-block;
  259. padding: 7px;
  260. color: {color:Color4};
  261. -moz-border-radius: 5px;
  262. -webkit-border-radius: 5px;
  263. -o-border-radius: 5px;
  264. border-radius: 5px;
  265. }
  266.  
  267. .portrait1{
  268. border: 5px solid {color:Color6};
  269. -moz-border-radius: 250px 250px 250px 250px;
  270. -webkit-border-radius: 250px 250px 250px 250px;
  271. -o-border-radius: 250px 250px 250px 250px;
  272. border-radius: 250px 250px 250px 250px;
  273. width: 250px;
  274. height: 250px;
  275. margin: 0px;
  276. background-image: url({image:Portrait1});
  277. {block:IfResizeImage} background-size:250px 250px;{/block:IfResizeImage}
  278. -webkit-transition: all 2s ease;
  279. -moz-transition: all 2s ease;
  280. -o-transition: all 2s ease;
  281. }
  282.  
  283. .portrait1:hover{
  284. border: 5px solid {color:Color4};
  285. transform: rotate(360deg);
  286. -moz-transform: rotate(360deg);
  287. -webkit-transform: rotate(360deg);
  288. -o-transform: rotate(360deg);
  289. -webkit-transition: all .9s ease;
  290. -moz-transition: all .9s ease;
  291. -o-transition: all .9s ease;
  292. }
  293.  
  294. .portrait1div{
  295. margin-left:130px;
  296. margin-top:5px;
  297. {block:IfNotStaticMenu}position:absolute;{/block:IfNotStaticMenu}
  298. {block:IfStaticMenu}position:fixed;{/block:IfStaticMenu}
  299. z-index:999;
  300. -moz-border-radius: 250px 250px 250px 250px;
  301. -webkit-border-radius: 250px 250px 250px 250px;
  302. -o-border-radius: 250px 250px 250px 250px;
  303. border-radius: 250px 250px 250px 250px;
  304. width: 250px;
  305. height: 250px;
  306. }
  307.  
  308. .portrait2{
  309. border: 5px solid {color:Color7};
  310. -moz-border-radius: 100px 100px 100px 100px;
  311. -webkit-border-radius: 100px 100px 100px 100px;
  312. -o-border-radius: 100px 100px 100px 100px;
  313. border-radius: 100px 100px 100px 100px;
  314. width: 100px;
  315. height: 100px;
  316. margin: 0px;
  317. background-image: url({image:Portrait2});
  318. {block:IfResizeImage}background-size:100px 100px;{/block:IfResizeImage}
  319. -webkit-transition: all 2s ease;
  320. -moz-transition: all 2s ease;
  321. -o-transition: all 2s ease;
  322. }
  323.  
  324. .portrait2:hover{
  325. border: 5px solid {color:Color4};
  326. transform: rotate(360deg);
  327. -moz-transform: rotate(360deg);
  328. -webkit-transform: rotate(360deg);
  329. -o-transform: rotate(360deg);
  330. -webkit-transition: all .9s ease;
  331. -moz-transition: all .9s ease;
  332. -o-transition: all .9s ease;
  333. }
  334.  
  335. .portrait2div{
  336. margin-left:10px;
  337. margin-top:50px;
  338. {block:IfNotStaticMenu}position:absolute;{/block:IfNotStaticMenu}
  339. {block:IfStaticMenu}position:fixed;{/block:IfStaticMenu}
  340. z-index:999;
  341. -moz-border-radius: 100px 100px 100px 100px;
  342. -webkit-border-radius: 100px 100px 100px 100px;
  343. -o-border-radius: 100px 100px 100px 100px;
  344. border-radius: 100px 100px 100px 100px;
  345. width: 100px;
  346. height: 100px;
  347. }
  348.  
  349. .portrait3{
  350. border: 5px solid {color:Color8};
  351. -moz-border-radius: 80px 80px 80px 80px;
  352. -webkit-border-radius: 80px 80px 80px 80px;
  353. -o-border-radius: 80px 80px 80px 80px;
  354. border-radius: 80px 80px 80px 80px;
  355. width: 80px;
  356. height: 80px;
  357. margin: 0px;
  358. background-image: url({image:Portrait3});
  359. {block:IfResizeImage}background-size:80px 80px;{/block:IfResizeImage}
  360. -webkit-transition: all 2s ease;
  361. -moz-transition: all 2s ease;
  362. -o-transition: all 2s ease;
  363. }
  364.  
  365. .portrait3:hover{
  366. border: 5px solid {color:Color4};
  367. transform: rotate(360deg);
  368. -moz-transform: rotate(360deg);
  369. -webkit-transform: rotate(360deg);
  370. -o-transform: rotate(360deg);
  371. -webkit-transition: all .9s ease;
  372. -moz-transition: all .9s ease;
  373. -o-transition: all .9s ease;
  374. }
  375.  
  376. .portrait3div{
  377. margin-left:60px;
  378. margin-top:160px;
  379. {block:IfNotStaticMenu}position:absolute;{/block:IfNotStaticMenu}
  380. {block:IfStaticMenu}position:fixed;{/block:IfStaticMenu}
  381. z-index:999;
  382. -moz-border-radius: 80px 80px 80px 80px;
  383. -webkit-border-radius: 80px 80px 80px 80px;
  384. -o-border-radius: 80px 80px 80px 80px;
  385. border-radius: 80px 80px 80px 80px;
  386. width: 80px;
  387. height: 80px;}
  388.  
  389. .portrait4{
  390. border: 5px solid {color:Color9};
  391. -moz-border-radius: 50px 50px 50px 50px;
  392. -webkit-border-radius: 50px 50px 50px 50px;
  393. -o-border-radius: 50px 50px 50px 50px;
  394. border-radius: 50px 50px 50px 50px;
  395. width: 50px;
  396. height: 50px;
  397. margin: 0px;
  398. background-image: url({image:Portrait4});
  399. {block:IfResizeImage}background-size:50px 50px;{/block:IfResizeImage}
  400. -webkit-transition: all 2s ease;
  401. -moz-transition: all 2s ease;
  402. -o-transition: all 2s ease;
  403. }
  404.  
  405. .portrait4:hover{
  406. border: 5px solid {color:Color4};
  407. transform: rotate(360deg);
  408. -moz-transform: rotate(360deg);
  409. -webkit-transform: rotate(360deg);
  410. -o-transform: rotate(360deg);
  411. -webkit-transition: all .9s ease;
  412. -moz-transition: all .9s ease;
  413. -o-transition: all .9s ease;
  414. }
  415.  
  416. .portrait4div{
  417. margin-left:170px;
  418. margin-top:220px;
  419. {block:IfNotStaticMenu}position:absolute;{/block:IfNotStaticMenu}
  420. {block:IfStaticMenu}position:fixed;{/block:IfStaticMenu}
  421. z-index:999;
  422. -moz-border-radius: 50px 50px 50px 50px;
  423. -webkit-border-radius: 50px 50px 50px 50px;
  424. -o-border-radius: 50px 50px 50px 50px;
  425. border-radius: 50px 50px 50px 50px;
  426. width: 50px;
  427. height: 50px;
  428. }
  429.  
  430. /* - - - - - - Content - - - - - - */
  431. .quo {
  432. font-size:18pt;
  433. font-family: 'Sevillana', cursive;
  434. line-height:20px;
  435. color:{color:Color2};
  436. text-align: center;
  437. }
  438.  
  439. .answer {
  440. margin:0px;
  441. padding:10px;
  442. background:{color:Post Background2};
  443. }
  444.  
  445. .album img {
  446. max-width: 35px;
  447. float: left;
  448. margin-right: 5px;
  449. box-shadow: 0px 0px 6px {color:Shadow};
  450. -webkit-box-shadow: 0px 0px 6px {color:Shadow};
  451. -moz-box-shadow: 0px 0px 6px {color:Shadow};
  452. -moz-border-radius: 6px;
  453. -webkit-border-radius: 6px;
  454. -o-border-radius: 6px;
  455. border-radius: 6px;
  456. -webkit-transition: all 1s ease;
  457. -moz-transition: all 1s ease;
  458. -o-transition: all 1s ease;
  459. }
  460.  
  461. .album img:hover{
  462. opacity:0.5;
  463. -webkit-transition: all 1s ease;
  464. -moz-transition: all 1s ease;
  465. -o-transition: all 1s ease;
  466. }
  467.  
  468. #chat ul {
  469. list-style:none;
  470. padding:5px;
  471. }
  472.  
  473. #chat ul li.odd {
  474. background:{color:Post Background2};
  475. }
  476.  
  477. #chat li {
  478. padding: 2px;
  479. list-style-type: none;
  480. }
  481.  
  482. .source {
  483. margin:0px 10px 0px 0px;
  484. text-align:left;
  485. letter-spacing:0px;
  486. }
  487.  
  488. blockquote {
  489. margin:auto;
  490. padding:2px;
  491. border-left: 3px {color:Color2} solid;
  492. }
  493.  
  494. /* - - - - - - General - - - - - - */
  495. b, u, s {
  496. color: {color:color3};
  497. }
  498.  
  499. i {
  500. color:{color:color11};
  501. }
  502.  
  503. a {
  504. text-decoration: none;
  505. color: {color:Links Font};
  506. }
  507.  
  508. a:hover {
  509. color:{color:Links Font Hover};
  510. text-shadow:0px 0px 5px {color:Shadow};
  511. }
  512.  
  513. ::-webkit-scrollbar {
  514. width: 7px;
  515. background-color: {color:Color4};}
  516.  
  517. ::-webkit-scrollbar-thumb:vertical {
  518. background-color: {color:Color5};
  519. }
  520.  
  521. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none!important;}
  522.  
  523. a.install {
  524. width: 96px;
  525. height: 20px;
  526. background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
  527. display: block;
  528. position: absolute;
  529. top: 26px;
  530. right: 3px;
  531. z-index:999;
  532. -webkit-transition: all 1s ease;
  533. -moz-transition: all 1s ease;
  534. -o-transition: all 1s ease;
  535. opacity: 0.4;
  536. }
  537.  
  538. a.install:hover {
  539. -webkit-transition: all 1s ease;
  540. -moz-transition: all 1s ease;
  541. -o-transition: all 1s ease;
  542. opacity: 1;
  543. }
  544.  
  545. iframe#tumblr_controls {
  546. top: 0px !important;
  547. right:0px !important;
  548. -webkit-transition: all 1s ease;
  549. -moz-transition: all 1s ease;
  550. -o-transition: all 1s ease;
  551. opacity: 0.4;
  552. }
  553.  
  554. iframe#tumblr_controls:hover {
  555. -webkit-transition: all 1s ease;
  556. -moz-transition: all 1s ease;
  557. -o-transition: all 1s ease;
  558. opacity: 1;
  559. }
  560. {CustomCSS}
  561. </style>
  562. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  563. <script type="text/javascript" src="http://static.tumblr.com/xeob1hy/zz5lzjn0a/top.txt"></script>
  564. {block:IndexPage}<script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  565. <script src="http://static.tumblr.com/thpaaos/Oznkoyc5z/jquery.scale.js"></script>
  566. {block:IfEnableEndlessScrolling} <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>{/block:IfEnableEndlessScrolling}
  567. <script type="text/javascript">
  568. $(window).load(function () {
  569. $('#content').masonry(),
  570. $('.masonryWrap').infinitescroll({
  571. navSelector : "div.navigation",
  572. // selector for the paged navigation (it will be hidden)
  573. nextSelector : ".navigation a#next",
  574. // selector for the NEXT link (to page 2)
  575. itemSelector : ".container",
  576. // selector for all items you'll retrieve
  577. bufferPx : 10000,
  578. extraScrollPx: 10000,
  579. loadingImg : "",
  580. loadingText : "<em></em>",
  581. },
  582. // call masonry as a callback.
  583. function() { $('#content').masonry({ appendedContent: $(this) }); }
  584. );
  585. });
  586. </script> {/block:IndexPage}
  587. {block:IfLikeonposts}<script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>{/block:IfLikeonposts}
  588. </head>
  589. <body>
  590. <div id="wrapper"><a href="http://damadellago.tumblr.com" class="install"></a>
  591. {block:IfShowPortraitPhoto1}<center><div class="portrait1div"><div class="portrait1"></div></div><br></center>{/block:IfShowPortraitPhoto1}
  592. {block:IfShowPortraitPhoto2}<center><div class="portrait2div"><div class="portrait2"></div></div><br></center>{/block:IfShowPortraitPhoto2}
  593. {block:IfShowPortraitPhoto3}<center><div class="portrait3div"><div class="portrait3"></div></div><br></center>{/block:IfShowPortraitPhoto3}
  594. {block:IfShowPortraitPhoto4}<center><div class="portrait4div"><div class="portrait4"></div></div><br></center>{/block:IfShowPortraitPhoto4}
  595. <div id="sidebar"><br><br><br><br><br><br><br><br>
  596. {block:Description}<div id="description">{Description}</div>{/block:Description}
  597. <div id="sidemenu">
  598. <!-- Navigation -->
  599. {block:IfLink1}<a class="side" style="background-color: {color:Color2};" href="{text:Link1 Url}">{text:Link1}</a>{/block:IfLink1}
  600. {block:IfLink2}<a class="side" style="background-color: {color:Color7};" href="{text:Link2 Url}">{text:Link2}</a>{/block:IfLink2}
  601. {block:AskEnabled}<a class="side" style="background-color: {color:Color9};" href="/ask">Ask</a>{/block:AskEnabled}
  602. {block:SubmissionsEnabled}<a class="side" style="background-color: {color:Color1};" href="/submit">Submit</a>{/block:SubmissionsEnabled}
  603. {block:IfLink3}<a class="side" style="background-color: {color:Color8};" href="{text:Link3 Url}">{text:Link3}</a>{/block:IfLink3}
  604. {block:IfLink4}<a class="side" style="background-color: {color:Color11};" href="{text:Link4 Url}">{text:Link4}</a>{/block:IfLink4}
  605. {block:IfLink5}<a class="side" style="background-color: {color:Color12};" href="{text:Link5 Url}">{text:Link5}</a>{/block:IfLink5}
  606. <a class="side" style="background-color: {color:Color5};" href="http://damadellago.tumblr.com">Theme</a>
  607. <!-- End navigation --></div>
  608.  
  609. {block:IfShowPeopleIFollow}<div id="description">
  610. {block:Following}
  611. <div id="following">
  612. {block:Followed}<a href="{FollowedURL}"><img class="following" src="{FollowedPortraitURL-24}" /></a>{/block:Followed}
  613. </div>
  614. {/block:Following}</div>
  615. {/block:IfShowPeopleIFollow}
  616.  
  617. <div id="description"> {block:Pagination}<div id="pagi" class="navigation"><p id="page_nav">
  618. {block:PreviousPage}
  619. <a class="pagina" href="{PreviousPage}">«</a>
  620. {/block:PreviousPage}
  621. {block:JumpPagination length="5"}
  622. {block:CurrentPage}
  623. <span class="pagina">{PageNumber}</span>
  624. {/block:CurrentPage}
  625. {block:JumpPage}
  626. <a class="pagina" href="{URL}">{PageNumber}</a>
  627. {/block:JumpPage}
  628. {/block:JumpPagination}
  629. {block:NextPage}
  630. <a class="pagina" id="next" href="{NextPage}">»</a>
  631. {/block:NextPage}</div></p>
  632. {/block:Pagination}
  633. </div></div></div>
  634. <div id="content">
  635.  
  636. {block:Posts}
  637.  
  638.  
  639.  
  640. {block:Text}
  641. <div class="container" style="border-top: 15px {color:Color12} solid;"><div id="post">
  642. {block:Title}<h1>{Title}</h1><br>{block:Title}
  643. {block:IndexPage}{Body}{/block:IndexPage}
  644. {block:PermalinkPage}{Body}{/block:PermalinkPage}
  645. {/block:Text}
  646.  
  647. {block:Photo}
  648. <div class="container" style="border-top: 15px {color:Color6} solid;"><div id="post">
  649. {block:IndexPage}<center><a href="{permalink}"><img class="pic" src="{PhotoURL-250}" alt="{PhotoAlt}"/></a></center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  650. {block:PermalinkPage}<center>{LinkOpenTag}<img src="{PhotoURL-500}" class="pic" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  651. {/block:Photo}
  652.  
  653. {block:Photoset}
  654. <div class="container" style="border-top: 15px {color:Color7} solid;"><div id="post">
  655. {block:IndexPage}<center>{Photoset-250}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  656. {block:PermalinkPage}<center>{Photoset-500}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
  657. {/block:Photoset}
  658.  
  659. {block:Quote}
  660. <div class="container" style="border-top: 15px {color:Color9} solid;"><div id="post">
  661. <p class="quo">"{Quote}"</p>{block:Source}<p class="source">&nbsp; &nbsp;— {Source}</p>{/block:Source}
  662. {/block:Quote}
  663.  
  664. {block:Link}
  665. <div class="container" style="border-top: 15px {color:Color11} solid;"><div id="post">
  666. {block:IndexPage}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1>{block:IfCaptionOnIndex}{block:Description}<p>{Description}</p>
  667. {/block:Description}<br>{block:source}<p>{Source}</p>{/block:Source}{/block:IfCaptionOnIndex}{/block:IndexPage}
  668. {block:PermalinkPage}<h1><a href="{URL}" target="blank">{Name} &#8599;</a></h1><br>{block:Description}
  669. <p>{Description}</p>{/block:Description}<br>{block:source}<p>{Source}</p>{/block:Source}{block:PermalinkPage}
  670. {/block:Link}
  671.  
  672. {block:Chat}
  673. <div class="container" style="border-top: 15px {color:Color9} solid;">
  674. <div id="post">{block:Title}<h1>{Title}</h1><br>{block:Title}<div id="chat"><ul>
  675. {block:Lines}
  676. <li class="{Alt} user_{UserNumber}">
  677. {block:Label}
  678. <span class="label">{Label}</span>
  679. {/block:Label}
  680. {Line}</li>
  681. {/block:Lines}
  682. </ul></div>
  683. {/block:Chat}
  684.  
  685. {block:Video}
  686. <div class="container" style="border-top: 15px {color:Color8} solid;"><div id="post">
  687. {block:IndexPage}<center>{Video-250}</center>{block:IfCaptionOnIndex}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex}{/block:IndexPage}
  688. {block:PermalinkPage}<center>{Video-400}</center>{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:PermalinkPage}
  689. {/block:Video}
  690.  
  691. {block:Audio}
  692. <div class="container" style="border-top: 15px {color:Color8} solid;"><div id="post">
  693. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  694. {block:AudioPlayer}
  695. {block:AlbumArt}<div class="album"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  696. <div class="player">{AudioPlayerWhite}</div>
  697. <br> {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist} || Times played:{FormattedPlayCount}<br> [[<a title="External source only" href="{ExternalAudioURL}">{lang:Download}</a>]]</span>{/block:ExternalAudio}
  698. {/block:AudioPlayer}
  699. {block:IndexPage}{block:IfCaptionOnIndex}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:IfCaptionOnIndex} {block:IndexPage}{block:PermalinkPage}<br><br>{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}
  700. {/block:Audio}
  701.  
  702. {block:Answer}
  703. <div class="container" style="border-top: 15px {color:Color11} solid;">
  704. <div id="post"><div class="answer">
  705. <center><img class="pic" src="{AskerPortraitURL-48}"><br>{Asker}<br>
  706. {Question}<br></center></div>
  707. <center><br><img class="pic" src="{PortraitURL-48}"><br>
  708. <i>{Answer}</i></center>
  709. {/block:Answer}
  710.  
  711. {block:IndexPage} <div class="notescount">
  712. <h2><a href="{Permalink}">
  713. {Month}/{DayOfMonth}/{Year}</a> {block:NoteCount}|| <a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount}<div class="reb" ><a href="{reblogurl}">Reblog</a> {block:IfLikeonposts} | <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div> {/block:IfLikeonposts}</div> </h2></div>{/block:IndexPage}</div> </div>
  714.  
  715. {block:PermalinkPage}
  716. {block:PostNotes}<div id="notes"><center><br>
  717. Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{/block:Date} {block:RebloggedFrom} <br> Via <a href="{ReblogParentURL}">{ReblogParentName}</a> || Source <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br> <b>Tagged:</b>{block:Tags}
  718. &#9679; <a href="{TagURL}">{Tag}</a>
  719. {/block:Tags}<br>{/block:HasTags}
  720. </center>
  721. <br>{PostNotes}
  722. </div>{/block:PostNotes}{/block:PermalinkPage}
  723. {/block:Posts}
  724. </div></body></html>
  725. : background: url(http://puu.sh/lCLWX/cb35caf13f.png) no-repeat center center fixed;
  726. background-size: cover;
  727.  
  728. <!-- SCM Music Player http://scmplayer.net -->
  729. <script type="text/javascript" src="http://scmplayer.net/script.js"
  730. data-config="{'skin':'http://static.tumblr.com/su8juwr/CNGmnf36d/yinyang.css','volume':50,'autoplay':true,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'Pan%27s Labyrinth - Lullaby','url':'https://www.youtube.com/watch?v=47mLY8vX3L0'},{'title':'Come Little Children','url':'https://www.youtube.com/watch?v=DhMG7kCPGwk'},{'title':' Ghost Lea','url':'https://www.youtube.com/watch?v=4fw0uoqaASg'},{'title':'Green-eyed Jealousy','url':'https://www.youtube.com/watch?v=ox94vKoebyM'},{'title':'Quiet Slumber','url':'https://www.youtube.com/watch?v=7umg6ZrIEH8'}]}" ></script>
  731. <!-- SCM Music Player script end -->
  732.  
  733.  
  734. </body>
  735. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement