Advertisement
lordemusic

theme: cold

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