ponderism

theme # 19

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