Advertisement
ponderism

theme # 22 light

May 9th, 2014
1,298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.65 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. if anyone reads this pls use my theme i'm desperate
  6. just kidding eheheh
  7. don't repost/use as a base not that anyone cares but
  8. yep
  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:Text" content="#a8a8a8"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:highlight" content="#f7f7f7"/>
  23. <meta name="color:lines" content="#eee" />
  24. <meta name="if:ShowImage" content="0" />
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 1 Text" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 2 Text" content="" />
  30. <meta name="text:Link 3" content="" />
  31. <meta name="text:Link 3 Text" content="" />
  32.  
  33. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar {
  39. width: 5px;height: 5px;}
  40. ::-webkit-scrollbar-button:start:decrement,
  41. ::-webkit-scrollbar-button:end:increment {
  42. height: 6px;display: block;background-color: {color:white};}
  43. ::-webkit-scrollbar-track-piece {
  44. background-color: {color:scrollbarbg};}
  45. ::-webkit-scrollbar-thumb:vertical {
  46. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  47.  
  48. body {
  49. background: #fff;
  50. margin:0px;
  51. color:{color:text};
  52. font-family:arial;
  53. font-size:9px;
  54. line-height:100%;
  55. }
  56.  
  57. a {
  58. text-decoration:none;
  59. outline:none;
  60. -moz-outline-style:none;
  61. color:{color:link};
  62. }
  63.  
  64. img {
  65. border:none;
  66. }
  67.  
  68. blockquote {
  69. padding-top: 0px;
  70. padding-left:5px;
  71. border-left:2px solid;
  72. margin-left: 0px;
  73. }
  74.  
  75. blockquote blockquote {
  76. padding-left:5px;
  77. border-left:2px solid;
  78. }
  79.  
  80. h1 {
  81. margin-top: 0px;
  82. font-size:20px;
  83. padding: 10px;
  84. border:1px solid {color:lines};
  85. text-transform:lowercase;
  86. }
  87.  
  88. a:hover {
  89. opacity:1;
  90. -webkit-transition: all 0.7s ease;
  91. -moz-transition: all 0.7s ease;
  92. -o-transition: all 0.7s ease;
  93. }
  94.  
  95. #entries {
  96. padding:10px;
  97. width:500px;
  98. margin-left:480px;
  99. line-height: 110%;
  100. margin-top:00px;
  101. font-size:11px;
  102. }
  103.  
  104. #post {
  105. width:500px;
  106. border: 1px solid {color:lines};
  107. padding-top:10px;
  108. padding-right: 10px;
  109. padding-left:10px;
  110. padding-bottom:10px;
  111. margin-bottom: 50px;
  112. margin-top:15px;
  113. background-color: #fff;
  114. }
  115.  
  116. #title {
  117. width: 80px;
  118. font-weight: bold;
  119. font-size: 12px;
  120. margin-top: 5px;
  121. text-transform: uppercase;
  122. line-height:120%;
  123. text-align: center;
  124. letter-spacing: 2px;
  125. padding: 10px;
  126. border: 1px solid #eee;
  127. }
  128.  
  129. #quotes {
  130. font-size: 11px;
  131. padding: 10px;
  132. line-height: 120%;
  133. margin-bottom: 10px;
  134. border: 1px solid {color:lines};
  135. }
  136.  
  137. #source {
  138. padding: 10px;
  139. font-style: normal;
  140. text-align: center;
  141. background: {color:highlight};
  142. margin-bottom: 5px;
  143. border: 1px solid {color:lines};
  144. }
  145.  
  146. #sidebar {
  147. position:fixed;
  148. margin-left:280px;
  149. margin-top:190px;
  150. opacity:1;
  151. padding: 20px;
  152. background: {color:highlight};
  153. border: 1px solid {color:lines};
  154. }
  155.  
  156. #sidebarimage {
  157. width 80px;
  158. }
  159.  
  160. #sidebarimage img {
  161. width:60px;
  162. height: 60px;
  163. margin-top: 5px;
  164. opacity: 1;
  165. border: 1px solid {color:lines};
  166. padding: 15px;
  167. background-color:#fff;
  168. opacity: 1;
  169. -webkit-transition: all 0.7s ease;
  170. -moz-transition: all 0.7s ease;
  171. -o-transition: all 0.7s ease;
  172. }
  173.  
  174.  
  175. #sidebar:hover #pagination{
  176. opacity: 1;
  177. -webkit-transition: all 0.5s ease;
  178. -moz-transition: all 0.5s ease;
  179. -o-transition: all 0.5s ease;
  180.  
  181. }
  182.  
  183. #pagination {
  184. padding: 5px;
  185. width: 80px;
  186. background: #fff;
  187. text-align: center;
  188. opacity: 1;
  189. border: 1px solid {color:lines};
  190. -webkit-transition: all 0.5s ease;
  191. -moz-transition: all 0.5s ease;
  192. -o-transition: all 0.5s ease;
  193. }
  194.  
  195. .links {
  196. width:92px;
  197. font-family:'arial';
  198. font-style:normal;
  199. text-align:center;
  200. margin-top: 5px;
  201. text-transform:lowercase;
  202. opacity: 1;
  203. -webkit-transition: all 0.5s ease;
  204. -moz-transition: all 0.5s ease;
  205. -o-transition: all 0.5s ease;
  206. }
  207.  
  208. .links a {
  209. width: 42px;
  210. height: 10px;
  211. margin-bottom: 5px;
  212. border: 1px solid {color:lines};
  213. display:inline-block;
  214. font-size: 9px;
  215. padding-bottom: 7px;
  216. padding-top: 7px;
  217. background: #fff;
  218. color: {color:links};
  219. }
  220.  
  221. .links a:hover {
  222. background: {color:highlight};
  223. }
  224.  
  225. #description {
  226. font-family:'arial';
  227. line-height:100%;
  228. font-size:9px;
  229. width:70px;
  230. padding: 10px;
  231. text-transform: lowercase;
  232. text-align:left;
  233. color:{color:text};
  234. background: #fff;
  235. border:1px solid {color:lines};
  236.  
  237. }
  238.  
  239. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  240. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  241.  
  242. #info {
  243. text-align:left;
  244. text-transform:lowercase;
  245. font-size:9px;
  246. width: 500px;
  247. padding-right: 10px;
  248. padding-left: 10px;
  249. padding-top: 10px;
  250. margin-top: 10px;
  251. font-style:normal;
  252. padding-bottom: 0px;
  253. margin-left: -10px;
  254. border-top:1px solid #eee;
  255. }
  256.  
  257. #tags {
  258. font-family:calibri;
  259. font-style: italic;
  260. text-transform:lowercase;
  261. font-size:10px;
  262. line-height: 90%;
  263. margin-top:1px;
  264. text-align:left;
  265. }
  266.  
  267. #tags
  268. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  269. -webkit-transition: all 0.6s ease-in-out;
  270. -moz-transition: all 0.6s ease-in-out;
  271. -o-transition: all 0.6s ease-in-out;
  272. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  273.  
  274. #asker {
  275. padding:10px;
  276. border: 1px solid {color:Lines};
  277. font-family:arial;
  278. background: {color:highlight};
  279. text-align:left;
  280. font-size: 10px;
  281. font-style:normal;
  282. margin-left:0px;
  283. }
  284.  
  285. #credit {
  286. position:fixed;
  287. bottom:5px;
  288. right:10px;
  289. font-size:8px;
  290. border: 3px double;
  291. color: #ffffff;
  292. font-family:arial;
  293. }
  294.  
  295. #caption {
  296. border: 1px solid {color:Lines};
  297. padding-right: 10px;
  298. padding-left: 10px;
  299. margin-top: 10px;
  300. background: {color:highlight};
  301. font-size: 8px;
  302. }
  303.  
  304.  
  305. {CustomCSS}</style></head><body>
  306.  
  307. <style>
  308. div#qTip {
  309. padding: 3px;
  310. display: none;
  311. font-style:none;
  312. text-align: center;
  313. position: absolute;
  314. border-radius:0px;
  315. font-size:9px;
  316. line-height:10px;
  317. font-family: 'arial';
  318. z-index: 1000;
  319. background: #fff;
  320. margin-top: 5px;
  321. margin-left: 5px;
  322. border: 1px solid #ccc;
  323. color: #858585;
  324. letter-spacing: 0px;
  325. }
  326. </style>
  327.  
  328. <div id="sidebar">
  329.  
  330.  
  331. <div id="description">{Description}</div>
  332.  
  333. {block:IfShowImage}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:IfShowImage}
  334.  
  335. <div class="links">
  336. <a href="/" title="index">i.</a>
  337. <a href="/ask" title="contact">ii.</a>
  338. <a href="/archive" title="history">iii.</a>
  339. <a href="{text:Link 1}" title="{text:Link 1 Text}">iv.</a>
  340. <a href="{text:Link 2}" title="{text:Link 2 Text}">v.</a>
  341. <a href="{text:Link 3}" title="{text:Link 3 Text}">vi.</a>
  342. </div>
  343.  
  344. {block:Pagination}<div id="pagination">
  345. {block:PreviousPage}<a href="{PreviousPage}" title="back">-</a></span>{/block:PreviousPage}
  346. {block:NextPage}<a href="{NextPage}" title="forth">+</a>{/block:NextPage}
  347. </div>
  348. {/block:Pagination}
  349.  
  350. </div></div>
  351.  
  352. <div id="entries">{block:Posts}<div id="post">
  353.  
  354. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  355.  
  356. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  357.  
  358. {block:Photoset}{Photoset-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  359.  
  360.  
  361. {block:Source}<div id="source">{Source}</div>{/block:Source}
  362. {block:Quote}<div id="quotes">{Quote}</div>{/block:Quote}
  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}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  369. {block:Caption}<div class="caption">{Caption}</div>
  370. {/block:Caption}{/block:Audio}
  371.  
  372. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  373.  
  374. {block:Answer}<div id="asker" >{Question} - <i>{Asker}</i></div>{Answer}{/block:Answer}
  375.  
  376. <div id="info">
  377. {TimeAgo} {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}">{NoteCount}</a>
  378. <br />
  379. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  380. {/block:Posts}
  381. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  382. {/block:Posts}</div></div></div>
  383.  
  384.  
  385.  
  386. <div id="credit">
  387. <a href="http://ponderism.tumblr.com/">+</a></center></div>
  388.  
  389.  
  390. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement