Advertisement
lordemusic

theme: light

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