Advertisement
damnbritts

theme 20 by damnbritts

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