Advertisement
styelsh

Burn Theme

Aug 10th, 2013
24,398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.08 KB | None | 0 0
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  3.  
  4. <head>
  5.  
  6. <!--
  7. THEME BY CAULDERS (regansthemes.tumblr.com)
  8. DO NOT REMOVE CREDIT
  9. -->
  10.  
  11. <meta name="color:background" content="#FFFFFF" />
  12. <meta name="color:text" content="#2e2e2e"/>
  13. <meta name="color:link" content="#2e2e2e"/>
  14. <meta name="color:linkHover" content="#85ddfa"/>
  15. <meta name="color:infobg" content="#FCFCFC">
  16. <meta name="color:scrollbar" content="#2e2e2e" />
  17. <meta name="color:textpost" content="#f8f8f8" />
  18.  
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="if:400px posts" content=""/>
  21.  
  22. <meta name="text:Link 1" content="/">
  23. <meta name="text:Link 1 Title" content="/">
  24. <meta name="text:Link 2" content="/">
  25. <meta name="text:Link 2 Title" content="/">
  26.  
  27. <head><title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31. <style type="text/css">
  32.  
  33. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  34. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  35. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  36. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  37. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  38. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  39. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  40.  
  41. body {
  42. background:{color:background};
  43. font-family:calibri;
  44. font-size:10px;
  45. letter-spacing:0px;
  46. color:{color:text};
  47. line-height:120%;}
  48.  
  49. a:link, a:active, a:visited{color: {color:link};}
  50. a:hover{color:{color:linkHover}; text-decoration:none;}
  51.  
  52. a {
  53. color:{color:link};
  54. text-decoration:none;
  55. -moz-transition-duration:0.4s;
  56. -webkit-transition-duration:0.4s;
  57. -o-transition-duration:0.4s;
  58. }
  59.  
  60. a:hover {
  61. color:{color:linkHover};
  62. text-decoration:none;
  63. -moz-transition-duration:0.4s;
  64. -webkit-transition-duration:0.4s;
  65. -o-transition-duration:0.4s;
  66. }
  67.  
  68. #container {
  69. background-color:{color:background};
  70. width:700px;
  71. margin: 0 auto -12px auto;
  72. text-align: center;
  73. }
  74.  
  75. .links{
  76. margin-top:5px;
  77. word-spacing:1px;
  78. font-size:9px;
  79. text-align:center;
  80. }
  81.  
  82. .links a{
  83. padding:5px;
  84. letter-spacing:0px;
  85. color:{color:link};
  86. text-decoration:none;
  87. -moz-transition-duration:0.4s;
  88. -webkit-transition-duration:0.4s;
  89. -o-transition-duration:0.4s;
  90. }
  91.  
  92. .links a:hover{
  93. color:{color:linkHover};
  94. text-decoration:none;
  95. -moz-transition-duration:0.4s;
  96. -webkit-transition-duration:0.4s;
  97. -o-transition-duration:0.4s;
  98. }
  99.  
  100. #sidebar {
  101. margin-left:0px;
  102. top: 150px;
  103. position:fixed;
  104. width:245px;
  105. }
  106.  
  107. #descri {
  108. background-color:#ffffff;
  109. width:245px;
  110. padding:15px;
  111. }
  112.  
  113. #descri img {
  114. width:245px;
  115. margin-bottom:5px;
  116. }
  117.  
  118. #stext {
  119. padding:5px;
  120. padding-top:15px;
  121. text-align:justify;
  122. }
  123.  
  124. .pagi {
  125. text-transform:lowercase;
  126. font-size:10px;
  127. text-align:center;
  128. padding:10px;
  129. }
  130.  
  131. .audio {
  132. padding-bottom:10px;
  133. background-color:{color:infobg};
  134. }
  135.  
  136. .albumart {
  137. float:left;
  138. padding:0px 10px 10px 0px;
  139. }
  140.  
  141. .albumart img {
  142. width:64px;
  143. height:64px;
  144. padding:10px;
  145. padding-bottom:15px;
  146. }
  147.  
  148. .playercontainer {
  149. text-align:left;
  150. padding:10px;
  151. background-color:#ffffff;
  152. }
  153.  
  154. .audioinfo {
  155. padding:10px;
  156. color:{color:text};
  157. }
  158.  
  159. h1 {
  160. font-weight:normal;
  161. font-size:10px;
  162. text-align:left;
  163. padding:10px;
  164. font-style:normal;
  165. line-height:120%;
  166. letter-spacing:0px;
  167. color:{color:text};
  168. border-bottom: 1px solid {color:textpost};
  169. }
  170.  
  171. h2 {
  172. font-size:10px;
  173. text-align:left;
  174. line-height:120%;
  175. letter-spacing:0px;
  176. color:{color:text};
  177. font-weight:normal;
  178. padding:10px;
  179. }
  180.  
  181. .ask {
  182. font-size:15px;
  183. font-weight:bold;
  184. text-align:right;
  185. font-style:italic;
  186. padding:10px;
  187. text-transform:capitalize;
  188. border-bottom: 1px solid #f8f8f8;
  189. }
  190.  
  191. .question {
  192. font-size:10px;
  193. letter-spacing:0px;
  194. padding:10px;
  195. text-align:right;
  196. color:{color:text};
  197. }
  198.  
  199. .ans {
  200. font-size:10px;
  201. letter-spacing:0px;
  202. text-align:left;
  203. padding:10px;
  204. color:{color:text};
  205. }
  206.  
  207. blockquote {
  208. border-left:1px solid {color:textpost};
  209. padding-left:10px;
  210. margin:5px;
  211. }
  212.  
  213. #stuffcontainer {
  214. float:left;
  215. text-align:justify;
  216. background-color:{color:bg};
  217. color:{color:text};
  218. margin-bottom: 35px;
  219. }
  220.  
  221. #stuff {
  222. {block:ifNot400pxposts}
  223. width:500px;
  224. margin-left:300px;
  225. {/block:ifNot400pxposts}
  226. {block:if400pxposts}
  227. width:400px;
  228. margin-left:300px;
  229. {/block:if400pxposts}
  230. margin-top:70px;
  231. text-align:justify;
  232. font-size:10px;
  233. padding:10px;
  234. line-height:150%;
  235. letter-spacing:0px;
  236. background-color:#ffffff;
  237. color:{color:text};
  238. }
  239.  
  240. #postinfo {
  241. margin-top:5px;
  242. {block:ifNot400pxposts}
  243. width:490px;
  244. {/block:ifNot400pxposts}
  245. {block:if400pxposts}
  246. width:390px;
  247. {/block:if400pxposts}
  248. font-size:10px;
  249. text-transform:capitalize;
  250. padding-top:5px;
  251. padding-bottom:5px;
  252. border-top: 1px solid #fafafa;
  253. text-align:left;
  254. -moz-transition-duration:0.5s;
  255. -webkit-transition-duration:0.5s;
  256. -o-transition-duration:0.5s;
  257. }
  258.  
  259. #postinfo a{
  260. padding:5px;
  261. }
  262.  
  263. #postinfo a:hover {
  264. color:{color:linkHover};
  265. }
  266.  
  267. .note {
  268. color:{color:notes};
  269. margin-left:250px;
  270. {block:ifNot400pxposts}
  271. width:500px;
  272. {/block:ifNot400pxposts}
  273. {block:if400pxposts}
  274. width:400px;
  275. {/block:if400pxposts}
  276. }
  277.  
  278. .note li {
  279. {block:ifNot400pxposts}
  280. width:500px;
  281. {/block:ifNot400pxposts}
  282. {block:if400pxposts}
  283. width:400px;
  284. {/block:if400pxposts}
  285. }
  286.  
  287. .tags {
  288. {block:ifNot400pxposts}
  289. width:500px;
  290. {/block:ifNot400pxposts}
  291. {block:if400pxposts}
  292. width:400px;
  293. {/block:if400pxposts}
  294. line-height:120%;
  295. margin-top:-10px;
  296. text-align:left;
  297. padding:5px;
  298. font-size:10px;
  299. -moz-transition-duration:0.5s;
  300. -webkit-transition-duration:0.5s;
  301. -o-transition-duration:0.5s;
  302. }
  303.  
  304. .tags a{
  305. margin-right:5px;
  306. }
  307.  
  308. .tags a:hover {
  309. color:{color:linkHover};
  310. }
  311.  
  312. </style>
  313. <style type="text/css">{CustomCSS}</style>
  314.  
  315. </head>
  316. <body>
  317.  
  318. <div id="container">
  319.  
  320. <div id="sidebar">
  321. <div id="descri">
  322.  
  323. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  324.  
  325. <center><div class="links">
  326. <a href="/" title="home">↺</a>
  327. <a href="/ask" title="askbox">?</a>
  328. <a href="{text:Link 1}" title="{text:Link 1 Title}">✿</a>
  329. <a href="{text:Link 2}" title="{text:Link 2 Title}">♡</a>
  330. <a href="http://regansthemes.tumblr.com/">&copy;</a>
  331. </div></center>
  332.  
  333. <div id="stext">{Description}</div>
  334.  
  335. {block:Pagination}
  336. <div class="pagi">
  337. {block:PreviousPage}
  338. <a href="{PreviousPage}">prev</a>
  339. {/block:PreviousPage}
  340. {block:NextPage}
  341. <a href="{NextPage}">next</a>
  342. {/block:NextPage}
  343. </div>
  344. {/block:Pagination}
  345.  
  346. </div></div>
  347.  
  348. <div id="stuffcontainer">
  349.  
  350. {block:Posts}<div id="stuff">
  351.  
  352. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  353.  
  354. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/></center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  355.  
  356. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  357.  
  358. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  359. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  360.  
  361. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  362.  
  363. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  364.  
  365. {block:Video} {block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  366.  
  367. {block:Answer}<div class="ask">{Asker}</div><div class="question">{Question}</div><div class="ans">{Answer}</div>{/block:answer}
  368.  
  369. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  370. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  371. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  372. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  373. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  374.  
  375. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}">{Month} {DayOfMonth}</a>{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ContentSource}<a href="{SourceURL}">&copy;</a>
  376. {/block:ContentSource}</div></div>{/block:Date}
  377. {block:HasTags}
  378. <div class="tags">
  379. Filed Under: {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  380. {/block:HasTags}
  381. </div>
  382. {/block:Posts}
  383.  
  384. {block:ContentSource}
  385. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
  386.  
  387. </body>
  388. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement