ponderism

theme # 5

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