ponderism

theme # 6

Sep 11th, 2013
2,024
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 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 6 by PONDERISM
  6. do not repost/claim as your own/remove the credit
  7. base theme used from WOLVERWHORE
  8. ENJOY!
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Description" content="#f8f5f5"/>
  22. <meta name="color:Text" content="#838282"/>
  23. <meta name="color:Link" content="#b8b8b8"/>
  24. <meta name="color:Tags" content="f0f0f0"/>
  25. <meta name="color:Hover" content="#f2f2f2"/>
  26. <meta name="color:Line" content="#f2f2f2"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="text:DescriptionHeight" content="20px" />
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 1 Text" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 2 Text" content="" />
  35. <meta name="text:Link 3" content="" />
  36. <meta name="text:Link 3 Text" content="" />
  37. <meta name="text:Link 4" content="" />
  38. <meta name="text:Link 4 Text" content="" />
  39. <meta name="color:scrollbarbg" content="ffffff"/>
  40.  
  41. <style type="text/css">
  42. @import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic);
  43.  
  44. #fade
  45. #fade a{
  46. display:block
  47. }
  48. #fade .fadeon {
  49. margin-top:0px;filter: alpha(opacity = 0);
  50. opacity:0;-webkit-transition: all 0.5s ease-out;
  51. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  52. }
  53.  
  54. #fade:hover .fadeon {
  55. margin-top:0px;
  56. -webkit-transition: all 0.8s ease-out;
  57. -moz-transition: all 0.8s ease-out;
  58. transition: all 0.8s ease-out;
  59. filter: alpha(opacity = 100);
  60. filter: alpha(opacity = 100);
  61. opacity:100;
  62. }
  63.  
  64. /* --- SCROLLBAR ---*/
  65.  
  66. ::-webkit-scrollbar {
  67. width: 5px;height: 5px;}
  68. ::-webkit-scrollbar-button:start:decrement,
  69. ::-webkit-scrollbar-button:end:increment {
  70. height: 6px;display: block;background-color: {color:white};}
  71. ::-webkit-scrollbar-track-piece {
  72. background-color: {color:scrollbarbg};}
  73. ::-webkit-scrollbar-thumb:vertical {
  74. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  75.  
  76.  
  77.  
  78. /* --- BODY ---*/
  79.  
  80.  
  81. body {
  82. background:{color:background};
  83. margin:0px;
  84. color:{color:text};
  85. font-family:Calibri;
  86. font-size:9px;
  87. line-height:100%;
  88. }
  89.  
  90. a {
  91. text-decoration:none;
  92. outline:none;
  93. -moz-outline-style:none;
  94. color:{color:link};
  95. }
  96.  
  97. img {
  98. border:none;
  99. }
  100.  
  101. blockquote {
  102. padding-left:5px;
  103. border-left:2px solid;
  104. }
  105.  
  106. blockquote blockquote {
  107. padding-left:5px;
  108. border-left:2px solid;
  109. }
  110.  
  111. h1 {
  112. font-size:9px;
  113. text-transform:uppercase;
  114. }
  115.  
  116. a:hover {
  117. opacity:10;
  118. color:{color:hover};
  119. -webkit-transition: all 0.7s ease;
  120. -moz-transition: all 0.7s ease;
  121. -o-transition: all 0.7s ease
  122. }
  123.  
  124. /* --- POST ENTRIES ---*/
  125.  
  126.  
  127. #entries {
  128. padding:10px;
  129. width:500px;
  130. margin-left:500px;
  131. margin-top:00px;
  132. font-size:11px;
  133. }
  134.  
  135. /* --- BODY: POSTS ---*/
  136.  
  137.  
  138. #post {
  139. width:500px;
  140. padding-bottom:20px;
  141. padding:20px;
  142. margin-top:15px;
  143. background-color:{color:Post};
  144. }
  145.  
  146. /* --- TITLE --- */
  147.  
  148.  
  149. #title {
  150. width: 220px;
  151. font-size:9px;
  152. padding: 20px;
  153. position:fixed;
  154. text-align:center;
  155. margin-left: 10px;
  156. margin-top: -210px;
  157. letter-spacing:2px;
  158. font-family:'calibri';
  159. text-transform:uppercase;
  160. font-style:normal;
  161. background-color:{color:Description};
  162. }
  163.  
  164. /* --- SIDEBAR IMAGE ---*/
  165.  
  166.  
  167. #sidebar {
  168. width:280px;
  169.  
  170. position:fixed;
  171. margin-left:150px;
  172. margin-top:80px;
  173. opacity:.90;
  174. background-color:{color:Sidebar};
  175. }
  176.  
  177. #sidebarimage {
  178. width 280px;
  179. height: 220px;
  180. }
  181.  
  182. #sidebarimage img {
  183. width:280px;
  184. height: 500px;
  185. background-color:{color:Sidebar};
  186.  
  187. }
  188.  
  189. .post:hover{
  190. border-radius: 1px;
  191. -webkit-transition: .8s ease-in-out;
  192. -moz-transition: .8s ease-in-out;
  193. -o-transition: .8s ease-in-out; }
  194.  
  195.  
  196. /* --- SIDEBAR LINKS ---*/
  197.  
  198. .links {
  199. width:240px;
  200. height:5px;
  201. padding: 10px;
  202. font-size:9px;
  203. font-family:'calibri';
  204. font-style:bold;
  205. text-align:center;
  206. margin-top:235px;
  207. margin-left:10px;
  208. text-align:center;
  209. text-transform:uppercase;
  210. word-spacing:10px;
  211. position:fixed;
  212. line-height: 150%;
  213. padding-bottom:20px;
  214. background-color:{color:Description};
  215. }
  216.  
  217. .links a {
  218. font-size: 8px;
  219. }
  220.  
  221. .links a:hover {
  222. color:{color:Hover}
  223. margin-top:-50px;
  224. }
  225.  
  226. .links:hover .hover {
  227. margin-top:2px;
  228. -webkit-transition: all 0.8s ease-out;
  229. -moz-transition: all 0.8s ease-out;
  230. transition: all 0.8s ease-out;
  231. filter: alpha(opacity = .9);
  232. filter: alpha(opacity = .9);
  233. opacity:.9;
  234. }
  235.  
  236.  
  237.  
  238. /* --- DESCRIPTION ---*/
  239.  
  240. #description {
  241. position:fixed;
  242. background-color: {color:Description};
  243. font-family:calibri;
  244. line-height:140%;
  245. font-size:8px;
  246. font-style:normal;
  247. width:200px;
  248. margin-top:{text:DescriptionHeight};
  249. padding:30px;
  250. margin-left:10px;
  251. text-transform: uppercase;
  252. text-align:center;
  253. color:{color:text};
  254. }
  255.  
  256. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  257. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  258.  
  259. /* --- PAGINATION---*/
  260.  
  261.  
  262. #pagination {
  263. width:150px;
  264. font-size: 9px;
  265. text-align:center;
  266. margin-left:330px;
  267. margin-top:585px;
  268. position:fixed;
  269. font-family:'calibri';
  270. word-spacing:5px;
  271. text-transform:lowercase;
  272. }
  273.  
  274. /* --- POST INFO ---*/
  275.  
  276.  
  277. #info {
  278. text-align:center;
  279. margin-top:10px;
  280. font-family: 'libre baskerville';
  281. text-transform:uppercase;
  282. font-size:7px;
  283. font-style:none;
  284. border-top:1px solid {color:line};
  285.  
  286. }
  287. /* --- POST TAGS---*/
  288.  
  289.  
  290. #tags {
  291. font-family:'libre baskerville';
  292. letter-spacing:1px;
  293. text-transform:lowercase;
  294. font-size:8px;
  295. font-style:italic;
  296. margin-top:4px;
  297. text-align:center;
  298. }
  299.  
  300. #tags
  301. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  302. -webkit-transition: all 0.6s ease-in-out;
  303. -moz-transition: all 0.6s ease-in-out;
  304. -o-transition: all 0.6s ease-in-out;
  305. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  306.  
  307.  
  308. /* --- QUESTIONS ---*/
  309.  
  310.  
  311. #asker {
  312. padding:5px;
  313. margin-top: 5px;
  314. font-family:'libre baskerville';
  315. letter-spacing:1px;
  316. text-align:center;
  317. font-size: 11px;
  318. line-height: 130%;
  319. border: solid 2px;
  320. border-color: {color:Answer};
  321. font-style:italic;
  322. margin-left:0px;
  323. margin-bottom: 5px;
  324. background-color: {color:Background};
  325. }
  326.  
  327. {CustomCSS}</style></head><body>
  328.  
  329.  
  330.  
  331. <div id="fade">
  332. <div id="sidebar">
  333. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  334.  
  335.  
  336. <div id="title">{Title}</div>
  337.  
  338.  
  339. <div class="fadeon">
  340. <div class="links">
  341. <a href="/">home</a>
  342. <a href="/ask">ask</a>
  343. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  344. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  345. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  346. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  347. </div></div>
  348. <br />
  349. <div class="fadeon">
  350. <div id="description">
  351. {Description}
  352. </div>
  353. </div></div>
  354.  
  355.  
  356. <div class="fadeon">{block:Pagination}<div id="pagination">
  357. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  358. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  359. </div>{/block:Pagination}</div>
  360.  
  361. </div>
  362.  
  363. <div id="entries">{block:Posts}<div id="post">
  364.  
  365. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  366.  
  367. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  368.  
  369. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  370.  
  371. <p align=center>{block:Quote}<big><b>"{Quote}"</b></big>{/block:Quote}</p>
  372. <p align=left>{block:Source}- {Source}{/block:Source}</p>
  373.  
  374. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  375.  
  376. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  377.  
  378. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  379. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  380. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  381. {/block:ExternalAudio}<br /><b>Played:</b> {PlayCount} times
  382. {/block:Audio}
  383.  
  384. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  385.  
  386. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:9px;font-style:normal; text-transform:uppercase;"> <b>{Asker}:</b><br /> </span>{Question}</div><left><font face="calibri"><center>{Answer}</center></font>{/block:Answer}
  387.  
  388.  
  389. <div id="info">
  390. <br />
  391. 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>
  392. <br />
  393. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  394. {/block:Posts}
  395. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  396. {/block:Posts}</div></div></div>
  397.  
  398.  
  399.  
  400.  
  401. <div style="position:fixed;bottom:5px; right:5px; font-size:8px; letter-spacing:2px; font-family:calibri;"><a href="http://ponderism.tumblr.com/">©PONDERISM</a></center></div>
  402.  
  403.  
  404. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment