Advertisement
ponderism

theme # 2 by ponderism

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