Advertisement
damnbritts

theme 13 by damnbritts

Jun 16th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 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. <!-- Theme 13 by Damnbritts. Please follow the rules. -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19.  
  20. <meta name="image:sidebar1" content=""/>
  21. <meta name="image:sidebar2" content=""/>
  22. <meta name="image:sidebar3" content=""/>
  23.  
  24. <meta name="text:linkA" content="">
  25. <meta name="text:linkA url" content="/">
  26. <meta name="text:linkB" content="">
  27. <meta name="text:linkB url" content="/">
  28. <meta name="text:linkC" content="">
  29. <meta name="text:linkC url" content="/">
  30. <meta name="text:linkD" content="">
  31. <meta name="text:linkD url" content="/">
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. a {
  42. color:{color:link};
  43. text-decoration:none;
  44. -moz-transition-duration:0.5s;
  45. -webkit-transition-duration:0.5s;
  46. -o-transition-duration:0.5s;
  47. }
  48.  
  49. a:hover {
  50. color:{color:hover};
  51. text-decoration:none;
  52. -moz-transition-duration:0.5s;
  53. -webkit-transition-duration:0.5s;
  54. -o-transition-duration:0.5s;
  55. }
  56.  
  57.  
  58. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  59. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  60. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  61.  
  62. body {
  63. background-color:{color:bg};
  64. font-family:Calibri;
  65. font-weight:normal;
  66. }
  67.  
  68.  
  69.  
  70.  
  71. h1 {
  72. font-weight:normal;
  73. font-size:10px;
  74. text-align:center;
  75. font-style:normal;
  76. line-height:80%;
  77. letter-spacing:1px;
  78. text-transform:uppercase;
  79. color:{color:text};
  80. }
  81.  
  82. h2 {
  83. font-size:15px;
  84. text-align:center;
  85. line-height:100%;
  86. letter-spacing:-0.5px;
  87. color:{color:text};
  88. font-weight:normal;
  89. padding:5px;
  90. padding-bottom:2px;
  91. }
  92.  
  93.  
  94. blockquote {
  95. border-left:2px solid {color:text};
  96. padding-left:5px;
  97. margin:5px;
  98. }
  99.  
  100. #theme {
  101. background-color:{color:bg};
  102. width:700px;
  103. margin: 0 auto -12px auto;
  104. text-align: center;
  105. }
  106.  
  107. #sidebar {
  108. color:{color:text};
  109. position:fixed;
  110. width:350px;
  111. height:auto;
  112. margin-top:180px;
  113. margin-left:-120px;
  114. text-align:left;
  115. }
  116.  
  117. #sidebar img {
  118. width:60px;
  119. height:60px;
  120. margin-bottom:10px;
  121. margin-left:1px;
  122. border:1px solid #ddd;
  123. padding:3px;
  124. }
  125.  
  126.  
  127. .links {
  128. margin-bottom:10px;
  129. margin-left:-140px;
  130. margin-top:-5px;
  131. font-size:11px;
  132. text-transform:uppercase;
  133. text-align:center;
  134. letter-spacing:2px;
  135. line-height:170%;
  136. }
  137.  
  138. .links a{
  139. padding:3px;
  140. color:#a8a8a8;
  141. background-color:#eee;
  142. padding-top:3px;
  143. padding-bottom:3px;
  144. letter-spacing:0px;
  145. text-decoration:none;
  146. -moz-transition-duration:1s;
  147. -webkit-transition-duration:1s;
  148. -o-transition-duration:1s;
  149. }
  150.  
  151. .links a:hover{
  152. color:#a8a8a8;
  153. background-color:#fff;
  154. -moz-transition-duration:1s;
  155. -webkit-transition-duration:1s;
  156. -o-transition-duration:1s;
  157. }
  158.  
  159. .desc {
  160. width:160px;
  161. margin-bottom:10px;
  162. margin-left:27px;
  163. text-align:center;
  164. font-family:calibri;
  165. font-style:normal;
  166. font-size:10px;
  167. letter-spacing:1px;
  168. line-height:150%;
  169. color:{color:text};
  170. }
  171.  
  172. .desc a {
  173. color:{color:link};
  174. }
  175.  
  176. .pagination {
  177. font-size:8px;
  178. text-transform:uppercase;
  179. letter-spacing:2px;
  180. color:#a8a8a8;
  181. margin-left:-133px;
  182. margin-top:150px;
  183. font-family:consolas;
  184. font-style:normal;
  185. text-align:center;
  186. }
  187.  
  188. .pagi a {
  189. color:#a8a8a8;
  190. }
  191.  
  192. #title {
  193. margin-left:7px;
  194. margin-top:-170px;
  195. width: 200px;
  196. font-family:times;
  197. text-transform:justify;
  198. color:#afafaf;
  199. font-size:10px;
  200. letter-spacing:3px;
  201. text-align:center;
  202. line-height:90%;
  203. padding: 6px;
  204. color:{color:text};
  205. }
  206.  
  207. #stuffcontainer {
  208. float:left;
  209. margin-left:200px;
  210. margin-top:75px;
  211. text-align:justify;
  212. background-color:{color:bg};
  213. color:{color:text};
  214. margin-bottom: 35px;
  215. }
  216.  
  217.  
  218. #stuff {
  219. width:500px;
  220. margin-top:75px;
  221. text-align:justify;
  222. font-size:11px;
  223. line-height:90%;
  224. letter-spacing:0x;
  225. color:{color:text};
  226. }
  227.  
  228. .caption {
  229. width:500px;
  230. text-align:justify;
  231. line-height:120%;
  232. }
  233.  
  234. .ask {
  235. padding:10px;
  236. text-align:left;
  237. color:{color:text};
  238. background-color:{color:infobg};
  239. border-bottom:1px solid {color:border};
  240. border-right:1px solid {color:border};
  241. }
  242.  
  243. .ans {
  244. text-align:left;
  245. padding:10px;
  246. color:{color:text};
  247. }
  248.  
  249. .audio {
  250. width:500px;
  251. padding-bottom:10px;
  252. background-color:{color:infobg};
  253. }
  254.  
  255. .albumart {
  256. float:left;
  257. padding:0px 10px 10px 0px;
  258. }
  259.  
  260. .albumart img {
  261. width:45px;
  262. height:45px;
  263. }
  264.  
  265. .playercontainer {
  266. text-align:left;
  267. padding:10px;
  268. background-color:#ffffff;
  269. width:480px;
  270. }
  271.  
  272. .audioinfo {
  273. padding:10px;
  274. color:{color:text};
  275. }
  276.  
  277. #postinfo {
  278. width:490px;
  279. padding:5px;
  280. font-size:8px;
  281. color:{color:link};
  282. text-transform:uppercase;
  283. font-style:normal;
  284. letter-spacing:2px;
  285. text-align:left;
  286. border-top:1px solid {color:border};
  287. border-bottom:1px solid {color:border};
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293. #postinfo a {
  294. color:{color:link};
  295. text-align:center;
  296. letter-spacing:1px;
  297. font-style:normal;
  298. }
  299.  
  300. #postinfo a:hover {
  301. color:{color:hover};
  302. }
  303.  
  304. .note {
  305. text-transform:uppercase;
  306. font-style:normal;
  307. letter-spacing:0px;
  308. font-size: 9px;
  309. text-align:left;
  310. line-height:90%;
  311. margin-left:-40px;
  312. }
  313.  
  314. .note li {
  315. list-style-type:none;
  316. border-bottom:1px solid {color:border};
  317. padding:10px 25px 10px 25px;
  318. text-align:left;
  319. margin:0px;
  320. -moz-transition-duration:0.5s;
  321. -webkit-transition-duration:0.5s;
  322. -o-transition-duration:0.5s;
  323. }
  324.  
  325. .tags {
  326. font-style:normal;
  327. width:500px;
  328. text-transform:uppercase;
  329. font-style:normal;
  330. color:{color:tags};
  331. letter-spacing:2px;
  332. line-height:120%;
  333. font-size:8px;
  334. text-align:left;
  335. padding:2px;
  336. -moz-transition-duration:0.5s;
  337. -webkit-transition-duration:0.5s;
  338. -o-transition-duration:0.5s;
  339. }
  340.  
  341. .tags a {
  342. color:{color:tags};
  343. letter-spacing:1px;
  344. padding:1px;
  345. }
  346.  
  347. .tags a:hover {
  348. color:{color:link};
  349. }
  350.  
  351. ul.chat, .chat ol, .chat li {
  352. list-style:none;
  353. margin:0px;
  354. padding:2px;
  355. }
  356.  
  357. .label {
  358. text-decoration:underline;
  359. font-weight:700;
  360. background-color:{color:infobg};
  361. margin-right:5px;
  362. }
  363.  
  364. #cred {
  365. position:fixed;
  366. font-size:8px;
  367. font-weight:normal;
  368. line-height:150%;
  369. letter-spacing:2px;
  370. right:10px;
  371. bottom:10px;
  372. text-transform:uppercase;
  373. text-align:center;
  374. }
  375.  
  376. #cred a {
  377. padding:3px;
  378. color:{color:bg};
  379. background-color:#ddd;
  380. -moz-transition-duration:0.5s;
  381. -webkit-transition-duration:0.5s;
  382. -o-transition-duration:0.5s;
  383. }
  384.  
  385. {CustomCSS}
  386.  
  387. </style></head>
  388.  
  389. <body>
  390. <div id="theme">
  391. <div id="sidebar">
  392. <img src="{image:sidebar1}">
  393. <img src="{image:sidebar2}">
  394. <img src="{image:sidebar3}">
  395. <div class="links">
  396. {block:IfLinkA}
  397. <a href="{text:linkA url}">{text:linkA}</a>
  398. {/block:IfLinkA}
  399. {block:IfLinkB}
  400. <a href="{text:linkB url}">{text:linkB}</a>
  401. {/block:IfLinkB}
  402. {block:IfLinkC}
  403. <a href="{text:linkC url}">{text:linkC}</a>
  404. {/block:IfLinkC}
  405. {block:IfLinkD}
  406. <a href="{text:linkD url}">{text:linkD}</a>
  407. {/block:IfLinkD}
  408. </div>
  409. <div class="desc">
  410. {Description}
  411. </div>
  412. <div id="title">{title}
  413. </div>
  414. {block:Pagination}
  415. <div class="pagination">
  416. {block:PreviousPage}
  417. <a href="{PreviousPage}">←</a>
  418. {/block:PreviousPage}
  419. {block:JumpPagination length="3"}
  420. {block:CurrentPage}
  421. <span class="current_page">{PageNumber}</span>
  422. {/block:CurrentPage}
  423. {block:JumpPage}
  424. <a class="jump_page" href="{URL}">{PageNumber}</a>
  425. {/block:JumpPage}
  426. {/block:JumpPagination}
  427. {block:NextPage}
  428. <a href="{NextPage}">→</a>
  429. {/block:NextPage}
  430. </div>
  431. {/block:Pagination}
  432. </div>
  433.  
  434. <div id="stuffcontainer">
  435.  
  436. {block:Posts}
  437.  
  438. <div id="stuff">
  439.  
  440. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  441.  
  442. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  443.  
  444. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  445. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  446.  
  447. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  448.  
  449. {block:Photoset}<center>{Photoset-500}</center>
  450. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  451.  
  452. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  453.  
  454. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  455.  
  456. {block:Answer}<div class="ask">{Asker} wondered: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  457.  
  458. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  459. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  460. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  461. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  462. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  463.  
  464.  
  465.  
  466. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  467. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  468. {block:HasTags}
  469. <div class="tags">
  470. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  471. {/block:HasTags}
  472. <div class="note">
  473. {block:PostNotes}{PostNotes}{/block:PostNotes}
  474. </div>
  475. </div>
  476. {/block:Posts}
  477.  
  478.  
  479. </div>
  480.  
  481. <div id="cred"><a href="http://damnbritts.tumblr.com/">credit</a></div>
  482.  
  483. </div>
  484. </div>
  485. </div>
  486. </body>
  487. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement