Advertisement
damnbritts

Theme 27 | Damnbritts

Oct 18th, 2013
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.48 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 #27 by damnbritts
  4. hope you enjoy!-->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  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:sidebar" content=""/>
  21.  
  22. <meta name="text:TooltipA" content="link title" />
  23. <meta name="text:TooltipB" content="link title" />
  24. <meta name="text:linkBurl" content="/" />
  25. <meta name="text:TooltipC" content="link title" />
  26. <meta name="text:linkCurl" content="/" />
  27. <meta name="text:TooltipD" content="link title" />
  28. <meta name="text:linkDurl" content="/" />
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. a {
  41. color:{color:link};
  42. text-decoration:none;
  43. -moz-transition-duration:0.5s;
  44. -webkit-transition-duration:0.5s;
  45. -o-transition-duration:0.5s;
  46. }
  47.  
  48. a:hover {
  49. color:{color:hover};
  50. text-decoration:none;
  51. -moz-transition-duration:0.5s;
  52. -webkit-transition-duration:0.5s;
  53. -o-transition-duration:0.5s;
  54. }
  55.  
  56.  
  57. ::-webkit-scrollbar {background-color:#fff; border:3px solid #fff;height:8px; width:11px;}
  58. ::-webkit-scrollbar-thumb:vertical {background-color:#1c1c1c; border:2px solid #fff; height:50px;border-radius:300px;-webkit-border-radius: 300px;
  59. -moz-border-radius: 300px;}
  60. ::-webkit-scrollbar-thumb:horizontal {color:#fff;}
  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. position:fixed;
  109. width:60px;
  110. height:100%;
  111. margin-top:3px;
  112. margin-left:-10px;
  113. text-align:left;
  114. background:#2e2e2e;
  115. color:{color:text};
  116. }
  117.  
  118. #sidebar img {
  119. width:100px;
  120. height:100px;
  121. border:7px solid #2e2e2e;
  122. margin-top:250px;
  123. margin-left:-27px;
  124. margin-bottom:10px;
  125. }
  126.  
  127. @font-face { font-family: 'ronda'; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  128.  
  129. .links {
  130. width:40px;
  131. margin-bottom:10px;
  132. margin-top:-270px;
  133. margin-left:12px;
  134. font-size:30px;
  135. font-family:'Antic Slab', serif;
  136. text-transform:uppercase;
  137. text-align:center;
  138. letter-spacing:2px;
  139. line-height:110%;
  140. }
  141.  
  142. .links a{
  143. padding:3px;
  144. letter-spacing:0px;
  145. text-decoration:none;
  146. color:#eee;
  147. text-shadow:10px 0px transparent, -10px 0px transparent;
  148. -webkit-transition: all 0.3s linear;
  149. z-index:4;
  150. }
  151.  
  152. .links a:hover{
  153. -webkit-transition: all 0.3s linear;
  154. text-shadow:0px 0px #a8a8a8, -0px 0px #a8a8a8;
  155. z-index:4;
  156. text-decoration:underline;
  157. }
  158.  
  159.  
  160. .desc {
  161. position:fixed;
  162. font-family:calibri;
  163. font-size:10px;
  164. word-spacing:2px;
  165. width:96px;
  166. height:94px;
  167. padding:8px;
  168. margin-left:-26px;
  169. margin-top:125px;
  170. text-align:center;
  171. color:#cacaca;
  172. background-color:#2e2e2e;
  173. line-height:130%;
  174. }
  175.  
  176. .desc a {
  177. width:100px;
  178. background-color:#2e2e2e;
  179. padding:10px;
  180. color:{color:link};
  181. }
  182.  
  183. @font-face { font-family: "pls"; src: url('http://static.tumblr.com/hes5tcf/RmSmqd0df/helvetica-neue-bold.ttf'); }
  184.  
  185. #title {
  186. font-size:30px;
  187. font-family:ronda;
  188. background:#2e2e2e;
  189. width:900px;
  190. margin-top:-210px;
  191. margin-left:-70px;
  192. color:#eee;
  193. text-transform:justify;
  194. text-align:center;
  195. -moz-transition-duration:0.5s;
  196. -webkit-transition-duration:0.5s;
  197. -o-transition-duration:0.5s;
  198. }
  199.  
  200. #title:hover {
  201. letter-spacing:6px;
  202. -moz-transition-duration:0.5s;
  203. -webkit-transition-duration:0.5s;
  204. -o-transition-duration:0.5s;
  205. }
  206.  
  207. .pagi {
  208. position:fixed;
  209. width:60px;
  210. font-size:12px;
  211. font-family:ronda;
  212. letter-spacing:0px;
  213. text-transform:lowercase;
  214. letter-spacing:3px;
  215. margin-top:400px;
  216. margin-left:1px;
  217. font-style:normal;
  218. text-align:center;
  219. }
  220.  
  221. .pagi a {
  222. color:{color:link};
  223. }
  224.  
  225. #stuffcontainer {
  226. float:left;
  227. color:{color:text};
  228. margin-left:150px;
  229. margin-top:75px;
  230. text-align:justify;
  231. margin-bottom:35px;
  232. background-color:{color:bg};
  233. }
  234.  
  235. #stuff {
  236. width:500px;
  237. margin-top:75px;
  238. text-align:justify;
  239. font-size:11px;
  240. line-height:90%;
  241. letter-spacing:0x;
  242. color:{color:text};
  243. }
  244.  
  245. .caption {
  246. width:500px;
  247. text-align:justify;
  248. line-height:120%;
  249. }
  250.  
  251. .ask {
  252. padding:10px;
  253. text-align:left;
  254. color:{color:text};
  255. background-color:{color:infobg};
  256. border-bottom:1px solid {color:border};
  257. border-right:1px solid {color:border};
  258. }
  259.  
  260. .ans {
  261. text-align:left;
  262. padding:10px;
  263. color:{color:text};
  264. }
  265.  
  266. .audio {
  267. width:500px;
  268. padding-bottom:10px;
  269. background-color:{color:infobg};
  270. }
  271.  
  272. .albumart {
  273. float:left;
  274. padding:0px 10px 10px 0px;
  275. }
  276.  
  277. .albumart img {
  278. width:45px;
  279. height:45px;
  280. }
  281.  
  282. .playercontainer {
  283. text-align:left;
  284. padding:10px;
  285. background-color:#ffffff;
  286. width:480px;
  287. }
  288.  
  289. .audioinfo {
  290. padding:10px;
  291. color:{color:text};
  292. }
  293.  
  294. #postinfo {
  295. width:490px;
  296. padding:5px;
  297. font-size:8px;
  298. color:{color:link};
  299. text-transform:uppercase;
  300. font-style:normal;
  301. letter-spacing:2px;
  302. text-align:left;
  303. border-top:1px solid {color:border};
  304. border-bottom:1px solid {color:border};
  305. -moz-transition-duration:0.5s;
  306. -webkit-transition-duration:0.5s;
  307. -o-transition-duration:0.5s;
  308. }
  309.  
  310. #postinfo a {
  311. color:{color:link};
  312. text-align:center;
  313. letter-spacing:1px;
  314. font-style:normal;
  315. }
  316.  
  317. #postinfo a:hover {
  318. color:{color:hover};
  319. }
  320.  
  321. .note {
  322. text-transform:uppercase;
  323. font-style:normal;
  324. letter-spacing:0px;
  325. font-size: 9px;
  326. text-align:left;
  327. line-height:90%;
  328. margin-left:-40px;
  329. }
  330.  
  331. .note li {
  332. list-style-type:none;
  333. border-bottom:1px solid {color:border};
  334. padding:10px 25px 10px 25px;
  335. text-align:left;
  336. margin:0px;
  337. -moz-transition-duration:0.5s;
  338. -webkit-transition-duration:0.5s;
  339. -o-transition-duration:0.5s;
  340. }
  341.  
  342. .tags {
  343. font-style:normal;
  344. width:500px;
  345. text-transform:uppercase;
  346. font-style:normal;
  347. color:{color:tags};
  348. letter-spacing:2px;
  349. line-height:120%;
  350. font-size:8px;
  351. text-align:left;
  352. padding:2px;
  353. -moz-transition-duration:0.5s;
  354. -webkit-transition-duration:0.5s;
  355. -o-transition-duration:0.5s;
  356. }
  357.  
  358. .tags a {
  359. color:{color:tags};
  360. letter-spacing:1px;
  361. padding:1px;
  362. }
  363.  
  364. .tags a:hover {
  365. color:{color:link};
  366. }
  367.  
  368. ul.chat, .chat ol, .chat li {
  369. list-style:none;
  370. margin:0px;
  371. padding:2px;
  372. }
  373.  
  374. .label {
  375. text-decoration:underline;
  376. font-weight:700;
  377. background-color:{color:infobg};
  378. margin-right:5px;
  379. }
  380.  
  381. #cred {
  382. font-size:8px;
  383. font-family:times;
  384. letter-spacing:1px;
  385. -moz-transition-duration:0.5s;
  386. -webkit-transition-duration:0.5s;
  387. -o-transition-duration:0.5s;
  388. }
  389.  
  390. #cred a {
  391. background-color:#fff;
  392. color:#a8a8a8;
  393. padding:5px;
  394. border:1px solid #ddd;
  395. position:fixed;
  396. right:7px;
  397. bottom:10px
  398. }
  399.  
  400. #cred a:hover {
  401. color:#fff;
  402. background-color:#000;
  403. border-radius:90px;
  404. -moz-transition-duration:2s;
  405. -webkit-transition-duration:2s;
  406. -o-transition-duration:2s;
  407. }
  408.  
  409.  
  410.  
  411. #s-m-t-tooltip {
  412. font-size:9px;
  413. max-width:300px;
  414. padding:2px;
  415. padding-top:0px;
  416. padding-bottom:1px;
  417. margin:12px 0px 0px 12px;
  418. z-index:10;
  419. background-color:#fff;
  420. border:1px solid #777;
  421. font-family:ronda;
  422. letter-spacing:0px;
  423. text-transform:lowercase;
  424. color:#777;
  425. z-index:999999999999999999999999999999999999;
  426. }
  427. {CustomCSS}
  428.  
  429. </style></head>
  430. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  431. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  432. <script>
  433. (function($){
  434. $(document).ready(function(){
  435. $("a[title]").style_my_tooltips({
  436. tip_follows_cursor:true,
  437. tip_delay_time:0,
  438. tip_fade_speed:250,
  439. attribute:"title"
  440. });
  441. });
  442. })(jQuery);
  443. </script>
  444.  
  445.  
  446.  
  447. <body>
  448. <div id="theme">
  449. <div id="sidebar">
  450. <img src="{image:sidebar}">
  451. <div class="links">
  452. <a title="{text:TooltipA}" href="/">i.</a>
  453. <a title="{text:TooltipB}" href="{text:linkBurl}">ii.</a>
  454. <a title="{text:TooltipC}" href="{text:linkCurl}">iii.</a>
  455. <a title="{text:TooltipD}" href="{text:linkDurl}">iv.</a>
  456. </div>
  457. <div class="desc">
  458. {Description}
  459. </div>
  460. <div id="title">{title}</div>
  461. {block:Pagination}
  462. <div class="pagi">
  463. {block:PreviousPage}
  464. <a href="{PreviousPage}">back</a>
  465. {/block:PreviousPage}
  466. {block:NextPage}
  467. <a href="{NextPage}">next</a>
  468. {/block:NextPage}
  469. </div>
  470. {/block:Pagination}
  471. </div>
  472.  
  473. <div id="stuffcontainer">
  474.  
  475. {block:Posts}
  476.  
  477. <div id="stuff">
  478.  
  479. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  480.  
  481. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  482.  
  483. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  484. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  485.  
  486. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  487.  
  488. {block:Photoset}<center>{Photoset-500}</center>
  489. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  490.  
  491. {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}
  492.  
  493. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  494.  
  495. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  496.  
  497. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  498. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  499. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  500. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  501. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  502.  
  503.  
  504.  
  505. {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}
  506.  
  507. {block:ContentSource} ( source <a href="{SourceURL}">{SourceLink} )</a>{/block:ContentSource}</div>{/block:Date}
  508. {block:HasTags}
  509. <div class="tags">
  510. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  511. {/block:HasTags}
  512. <div class="note">
  513. {block:PostNotes}{PostNotes}{/block:PostNotes}
  514. </div>
  515. </div>
  516. {/block:Posts}
  517.  
  518.  
  519. </div>
  520.  
  521. <div id="cred"><a href="http://damnbritts.tumblr.com/">DB</a></div>
  522.  
  523. </div>
  524. </div>
  525. </div>
  526.  
  527. </body>
  528. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement