Advertisement
ponderism

theme # 18

Apr 13th, 2014
1,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.29 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. theme by ponderism,
  6. don't repost/use as a base/remove credit ok
  7. be good
  8. okay yes
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15.  
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <meta name="color:Text" content="#838282"/>
  21. <meta name="color:Link" content="#959696"/>
  22. <meta name="color:Hover" content="#f2f2f2"/>
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 1 Text" content="" />
  25. <meta name="text:Link 2" content="" />
  26. <meta name="text:Link 2 Text" content="" />
  27. <meta name="text:Link 3" content="" />
  28. <meta name="text:Link 3 Text" content="" />
  29. <meta name="text:Link 4" content="" />
  30. <meta name="text:Link 4 Text" content="" />
  31. <meta name="text:Link 5" content="" />
  32. <meta name="text:Link 5 Text" content="" />
  33.  
  34. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  35.  
  36. <style type="text/css">
  37. @import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic);
  38.  
  39.  
  40.  
  41. ::-webkit-scrollbar {width: 5px; height: 3px; background: #fff;}
  42. ::-webkit-scrollbar-thumb {background-color:#E4E6E3 ; border: 1px solid E4E6E3;x-overflow:hidden;}
  43.  
  44.  
  45.  
  46. body {
  47. background:{color:background};
  48. margin:0px;
  49. color:{color:text};
  50. font-family:Calibri;
  51. font-size:9px;
  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. -webkit-transition: all 0.7s ease;
  61. -moz-transition: all 0.7s ease;
  62. -o-transition: all 0.7s ease
  63. }
  64.  
  65. img {
  66. border:none;
  67. }
  68.  
  69. blockquote {
  70. padding-left:5px;
  71. border-left:2px solid;
  72. }
  73.  
  74. blockquote blockquote {
  75. padding-left:5px;
  76. border-left:2px solid;
  77. }
  78.  
  79. h1 {
  80. font-size:11px;
  81. padding-bottom: 10px;
  82. border-bottom: 1px solid #ccc;
  83. text-transform:lowercase;
  84. }
  85.  
  86. a:hover {
  87. opacity:10;
  88. -webkit-transition: all 0.7s ease;
  89. -moz-transition: all 0.7s ease;
  90. -o-transition: all 0.7s ease
  91. }
  92.  
  93. #title {
  94. font-style: italic;
  95. margin-left: auto;
  96. margin-right: auto;
  97. text-align: center;
  98. font-family: 'libre baskerville';
  99. font-size: 45px;
  100. text-shadow: 2px 2px 2px #ccc;
  101. }
  102.  
  103.  
  104.  
  105. #entries {
  106. width: 400px;
  107. margin-left:auto;
  108. margin-right:auto;
  109. margin-top:150px;
  110. font-size:11px;
  111. line-height: 120%;
  112. font-family: 'arial';
  113. }
  114.  
  115. #post {
  116. width:400px;
  117. padding:2px;
  118. margin-top: 50px;
  119. padding-bottom:50px;
  120. margin-bottom: 50px;
  121. }
  122.  
  123. #header {
  124. text-align:center;
  125. margin-left:auto;
  126. margin-right:auto;
  127. margin-top:70px;
  128. }
  129.  
  130. #headerimage {
  131. width 150px;
  132. }
  133.  
  134. #headerimage img {
  135. width:150px;
  136. padding:6px 6px 20px 6px;
  137. opacity: 1;
  138. margin-bottom: 10px;
  139. }
  140.  
  141. .links {
  142. width: 200px;
  143. padding-left: 60px;
  144. font-size: 10px;
  145. margin-top: 5px;
  146. margin-right: auto;
  147. margin-left: auto;
  148. word-spacing: 15px;
  149. border-top: 1px solid #ccc;;
  150. font-family:'arial';
  151. }
  152.  
  153. .links a {
  154. width: 1px;
  155. height: 1px;
  156. margin-right: auto;
  157. margin-left: auto;
  158. display: inline-block;
  159. font-size: 9px;
  160. padding: 4px;
  161. border-radius: 100%;
  162. margin-bottom: 10px;
  163. background: {color:Link};
  164. border: 1px solid {color:Link};
  165. }
  166.  
  167. .links a:hover {
  168. }
  169.  
  170. #description {
  171. width:210px;
  172. font-style: italic;
  173. text-align:center;
  174. font-size:11px;
  175. padding: 20px 20px 20px 20px;
  176. margin-top: 20px;
  177. margin-left:auto;
  178. text-transform: lowercase;
  179. margin-right:auto;
  180. line-height:120%;
  181. font-family:'libre baskerville';
  182. }
  183.  
  184. #info {
  185. float:left;
  186. width: 400px;
  187. text-align: left;
  188. font-family: 'arial';
  189. text-transform:lowercase;
  190. font-size:9px;
  191. opacity: 1;
  192. -webkit-transition: all 0.7s ease;
  193. -moz-transition: all 0.7s ease;
  194. -o-transition: all 0.7s ease
  195. }
  196.  
  197. #chat {
  198. top: 300px;
  199. background: #000;
  200. padding: 0px 0px 0px 30px;
  201. }
  202.  
  203. #tags {
  204. font-family:'arial';
  205. letter-spacing:1px;
  206. text-transform:lowercase;
  207. font-size:8px;
  208. font-style:italic;
  209. padding-bottom: 0px;
  210. text-align:left;
  211. }
  212.  
  213.  
  214. #pagination {
  215. font-family: 'libre baskerville';
  216. font-style: italic;
  217. text-align: center;
  218. font-size: 15px;
  219. text-transform: lowercase;
  220. padding-bottom: 20px;
  221. margin-top: 0px;
  222. margin-right: auto;
  223. margin-left: auto;
  224. -webkit-transition: all 0.7s ease;
  225. -moz-transition: all 0.7s ease;
  226. -o-transition: all 0.7s ease
  227. }
  228.  
  229.  
  230. #credit {
  231. width: 60px;
  232. padding: 5px;
  233. background-color: #f2f2f2;
  234. position:fixed;
  235. bottom:5px;
  236. right:5px;
  237. font-style: italic;
  238. text-align: center;
  239. font-size:9px;
  240. letter-spacing:2px;
  241. border: 1px solid #D4D4D4;
  242. color: #ffffff;
  243. font-family:'arial';
  244. }
  245. #credit a {
  246. color: #B3B3B3;
  247. font-family: 'arial';
  248. }
  249.  
  250. ol.notes {
  251. padding: 0px;
  252. margin: 25px 0px;
  253. list-style-type: none;
  254. }
  255.  
  256. ol.notes li.note {
  257. border-bottom: solid 1px #ccc;
  258. padding: 10px;
  259. }
  260.  
  261. ol.notes li.note img.avatar {
  262. vertical-align: -4px;
  263. margin-right: 10px;
  264. width: 16px;
  265. height: 16px;
  266. }
  267.  
  268. ol.notes li.note span.action {
  269. margin-top: -2px;
  270. }
  271.  
  272. ol.notes li.note .answer_content {
  273. font-weight: normal;
  274. }
  275.  
  276. ol.notes li.note blockquote {
  277. border-color: #eee;
  278. padding: 4px 10px;
  279. margin: 10px 0px 0px 25px;
  280. }
  281.  
  282. ol.notes li.note blockquote a {
  283. text-decoration: none;
  284. }
  285.  
  286. #link1 {
  287. width: 5px;
  288. height: 5px;
  289. padding-top: 20px;
  290. border-right: 1px solid {color:Link};
  291. }
  292.  
  293. #link2 {
  294. padding-top: 50px;
  295. width: 5px;
  296. height: 10px;
  297. border-right: 1px solid {color:Link};
  298. margin-top: -26px;
  299. margin-left: 30px;
  300. }
  301.  
  302. #link3 {
  303. width: 5px;
  304. height: 10px;
  305. border-right: 1px solid {color:Link};
  306. margin-top: -60px;
  307. padding-top: 30px;
  308. margin-left: 60px;
  309. }
  310.  
  311. #quote {
  312. font-family: 'libre baskerville';
  313. text-align: center;
  314. font-size: 18px;
  315. font-style: italic;
  316. line-height: 18px;
  317. border-bottom: 1px solid #ccc;
  318. padding: 12px;
  319. }
  320.  
  321. #link4 {
  322. border-right: 1px solid {color:Link};
  323. width: 5px;
  324. height: 10px;
  325. margin-top: -40px;
  326. padding-top: 80px;
  327. margin-left: 90px;
  328. }
  329.  
  330. #link5 {
  331. width: 5px;
  332. height: 10px;
  333. border-right: 1px solid {color:Link};
  334. padding-top: 20px;
  335. margin-top: -90px;
  336. margin-left: 120px;
  337. }
  338.  
  339.  
  340. .tumblr_audio_player { width: 400px; }
  341.  
  342. {CustomCSS}</style></head><body>
  343.  
  344.  
  345.  
  346. <div id="header">
  347. <div id="title">{Title}</div>
  348.  
  349. <style>
  350. div#qTip {
  351. padding: 3px;
  352. display: none;
  353. font-style:none;
  354. text-align: center;
  355. position: absolute;
  356. border-radius:0px;
  357. font-size:9px;
  358. line-height:10px;
  359. font-family: 'arial';
  360. z-index: 1000;
  361. background: #f7f7f7;
  362. border: 1px solid #ccc;
  363. z-index: 9999999;
  364. color: #858585;
  365. letter-spacing: 0px;
  366. }
  367. </style>
  368.  
  369. </div></div>
  370.  
  371. <div id="description">{Description}</div>
  372.  
  373. <div class="links">
  374. <div id="link1"><a href="{text:Link 1}" title="{text:Link 1 Text}"></a></div>
  375. <div id="link2"><a href="{text:Link 2}" title="{text:Link 2 Text}"></a></div>
  376. <div id="link3"><a href="{text:Link 3}" title="{text:Link 3 Text}"></a></div>
  377. <div id="link4"><a href="{text:Link 4}" title="{text:Link 4 Text}"></a></div>
  378. <div id="link5"><a href="{text:Link 5}" title="{text:Link 5 Text}"></a></div>
  379. <div id="line1"></div>
  380.  
  381. </div>
  382.  
  383. </div></div></div>
  384.  
  385. <div id="entries">{block:Posts}<div id="post">
  386.  
  387. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  388.  
  389. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{/block:Photo}
  390.  
  391. {block:Photoset}{Photoset-400}{/block:Photoset}
  392.  
  393. <p align=center>{block:Quote}<div id="quote">"{Quote}"</div>{/block:Quote}</p>
  394. <p align=center>{block:Source}- {Source}{/block:Source}</p>
  395.  
  396. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  397.  
  398. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}<p>{/block:Chat}
  399.  
  400. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  401. {block:Caption}<div class="caption">{Caption}</div>
  402. {/block:Caption}{/block:Audio}
  403.  
  404. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  405.  
  406. {block:Answer}
  407. <table style="width: 400px;padding-bottom:10px;padding-top:10px;margin-bottom:5px;background:#f7f7f7">
  408. <tr>
  409. <td style="vertical-align:top; padding-left: 10px;padding-right:10px"><strong>{Asker} asked:</strong> {Question}</td>
  410. </tr>
  411. </table>
  412. {Answer}
  413. {/block:Answer}
  414.  
  415. <div id="info">
  416. <a href="{Permalink}">{24HourWithZero}.{Minutes}.{Seconds}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} {block:ContentSource}+ <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{Source}"></a>{/block:RebloggedFrom} <a href="{Permalink}">{block:NoteCount}- {NoteCountWithLabel} {/block:NoteCount}</a>
  417. <br />
  418. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  419. {/block:Posts}
  420. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  421. {/block:Posts}</div></div></div></div></div>
  422.  
  423. {block:Pagination}
  424. <div id="pagination">
  425. {block:PreviousPage}<a href="{PreviousPage}">FORTH</a>{/block:PreviousPage}
  426. - {block:NextPage}<a href="{NextPage}">BACK</a>{/block:NextPage}
  427. </div>
  428. {/block:Pagination}
  429.  
  430. {block:CurrentPage}<span class={PageNumber}</span>{/block:CurrentPage}
  431.  
  432. {block:JumpPage} <a class= href="{URL}">{PageNumber}</a>{/block:JumpPage}
  433.  
  434. {/block:JumpPagination}
  435.  
  436. {block:NextPage}<a href="{NextPage}">&#187;</a>{/block:NextPage}</div>
  437. {/block:Pagination}
  438. <div id="credit">
  439. <a href="http://ponderism.tumblr.com/">ponderism</a></center></div>
  440.  
  441. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement