Advertisement
damadellago

Mont Blanc 3-4 columns v1.5

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