Advertisement
Noctos

+

Oct 22nd, 2013
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 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. <html><head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. {block:Description}
  6. <meta name="description" content="{MetaDescription}" />
  7. {/block:Description}
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. <meta name="color:background" content="#000" >
  12. <meta name="color:text" content="#fff" >
  13. <meta name="color:links" content="#777" >
  14.  
  15. <meta name="image:background" content="" >
  16.  
  17. <meta name="text:Link 1" content="" >
  18. <meta name="text:Link 1 Title" content="" >
  19. <meta name="text:Link 2" content="" >
  20. <meta name="text:Link 2 Title" content="" >
  21. <meta name="text:Link 3" content="" >
  22. <meta name="text:Link 3 Title" content="" >
  23.  
  24. <style type="text/css">
  25.  
  26. ::-webkit-scrollbar {width:1px;height:4px;background:#000;}
  27. ::-webkit-scrollbar-thumb {background-color:#000;}
  28.  
  29. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.5s linear;opacity: 0.5;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  30. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  31.  
  32. body {
  33. background:url('{image:background}') top fixed; height:100%;
  34. {block:indexpage}
  35. width:300px;
  36. {/block:indexpage}
  37. {block:permalinkpage}
  38. width:400px;
  39. {/block:permalinkpage}
  40. margin:auto;
  41. background-color:{color:background};
  42. color:{color:text};
  43. font-size:10px;
  44. font-family:cambria;
  45. }
  46.  
  47. a {
  48. text-decoration:none;
  49. color:{color:links};
  50. }
  51.  
  52. blockquote {
  53. margin:auto;
  54. }
  55.  
  56. .source {
  57. margin-top:4px;
  58. font-family:cambria;
  59. color:#9f9f9f;
  60. font-weight:lighter;
  61. font-size:10px;
  62. text-transform:uppercase;
  63. }
  64.  
  65. #top {
  66. margin-top:30px;
  67. text-align:center;
  68. }
  69.  
  70. .description {
  71. width:220px;
  72. margin:auto;
  73. margin-top:5px;
  74. }
  75.  
  76. .title {
  77. font-size:9px;
  78. font-family:consolas;
  79. text-transform:uppercase;
  80. }
  81.  
  82. .links {
  83. margin-top:10px;
  84. }
  85.  
  86. .links a {
  87. margin:7px;
  88. font-size:9px;
  89. font-family:consolas;
  90. text-transform:uppercase;
  91. }
  92.  
  93. .links a:hover {text-decoration:underline;}
  94.  
  95. #posts {
  96. margin-top:45px;
  97. }
  98.  
  99. #post {
  100. margin-bottom:40px;
  101. }
  102.  
  103. #hover {margin-top:10px;}
  104. #hover a:hover {text-decoration:underline;}
  105.  
  106.  
  107. .photodate {
  108. {block:permalinkpage}
  109. display:none;
  110. {/block:permalinkpage}
  111. position:relative;
  112. margin:15px;
  113. margin-top:-27px;
  114. z-index:2;
  115. opacity:0;
  116. }
  117.  
  118. #post:hover .photodate {opacity:1;}
  119.  
  120. #post:hover img {opacity:0.2;}
  121.  
  122. h1 {
  123. font-family:cambria;
  124. margin:0px;
  125. letter-spacing:-1px;
  126. font-weight:lighter;
  127. font-size:13px;
  128. text-transform:uppercase;
  129. }
  130.  
  131. .infos {
  132. margin-top:15px;
  133. float:left;
  134. width:400px;
  135. }
  136.  
  137. .infos img {
  138. width:0px;
  139. }
  140.  
  141. .infos li {
  142. list-style:square;
  143. margin-left:-25px;
  144. }
  145.  
  146. .audio {
  147. margin-bottom:5px;
  148. }
  149.  
  150. .photoset-img {
  151. {block:indexpage}
  152. width:300px;
  153. {/block:indexpage}
  154. {block:permalinkpage}
  155. width:400px;
  156. {/block:permalinkpage}
  157. margin-bottom:5px;
  158. }
  159.  
  160. </style>
  161. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  162. </head>
  163. <body>
  164.  
  165. <div id="top">
  166. <div class="title"><a href="/">{Title}</a></div>
  167. <div class="description">{Description}</div>
  168.  
  169. <div class="links">
  170. <a href="/ask">mail</a>
  171. <a href="/archive">past</a>
  172. {block:IfLink1}
  173. <a href="{Text:Link 1}">{Text:Link 1 Title}</a>
  174. {/block:IfLink1}
  175. {block:IfLink2}
  176. <a href="{Text:Link 2}">{Text:Link 2 Title}</a>
  177. {/block:IfLink2}
  178. {block:IfLink3}
  179. <a href="{Text:Link 3}">{Text:Link 3 Title}</a>
  180. {/block:IfLink3}
  181. </div>
  182. </div>
  183.  
  184. <div id="posts">
  185.  
  186. {block:Posts}
  187.  
  188. {block:ContentSource}
  189. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  190. width="{LogoWidth}" height=”{LogoHeight}" alt="{SourceTitle}" />
  191. {/block:SourceLogo}
  192. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  193. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  194.  
  195. <div id="post">
  196.  
  197. {block:Title}<h1>{Title}</h1>{/block:Title}
  198.  
  199. {block:Quote}
  200. <div class="quote">
  201. {Quote}
  202. </div>
  203. {block:permalinkpage}
  204. {block:Source}<div class="source">{Source}</div>{/block:Source}
  205. {/block:permalinkpage}
  206. {/block:Quote}
  207.  
  208. {block:Text}
  209. {body}
  210. {/block:Text}
  211.  
  212. {block:Answer}
  213. {Asker}: {Question}
  214. {Answer}
  215. {/block:Answer}
  216.  
  217. {block:Audio}
  218. <div class="audio">
  219. {AudioPlayerBlack}</div>
  220. {block:Artist}{Artist}{/block:Artist} -
  221. {block:TrackName}{TrackName}{/block:TrackName}
  222. {/block:Audio}
  223.  
  224. {block:Link}
  225. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  226. {block:description}
  227. {description}
  228. {/block:description}
  229. {/block:Link}
  230.  
  231. {block:Chat}
  232. {block:Lines}
  233. <li style="list-style:none;">
  234. {block:Label}
  235. {Label}
  236. {/block:Label}
  237. <i>
  238. {Line}
  239. </i>
  240. </li>
  241. {/block:Lines}
  242. {/block:Chat}
  243.  
  244. {block:Photo}
  245. <a href="{Permalink}">
  246. <img src="{PhotoURL-500}" style="{block:indexpage}width:300px;{/block:indexpage}{block:permalinkpage}width:400px;{/block:permalinkpage}">
  247. </a>
  248. <div class="photodate">{DayOfMonth} {Month} ({24Hour}:{Minutes})</div>
  249. {/block:Photo}
  250.  
  251. {block:Photoset}
  252. {block:Photos}
  253. <img src="{PhotoURL-500}" class="photoset-img" />
  254. {/block:Photos}
  255. {/block:Photoset}
  256.  
  257. {block:indexpage}
  258. <div id="hover" style="{block:Photo}display:none;{/block:Photo}">
  259. <a href="{Permalink}">
  260. {24Hour}:{Minutes}</a>
  261. </div>
  262. {/block:indexpage}
  263.  
  264. {block:PermalinkPage}
  265. {Caption}
  266. {block:Date}
  267. <div class="infos">
  268. <div style="border-top:2px solid #eee; margin-bottom:15px;"></div>
  269. <div style="font-size:12px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</div>
  270. {block:PostNotes}
  271. <br>{NoteCountWithLabel}
  272. {/block:PostNotes}
  273. {block:RebloggedFrom}
  274. <br>
  275. via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> <br>
  276. <i>source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></i>
  277. {/block:RebloggedFrom}
  278. {block:HasTags}
  279. <br>
  280. {block:Tags}#<a href="{TagURL}" title="posts tagged as {Tag}">{Tag} </a>{/block:Tags}
  281. {/block:HasTags}
  282. <br>
  283. {PostNotes}
  284. </div>
  285. {/block:Date}
  286. {/block:PermalinkPage}
  287.  
  288. </div>
  289.  
  290. {/block:Posts}
  291.  
  292. </div>
  293.  
  294. </body>
  295. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement