ponderism

theme # 15

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