ponderism

theme # 8

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