ponderism

theme # 1 by ponderism

Jul 4th, 2013
1,482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.98 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 # 1 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:Sidebar" content="#ffffff"/>
  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: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. <meta name="text:Link 3" content="" />
  36. <meta name="text:Link 3 Text" content="" />
  37. <meta name="color:scrollbarbg" content="ffffff"/>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. /* --- SCROLLBAR ---*/
  43.  
  44. ::-webkit-scrollbar {
  45. width: 5px;height: 5px;}
  46. ::-webkit-scrollbar-button:start:decrement,
  47. ::-webkit-scrollbar-button:end:increment {
  48. height: 6px;display: block;background-color: {color:white};}
  49. ::-webkit-scrollbar-track-piece {
  50. background-color: {color:scrollbarbg};}
  51. ::-webkit-scrollbar-thumb:vertical {
  52. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  53.  
  54.  
  55.  
  56. /* --- BODY ---*/
  57.  
  58.  
  59. body {
  60. background:{color:background};
  61. margin:0px;
  62. color:{color:text};
  63. font-family:Calibri;
  64. font-size:9px;
  65. line-height:100%;
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89. h1 {
  90. font-size:9px;
  91. text-transform:uppercase;
  92. }
  93.  
  94. a:hover {
  95. opacity:10;
  96. color:{color:hover};
  97. -webkit-transition: all 0.7s ease;
  98. -moz-transition: all 0.7s ease;
  99. -o-transition: all 0.7s ease
  100. }
  101.  
  102. /* --- POST ENTRIES ---*/
  103.  
  104.  
  105. #entries {
  106. padding:10px;
  107. width:500px;
  108. margin-left:500px;
  109. margin-top:00px;
  110. font-size:11px;
  111. }
  112.  
  113. /* --- BODY: POSTS ---*/
  114.  
  115.  
  116. #post {
  117. width:500px;
  118. padding-bottom:20px;
  119. padding:20px;
  120. margin-top:15px;
  121. background-color:{color:Post};
  122. }
  123.  
  124. /* --- TITLE --- */
  125.  
  126.  
  127. #title {
  128. width: 300px;
  129. font-size:12px;
  130. position:fixed;
  131. text-align:center;
  132. margin-left: 130px;
  133. margin-top: 185px;
  134. letter-spacing:2px;
  135. font-family:'cambria';
  136. text-transform:lowercase;
  137. font-style:italic;
  138.  
  139.  
  140. }
  141.  
  142. /* --- SIDEBAR IMAGE ---*/
  143.  
  144.  
  145. #sidebar {
  146. width:300px;
  147. position:fixed;
  148. margin-left:120px;
  149. margin-top:200px;
  150. opacity:.90;
  151. background-color:{color:Sidebar};
  152. }
  153.  
  154. #sidebarimage {
  155. width 300px;
  156. }
  157.  
  158. #sidebarimage img {
  159. width:300px;
  160. border:solid 1px;
  161. padding:6px;
  162. border-color: {color:border};
  163. background-color:{color:Sidebar};
  164. }
  165.  
  166.  
  167. /* --- SIDEBAR LINKS ---*/
  168.  
  169. .links {
  170. width:300px;
  171. height:5px;
  172. padding: 9px;
  173. font-size:8px;
  174. font-family:'calibri';
  175. font-style:bold;
  176. text-align:center;
  177. margin-top:-4px;
  178. margin-left:0px;
  179. text-align:center;
  180. text-transform:uppercase;
  181. word-spacing:10px;
  182. position:fixed;
  183. padding-bottom:7px;
  184. }
  185.  
  186. .links a {
  187. font-size: 9.5px;
  188. }
  189.  
  190. .links a:hover {
  191. color:{color:Hover}
  192. }
  193.  
  194.  
  195. /* --- DESCRIPTION ---*/
  196.  
  197. #description {
  198. position:fixed;
  199. border:solid 1px;
  200. border-color: {color:border};
  201. font-family:cambria;
  202. line-height:100%;
  203. font-size:9px;
  204. font-style:italic;
  205. width:303px;
  206. margin-top:20px;
  207. padding:5px;
  208. margin-left:0px;
  209. text-align:justify;
  210. color:{color:text};
  211. }
  212.  
  213. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  214. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  215.  
  216. /* --- PAGINATION---*/
  217.  
  218.  
  219. #pagination {
  220. width:300px;
  221. font-size:10px;
  222. text-align:center;
  223. margin-left:0px;
  224. margin-top:60px;
  225. position:fixed;
  226. font-family:georgia;
  227. letter-spacing:1px;
  228. }
  229.  
  230. /* --- POST INFO ---*/
  231.  
  232.  
  233. #info {
  234. text-align:left;
  235. margin-top:10px;
  236. text-transform:uppercase;
  237. font-size:9px;
  238. font-style:normal;
  239. border-top:1px solid {color:Line}
  240. }
  241.  
  242. /* --- POST TAGS---*/
  243.  
  244.  
  245. #tags {
  246. font-family:calibri;
  247. letter-spacing:1px;
  248. text-transform:uppercase;
  249. font-size:8px;
  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. {CustomCSS}</style></head><body>
  280.  
  281. <div id="title">{Title}</div>
  282.  
  283. <div id="sidebar">
  284. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  285.  
  286.  
  287. <div id="description">
  288. {Description}
  289. </div>
  290.  
  291.  
  292. <div class="links">
  293. <u><a href="/">home</a></u> .
  294. <u><a href="/ask">ask</a></u> .
  295. <u><a href="{text:Link 1}">{text:Link 1 Text}</a></u> .
  296. <u><a href="{text:Link 2}">{text:Link 2 Text}</a></u> .
  297. <u><a href="{text:Link 3}">{text:Link 3 Text}</a></u>
  298. </div>
  299.  
  300.  
  301. {block:Pagination}<div id="pagination">
  302. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  303. {block:JumpPagination length="5"}
  304. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  305. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  306. {/block:JumpPagination}
  307. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  308. </div>{/block:Pagination}
  309.  
  310. </div>
  311.  
  312. <div id="entries">{block:Posts}<div id="post">
  313.  
  314. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  315.  
  316. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  317.  
  318. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  319.  
  320. <p align=center><big><big><b>{block:Quote}{Quote}{/block:Quote}</b></big></big></p>
  321. <p align=center>{block:Source}{Source}{/block:Source}</p>
  322.  
  323. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  324.  
  325. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  326.  
  327. {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>
  328. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  329. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  330. {/block:ExternalAudio}<br /><b>Played:</b> {PlayCount} times
  331. {/block:Audio}
  332.  
  333. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  334.  
  335. {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}
  336.  
  337. <div id="info">
  338. <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>
  339. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  340. {/block:Posts}
  341. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  342. {/block:Posts}</div></div></div>
  343.  
  344.  
  345.  
  346. <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>
  347.  
  348.  
  349. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment