Advertisement
damadellago

Mont Blanc 2 columns v1.5

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