Advertisement
ponderism

theme # 22 dark

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