ponderism

theme #21

May 4th, 2014
3,690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.42 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. don't repost/reuse/whatever ok
  6. doN'T
  7. NO
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Text" content="#a8a8a8"/>
  20. <meta name="color:Link" content="#b8b8b8"/>
  21. <meta name="if:ShowImage" content="0" />
  22. <meta name="image:sidebar" content=""/>
  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.  
  30.  
  31. <style type="text/css">
  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: {color:white};}
  38. ::-webkit-scrollbar-track-piece {
  39. background-color: {color:scrollbarbg};}
  40. ::-webkit-scrollbar-thumb:vertical {
  41. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  42.  
  43. body {
  44. background: #fff;
  45. margin:0px;
  46. color:{color:text};
  47. font-family:arial;
  48. font-size:9px;
  49. line-height:100%;
  50. }
  51.  
  52. a {
  53. text-decoration:none;
  54. outline:none;
  55. -moz-outline-style:none;
  56. color:{color:link};
  57. }
  58.  
  59. img {
  60. border:none;
  61. }
  62.  
  63. blockquote {
  64. padding-top: 0px;
  65. padding-left:5px;
  66. border-left:2px solid;
  67. margin-left: 0px;
  68. }
  69.  
  70. blockquote blockquote {
  71. padding-left:5px;
  72. border-left:2px solid;
  73. }
  74.  
  75. h1 {
  76. margin-top: 0px;
  77. font-size:20px;
  78. padding: 10px;
  79. border:1px solid #eee;
  80. text-transform:lowercase;
  81. }
  82.  
  83. a:hover {
  84. opacity:1;
  85. -webkit-transition: all 0.7s ease;
  86. -moz-transition: all 0.7s ease;
  87. -o-transition: all 0.7s ease;
  88. }
  89.  
  90. #entries {
  91. padding:10px;
  92. width:500px;
  93. margin-left:480px;
  94. line-height: 110%;
  95. margin-top:00px;
  96. font-size:11px;
  97. }
  98.  
  99. /* --- BODY: POSTS ---*/
  100.  
  101.  
  102. #post {
  103. width:500px;
  104. border: 1px solid #eee;
  105. padding-top:10px;
  106. padding-right: 10px;
  107. padding-left:10px;
  108. padding-bottom:10px;
  109. margin-bottom: 50px;
  110. margin-top:15px;
  111. background-color: #fff;
  112. }
  113.  
  114. /* --- TITLE --- */
  115.  
  116. #title {
  117. width: 80px;
  118. font-weight: bold;
  119. font-size: 12px;
  120. margin-top: 5px;
  121. text-transform: uppercase;
  122. line-height:120%;
  123. text-align: center;
  124. letter-spacing: 2px;
  125. padding: 10px;
  126. border: 1px solid #eee;
  127. }
  128.  
  129. #quotes {
  130. font-size: 11px;
  131. padding: 10px;
  132. line-height: 120%;
  133. font-weight: bold;
  134. margin-bottom: 10px;
  135. border: 1px solid #eee;
  136. }
  137.  
  138. #source {
  139. padding: 10px;
  140. font-style: normal;
  141. text-align: center;
  142. background: #f7f7f7;
  143. margin-bottom: 5px;
  144. border: 1px solid #eee;
  145. }
  146.  
  147. #sidebar {
  148. width:100px;
  149. position:fixed;
  150. margin-left:280px;
  151. margin-top:200px;
  152. opacity:1;
  153. padding: 0px;
  154. background-color:{color:Sidebar};
  155. }
  156.  
  157. #sidebarimage {
  158. width 80px;
  159. }
  160.  
  161. #sidebarimage img {
  162. width:80px;
  163. margin-top: 5px;
  164. opacity: 1;
  165. border: 1px solid #eee;
  166. padding: 10px;
  167. background-color:{color:Sidebar};
  168. opacity: 1;
  169. -webkit-transition: all 0.7s ease;
  170. -moz-transition: all 0.7s ease;
  171. -o-transition: all 0.7s ease;
  172. }
  173.  
  174. #sidebar:hover .links{
  175. opacity: 1;
  176. margin-top: 16px;
  177. -webkit-transition: all 0.5s ease;
  178. -moz-transition: all 0.5s ease;
  179. -o-transition: all 0.5s ease;
  180.  
  181. }
  182.  
  183. #sidebar:hover #pagination{
  184. opacity: 1;
  185. -webkit-transition: all 0.5s ease;
  186. -moz-transition: all 0.5s ease;
  187. -o-transition: all 0.5s ease;
  188.  
  189. }
  190.  
  191. #pagination {
  192. padding: 10px;
  193. width: 80px;
  194. text-align: center;
  195. opacity: 0;
  196. border: 1px solid #eee;
  197. -webkit-transition: all 0.5s ease;
  198. -moz-transition: all 0.5s ease;
  199. -o-transition: all 0.5s ease;
  200. }
  201.  
  202. .links {
  203. width:100px;
  204. font-family:'arial';
  205. font-style:normal;
  206. text-align:center;
  207. margin-top:25px;
  208. margin-left:-11px;
  209. border-top: 1px solid #eee;
  210. border-left: 1px solid #eee;
  211. border-right: 1px solid #eee;
  212. text-transform:lowercase;
  213. position:fixed;
  214. opacity: 0;
  215. background-color: {color:background};
  216. -webkit-transition: all 0.5s ease;
  217. -moz-transition: all 0.5s ease;
  218. -o-transition: all 0.5s ease;
  219. }
  220.  
  221. .links a {
  222. width: 100px;
  223. border-bottom: 1px solid #f7f7f7;
  224. display:inline-block;
  225. font-size: 9px;
  226. padding-bottom: 7px;
  227. padding-top: 7px;
  228. color: {color:links};
  229. }
  230.  
  231. .links a:hover {
  232. color: #fff;
  233. background-color: #f7f7f7;
  234.  
  235. }
  236.  
  237. #description {
  238. position:fixed;
  239. font-family:'arial';
  240. line-height:100%;
  241. font-size:9px;
  242. width:80px;
  243. padding: 10px;
  244. margin-top: 4px;
  245. text-transform: lowercase;
  246. text-align:left;
  247. color:{color:text};
  248. border:1px solid #eee;
  249.  
  250. }
  251.  
  252. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  253. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  254.  
  255. #info {
  256. text-align:left;
  257. text-transform:lowercase;
  258. font-size:9px;
  259. width: 500px;
  260. padding-right: 10px;
  261. padding-left: 10px;
  262. padding-top: 10px;
  263. margin-top: 10px;
  264. font-style:normal;
  265. padding-bottom: 0px;
  266. margin-left: -10px;
  267. border-top:1px solid #eee;
  268. }
  269.  
  270. #tags {
  271. font-family:calibri;
  272. font-style: italic;
  273. text-transform:lowercase;
  274. font-size:10px;
  275. line-height: 90%;
  276. margin-top:1px;
  277. text-align:left;
  278. }
  279.  
  280. #tags
  281. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  282. -webkit-transition: all 0.6s ease-in-out;
  283. -moz-transition: all 0.6s ease-in-out;
  284. -o-transition: all 0.6s ease-in-out;
  285. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  286.  
  287. #asker {
  288. padding:11px;
  289. margin-top: 5px;
  290. font-family:calibri;
  291. letter-spacing:1px;
  292. text-align:left;
  293. font-size: 10px;
  294. font-style:normal;
  295. margin-left:0px;
  296. margin-bottom: 5px;
  297. background-color: {color:Answer};
  298. }
  299.  
  300. #credit {
  301. position:fixed;
  302. bottom:5px;
  303. right:10px;
  304. font-size:8px;
  305. border: 3px double;
  306. color: #ffffff;
  307. font-family:arial;
  308. }
  309.  
  310. #caption {
  311. border: 1px solid #eee;
  312. padding-right: 10px;
  313. padding-left: 10px;
  314. margin-top: 10px;
  315. background: #f7f7f7;
  316. font-size: 8px;
  317. }
  318.  
  319.  
  320. {CustomCSS}</style></head><body>
  321.  
  322. <div id="sidebar">
  323. {block:Pagination}<div id="pagination">
  324. {block:PreviousPage}<a href="{PreviousPage}">back</a></span>{/block:PreviousPage}
  325. {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  326. </div>
  327. {/block:Pagination}
  328.  
  329. <div id="title">{Title}</div>
  330. {block:IfShowImage}<div id="sidebarimage"><img src="{image:sidebar}">{block:IfShowImage}
  331.  
  332. <div id="description">{Description}
  333.  
  334.  
  335. <div class="links">
  336. <a href="/">index</a>
  337. <a href="/ask">message</a>
  338. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  339. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  340. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  341. </div></div></div>
  342. </div></div></div>
  343. </div>
  344.  
  345. <div id="entries">{block:Posts}<div id="post">
  346.  
  347. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  348.  
  349. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  350.  
  351. {block:Photoset}{Photoset-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  352.  
  353.  
  354. {block:Source}<div id="source">{Source}</div>{/block:Source}
  355. {block:Quote}<div id="quotes">{Quote}</div>{/block:Quote}
  356.  
  357. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  358.  
  359. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  360.  
  361. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  362. {block:Caption}<div class="caption">{Caption}</div>
  363. {/block:Caption}{/block:Audio}
  364.  
  365. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  366.  
  367. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:9px;font-style:normal; text-transform:uppercase;"> <b>{Asker}:</b> </span>{Question}</div><left><font face="calibri">{Answer}</font>{/block:Answer}
  368.  
  369. <div id="info">
  370. <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>
  371. <br />
  372. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  373. {/block:Posts}
  374. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  375. {/block:Posts}</div></div></div>
  376.  
  377.  
  378.  
  379. <div id="credit">
  380. <a href="http://ponderism.tumblr.com/">amal's themes</a></center></div>
  381.  
  382.  
  383. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment