Advertisement
damnbritts

Theme 28 | Damnbritts

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