ponderism

theme 31; Yellow Flicker Beat

Jan 13th, 2015
1,369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.38 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:Line" content="#eee"/>
  22. <meta name="color:LinkBg" content="#f9f9f9"/>
  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. width: 468px;
  81. padding-right: 10px;
  82. padding-left:10px;
  83. border-left:1px solid {color:Line};
  84. margin-left: 10px;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:1px solid {color:Line};
  90. }
  91.  
  92. h1 {
  93. font-size:18px;
  94. text-transform:lowercase;
  95. line-height: 110%;
  96. padding-bottom: 10px;
  97. border-bottom: 1px solid {color:Line};
  98. font-family: 'montserrat';
  99. }
  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: 20px;
  112. font-family: 'arial';
  113. font-size: 12px;
  114. padding-bottom: 10px;
  115. padding: 10px;
  116. font-weight: bold;
  117. border-bottom: 1px solid {color:Line};
  118. text-align: center;
  119. }
  120.  
  121.  
  122. #entries {
  123. width: 500px;
  124. margin-top:100px;
  125. font-size:10px;
  126. margin-left: auto;
  127. margin-right: auto;
  128. line-height: 14px;
  129. font-family: 'arial';
  130. }
  131.  
  132. #post {
  133. width:500px;
  134. }
  135.  
  136. #sidebar {
  137. width: 400px;
  138. margin-top: 50px;
  139. text-align:center;
  140. margin-right: auto;
  141. margin-left: auto;
  142. }
  143.  
  144. .links {
  145. text-align: center;
  146. font-family:'arial';
  147. }
  148.  
  149. .links a {
  150. display: inline-block;
  151. font-size: 9px;
  152. padding: 5px;
  153. background: {color:LinkBg};
  154. margin-left: 2px;
  155. border: 1px solid {color:Line};
  156. margin-right: 2px;
  157. font-weight: bold;
  158. color: {color:Text};
  159. }
  160.  
  161. .links a:hover {
  162. }
  163.  
  164.  
  165. #description {
  166. text-align: left;
  167. font-size:10px;
  168. text-transform: lowercase;
  169. padding-top: 20px;
  170. padding-bottom: 20px;
  171. line-height:14px;
  172. font-family:'arial';
  173. }
  174.  
  175. #info {
  176. float:left;
  177. width: 480px;
  178. margin-top: 5px;
  179. text-align: left;
  180. font-family: 'arial';
  181. text-transform:lowercase;
  182. font-size:10px;
  183. padding-bottom: 100px;
  184. }
  185.  
  186. #info b {
  187. border: 1px solid {color:Line};
  188. background: {color:LinkBg};
  189. padding: 5px;
  190. }
  191.  
  192. #chat {
  193. top: 300px;
  194. background: #000;
  195. padding: 0px 0px 0px 30px;
  196. }
  197.  
  198. #caption {
  199. padding-bottom: 3px;
  200. }
  201.  
  202. #tags {
  203. font-family:'arial';
  204. letter-spacing:1px;
  205. text-transform:lowercase;
  206. font-size:8px;
  207. font-style:italic;
  208. text-align:center;
  209. }
  210.  
  211. #tags
  212. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  213. -webkit-transition: all 0.6s ease-in-out;
  214. -moz-transition: all 0.6s ease-in-out;
  215. -o-transition: all 0.6s ease-in-out;
  216. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  217.  
  218. #pagination {
  219. font-family:arial;
  220. text-align: center;
  221. font-size: 10px;
  222. text-transform: lowercase;
  223. padding-bottom: 70px;
  224. margin-top: 200px;
  225. margin-right: auto;
  226. margin-left: auto;
  227. -webkit-transition: all 0.7s ease;
  228. -moz-transition: all 0.7s ease;
  229. -o-transition: all 0.7s ease
  230. }
  231.  
  232. #pagination b {
  233. border: 1px solid {color:Line};
  234. background: {color:LinkBg};
  235. padding: 5px;
  236. }
  237.  
  238. #pagination a:hover {
  239. -webkit-transition: all 0.7s ease;
  240. -moz-transition: all 0.7s ease;
  241. -o-transition: all 0.7s ease
  242. }
  243.  
  244. #credit {
  245. padding: 10px;
  246. position:fixed;
  247. bottom:5px;
  248. right: 0px;
  249. font-size:10px;
  250. }
  251.  
  252. #credit a {
  253. background: {color:LinkBg};
  254. color: {color:Link};
  255. line-height: 00%;
  256. padding: 5px;
  257. border: 1px solid {color:Line};
  258. font-family: 'arial';
  259. }
  260.  
  261. #credit a:hover {
  262. }
  263.  
  264. #quote {
  265. border-bottom: 1px solid {color:Line};
  266. padding-bottom: 10px;
  267. font-size: 11px;
  268. }
  269.  
  270.  
  271. .tumblr_audio_player { width: 500px; }
  272.  
  273. {CustomCSS}</style></head><body>
  274.  
  275. <div id="sidebar">
  276. <div id="title">{Title}</div>
  277. <div id="description">{Description}</div>
  278. <div class="links">
  279. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  280. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  281. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  282. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  283. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  284. </div>
  285. </div>
  286.  
  287.  
  288. <div id="entries">{block:Posts}<div id="post">
  289.  
  290. {block:Text}<div id="text">{block:Title}<h1>{Title}</h1>{/block:Title}{Body}</div>{/block:Text}
  291.  
  292. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  293.  
  294. {block:Photoset}{Photoset-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  295.  
  296. {block:Quote}<div id="quote">{Quote}</div>{/block:Quote}
  297. {block:Source}<p>- <i>{Source}</i></p>{/block:Source}
  298.  
  299. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  300.  
  301. {block:Chat}<div id="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  302.  
  303. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  304. {block:Caption}<div class="caption"></div>
  305. {/block:Caption}{/block:Audio}
  306.  
  307. {block:Video}{Video-500}{block:Caption}{/block:Caption}{/block:Video}
  308.  
  309. {block:Answer}<div id="asker"><b><span style="text-transform:lowercase;font-size: 9px;">{Asker}:</span></b> {Question}</div><left>{Answer}{/block:Answer}
  310.  
  311. <div id="info">
  312.  
  313. <b><a href="{Permalink}">{NoteCountWithLabel}</a></b>
  314. <b><a href="{Permalink}">{TimeAgo}</a></b>
  315. {block:RebloggedFrom}<b><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}</b>
  316. {block:ContentSource}<b><a href="{SourceURL}"><a href="{SourceURL}">source</a></b>{/block:ContentSource}
  317.  
  318. {block:HasTags}<p><p>{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  319. </div>
  320. {/block:Posts}
  321. {block:NoteCount}<div id="notes">{NoteCount}</div> {/block:NoteCount}
  322. {/block:Posts}</div></div></div></div></div>
  323.  
  324. {block:Pagination}
  325. <div id="pagination">
  326. {block:PreviousPage}<a href="{PreviousPage}"><b>FORTH</b></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><b>BACK</b></a>{/block:NextPage}
  327. </div>
  328. {/block:Pagination}
  329.  
  330.  
  331.  
  332. <div id="credit">
  333. <a href="http://conansdoyles.tumblr.com/"><b>theme</b></a></div>
  334.  
  335. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment