Advertisement
Perfect-Nicholas

Theme #29 - Aglow

Feb 11th, 2014
934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.01 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. <head><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.  
  8. <!---- theme 29 by llermans © tumblr.com --->
  9.  
  10. <meta name="color:Background" content="#f4f4f4"/>
  11. <meta name="color:Text" content="#3e3e3e"/>
  12. <meta name="color:Link" content="#333333"/>
  13. <meta name="color:Link Hover" content="#000000" />
  14. <meta name="color:Sidebarlinks" content="#ffffff" />
  15. <meta name="color:Links Background" content="#709ab4" />
  16. <meta name="color:Sidebarfooter" content="#668fa7" />
  17.  
  18. <meta name="image:Sidebar" content=""/>
  19. <meta name="image:Background" content=""/>
  20. <meta name="if:MaximizedBackground" content="" />
  21. <meta name="if:Avatarborder" content="" />
  22. <meta name="if:Infinite scroll" content=""/>
  23. <meta name="text:Player color" content="668fa7"/>
  24.  
  25. <meta name="text:link 1" content="link 1"/>
  26. <meta name="text:link 1 url" content="/"/>
  27. <meta name="text:link 2" content="link 2"/>
  28. <meta name="text:link 2 url" content="/"/>
  29. <meta name="text:link 3" content="link 3"/>
  30. <meta name="text:link 3 url" content="/"/>
  31. <meta name="text:link 4" content="link 4"/>
  32. <meta name="text:link 4 url" content="/"/>
  33. <meta name="text:link 5" content="link 5"/>
  34. <meta name="text:link 5 url" content="/"/>
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38.  
  39. <script>
  40.  
  41. (function($){
  42.  
  43. $(document).ready(function(){
  44.  
  45. $("a[title]").style_my_tooltips({
  46.  
  47. tip_follows_cursor:true,
  48.  
  49. tip_delay_time:30,
  50.  
  51. tip_fade_speed:300,
  52.  
  53. attribute:"title"
  54.  
  55. });
  56.  
  57. });
  58.  
  59. })(jQuery);
  60.  
  61. </script>
  62.  
  63. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  64. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  65.  
  66. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  67. <script src="http://static.tumblr.com/misqj4e/wRnm75f7d/totop.js" type="text/javascript"></script>
  68. <script type="text/javascript">
  69. $(function() {
  70. $(window).scroll(function() {
  71. if($(this).scrollTop() != 0) {
  72. $('#top').fadeIn();
  73. } else {
  74. $('#top').fadeOut();
  75. }
  76. });
  77.  
  78. $('#top').click(function() {
  79. $('body,html').animate({scrollTop:0},800);
  80. });
  81. });
  82. </script>
  83. {/block:ifinfinitescroll}
  84.  
  85. <!--- CSS --->
  86.  
  87. <style type="text/css">
  88.  
  89. #s-m-t-tooltip {color:white;font-size:10px;font-style: italic;font-family: times;margin:12px 0px 0px 12px;padding:8px 5px;max-width:400px;background-color:{color:text};text-transform:lowercase;letter-spacing: 1px;z-index:999; border: 1px solid #838383;}
  90.  
  91. /*scrollbar*/
  92. ::-webkit-scrollbar{width: 8px; height: 5px; background-color:{color:sidebarfooter}}
  93. ::-webkit-scrollbar-thumb{background-color:{color:sidebarfooter}; border:1px solid;}
  94. ::-webkit-scrollbar-track{background-color:{color:background};}
  95.  
  96. html, body, h1, h2, h3, h4, h5, h6, p, ol, blockquote {margin:0; padding:0; list-style:none;}
  97.  
  98. body {font: 10px Helvetica; color: {color:text}; background-color:{color:background}; {block:ifMaximizedBackground} background:url("{image:Background}") no-repeat center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; {/block:ifMaximizedBackground} {block:ifnotMaximizedBackground} background:{color:background} url('{image:Background}') top left fixed repeat; {/block:ifnotMaximizedBackground} line-height:5px;}
  99. a {color: {color:link};}
  100. a:hover {color: {color:link hover};}
  101. a {text-decoration:none;}
  102.  
  103. b, strong {color:{color:text}}
  104. i, em {color:{color:text}}
  105. small {font-size:8px;}
  106. big {font-size:12px;}
  107. ul {list-style:square;text-align:justify;}
  108.  
  109. blockquote {padding: 0px 0 0px 13px;border-left: 1px solid {color:text};text-align:justify;}
  110.  
  111. blockquote p {display:block!important;}
  112.  
  113. blockquote img {max-width:220px!important;}
  114.  
  115. /* content */
  116. #content {left:50%; margin-left:-150px; position:absolute; width:420px; margin-top: 25px; margin-bottom: 25px;}
  117.  
  118. /* sidebar */
  119. #sidebar {margin-left: -290px; top: 1px; line-height:15px; width: 160px; position: fixed; margin-bottom: 15px; text-align: center; margin-top:100px; background: rgba(255,255,255,.3 ); border: 1px solid #838383; box-shadow: 3px 5px 7px rgba(0,0,0, 0.5); -moz-border-radius: 8px;
  120. -webkit-border-radius: 8px;
  121. border-radius: 8px;}
  122. #sidebar h1 a {color: {color:text}; text-decoration: none;}
  123. #sidebar h1 a:hover {color: {color:text}; text-decoration: none;}
  124. #sidebarimage {width: 160px; text-align:center; position: relative; top: -44px;}
  125. {block:ifAvatarborder}#sidebarimage img {border: 1px solid #838383;}{/block:ifAvatarborder}
  126.  
  127. #sidebarfooter {background:{color:sidebarfooter}; -moz-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -moz-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;}
  128.  
  129. #sidebar img {width:100px;}
  130.  
  131. #description {width:130px; padding:15px; word-spacing:2px; text-align:justify; margin-top:-54px;}
  132.  
  133. .links {line-height:25px; width: 167px; padding-top:8px; padding-bottom:8px; opacity:1;}
  134.  
  135. .links a{margin-right:8px; padding:3px 5px; border:1px solid rgba(255,255,255,.3 ); background:{color:links background}; color:{color:sidebarlinks}; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-border-radius: 5px;
  136. -webkit-border-radius: 5px;
  137. border-radius: 5px;}
  138.  
  139. .links a:hover{box-shadow: 1px 1px 2px rgba(0,0,0, 0.5); transition-duration: 0.8s; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease;}
  140.  
  141. /* pagination */
  142. #pagination {position:fixed; width:400px; text-align:center; margin-top:20px;font-family:'helvetica'; font-size:11px; word-spacing:10px; text-transform:lowercase; color:{color:text}; z-index:10000; background:rgba(255,255,255,.3); opacity:1; bottom:0; padding:10px; padding-top:15px; padding-bottom:15px;}
  143.  
  144. #pagination a {margin-right:8px; padding:3px 5px; border:1px solid rgba(255,255,255,.3 ); background:{color:links background}; color:{color:sidebarlinks}; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-border-radius: 5px;
  145. -webkit-border-radius: 5px;
  146. border-radius: 5px;}
  147.  
  148. /* posts */
  149. .post {line-height: 18px; clear: both; padding: 10px; background: rgba(255,255,255,.3 ); border: 1px solid #B8B8B8; box-shadow: 3px 5px 7px rgba(0,0,0, 0.5);-moz-border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px;}
  150. .post h3 {font-size: 1em;}
  151. .caption blockquote {padding-left: 20px;}
  152.  
  153. /* kinds of posts */
  154. .post_text {text-align: left; line-height: 18px;}
  155.  
  156. .post_photo {margin-bottom: 5px; text-align: center; line-height: 18px;}
  157. .post_photo img {border: 0;}
  158.  
  159. .post_quote {text-align: center; font-weight:bold; font-size: 12px; padding:10px; line-height: 18px;}
  160. .source {font-size: 12px; border-top: 1px dashed {color:sidebarfooter}; padding-top:7px; text-align:center; line-height:150%;}
  161.  
  162. .post_answer {text-align: justify; line-height: 18px;}
  163. .askertop {padding:5px; border:1px solid rgba(255,255,255,.3 ); background: rgba(255,255,255,.3); background:{color:sidebarfooter}; padding-left:10px; padding-right:10px; font-size:10px; letter-spacing:1px; color:{color:sidebarlinks};-moz-border-radius: 5px;
  164. -webkit-border-radius: 5px;
  165. border-radius: 5px;}
  166. .askertop a {color:{color:sidebarlinks};}
  167. .answer {text-align: justify; font-size:11px; padding-top:10px; margin-left:5px;}
  168. .question {margin-bottom: 0px;}
  169.  
  170. .post_link {text-align: left; line-height: 18px;}
  171. .post-link {line-height: 18px; clear: both; padding: 10px; background: rgba(255,255,255,.3 ); border: 1px solid #B8B8B8; box-shadow: 3px 5px 7px rgba(0,0,0, 0.5);}
  172. .link_title {font-size: 25px; font-weight: bold; line-height: 1.2; padding:10px; display:block; text-align:left; text-transform:none; background:{color:sidebarfooter}; -moz-border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px;}
  173. .link_title a {color:{color:sidebarlinks}; margin-left:10px;}
  174.  
  175. .post_audio {text-align: left; line-height: 18px;}
  176. #audio {background:{color:sidebarfooter}; padding-bottom:13px; padding-top:5px; margin-bottom:15px; height:20px; line-height: 18px; border-radius:8px;}
  177. .audioinfo {z-index:99999; text-transform:uppercase; color:{color:sidebarlinks}; font-size:12px; float: right; margin-right:15px; line-height:15px;}
  178.  
  179. .post_video {text-align: left; line-height: 18px;}
  180.  
  181. .post_chat {text-align: left; line-height: 18px;}
  182. .post_chat li {list-style-type: none; line-height: 18px;}
  183.  
  184. /* metadata */
  185. #info {font-size: 10px; padding:10px; display:block; text-align:center; text-transform:none; margin-bottom: 70px; {block:indexpage}line-height:150%; padding-bottom: 15px;{/block:indexpage}{block:permalinkpage}line-height:none; padding-bottom: 25px;{/block:permalinkpage} color:{color:sidebarlinks}; background:{color:sidebarfooter}; box-shadow: 3px 5px 7px rgba(0,0,0, 0.5);-moz-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -moz-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;}
  186.  
  187. ol.notes {display:block; padding-bottom:2%; text-align:left; list-style-type:none; padding:25px 0; text-transform:uppercase; font-size:8px; letter-spacing:1px; word-spacing:2px;}
  188.  
  189. ol.notes li.note{padding:2%; line-height:130%;}
  190.  
  191. ol.notes li.note img.avatar{width:0px; height:0px;}
  192.  
  193. .pagenotes {text-align:left; background: rgba(255,255,255,.5 ); padding-left:5px; padding-right:5px;}
  194.  
  195. .tags {text-transform:uppercase; font-size:8px; padding:10px; text-align:right; {block:indexpage}margin-top:10px;{/block:indexpage}{block:permalinkpage}margin-top: 25px;{/block:permalinkpage} letter-spacing:1px; color:{color:sidebarlinks}; line-height:13px;}
  196. .tags a {background:{color:Links Background}; color:{color:sidebarlinks}; padding:3px 5px; margin-right:8px; border:1px solid rgba(255,255,255,.3 ); -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-border-radius: 5px;
  197. -webkit-border-radius: 5px; border-radius: 5px; -webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease;}
  198. .tags a:hover {margin-right:8px; -webkit-transition: all 1.0s ease; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease;}
  199.  
  200. /*custom css */
  201. .caption{padding-top:13px;padding-left:10px;padding-bottom:5px;margin-top:5px;text-align:left;font-size:10px;font-style:italic;padding-right:10px;}
  202. .captionau {padding-top: 0px;padding-left:10px;padding-bottom:5px;margin-top:5px;text-align:left;font-size:10px;font-style:italic;padding-right:10px;}
  203. .clear {clear: both;}
  204.  
  205. .likeandreblog {float: left; {block:indexpage}padding:3px 5px;{/block:indexpage}{block:permalinkpage}padding:0px 5px;{/block:permalinkpage} }
  206.  
  207. #post img{width:400px;}
  208.  
  209. .footer {opacity: 0; margin-top:-50px; z-index: 2; position:absolute; filter: alpha(opacity = 100);}
  210.  
  211. .meta {display: table-cell; vertical-align: middle;}
  212.  
  213. {block:indexpage}#info:hover{block:indexpage}{block:permalinkpage}#info{/block:permalinkpage} .footer {opacity:1; margin-top:10px; -o-transition: .6s ease-in-out; transition: .6s ease-in-out; -moz-transition: .6s ease-in-out; -webkit-transition: .6s ease-in-out;}
  214.  
  215. #right {position: fixed; top: 30%; right: 100px; z-index:100; font-size: 18px;}
  216.  
  217. #top {margin:auto; font-size:20px; text-align:center; position:fixed; display:none; bottom: 11px; padding: 2px; border:1px solid #838383; background: rgba(255,255,255,.5 );}
  218.  
  219. /*credit*/
  220. credit {position:fixed; right:10px; bottom:10px; border: none; padding: 0.8em 0.8em; background: {color:Links Background}; color: {color:sidebarlinks}; font-family: 'Lato', Calibri, Arial, sans-serif; font-size: 1em; letter-spacing: 1px; text-transform: uppercase; border:1px solid rgba(255,255,255,.3 ); border-radius: 2px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
  221.  
  222. credit:hover {background: {color:sidebarfooter}; color: {color:sidebarlinks}; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
  223.  
  224. {CustomCSS}
  225.  
  226. </style></head>
  227. <body>
  228.  
  229. {block:ifinfinitescroll}
  230. <div id="right"><div id="top"><img src="http://www.google.com/edu/images/global-ui/thin-arrow-up.png" width="30"></div></div>
  231. {/block:ifinfinitescroll}
  232.  
  233. <div id="content">
  234.  
  235. <div id="sidebar">
  236.  
  237. <div id="sidebarimage">
  238.  
  239. <a href="/"><img src="{image:Sidebar}" /></a>
  240.  
  241. </div>
  242.  
  243. <div id="description">{description}</div>
  244.  
  245. <div id="sidebarfooter">
  246. <div class="links">
  247. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  248. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  249. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  250. {block:iflink4}<br/><a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink5}
  251. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  252.  
  253. </div>
  254. </div>
  255. </div>
  256.  
  257. <div id="entries">
  258.  
  259. <ol id="posts">
  260.  
  261. {block:ContentSource}
  262. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  263. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  264. {/block:SourceLogo}
  265. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  266. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  267.  
  268. {block:ifinfinitescroll}<div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  269.  
  270. {block:Posts}
  271. {block:ifinfinitescroll}<div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  272. {block:Text}
  273. <div class="post">
  274. <li class="post_text">
  275. {block:Title}
  276. <h3><a href="{Permalink}">{Title}</a></h3>
  277. {/block:Title}{Body}
  278. </li></div>
  279. {/block:Text}
  280.  
  281. {block:ifinfinitescroll}</div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  282. {block:Photo}
  283. <div class="post">
  284. <li class="post_photo">
  285. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  286.  
  287. {block:Caption}
  288. <div class="caption">{Caption}</div>
  289. {/block:Caption}
  290. </li></div>
  291. {/block:Photo}
  292.  
  293. {block:ifinfinitescroll}</div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  294. {block:Photoset}
  295. <div class="post">
  296. <li class="post_photoset">
  297. {Photoset-400}{block:Caption}
  298. <div class="caption">{Caption}</div>
  299. {/block:Caption}
  300. </li></div>
  301. {/block:Photoset}
  302.  
  303. {block:ifinfinitescroll}</div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  304. {block:Quote}
  305. <div class="post">
  306. <li class="post_quote">
  307. {Quote}</li>
  308. {block:Source}
  309. <div class="source">{Source}</div>
  310. {/block:Source}
  311. </div>
  312. {/block:Quote}
  313.  
  314. {block:ifinfinitescroll}</div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  315. {block:Link}
  316. <div class="link_title">
  317. <a href="{URL}" {Target}>{Name}</a>
  318. </div>
  319.  
  320. <li class="post_link">
  321. <div class="post-link">
  322. {block:Description}
  323. <div class="description">{Description}</div>
  324. {/block:Description}
  325. </li></div>
  326. {/block:Link}
  327.  
  328. {block:ifinfinitescroll}</div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  329. {block:Chat}
  330. <div class="post">
  331. <li class="post_chat">
  332. {block:Title}
  333. <h3><a href="{Permalink}">{Title}</a></h3>
  334. {/block:Title}
  335.  
  336. <ul class="chat">
  337. {block:Lines}
  338. <li class="{Alt} user_{UserNumber}">
  339. {block:Label}
  340. <span class="label">{Label}</span>
  341. {/block:Label}{Line}
  342. </li>
  343. {/block:Lines}
  344. </ul>
  345. </li></div>
  346. {/block:Chat}
  347.  
  348. {block:ifinfinitescroll}</div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  349. {block:Answer}
  350. <div class="post">
  351. <li class="post_answer">
  352. <div class="askertop">
  353. <b>{Asker}<span style="color:{color:sidebarlinks}">:</span></b> <span class="question">{Question}</span></div>
  354. <div class="answer">{Answer}</div>
  355. </li></div>
  356. {/block:Answer}
  357.  
  358. {block:ifinfinitescroll}</div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  359. {block:Video}
  360. <div class="post">
  361. <li class="post_video">
  362. {Video-400}{block:Caption}
  363. <div class="caption">{Caption}</div>
  364. {/block:Caption}
  365. </li></div>
  366. {/block:Video}
  367.  
  368. {block:ifinfinitescroll}</div><div class = "autopagerize_page_element" >{/block:ifinfinitescroll}
  369. {block:Audio}
  370. <div class="post">
  371. <div id="audio">
  372. <div style="float:left;">
  373.  
  374. <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/javascript/tumblelog.js?7"></script>
  375. <span id="audio_player_{PostID}">[<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">Flash 9</a> is required to listen to audio.]</span>
  376. <script type="text/javascript" src="/api/read/json?id={PostID}"></script>
  377. <script type="text/javascript">
  378. var color = "{text:Player color}";
  379. var player = tumblr_api_read['posts'][0]['audio-player'].replace("color=FFFFFF", "color=" + color);
  380. replaceIfFlash(9, "audio_player_{PostID}", player);
  381. </script>
  382.  
  383. </div><div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>{block:Artist}{Artist}{/block:Artist}</div></div>
  384. <li class="post_audio">
  385. {block:Caption}
  386. <div class="captionau">{Caption}</div>
  387. {/block:Caption}
  388. </li></div>
  389. {/block:Audio}
  390.  
  391. {block:indexpage}
  392. <div id="info"><span style="font-weight:bold;">
  393. {block:Date}<a href="{Permalink}" style="color:{color:background}; background:{color:Links Background}; margin-right:8px; padding:3px 5px; float:right; border:1px solid rgba(255,255,255,.3 ); line-height:15px; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-border-radius: 5px;
  394. -webkit-border-radius: 5px;
  395. border-radius: 5px;" title="{NoteCountWithLabel}" >{TimeAgo}</a>{/block:Date}</span>
  396.  
  397. <div class="likeandreblog">
  398. {ReblogButton size="17"}</div>
  399. <div class="likeandreblog">
  400. {LikeButton size="17"}</div>
  401.  
  402. {block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParenttitle}" style="color:{color:background}; background:{color:Links Background}; margin-right:8px; padding:3px 5px; float:right; border:1px solid rgba(255,255,255,.3 ); line-height:15px; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-border-radius: 5px;
  403. -webkit-border-radius: 5px;
  404. border-radius: 5px;">Via</a>{block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:background}; background:{color:Links Background}; margin-right:8px; padding:3px 5px; float:right; border:1px solid rgba(255,255,255,.3 ); line-height:15px; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-border-radius: 5px;
  405. -webkit-border-radius: 5px;
  406. border-radius: 5px;">Source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}
  407. <br/>
  408. {block:HasTags}<div class="footer"><div class="meta"><div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div></div></div>{/block:HasTags}
  409. </div>
  410.  
  411. {/block:indexpage}
  412.  
  413. {block:PermalinkPagination}
  414. <div id="info"><span style="font-weight:bold;">
  415. {block:Date}<a href="{Permalink}" style="color:{color:background}; background:{color:Links Background}; margin-right:8px; padding:3px 5px; float:right; border:1px solid rgba(255,255,255,.3 ); line-height:15px; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-border-radius: 5px;
  416. -webkit-border-radius: 5px;
  417. border-radius: 5px;" title="{NoteCountWithLabel}" >{TimeAgo}</a>{/block:Date}</span>
  418.  
  419. <div class="likeandreblog">
  420. {ReblogButton size="17"}</div>
  421. <div class="likeandreblog">
  422. {LikeButton size="17"}</div>
  423.  
  424. {block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParenttitle}" style="color:{color:background}; background:{color:Links Background}; margin-right:8px; padding:3px 5px; float:right; border:1px solid rgba(255,255,255,.3 ); line-height:15px; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-border-radius: 5px;
  425. -webkit-border-radius: 5px;
  426. border-radius: 5px;">Via</a>{block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:background}; background:{color:Links Background}; margin-right:8px; padding:3px 5px; float:right; border:1px solid rgba(255,255,255,.3 ); line-height:15px; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-border-radius: 5px;
  427. -webkit-border-radius: 5px;
  428. border-radius: 5px;">Source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}
  429. <br/>
  430. {block:HasTags}<div class="footer"><div class="meta"><div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div></div></div>{/block:HasTags}
  431. </div>
  432. {/block:PermalinkPagination}
  433.  
  434. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  435. {/block:Posts}{block:ifinfinitescroll}</div>{/block:ifinfinitescroll}
  436.  
  437. {block:ifnotinfinitescroll}
  438. {block:Pagination}
  439. <div id="pagination">
  440. {block:PreviousPage}
  441. <a href="{PreviousPage}">←</a>
  442. {/block:PreviousPage}
  443. {block:JumpPagination length="5"}
  444. {block:CurrentPage}
  445. <span class="current_page">{PageNumber}</span>
  446. {/block:CurrentPage}
  447. {block:JumpPage}
  448. <a href="{URL}">{PageNumber}</a>
  449. {/block:JumpPage}
  450. {/block:JumpPagination}
  451. {block:NextPage}
  452. <a href="{NextPage}">→</a>
  453. {/block:NextPage}
  454. </div>
  455. {/block:Pagination}
  456. {/block:ifnotinfinitescroll}
  457.  
  458. </ol>
  459.  
  460. <a href="http://llermans.tumblr.com/"><credit class="md-trigger" data-modal="modal-1">llmns</credit></a>
  461.  
  462. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement