Advertisement
ponderism

theme # 24

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