Advertisement
lordemusic

yey

Feb 27th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.32 KB | None | 0 0
  1. <!--
  2. light theme by everdeem
  3. > keep the credits intact
  4. > this theme might not be availabe anymore
  5. -->
  6.  
  7. <html><head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="image:Pic" content=""/>
  13.  
  14. <meta name="color:Text" content="#555555"/>
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Link" content="#555555"/>
  17. <meta name="color:Hover" content="#97b3ad"/>
  18. <meta name="color:Scheme" content="#918f8f"/>
  19. <meta name="color:Borders" content="#eeeeee"/>
  20.  
  21. <meta name="select:Body" content="calibri" title="Calibri">
  22. <meta name="select:Body" content="consolas" title="Consolas">
  23. <meta name="select:Body" content="arial" title="Arial">
  24. <meta name="select:Body" content="open sans" title="Open Sans">
  25.  
  26. <meta name="if:Eu" content="0"/>
  27. <meta name="if:Pic" content="0"/>
  28. <meta name="if:Tags hover" content="1"/>
  29. <meta name="if:350px" content="1"/>
  30.  
  31. <meta name="text:Text" content="9.5"/>
  32. <meta name="text:Title" content="bravery"/>
  33. <meta name="text:Space" content="150"/>
  34.  
  35. <meta name="text:link1 url" content="/"/>
  36. <meta name="text:link1" content="home"/>
  37. <meta name="text:link2 url" content="/ask"/>
  38. <meta name="text:link2" content="message"/>
  39. <meta name="text:link3 url" content="/"/>
  40. <meta name="text:link3" content=""/>
  41. <meta name="text:link4 url" content="/"/>
  42. <meta name="text:link4" content=""/>
  43.  
  44. <!-- scripts -->
  45. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic|Karla:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  46. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  47. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  48. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  49. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:200,
  56. tip_fade_speed:300
  57. }
  58. );
  59. });
  60. })(jQuery);
  61. </script>
  62.  
  63. <style type="text/css">
  64. /* text related */
  65. body {color:{color:Text}; background:{color:Background}; font-family:{select:Body}; font-size:{text:Text}px; line-height:150%;}
  66.  
  67. blockquote {padding:0px 8px 0px; margin:3px 8px 3px; border-left:1px solid #e7e7e7;}
  68.  
  69. i, em {font-style:italic;}
  70. b, strong {font-weight:600;}
  71. big, small {font-size:{text:Text}px;}
  72. u {text-decoration:none; padding-bottom:1px; border-bottom:1px solid {color:Borders};}
  73. hr {height:1px; background:{color:Borders}; margin:10px 0px 10px; border:0px; padding:0px;}
  74.  
  75. a {color:{color:Link}; text-decoration:none; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  76. a:hover, #links a:hover, .permalink a:hover, a.tumblr_blog:hover, .tag a:hover, b:hover, i:hover, #pag a:hover {color:{color:Hover}; transition:.7s ease; -o-transition:.7s ease; -moz-transition:.7s ease; -webkit-transition:.7s ease;}
  77. a.tumblr_blog {color:{color:Text};}
  78.  
  79. ::selection {background:{color:Scheme}; color:#f5f5f5;}
  80. ::-moz-selection {background:{color:Scheme}; color:#f5f5f5;}
  81. ::-webkit-selection {background:{color:Scheme}; color:#f5f5f5;}
  82.  
  83. #s-m-t-tooltip {max-width:300px; margin:15px; padding:3px 6px; background:rgba(150,150,150,.7); color:#fff; z-index:999999; font-size:7px; text-transform:uppercase; letter-spacing:1px; font-style:italic; border-radius:3px;}
  84.  
  85. /* sidebar related */
  86. #sidebar {position:fixed; text-align:center; width:90px; margin-top:100px; padding:0px;}
  87. #sidebar p {padding:0px; margin:0px;}
  88.  
  89. h1 a {text-decoration:none; font-weight:normal; letter-spacing:2px; color:#aaa; text-transform:lowercase; font-size:9px; padding:0px; margin:0px; font-style:normal;}
  90. h1 {padding:0px;}
  91. h2 {letter-spacing:1.5px; color:{color:Text}; text-transform:uppercase; font-size:8px; font-family:{select:Text}; font-weight:normal; font-style:italic; margin-bottom:8px; padding-bottom:8px; border-bottom:1px solid {color:Borders};}
  92.  
  93. #description {margin:0px; padding:10px; background:#f8f8f8; text-align:justify; line-height:200%;}
  94.  
  95. #links {text-decoration:none; padding:0px; margin-top:7px;}
  96. #links a {padding:0px; letter-spacing:.5px; margin:0px 3px; color:#aaa;}
  97.  
  98. ul {padding:0px; margin-left:15px; margin-top:0px; margin-bottom:0px; list-style-type:none;}
  99. ul li {margin:0px; padding:0px; list-style-type:none; line-height:180%;}
  100. ul li:before {content:'›'; margin-right:5px;}
  101.  
  102. /* scrollbar */
  103. ::-webkit-scrollbar {width:11px; height:11px; background:#f2f2f2;}
  104. ::-webkit-scrollbar-thumb {background:rgba(153,153,153,0.25);}
  105. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {border:5px solid #ffffff;}
  106.  
  107. /* structure */
  108. #contain {{block:ifnot350px}width:600px;{/block:ifnot350px} {block:if350px}width:550px;{/block:if350px} margin:70px auto;}
  109. #content {{block:ifnot350px}width:400px;{/block:ifnot350px} {block:if350px}width:350px;{/block:if350px} float:right;}
  110.  
  111. .post {{block:ifnot350px}width:400px;{/block:ifnot350px} {block:if350px}width:350px;{/block:if350px} margin-bottom:{text:Space}px;}
  112. img {max-width:100%; height:auto; width:auto; vertical-align:middle;}
  113.  
  114. .caption {margin:15px 0px 0px;}
  115.  
  116. /* posts: questions, quotes, chats and audios*/
  117. .question {text-align:center;}
  118. .asker {text-transform:uppercase; font-size:7px; letter-spacing:1px; margin:5px 0px 5px; text-align:center;}
  119. .asker a {text-transform:uppercase; font-size:7px; letter-spacing:1px;}
  120. .answer {text-align:center; font-style:italic;}
  121. .answer p {margin:0px; padding:0px;}
  122.  
  123. .quote {text-transform:lowercase; font-style:italic; text-align:justify;}
  124. .quote::first-letter, .author::first-letter {text-transform:uppercase;}
  125. .author, .author a {font-weight:600; margin-top:5px; text-align:center; text-transform:uppercase; letter-spacing:1px; font-size:7px; color:#aaa;}
  126. .author i {font-style:normal;}
  127.  
  128. .chat {text-decoration:none; line-height:180%; font-size:calc({text:Text}px + 1px);}
  129. .line {padding:0px; list-style:none; font-family: 'Karla', sans-serif;}
  130. .label {color:{color:Text}; font-weight:600; text-transform:lowercase; font-family: 'Karla', sans-serif;}
  131. .label::first-letter {text-transform:uppercase;}
  132.  
  133. .audio {height:50px; color:#aaa;}
  134. .player {padding:0px; background:{color:Background}; width:50px; height:50px; overflow:hidden; float:left; margin-right:15px; border:1px solid {color:Borders}; border-radius:3px;}
  135. .info {text-align:left; vertical-align:middle;}
  136. .track {font-weight:600; font-size:11px; margin-bottom:5px;}
  137. .button {overflow:hidden; height:30px; width:30px; margin:12px 11px 10px;}
  138.  
  139. /* permalinks */
  140. .permalink {position:relative; margin-top:15px; text-align:left; color:#aaa; background:#f8f8f8; padding:13px 15px;}
  141. .permalink a {color:#aaa; text-transform:lowercase; margin-right:3px; word-wrap:break-word; word-break:break-all; font-style:italic; letter-spacing:.5px; }
  142.  
  143. .tag {margin-top:2px; text-align:left; {block:ifTagsHover}opacity:0; transition:.5s ease; -o-transition:.5s ease; -moz-transition:.5s ease; -webkit-transition:.5s ease;{/block:ifTagsHover}}
  144. {block:ifTagsHover}.post:hover .tag {opacity:1; transition:.5s ease; -o-transition:.5s ease; -moz-transition:.5s ease; -webkit-transition:.5s ease;}{/block:ifTagsHover}
  145. .permalink a:after {content:',';}
  146. .permalink a:last-of-type:after {content:'.';}
  147.  
  148. .ppage {padding:10px; text-transform:uppercase; font-weight:600; font-size:8px; letter-spacing:1px; font-family:calibri; border-top:1px solid {color:Borders}; border-bottom:1px solid {color:Borders}; text-align:left; margin:15px 0px 15px; line-height:200%;}
  149. .ppage a {text-transform:uppercase; font-weight:600; font-size:8px; letter-spacing:1px; font-family:calibri;}
  150. .ppage i {font-style:normal; margin-right:8px;}
  151. .notes {margin:0px; list-style:none; text-transform:lowercase; line-height:200%;}
  152. .notes ul, .notes ol, .notes li {margin:0px; padding:0px;}
  153. .notes img {display:none;}
  154.  
  155. /* pagination and tumblr controls */
  156. #pag {text-align:left; width:auto; padding-top:30px; margin-bottom:{text:Space}px; color:#aaa;}
  157. #pag a {text-decoration:none; margin-right:15px;}
  158. #pag i {font-style:normal; color:#ccc;}
  159.  
  160. #tumblr_controls,.tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {white-space:nowrap!important; -webkit-filter:invert(100%)!important; -moz-filter:invert(100%)!important; -ms-filter:invert(100%)!important; -o-filter:invert(100%)!important; filter:invert(100%)!important; position:fixed!important; opacity:.4!important; top:10px; right:10px; transform:scale(.7);
  161. -webkit-transform:scale(.7);
  162. -moz-transform:scale(.7);}
  163. </style>
  164. </head>
  165. <!-- pxu photoset @shythemes -->
  166. <script>
  167. $(document).ready(function(){
  168. $('.photo-slideshow').pxuPhotoset({
  169. lightbox: true,
  170. rounded: false,
  171. gutter: '1px',
  172. borderRadius: '0px',
  173. photoset: '.photo-slideshow',
  174. photoWrap: '.photo-data',
  175. photo: '.pxu-photo'
  176. });
  177. });
  178. </script>
  179. <!-- pxu photoset @shythemes -->
  180. <body>
  181. <div id="contain">
  182.  
  183. <!-- sidebar -->
  184. <div id="sidebar">
  185. {block:ifPic}<div style="margin-bottom:7px;"><img src="{image:Pic}"/></div>{/block:ifPic}{block:ifEu}<h1><a href="/">{text:Title}</a></h1>{/block:ifEu}<div id="description">there are far better things ahead than any we leave behind</div><div id="links"><a href="{text:link1 url}" title="{text:link1}">01</a>
  186. <a href="{text:link2 url}" title="{text:link2}">02</a>
  187. <a href="{text:link3 url}" title="{text:link3}">03</a>
  188. <a href="{text:link4 url}" title="{text:link4}">04</a>
  189. </div></div>
  190. <!-- sidebar -->
  191.  
  192. <div id="content">{block:Posts}<div class="post">
  193.  
  194. {block:Text}<div class="test">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  195.  
  196. {block:Answer}<div class="test"><div class="question">{Question}</div><div class="asker">asked by {Asker}</div><div class="answer">{Answer}</div></div>{/block:Answer}
  197.  
  198. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/>{block:caption}<div class="caption">{caption}</div>{/block:caption}{/block:Photo}
  199.  
  200. {block:Photoset}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{block:caption}<div class="caption">{caption}</div>{/block:caption}{/block:Photoset}
  201.  
  202. {block:Quote}<div class="test"><div class="quote">{Quote}</div>{block:Source}<div class="author">{Source}</div>{/block:Source}</div>{/block:Quote}
  203.  
  204. {block:Link}<div class="test"><h2><a href="{URL}" {Target}>{Name}</a></h2>{block:Description}{Description}{/block:Description}</div>{/block:Link}
  205.  
  206. {block:Chat}<div class="test">{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}</div></div>{/block:Chat}
  207.  
  208. {block:Audio}<div class="audio"><div class="player"><div class="button">{AudioPlayerWhite}</div></div><div class="info">{block:TrackName}<div class="track">{TrackName}</div>{/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div></div>{/block:Audio}
  209.  
  210. {block:Video}<div class="test">{Video-250}</div>{block:caption}<div class="caption">{caption}</div>{/block:caption}{/block:Video}
  211.  
  212. {block:IndexPage}
  213. {block:Date}
  214. <div class="permalink">
  215. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  216. <a href="{Permalink}">{NoteCountWithLabel}</a>
  217. <a href="{ReblogURL}">reblog</a>
  218. {block:HasTags}<div class="tag">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  219. </div>
  220. {/block:Date}
  221. {/block:IndexPage}
  222.  
  223. <!---->
  224.  
  225. {block:PermalinkPage}
  226. {block:Date}
  227. <div class="ppage">
  228. posted on {DayOfMonth}{DayOfMonthSuffix} {Month} with {NoteCountWithLabel}
  229. {block:RebloggedFrom}<br>
  230. via <a href="{ReblogParentURL}">{ReblogParentName}</a> / source <a href="{ReblogRootURL}">{ReblogRootName}</a>
  231. {/block:RebloggedFrom}
  232. {block:HasTags}<br>{block:Tags}<a href="{TagURL}"><i>#{Tag}</i></a>{/block:Tags}{/block:HasTags}
  233. </div>
  234. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  235. {/block:Date}
  236. {/block:PermalinkPage}
  237.  
  238. {block:ContentSource}
  239. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  240. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  241. {/block:SourceLogo}
  242. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  243. {/block:ContentSource}
  244. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  245. </div>{/block:Posts}
  246. {block:Pagination}
  247. <div id="pag">
  248. {block:PreviousPage}<a href="{PreviousPage}" title="previous page">‹</a>{/block:PreviousPage}{block:JumpPagination length="3"}{block:CurrentPage}<a href="/"><i>{PageNumber}</i></a>{/block:CurrentPage}{block:JumpPage}<a href="{URL}">{PageNumber} </a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}" title="next page">›</a>{/block:NextPage}
  249. </div>
  250. {/block:Pagination}
  251. </div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement