ponderism

theme: 28, Clean

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