Advertisement
ponderism

theme # 7

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