ponderism

theme # 23

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