Advertisement
ponderism

theme: 30, Lattice

Jan 1st, 2015
2,543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.92 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.  
  3. <!--
  4.  
  5. masonry theme by conansdoyles
  6. do not repost/steal/do anything sneaky basically
  7.  
  8. -->
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head>
  13. {block:Description} <meta name="description" content="{MetaDescription}" /> {/block:Description}
  14. <title>{block:TagPage}{Tag} - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  15.  
  16. <link rel="shortcut icon" href="{Favicon}"/>
  17. <link rel="alternate" type="fapplication/rss+xml" title="{Title} RSS" href="{RSS}"/>
  18. <link rel="stylesheet" href="http://static.tumblr.com/hznqxps/ivOmgjf8v/normalize.css" />
  19.  
  20.  
  21. <meta name="color:Background" content="#f9f9f9"/>
  22. <meta name="color:Line" content="#eeeeee"/>
  23. <meta name="color:Text" content="#a8a8a8"/>
  24. <meta name="color:scrollbarbg" content="#ffffff"/>
  25. <meta name="color:scrollbar" content="#000000"/>
  26. <meta name="color:Link" content="#b8b8b8"/>
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 1 Text" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 2 Text" content="" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 3 Text" content="" />
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar {
  36. width: 5px;height: 5px;}
  37. ::-webkit-scrollbar-button:start:decrement,
  38. ::-webkit-scrollbar-button:end:increment {
  39. height: 6px;display: block;background-color:{color:Scrollbar};}
  40. ::-webkit-scrollbar-track-piece {
  41. background-color: {color:scrollbarbg};}
  42. ::-webkit-scrollbar-thumb:vertical {
  43. height: 9px;background-color:{color:scrollbar} ;border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  44.  
  45. body {
  46. background: {color:Background};
  47. margin:0px;
  48. color:{color:text};
  49. font-family:times;
  50. font-size:9px;
  51. overflow-x:hidden;
  52. line-height:100%;
  53. }
  54.  
  55. a {
  56. text-decoration:none;
  57. outline:none;
  58. -moz-outline-style:none;
  59. color:{color:link};
  60. }
  61.  
  62. img {
  63. border:none;
  64. }
  65.  
  66.  
  67. h1 {
  68. font-size:9px;
  69. text-transform:uppercase;
  70. }
  71.  
  72. blockquote {
  73. border-left:solid 1px {color:Line};
  74. padding-left: 10px;
  75. margin-right: 10px;
  76. }
  77.  
  78.  
  79. #sidebar {
  80. width: 150px;
  81. padding: 20px;
  82. position: fixed;
  83. text-align:center;
  84. margin-left:auto;
  85. font-family: times;
  86. margin-left:50px;
  87. bottom:20px;
  88. background: {color:Background};
  89. color: {color:Text};
  90. }
  91.  
  92. #description {
  93. text-align: justify;
  94. font-size:10px;
  95. margin-top: 10px;
  96. line-height:12px;
  97. }
  98.  
  99. .links {
  100. margin-top: 15px;
  101. margin-right: auto;
  102. padding: 3px;
  103. margin-left: auto;
  104. text-align: center;
  105. padding-bottom: 6px;
  106. background: {color:Background};
  107. }
  108. .links a {
  109. display: inline-block;
  110. font-size: 9px;
  111. margin-right: 2px;
  112. margin-left: 2px;
  113. color: {color:Text};
  114. }
  115.  
  116. .links a:hover {
  117. }
  118.  
  119. #pagination {
  120. font-style:bold;
  121. padding:2px;
  122. font-family:'times';
  123. letter-spacing:1px;
  124. font-size:8px;
  125. margin-bottom: 30px;
  126. text-align:center;
  127. padding:2px;
  128. display: none;
  129. margin-top:20px;
  130. text-transform:uppercase;
  131. }
  132.  
  133. #entries {
  134. width: 80%;
  135. height: 100%;
  136. margin-left: 300px;
  137. margin-top: 100px;
  138. }
  139.  
  140. #post {
  141. text-align: left;
  142. font-size: 12px;
  143. line-height: 17px;
  144. width: 250px;
  145. margin-right: 20px;
  146. margin-left: 20px;
  147. float: left;
  148. font-family: times;
  149. margin-bottom: 10px;
  150. -moz-transition-duration:0.5s;
  151. -webkit-transition-duration:0.5s;
  152. -o-transition-duration:0.5s;
  153. }
  154.  
  155. #post:hover {
  156. -moz-transition-duration:0.5s;
  157. -webkit-transition-duration:0.5s;
  158. -o-transition-duration:0.5s;
  159. }
  160.  
  161.  
  162.  
  163. #quote {
  164. font-weight: bold;
  165. font-family: times;
  166. font-size: 12px;
  167. line-height: 16px;
  168. }
  169.  
  170. #info {
  171. text-align:left;
  172. text-transform:uppercase;
  173. font-size:8px;
  174. font-family: times;
  175. font-style:normal;
  176. opacity: 1;
  177. margin-bottom:10px;
  178. -webkit-transition: all 0.7s ease;
  179. -moz-transition: all 0.7s ease;
  180. -o-transition: all 0.7s ease;
  181. }
  182.  
  183. #postnotes {
  184. margin-bottom: 5px;
  185. margin-top: 5px;
  186. }
  187.  
  188. #tags {
  189. font-family:times;
  190. font-size:9px;
  191. line-height: 11px;
  192. font-style:italic;
  193. margin-top:0px;
  194. text-align:left;
  195. text-transform: lowercase
  196. }
  197.  
  198. #title {
  199. margin-top: 20px;
  200. line-height: 18px;
  201. background: #fff;
  202. font-weight: 900;
  203. text-transform: uppercase;
  204. font-family: 'times';
  205. font-size: 12px;
  206. background: {color:Background};
  207. letter-spacing: 1px;
  208. text-align: center;
  209. }
  210.  
  211.  
  212. #asker {
  213. margin-top: -10px;
  214. font-family:times;
  215. letter-spacing:1px;
  216. text-align:left;
  217. font-size: 10px;
  218. padding-bottom: 10px;
  219. border-bottom: 1px solid {color:Line};
  220. font-style:normal;
  221. margin-left:0px;
  222. margin-bottom: 5px;
  223. }
  224.  
  225. #credit {
  226. width: 0px;
  227. padding: 7px 15px 7px 10px;
  228. background-color: #000000;
  229. position:fixed;
  230. margin-right: 5px;
  231. bottom:5px;
  232. right:5px;
  233. font-size:11px;
  234. letter-spacing:2px;
  235. border: 3px double;
  236. color: #ffffff;
  237. font-family:times;
  238. }
  239.  
  240. ol.notes {
  241. padding: 0px;
  242. width: 350px;
  243. margin: 25px 0px;
  244. margin-left: 400px;
  245. padding-left: 20px;
  246. line-height: 17px;
  247. border-left: 1px solid {color:Line};
  248. list-style-type: none;
  249. }
  250.  
  251. ol.notes li.note {
  252. padding: 10px;
  253. width: 300px;
  254. }
  255.  
  256. ol.notes li.note img.avatar {
  257. vertical-align: -4px;
  258. margin-right: 10px;
  259. width: 16px;
  260. height: 16px;
  261. }
  262.  
  263. ol.notes li.note span.action {
  264. font-weight: bold;
  265. }
  266.  
  267. ol.notes li.note .answer_content {
  268. font-weight: normal;
  269. }
  270.  
  271. ol.notes li.note blockquote {
  272. border-color: {color:Line};
  273. padding: 4px 10px;
  274. margin: 10px 0px 0px 25px;
  275. }
  276.  
  277. ol.notes li.note blockquote a {
  278. text-decoration: none;
  279. }
  280.  
  281. .pagination {
  282. display: none;
  283. }
  284.  
  285. .tumblr_audio_player { width: 250px; }
  286.  
  287.  
  288. </style>
  289.  
  290. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  291.  
  292. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  293.  
  294. <script>
  295. $(function(){
  296. var $container = $('#entries');
  297. $container.imagesLoaded(function(){
  298. $container.masonry({
  299. itemSelector: '#post',
  300. });
  301. });
  302. $container.infinitescroll({
  303. itemSelector : "#post",
  304. navSelector : "div.pagination",
  305. nextSelector : ".pagination a#next",
  306. loadingImg : "",
  307. loadingText : "<em></em>",
  308. bufferPx : 10000,
  309. extraScrollPx: 12000,
  310. },
  311. // trigger Masonry as a callback
  312. function( newElements ) {
  313. var $newElems = $( newElements ).css({ opacity: 0 });
  314. // ensure that images load before adding to masonry layout
  315. $newElems.imagesLoaded(function(){
  316. $newElems.animate({ opacity: 1 });
  317. $container.masonry( 'appended', $newElems, true );
  318. });
  319. }
  320. );
  321. });
  322. </script>
  323.  
  324. </head>
  325.  
  326. <body>
  327.  
  328. <div id="sidebar">
  329.  
  330. <div id="description">{Description}</div>
  331. <div id="title"><a href="/">{Title}</a></div>
  332.  
  333.  
  334. <div class="links">
  335. <a href="{text:Link 1}">{Text:Link 1 Text}</a>
  336. <a href="{text:Link 2}">{Text:Link 2 Text}</a>
  337. <a href="{text:Link 3}">{Text:Link 3 Text}</a>
  338. <a href="http://www.conansdoyles.tumblr.com">Ⓒ</a>
  339.  
  340. </div>
  341.  
  342. {block:Pagination}
  343. <div id="pagination">
  344. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  345. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  346. </div>
  347. {/block:Pagination}
  348. </div>
  349.  
  350. <div id="entries">{block:Posts}<div id="post">
  351.  
  352. {block:Text}<div id="text">{block:Title}<h1>{Title}</h1>{/block:Title}{Body}</div>{/block:Text}
  353.  
  354. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:PermalinkPage}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  355.  
  356. {block:Photoset}{Photoset-250}{block:PermalinkPage}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  357.  
  358. {block:Quote}<div id="quote">{Quote}</div>{/block:Quote}
  359. <p align=center>{block:Source}{Source}{/block:Source}</p>
  360.  
  361. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  362.  
  363. {block:Chat}<div id="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  364.  
  365. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  366. {block:Caption}<div class="caption"></div>
  367. {/block:Caption}{/block:Audio}
  368.  
  369. {block:Video}{Video-250}{block:Caption}{/block:Caption}{/block:Video}
  370.  
  371. {block:Answer}<div id="asker"><b><span style="text-transform:lowercase;font-size: 9px;">{Asker}:</span></b> {Question}</div><left>{Answer}{/block:Answer}
  372.  
  373. <div id="info">
  374. <b><a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a></b>&nbsp; &nbsp;&nbsp;
  375. {block:permalinkpage}<br>
  376. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  377. with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:PermalinkPage}
  378. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  379. </div>
  380. {/block:Posts}
  381. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  382.  
  383. {/block:Posts}</div></div></div>
  384.  
  385. <div class="pagination">
  386. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  387. </div>
  388.  
  389. </body>
  390. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement