ponderism

theme # 11

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