ponderism

theme # 2 version 2

Jul 20th, 2013
1,471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.77 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 version 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:0px;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:0px;
  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. .post:hover{
  188. border-radius: 1px;
  189. -webkit-transition: .8s ease-in-out;
  190. -moz-transition: .8s ease-in-out;
  191. -o-transition: .8s ease-in-out; }
  192.  
  193.  
  194. /* --- SIDEBAR LINKS ---*/
  195.  
  196. .links {
  197. width:200px;
  198. height:5px;
  199. padding: 20px;
  200. font-size:9px;
  201. font-family:'calibri';
  202. font-style:bold;
  203. text-align:center;
  204. margin-top:-5px;
  205. margin-left:-20px;
  206. text-align:center;
  207. text-transform:uppercase;
  208. word-spacing:10px;
  209. position:fixed;
  210. line-height: 150%;
  211. padding-bottom:20px;
  212. background-color:{color:Sidebar};
  213. }
  214.  
  215. .links a {
  216. font-size: 8px;
  217. }
  218.  
  219. .links a:hover {
  220. color:{color:Hover}
  221. margin-top:-50px;
  222. }
  223.  
  224. .links:hover .hover {
  225. margin-top:2px;
  226. -webkit-transition: all 0.8s ease-out;
  227. -moz-transition: all 0.8s ease-out;
  228. transition: all 0.8s ease-out;
  229. filter: alpha(opacity = .9);
  230. filter: alpha(opacity = .9);
  231. opacity:.9;
  232. }
  233.  
  234.  
  235.  
  236. /* --- DESCRIPTION ---*/
  237.  
  238. #description {
  239. position:fixed;
  240. background-color: {color:Description};
  241. font-family:calibri;
  242. line-height:140%;
  243. font-size:8px;
  244. font-style:normal;
  245. width:100px;
  246. height:123px;
  247. margin-top:-222px;
  248. padding:50px;
  249. margin-left:0px;
  250. text-transform: uppercase;
  251. text-align:center;
  252. color:{color:text};
  253. }
  254.  
  255. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  256. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  257.  
  258. /* --- PAGINATION---*/
  259.  
  260.  
  261. #pagination {
  262. width:150px;
  263. font-size:30px;
  264. text-align:center;
  265. margin-left:1130px;
  266. margin-top:350px;
  267. position:fixed;
  268. font-family:'georgia';
  269. letter-spacing:0px;
  270. text-transform:lowercase;
  271. }
  272.  
  273. /* --- POST INFO ---*/
  274.  
  275.  
  276. #info {
  277. width: 500px;
  278. text-align:left;
  279. margin-top:15px;
  280. text-transform:uppercase;
  281. font-size:9px;
  282. font-style:normal;
  283. border-top:1px solid {color:Line}
  284. }
  285.  
  286. /* --- POST TAGS---*/
  287.  
  288.  
  289. #tags {
  290. font-family:calibri;
  291. letter-spacing:1px;
  292. text-transform:uppercase;
  293. font-size:8px;
  294. font-style:normal;
  295. text-align:right;
  296. width: 345px;
  297. margin-left:155px;
  298. margin-top: -7px;
  299. }
  300.  
  301. #tags
  302. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  303. -webkit-transition: all 0.6s ease-in-out;
  304. -moz-transition: all 0.6s ease-in-out;
  305. -o-transition: all 0.6s ease-in-out;
  306. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  307.  
  308.  
  309. /* --- QUESTIONS ---*/
  310.  
  311.  
  312. #asker {
  313. padding:11px;
  314. margin-top: 5px;
  315. font-family:calibri;
  316. letter-spacing:1px;
  317. text-align:left;
  318. font-size: 10px;
  319. font-style:normal;
  320. margin-left:0px;
  321. margin-bottom: 5px;
  322. background-color: {color:Answer};
  323. }
  324.  
  325. {CustomCSS}</style></head><body>
  326.  
  327. <div id="title">{Title}</div>
  328.  
  329. <div id="fade">
  330. <div id="sidebar">
  331. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  332.  
  333.  
  334. <div class="fadeon">
  335. <div id="description">
  336. {Description}
  337. </div>
  338. </div>
  339.  
  340.  
  341.  
  342. <div class="links">
  343. <a href="/">home</a>
  344. <a href="/ask">ask</a>
  345. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  346. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  347. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  348. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  349.  
  350. </div></div>
  351.  
  352.  
  353. {block:Pagination}<div id="pagination">
  354. {block:PreviousPage}<a href="{PreviousPage}">&#8602;</a>{/block:PreviousPage}
  355. {block:NextPage}<a href="{NextPage}">&#8603;</a>{/block:NextPage}
  356. </div>{/block:Pagination}
  357.  
  358. </div>
  359.  
  360. <div id="entries">{block:Posts}<div id="post">
  361.  
  362. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  363.  
  364. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  365.  
  366. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  367.  
  368. <p align=center>{block:Quote}<big><b>"{Quote}"</b></big>{/block:Quote}</p>
  369. <p align=left>{block:Source}- {Source}{/block:Source}</p>
  370.  
  371. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  372.  
  373. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  374.  
  375. {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>
  376. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  377. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  378. {/block:ExternalAudio}<br /><b>Played:</b> {PlayCount} times
  379. {/block:Audio}
  380.  
  381. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  382.  
  383. {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}
  384.  
  385. <div id="info">
  386. <br>posted <a href="{Permalink}">{TimeAgo}</a>
  387.  
  388. with <a href="{Permalink}">{NoteCountWithLabel}</a>
  389. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  390. <br />{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}</div></div>
  391.  
  392. {/block:Posts}
  393. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  394. {/block:Posts}</div></div></div>
  395.  
  396.  
  397.  
  398. <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>
  399.  
  400.  
  401. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment