ponderism

theme # 10

Dec 20th, 2013
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.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. THEME # 10 by ponderism
  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:Description" content="#f8efef"/>
  20. <meta name="color:Text" content="#a8a8a8"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Hover" content="#f2f2f2"/>
  23. <meta name="color:Line" content="#f2f2f2"/>
  24. <meta name="color:Border" content="#e4e4e4"/>
  25. <meta name="color:Post" content="#ffffff"/>
  26. <meta name="color:Answer" content="#f8f8f8"/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 1 Text" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 Text" content="" />
  32.  
  33.  
  34.  
  35. <style type="text/css">
  36. @import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic);
  37.  
  38. /* --- SCROLLBAR ---*/
  39.  
  40. ::-webkit-scrollbar {
  41. width: 5px;height: 5px;}
  42. ::-webkit-scrollbar-button:start:decrement,
  43. ::-webkit-scrollbar-button:end:increment {
  44. height: 6px;display: block;background-color: {color:white};}
  45. ::-webkit-scrollbar-track-piece {
  46. background-color: {color:scrollbarbg};}
  47. ::-webkit-scrollbar-thumb:vertical {
  48. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  49.  
  50.  
  51. /* --- BODY ---*/
  52.  
  53. body {
  54. background:{color:background};
  55. margin:0px;
  56. color:{color:text};
  57. font-family:'consolas';
  58. font-size:9px;
  59. line-height:100%;
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:link};
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote {
  74. padding-left:5px;
  75. border-left:2px solid;
  76. }
  77.  
  78. blockquote blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. h1 {
  84. font-size:9px;
  85. text-transform:uppercase;
  86. }
  87.  
  88. a:hover {
  89. opacity:10;
  90. color:{color:hover};
  91. -webkit-transition: all 0.7s ease;
  92. -moz-transition: all 0.7s ease;
  93. -o-transition: all 0.7s ease
  94. }
  95.  
  96. /* --- POST ENTRIES ---*/
  97.  
  98.  
  99. #entries {
  100. padding:10px;
  101. width:500px;
  102. margin-left:450px;
  103. margin-top:20px;
  104. font-size:10px;
  105. }
  106.  
  107. /* --- BODY: POSTS ---*/
  108.  
  109.  
  110. #post {
  111. width:500px;
  112. padding-bottom:20px;
  113. padding:20px;
  114. margin-top:15px;
  115. background-color:{color:Post};
  116. }
  117.  
  118. /* --- SIDEBAR IMAGE ---*/
  119.  
  120.  
  121. #sidebar {
  122. width:100px;
  123. height: 100px;
  124. position:fixed;
  125. margin-left:260px;
  126. margin-top:150px;
  127. opacity:.90;
  128. background-color:{color:Sidebar};
  129. }
  130.  
  131. #sidebarimage {
  132. width 100px;
  133. }
  134.  
  135. #sidebarimage img {
  136. height: 100px;
  137. width:100px;
  138. border:solid 1px;
  139. padding:6px;
  140. border-color: {color:border};
  141. background-color:{color:Sidebar};
  142. }
  143.  
  144. #sidebar:hover .links{
  145. opacity: 1;
  146. -webkit-transition: 0.7s ease;
  147. -moz-transition: 0.7s ease;
  148. -o-transition: 0.7s ease;
  149. }
  150.  
  151.  
  152. /* --- SIDEBAR LINKS ---*/
  153.  
  154. .links {
  155. width:20px;
  156. display: inline-block;
  157. padding: 10px;
  158. font-size:8px;
  159. font-family:'consolas';
  160. text-align:center;
  161. margin-top:-85px;
  162. margin-left:35px;
  163. text-align:center;
  164. text-transform:uppercase;
  165. word-spacing:2px;
  166. position:fixed;
  167. background: #fff;
  168. opacity: 0.0;
  169. -webkit-transition: 0.7s ease;
  170. -moz-transition: 0.7s ease;
  171. -o-transition: 0.7s ease;
  172. }
  173.  
  174. .links a {
  175. font-size: 8px;
  176.  
  177.  
  178. }
  179.  
  180. .links a:hover {
  181. color:{color:Hover}
  182. font-weight: bold;
  183. }
  184.  
  185.  
  186. /* --- DESCRIPTION ---*/
  187.  
  188. #description {
  189. position:fixed;
  190. font-family:consolas;
  191. line-height:90%;
  192. font-size:10px;
  193. font-style:normal;
  194. width:80px;
  195. margin-top:0px;
  196. padding:8px;
  197. margin-left:10px;
  198. text-align:left;
  199. color:{color:text};
  200. }
  201.  
  202. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  203. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  204.  
  205.  
  206.  
  207. /* --- POST INFO ---*/
  208.  
  209.  
  210. #info {
  211. text-align:center;
  212. margin-top:10px;
  213. font-family: 'consolas';
  214. text-transform:uppercase;
  215. font-size:8px;
  216. padding: 0px;
  217. border-top: solid 1px;
  218. border-color:{color:scrollbarbg};
  219.  
  220. }
  221. /* --- POST TAGS---*/
  222.  
  223.  
  224. #tags {
  225. font-family:'libre baskerville';
  226. letter-spacing:1px;
  227. text-transform:lowercase;
  228. font-size:8px;
  229. font-style:italic;
  230. margin-top:4px;
  231. padding-bottom: 0px;
  232. text-align:center;
  233. }
  234.  
  235. #tags
  236. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  237. -webkit-transition: all 0.6s ease-in-out;
  238. -moz-transition: all 0.6s ease-in-out;
  239. -o-transition: all 0.6s ease-in-out;
  240. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  241.  
  242.  
  243. /* --- QUESTIONS ---*/
  244.  
  245. #asker {
  246. padding:5px;
  247. font-family:cambria;
  248. letter-spacing:1px;
  249. text-align:left;
  250. font-style:italic;
  251. margin-left:10px;
  252. border-left:3px #eee solid;
  253. background-color:{color:background}
  254. }
  255.  
  256. #question {
  257. font-family: 'consolas';
  258. font-size: 9px
  259. font-style: normal;
  260. }
  261.  
  262. /* --- CREDIT ---*/
  263.  
  264. #credit {
  265. width: 0px;
  266. padding: 7px 15px 7px 10px;
  267. background-color: #000000;
  268. position:fixed;
  269. margin-right: 5px;
  270. bottom:5px;
  271. right:5px;
  272. font-size:11px;
  273. letter-spacing:2px;
  274. border: 3px double;
  275. color: #ffffff;
  276. font-family:calibri;
  277. }
  278.  
  279.  
  280. {CustomCSS}</style></head><body>
  281.  
  282. <div id="sidebar">
  283. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  284.  
  285.  
  286. <div id="description">
  287. {Description}
  288. <p>
  289. {block:Pagination}
  290. <div id="pagination">
  291. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  292. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  293. </div>
  294. {/block:Pagination}
  295. </div>
  296.  
  297.  
  298. <div class="links">
  299. <a href="/">home</a>
  300. <a href="/ask">ask</a>
  301. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  302. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  303. </div></div>
  304.  
  305.  
  306.  
  307. <div id="entries">{block:Posts}<div id="post">
  308.  
  309. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  310.  
  311. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  312.  
  313. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  314.  
  315. <p align=center><big><big><b>{block:Quote}{Quote}{/block:Quote}</b></big></big></p>
  316. <p align=center>{block:Source}{Source}{/block:Source}</p>
  317.  
  318. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  319.  
  320. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  321.  
  322. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  323. {block:Caption}<div class="caption">{Caption}</div>
  324. {/block:Caption}{/block:Audio}
  325.  
  326. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  327.  
  328. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:9px;font-style:normal; text-transform:uppercase;"> <b>{Asker}:</b> <br/></span><div id="question"> <span style="font family:"consolas">{Question}</span></div></div><left><font face="calibri">{Answer}</font>{/block:Answer}
  329.  
  330. <div id="info">
  331. <br />
  332. <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>
  333. <br />
  334. {block:HasTags}<div id="tags">filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  335. {/block:Posts}
  336. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  337. {/block:Posts}</div></div></div>
  338.  
  339.  
  340.  
  341. <div id="credit">
  342. <a href="http://ponderism.tumblr.com/">P</a></center></div>
  343.  
  344.  
  345. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment