Advertisement
ponderism

theme 32; Pellucidty

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