Advertisement
damnbritts

Theme 34 | Damnbritts

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