Advertisement
claraosmin

Theme 005

Jan 14th, 2018
3,551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.15 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. <head>
  5.  
  6.  
  7. <meta name="color:bg" content="#f6f6f6">
  8. <meta name="color:navibg" content="#fff">
  9. <meta name="color:notesbg" content="#fff">
  10. <meta name="color:postsbg" content="#fff">
  11. <meta name="color:sidebarbg" content="#fff">
  12. <meta name="color:tagsbg" content="#f6f6f6">
  13. <meta name="color:navifont" content="#ffffff">
  14. <meta name="color:border" content="#f1f1f1">
  15. <meta name="color:title" content="#fff">
  16. <meta name="color:link" content="#5fc5df">
  17. <meta name="color:hover" content="#2b798c">
  18. <meta name="color:text" content="#444">
  19. <meta name="color:scrollbar" content="#eeeeee">
  20. <meta name="color:accent1" content="#f6b651">
  21. <meta name="color:accent2" content="#75b1d6">
  22.  
  23. <meta name="image:header" content=""/>
  24.  
  25. <meta name="text:topbartitle" content="Title">
  26. <meta name="text:topbardesc" content="URL">
  27.  
  28.  
  29. <meta name="text:link1" content="">
  30. <meta name="text:link1 url" content="/">
  31. <meta name="text:link2" content="">
  32. <meta name="text:link2 url" content="/">
  33. <meta name="text:link3" content="">
  34. <meta name="text:link3 url" content="/">
  35. <meta name="text:link4" content="">
  36. <meta name="text:link4 url" content="/">
  37. <meta name="text:link5" content="">
  38. <meta name="text:link5 url" content="/">
  39.  
  40.  
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  42. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <link rel="shortcut icon" href="{Favicon}" />
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  45.  
  46.  
  47. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  48. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  49. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  50. <link href='http://fonts.googleapis.com/css?family=Graduate' rel='stylesheet' type='text/css'>
  51.  
  52.  
  53. <link href='//fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic|Montserrat:400,700|PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'><link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic' rel='stylesheet' type='text/css'>
  54. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
  55.  
  56. <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro|Lato|PT+Sans|PT+Serif|Karla|Roboto|Maven+Pro|Open+Sans' rel='stylesheet' type='text/css'>
  57.  
  58. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  59.  
  60. <script type="text/javascript" src="http://static.tumblr.com/bp5eclb/7aXlvzh6m/jquery-1.2.6.min.js"></script>
  61. <script type='text/javascript'> $(document).ready(function(){ $("img.a").hover( function() { $(this).stop().animate({"opacity": "0"}, "slow"); }, function() { $(this).stop().animate({"opacity": "1"}, "slow"); }); }); </script>
  62.  
  63. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65.  
  66. <style type="text/css">
  67.  
  68.  
  69.  
  70. @font-face { font-family: lato; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/latos.ttf); }
  71.  
  72. @font-face { font-family: lato italic; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/latositalic.ttf); }
  73.  
  74. ::selection {
  75. color: #ffffff;
  76. background: {color:accent1};
  77. }
  78.  
  79. ::-webkit-scrollbar{
  80. height:3px;
  81. width:5px;
  82. background:{color:accent1};
  83. }
  84.  
  85. ::-webkit-scrollbar-thumb {background:{color:accent2};}
  86.  
  87. ::-webkit-scrollbar-track {background:#fff;}
  88.  
  89.  
  90.  
  91.  
  92. body {
  93. background: {color:bg};
  94. margin: 0px;
  95. color: {color:text};
  96. font-family:karla, helvetica, arial, sans-serif;
  97. font-size:10px;
  98. line-height:180%;
  99. background-position: top center;
  100. background-repeat: no-repeat;
  101. color:{color:text};
  102. word-wrap: break-word;
  103.  
  104. }
  105.  
  106. a {
  107. color: {color:link};
  108. text-decoration: none;
  109. transition: all 0.2s;
  110. -webkit-transition: all 0.2s;
  111. -moz-transition: all 0.2s;
  112. }
  113.  
  114. b {
  115. color: {color:link};
  116. }
  117.  
  118.  
  119. a:hover {
  120. color: {color:hover};
  121. transition: all 0.2s;
  122. -webkit-transition: all 0.2s;
  123. -moz-transition: all 0.2s;
  124. }
  125.  
  126.  
  127.  
  128. H2 {
  129. text-align: left;
  130. font-weight: 700;
  131. font-family: lato, calibri;
  132. font-size: 21px;
  133. text-transform: uppercase;
  134. color: {color:text};
  135. line-height: 22px;
  136. margin-bottom: 5px; padding-bottom: 10px;
  137. margin-top: -3px;
  138. border-bottom: 1px solid {color:border};
  139. }
  140.  
  141. blockquote {
  142. padding-left: 15px;
  143. margin-left: 10px;
  144. border-left: 2px solid {color:border};
  145. }
  146.  
  147. .clear {
  148. clear: both;
  149. }
  150.  
  151.  
  152. #about {
  153. position:relative;
  154. margin:auto;
  155. width:100%;
  156. height: 200px;
  157. margin-bottom: 0px;
  158. background-color: {color:navibg};
  159. z-index: 999;
  160. background-position: center; border-bottom: 1px solid {color:border};
  161. padding-top: 0px;
  162. margin-top: 0px;
  163. }
  164.  
  165.  
  166. #contain {
  167. width: 1000px;
  168. margin: 0px auto;
  169. margin-top: -30px;
  170. height: 500%;
  171. min-height: 2000px;
  172. }
  173.  
  174. #header {
  175. margin:auto;
  176. width:100%;
  177. height: 410px;
  178. margin-bottom: 0px;
  179. background-image:url({image:header});
  180. z-index: 999;
  181. background-position: center;
  182. padding-top: 0px;
  183. margin-top: 40px;
  184. }
  185.  
  186.  
  187. @font-face { font-family: code; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/codes.ttf); }
  188.  
  189. @font-face { font-family: code italic; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/codesitalic.ttf); }
  190.  
  191.  
  192. #navigation {
  193. position:fixed;
  194. z-index:99;
  195. width:100%;
  196. padding: 20px;
  197. border-bottom:1px solid {color:border};
  198. margin-left:auto;
  199. margin-right:auto;
  200. top:0px;
  201. background: {color:navibg};
  202. }
  203.  
  204.  
  205. #navigation a {
  206. font-family: Karla;
  207. font-weight: 400;
  208. text-transform: uppercase;
  209. margin-left: 30px;
  210. color: {color:title};
  211. font-size: 12px; letter-spacing: 1px;
  212. padding-bottom:12px;
  213. margin-right: 5px;
  214.  
  215. }
  216.  
  217.  
  218. #sidebar {
  219. margin-left: -8px;
  220. padding-right: 0px;
  221. position: absolute;
  222. width: 310px;
  223. margin-top: 0px;
  224. padding-top: 70px;
  225. z-index: 9;
  226. }
  227.  
  228. #sidebar #section {
  229. margin-bottom: 20px;
  230. margin-top: px;
  231. padding: 20px;
  232. background-color: {color:sidebarbg};
  233. margin-left: 20px;
  234. text-align: justify;
  235. -webkit-box-shadow: 1px 1px 3px {color:border};
  236. -moz-box-shadow: 1px 1px 3px {color:border};
  237. box-shadow: 1px 1px 3px {color:border};
  238. border:1px solid {color:border};
  239. }
  240.  
  241.  
  242. #sidebar #section a {
  243. color: {color:text};
  244. font-weight: bold;
  245. }
  246.  
  247.  
  248. #posts {
  249. width: 670px;
  250. margin-left: 410px;
  251. margin-top: 0px;
  252. z-index: 999999;
  253. padding-top: 30px;
  254. }
  255.  
  256. #post {
  257. margin-top: 50px;
  258. width: 500px;
  259. background-color: {color:postsbg};
  260. padding: 30px;
  261. -webkit-box-shadow: 1px 1px 3px {color:border};
  262. -moz-box-shadow: 1px 1px 3px {color:border};
  263. box-shadow: 1px 1px 3px {color:border};
  264. border:1px solid {color:border};
  265. }
  266.  
  267.  
  268. .permalink {
  269. padding-top: 6px;
  270. letter-spacing: 1px;
  271. margin-top: 10px;
  272. text-transform: uppercase;
  273. font-size: 7px;
  274. padding-bottom: 0px;
  275. margin-bottom: -5px;
  276. line-height:170%;
  277. }
  278.  
  279.  
  280. .permalink a {
  281. color: {color:Text};
  282. }
  283.  
  284.  
  285.  
  286. .notes {
  287. margin-top: 20px;
  288. width: 500px;
  289. margin-left: -40px;
  290. margin-bottom: 70px;
  291. }
  292.  
  293. .notes li {
  294. list-style: none;
  295. padding: 5px;
  296. margin-bottom: 10px;
  297. border-radius: 5px;
  298. box-shadow: 0px 1px 2px rgba(0,0,0,0.0544445);
  299. }
  300.  
  301. .notes li img {
  302. float: right;
  303. width: 12px;
  304. }
  305.  
  306. #pagination {
  307. padding: 20px;
  308. margin-bottom: 25px;
  309. font-size: 21px;
  310. width: 500px;
  311. font-weight: bold;
  312. text-transform: uppercase;
  313. text-align: center;
  314. }
  315.  
  316. #posts #pagination a, #posts #pagination span {
  317. display: inline-block;
  318. margin: 0px 3px;
  319. color: {color:accent1};
  320. }
  321.  
  322.  
  323. h1 { font-family: Playfair Display;
  324. font-size: 11px;
  325. font-weight: 500;}
  326.  
  327. .wrapper {width:1100px;margin:0 auto;overflow:hidden; }
  328.  
  329. #postinfo {
  330. position:relative;
  331. margin-left:0px;
  332. width: 525px;
  333. text-align:left;
  334. color:{color:text};
  335. font-size:9px;
  336. font-weight:bold;
  337. padding-top:10px;
  338. padding-bottom:9px;
  339. font-family:Karla;
  340. text-transform:uppercase;
  341. letter-spacing:1px;
  342. margin-top:0px;}
  343.  
  344. #postinfo a{
  345. display:inline;
  346. padding:5px;
  347. color:{color:text};
  348. }
  349.  
  350. #postinfo img {
  351. vertical-align:middle;
  352. margin-left:5px;
  353. border-radius:10%;
  354. width:30px;
  355. height:30px;}
  356.  
  357.  
  358. iframe.tmblr-iframe { z-index:99999999999999!important;
  359. top:0!important;
  360. right:0!important;
  361. opacity:0.4;
  362. /* delete from here */
  363. filter:invert(1);
  364. -webkit-filter:invert(1);
  365. -o-filter:invert(1);
  366. -moz-filter:invert(1);
  367. -ms-filter:invert(1);
  368. /* to here if your blog has a dark background */
  369. transform:scale(0.6);
  370. transform-origin:100% 0;
  371. -webkit-transform:scale(0.6);
  372. -webkit-transform-origin:100% 0;
  373. -o-transform:scale(0.6);
  374. -o-transform-origin:100% 0;
  375. -moz-transform:scale(0.6);
  376. -moz-transform-origin:100% 0;
  377. -ms-transform:scale(0.6);
  378. -ms-transform-origin:100% 0;
  379. transition: opacity 0.6s ease-in-out;
  380. -moz-transition: opacity 0.6s ease-in-out;
  381. -webkit-transition: opacity 0.6s ease-in-out;
  382. }
  383.  
  384. iframe.tmblr-iframe:hover {opacity:0.6!important;}
  385.  
  386.  
  387. .tags {
  388. word-wrap:break-word;
  389. white-space: pre-wrap;
  390. width:540px;
  391. position:relative;
  392. border:1px solid {color:border};
  393. padding:13px 10px 13px 10px;
  394. font-family:'karla';
  395. line-height: 280%;
  396. text-align:left;
  397. font-size:10px;
  398. margin-top:5px;
  399. color:{color:text};
  400. -webkit-box-shadow: 1px 1px 3px {color:border}
  401. -moz-box-shadow: 1px 1px 3px {color:border};
  402. box-shadow: 1px 1px 3px {color:border};
  403. background-color:{color:postsbg};
  404. -webkit-transition: opacity 0.5s linear;
  405. -webkit-transition: all 0.5s ease-in-out;
  406. -moz-transition: all 0.5s ease-in-out;
  407. -o-transition: all 0.5s ease-in-out; }
  408.  
  409. .tags a{
  410. padding:5px;
  411. color:{color:text};
  412. background-color: {color:tagsbg}; border-radius:10%;padding:5px;font-family:Karla;font-weight:bold;font-size:9px; margin-right: 9px;
  413. }
  414.  
  415. .tags a:hover{
  416. border-radius:10%;
  417. background-color:{color:backgrounds};
  418. color:{color:text};}
  419.  
  420. .title {
  421. font-family: Playfair Display;
  422. font-size:25px;
  423. color:{color:title}; font-style: italic;
  424. text-transform:Capitalize;
  425. margin-left: 0px;
  426.  
  427. }
  428.  
  429. .titlez {
  430. font-family: Playfair Display;
  431. font-size:20px;
  432. color:{color:title}; font-style: italic;
  433. text-transform:Capitalize;
  434. margin-left: 0px; margin-bottom: 10px;
  435. }
  436.  
  437.  
  438. .title span { text-transform: uppercase; font-weight: bold; font-size: 10px; font-family: karla!important; letter-spacing: 1px; color: {color:accent1}; }
  439.  
  440. .titlez span { text-transform: uppercase; font-weight: bold; font-size: 10px; font-family: karla!important; letter-spacing: 1px; color: {color:accent1}; }
  441.  
  442. .projects b {
  443. text-transform: uppercase; font-size: 10px; color:{color:accent1}; font-weight: bold; letter-spacing: 1px;
  444. }
  445.  
  446. .projects .ttl { text-align: center; font-size: 14px; font-style: italic; color:{color:accent2};}
  447.  
  448. .links .ttl { border-bottom: 1px solid {color:border}; margin-bottom: 10px;}
  449.  
  450. .links b { text-transform: uppercase; font-size: 11px;font-weight: bold; letter-spacing: 1px;}
  451.  
  452.  
  453. </style></head><body>
  454.  
  455.  
  456.  
  457.  
  458. <div id="navigation"><div class="wrapper">
  459. <table width="100%"><tr valign="top">
  460.  
  461. <td>
  462.  
  463. <div class="title"><font style="font-style: italic"> {text:topbartitle} </font><br> <span> {text:topbardesc} </span></div>
  464.  
  465.  
  466. </td>
  467. <td><div style="text-align:center; margin-top: 10px;">
  468. <a href="/">homepage</a>
  469.  
  470. <a href="/ask">message</a>
  471.  
  472. <a href="{text:link1 url}">{text:link1}</a>
  473. {/block:IfLink1}
  474. {block:IfLink2}
  475. <a href="{text:link2 url}">{text:link2}</a>
  476. {/block:IfLink2}
  477. {block:IfLink3}
  478. <a href="{text:link3 url}">{text:link3}</a>
  479. {/block:IfLink3}
  480. <a href="{text:link4 url}">{text:link4}</a>
  481. {/block:IfLink4}
  482. <a href="{text:link5 url}">{text:link5}</a>
  483. {/block:IfLink5}</td>
  484. </tr></table>
  485. </div>
  486. </div>
  487.  
  488. <div id="header" style="margin-top: 40px;">
  489. </div>
  490.  
  491.  
  492.  
  493. <div id="contain">
  494. <section id="sidebar" style="margin-top: 10px;">
  495.  
  496.  
  497.  
  498. <!------------------------ DESCRIPTION -------------------------->
  499.  
  500. <div id="section" class="projects">
  501.  
  502.  
  503. <div class="titlez"> welcome <br><span> {Title} </span> </font><br></div>
  504.  
  505. Welcome to LuxuriousLively, your best source for edits and gifs of Blake Lively. LuxuriousLively is a fanblog dedicated to the talented and beautiful actress Blake Lively. Follow us for your daily dose of original and creative edits. Thank you so much for visiting! We track #blivelyedit
  506. <p></center>
  507. </div>
  508.  
  509.  
  510.  
  511. <!------------------------ PROJECTS -------------------------->
  512.  
  513.  
  514. <div id="section" class="projects" style="min-height: 90px;">
  515. <div class="titlez"> Projects <br><span> Information </span> </font><br></div>
  516.  
  517.  
  518. <img src="http://via.placeholder.com/245x110">
  519. <p><div class="ttl"> Terminal (2017)</div>
  520. <b><center><small>MARGOT AS ANNIE </small></b></center>
  521.  
  522. <div style="margin-top: 5px; padding-top: 5px;">
  523. In the dark heart of a sprawling, anonymous city, TERMINAL follows the twisting tales of two assassins carrying out a sinister mission, a teacher battling a fatal illness, an enigmatic janitor and a curious waitress leading a dangerous double life. Murderous consequences unravel in the dead of night as their lives all intertwine at the hands of a mysterious criminal mastermind hell-bent on revenge.</div>
  524.  
  525.  
  526. <p><br>
  527. <img src="http://via.placeholder.com/245x110">
  528. <p>
  529. <div class="ttl"> I, TONYA (2017)</div>
  530. <B><center><small> MARGOT AS TONYA HARDING </small></center> </B>
  531. <div style="margin-top: 5px; padding-top: 5px;">
  532. Competitive ice skater Tonya Harding rises among the ranks at the U.S. Figure Skating Championships, but her future in the sport is thrown into doubt when her ex-husband intervenes.</div>
  533.  
  534. </div>
  535.  
  536.  
  537. <!------------------------ LINKS -------------------------->
  538.  
  539.  
  540. <div id="section" class="links">
  541.  
  542.  
  543. <div class="titlez"> Links <br><span> Explore</span> </font><br></div>
  544.  
  545. <div class="ttl"><b><a href="https://www.instagram.com/MargotRobbie/">Margot's Instagram</a></b>
  546. <br> Hear from Margot herself </div>
  547.  
  548. <div class="ttl"><b><a href="http://www.imdb.com/name/nm3053338/">IMDb</a></b>
  549. <br> The latest on Margot's career </div>
  550.  
  551. <div class="ttl"><b><a href="/">LINK</a></b>
  552. <br> Description </div>
  553.  
  554. <div class="ttl"><b><a href="/">LINK</a></b>
  555. <br> Description </div>
  556.  
  557. </div>
  558.  
  559.  
  560. <!------------------------ AFFILIATES -------------------------->
  561.  
  562.  
  563. <div id="section" class="affiliates">
  564.  
  565.  
  566. <div class="titlez"> Affiliates <br><span> Check Them Out</span> </font><br></div>
  567. <center>
  568. <a href="/apply"> <img src="http://via.placeholder.com/42x45" style="padding: 1px; margin: 1px;"> </a>
  569. <a href="/apply"> <img src="http://via.placeholder.com/42x45" style="padding: 1px; margin: 1px;"> </a>
  570. <a href="/apply"> <img src="http://via.placeholder.com/42x45" style="padding: 1px; margin: 1px;"> </a>
  571. <a href="/apply"> <img src="http://via.placeholder.com/42x45" style="padding: 1px; margin: 1px;"> </a>
  572. <a href="/apply"> <img src="http://via.placeholder.com/42x45" style="padding: 1px; margin: 1px;"> </a>
  573. </center>
  574. <b><center> <a href="/apply"> APPLY TO BE AN AFFILIATE TODAY !</a></b></center>
  575.  
  576.  
  577. </div>
  578.  
  579.  
  580. <!------------------------ EDITORS -------------------------->
  581.  
  582. <div id="section" class="affiliates">
  583.  
  584. <div class="titlez"> Editors <br><span> The Team</span> </font><br></div>
  585.  
  586. {block:GroupMembers}
  587. <table style="margin-top:0px;">
  588. {block:GroupMember}
  589. <tr>
  590. <td style="width:40px;">
  591. <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="margin-right: 10px; padding: 5px; border: 1px solid {color:border};">
  592. </td>
  593. <td style="width:290px; height:auto;">
  594. <div id="m" style="margin-top:5px; line-height: 100%">
  595. <a href="{GroupMemberURL}" style="font-size: 8px; leter-spacing: 1px; text-transform: uppercase">{GroupMemberName}</a> <br><div style="font-size: 10px;">{GroupMemberTitle}</div></div>
  596. </td>
  597. </tr>
  598. {/block:GroupMember}
  599. </table>
  600. {/block:GroupMembers}
  601.  
  602. </div>
  603.  
  604.  
  605.  
  606. <!------------------------ STATS -------------------------->
  607.  
  608. <div id="section" class="projects">
  609.  
  610. <div class="titlez"> Stats <br><span> About</span> </font><br></div>
  611.  
  612. <b>About:</b> Jennifer Lawrence<br>
  613.  
  614. <b>Established:</b> August 2014 <br>
  615.  
  616. <b>Currently Online: </b> 1 <br>
  617.  
  618. <b>Hits:</b> 152426 <br>
  619.  
  620. <b>Theme: </b> <a href="http://claraosmin.tumblr.com/">claraosmin</a> <br>
  621.  
  622.  
  623. </div>
  624.  
  625. <!------------------------ DESCRIPTION -------------------------->
  626.  
  627. <div id="section" class="projects">
  628.  
  629.  
  630. <div class="titlez"> Disclaimer <br><span> Copyright </span> </font><br></div>
  631.  
  632. Our site claims no credit for any videos posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed.
  633. <p></center>
  634. </div>
  635.  
  636. </section>
  637.  
  638.  
  639.  
  640. <section id="posts">
  641. {block:Posts}
  642.  
  643.  
  644.  
  645. <div id="post">
  646. {block:Date}
  647.  
  648. <div id="postinfo">
  649.  
  650.  
  651. <i class="fa fa-clock-o" aria-hidden="true" style="color:{color:Accent}"></i> <a href="{Permalink}" title="{12HourWithZero}:{Minutes} {CapitalAmPm}">{DayOfMonthWithZero} {ShortMonth}</a>
  652.  
  653. {block:NoteCount}<i class="fa fa-heart-o" aria-hidden="true" style="font-size:9px;color:{color:Accent};font-weight:bold"></i><a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  654.  
  655. <div style="float:right">
  656. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParenttitle}" style="color:{color:accent1}">{ReblogParentName} </a> {block:ContentSource} • <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:accent2}">{ReblogRootName}</a>{/block:ContentSource}
  657. {/block:RebloggedFrom} {block:RebloggedFrom}
  658. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  659. {/block:RebloggedFrom}</a>
  660. {block:ContentSource}
  661. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  662. {/block:ContentSource}</div>
  663.  
  664.  
  665.  
  666. <!------>
  667.  
  668. </div>
  669.  
  670. {/block:Date}
  671.  
  672.  
  673. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  674.  
  675. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  676.  
  677. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  678. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  679.  
  680. {block:Photo}<center><img src="{PhotoURL-500}"/ width="500"></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  681.  
  682. {block:Photoset}<center>{Photoset-500}</center>
  683. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  684.  
  685. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  686.  
  687. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  688.  
  689. {block:Answer}
  690. <div class="ask"><div style="color: #555555; padding: 10px; padding-bottom: 8px; background-color: #f7f7f7; text-transform: none; font-style: italic;"><table><td><img src="{AskerPortraitURL-30}" style="margin: 1px; margin-right: 5px; border-radius: 100%;"></td><td><font style="width: 64px; line-height: 10%; margin-top: -10px; letter-spacing: 1px; text-transform: uppercase; font-size: 8px;"> {Asker}<br></font><font style="text-transform: lowercase;">
  691. {Question}</font></td></table>
  692. </div><div style="margin-left: 0px; margin-top: -5px;">
  693. {Answer}</div></div>
  694. {/block:Answer}
  695.  
  696.  
  697. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  698. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  699. {/block:ExternalAudio}
  700. <br>{AudioPlayerwhite}<br></span>
  701. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  702.  
  703. </div>
  704.  
  705. {block:HasTags}<div class="tags"> <i class="fa fa-tag" aria-hidden="true" style="font-size:9px;color:{color:Accent};font-weight:bold; margin-right: 10px;"></i> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  706.  
  707.  
  708.  
  709. <p>
  710. {block:PostNotes}
  711. <div style="margin-left:15px;">
  712. {PostNotes}{/block:PostNotes}
  713.  
  714.  
  715. {/block:Posts}
  716.  
  717.  
  718.  
  719. <div id="pagi">
  720. {block:IndexPage}
  721. <div id="pagination">
  722. {block:Pagination}
  723. {block:JumpPagination length="5"}
  724. {block:CurrentPage}
  725. <span class="current_page">{PageNumber}</span>
  726. {/block:CurrentPage}
  727. {block:JumpPage}
  728. <a class="jump_page" href="{URL}">{PageNumber}</a>
  729. {/block:JumpPage}
  730. {/block:JumpPagination}
  731. {/block:Pagination}
  732. </div>
  733. {/block:IndexPage}
  734. </div>
  735. <div style="position:fixed; font-size:8px; color:{color:text}; letter-spacing:0px; bottom:2px; font-family: calibri; right:2px;">
  736. <a href="http://claraosmin.tumblr.com/">THEME</a></div>
  737. </div>
  738.  
  739. </div>
  740.  
  741. </div>
  742. </div>
  743.  
  744. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement