Advertisement
damnbritts

theme 19 by damnbritts

Aug 11th, 2013
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.44 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 #19 by Damnbritts.
  4. Do not remove credit or
  5. use as a base!-->
  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-thumb:vertical {
  61. height:12px;
  62. border:2px solid #fff;
  63. background-color:#aaa;
  64. }
  65. ::-webkit-scrollbar-thumb:horizontal {
  66. background-color:#fff;
  67. }
  68. ::-webkit-scrollbar {
  69. width:11px;
  70. height:7px;
  71. border:5px solid #fff;
  72. background-color:#aaa;
  73. }
  74. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  75. display:block;
  76. height:8px;
  77. border-right:2px solid #fff;
  78. border-left:2px solid #fff;
  79. background-color:#aaa;
  80. }
  81.  
  82. body {
  83. background-color:{color:bg};
  84. font-family:Calibri;
  85. font-weight:normal;
  86. }
  87.  
  88.  
  89.  
  90.  
  91. h1 {
  92. font-weight:normal;
  93. font-size:10px;
  94. text-align:center;
  95. font-style:normal;
  96. line-height:80%;
  97. letter-spacing:1px;
  98. text-transform:uppercase;
  99. color:{color:text};
  100. }
  101.  
  102. h2 {
  103. font-size:15px;
  104. text-align:center;
  105. line-height:100%;
  106. letter-spacing:-0.5px;
  107. color:{color:text};
  108. font-weight:normal;
  109. padding:5px;
  110. padding-bottom:2px;
  111. }
  112.  
  113.  
  114. blockquote {
  115. border-left:2px solid {color:text};
  116. padding-left:5px;
  117. margin:5px;
  118. }
  119.  
  120. #theme {
  121. background-color:{color:bg};
  122. width:700px;
  123. margin: 0 auto -12px auto;
  124. text-align: center;
  125. }
  126.  
  127. #sidebar {
  128. position:fixed;
  129. width:150px;
  130. height:auto;
  131. margin-top:180px;
  132. text-align:left;
  133. color:{color:text};
  134. }
  135.  
  136. #sidebar img {
  137. width:100px;
  138. height:100px;
  139. margin-bottom:10px;
  140. border:1px solid #eee;
  141. padding:5px;
  142. -webkit-transition: all .9s ease;
  143. -moz-transition: all .9s ease;
  144. -o-transition: all .9s ease;
  145. }
  146.  
  147. #sidebarimage {
  148. width:100px;
  149. margin-top:5px;
  150. }
  151.  
  152. #sidebarimage2 {
  153. width:100px;
  154. margin-top:0px;
  155. }
  156.  
  157. .links {
  158. display:inline-block;
  159. position:fixed;
  160. background-color:black;
  161. width:1350px;
  162. height:60px;
  163. padding-top:15px;
  164. padding-left:65px;
  165. margin-left:-330px;
  166. margin-top:-437px;
  167. margin-bottom:10px;
  168. opacity:0.9;
  169. font-size:15px;
  170. text-transform:uppercase;
  171. text-align:center;
  172. line-height:170%;
  173. color:#a8a8a8;
  174. text-shadow:7px 0px transparent, -7px 0px transparent;
  175. -webkit-transition: all 0.3s linear;
  176. z-index:4;
  177.  
  178. }
  179.  
  180. .links a{
  181. padding:3px;
  182. color:#fff;
  183. display:inline-block;
  184. width:60px;
  185. line-height:1.2;
  186. margin-bottom:3px;
  187. margin-left:10px;
  188. margin-top:10px;
  189. font-size: 11px;
  190. padding:3px;
  191. border:1px solid #fff;
  192. background-color:#000;
  193. letter-spacing:0px;
  194. text-align:center;
  195. text-shadow:10px 0px transparent, -10px 0px transparent;
  196. -webkit-transition: all 0.3s linear;
  197. z-index:4;
  198. }
  199.  
  200. .links a:hover{
  201. -webkit-transition: all 0.4s linear;
  202. text-shadow:0px 0px #fff, -0px 0px #fff;
  203. z-index:4;
  204. opacity:1;
  205. }
  206.  
  207. .desc {
  208. width:70px;
  209. height:70px;
  210. padding:15px;
  211. position:fixed;
  212. margin-bottom:10px;
  213. margin-left:6px;
  214. margin-top:-246px;
  215. background-color:black;
  216. font-family:calibri
  217. text-align:center;
  218. font-size:10px;
  219. color:#ddd;
  220. letter-spacing:0px;
  221. line-height:130%;
  222. }
  223.  
  224. .desc a {
  225. color:{color:link};
  226. }
  227.  
  228. #sidebar .desc {
  229. opacity:0;
  230. -moz-transition-duration:.5s;
  231. -webkit-transition-duration:.5s;
  232. -o-transition-duration:.5s;
  233. }
  234.  
  235. #sidebar:hover .desc {
  236. opacity:0.9;
  237. -moz-transition-duration:1s;
  238. -webkit-transition-duration:1s;
  239. -o-transition-duration:1s;
  240. }
  241.  
  242. .title {
  243. width:200px;
  244. height:30px;
  245. opacity:.8;
  246. margin-top:-155px;
  247. margin-left:-120px;
  248. font-size:22px;
  249. font-family:times;
  250. line-height:100%;
  251. text-align:center;
  252. padding:0px;
  253. font-style:italic;
  254. color:#000;
  255. display:block;
  256. -webkit-transform: rotate(270deg);
  257. -moz-transform: rotate(270deg);
  258. -o-transform: rotate(270deg);
  259. }
  260.  
  261. .pagi {
  262. font-size:11px;
  263. background-color:black;
  264. opacity:0;
  265. width:100px;
  266. height:42px;
  267. padding-top:26px;
  268. padding-bottom:18px;
  269. margin-left:6px;
  270. font-family:cambria
  271. padding:35px;
  272. padding-top:41px;
  273. margin-top:4px;
  274. text-transform:lowercase;
  275. letter-spacing:3px;
  276. font-style:italic;
  277. text-align:center;
  278. }
  279.  
  280. .pagi a {
  281. color:#ddd;
  282. }
  283.  
  284. #sidebar .pagi {
  285. opacity:0;
  286. -webkit-transition: all 1s ease;
  287. -moz-transition: all 1s ease;
  288. -o-transition: all 1s ease;
  289. }
  290.  
  291. #sidebar:hover .pagi {
  292. opacity:0.8;
  293. -webkit-transition: all 1s ease;
  294. -moz-transition: all 1s ease;
  295. -o-transition: all 1s ease;
  296. }
  297.  
  298. #stuffcontainer {
  299. float:left;
  300. margin-left:200px;
  301. margin-top:75px;
  302. text-align:justify;
  303. background-color:{color:bg};
  304. color:{color:text};
  305. margin-bottom: 35px;
  306. }
  307.  
  308.  
  309. #stuff {
  310. width:500px;
  311. margin-top:75px;
  312. text-align:justify;
  313. font-size:11px;
  314. line-height:90%;
  315. letter-spacing:0x;
  316. color:{color:text};
  317. }
  318.  
  319. .caption {
  320. width:500px;
  321. text-align:justify;
  322. line-height:120%;
  323. }
  324.  
  325. .ask {
  326. padding:10px;
  327. text-align:left;
  328. color:{color:text};
  329. background-color:{color:infobg};
  330. border-bottom:1px solid {color:border};
  331. border-right:1px solid {color:border};
  332. }
  333.  
  334. .ans {
  335. text-align:left;
  336. padding:10px;
  337. color:{color:text};
  338. }
  339.  
  340. .audio {
  341. width:500px;
  342. padding-bottom:10px;
  343. background-color:{color:infobg};
  344. }
  345.  
  346. .albumart {
  347. float:left;
  348. padding:0px 10px 10px 0px;
  349. }
  350.  
  351. .albumart img {
  352. width:45px;
  353. height:45px;
  354. }
  355.  
  356. .playercontainer {
  357. text-align:left;
  358. padding:10px;
  359. background-color:#ffffff;
  360. width:480px;
  361. }
  362.  
  363. .audioinfo {
  364. padding:10px;
  365. color:{color:text};
  366. }
  367.  
  368. #postinfo {
  369. width:490px;
  370. padding:5px;
  371. font-size:8px;
  372. color:{color:link};
  373. text-transform:uppercase;
  374. font-style:normal;
  375. letter-spacing:2px;
  376. text-align:left;
  377. border-top:1px solid {color:border};
  378. border-bottom:1px solid {color:border};
  379. -moz-transition-duration:0.5s;
  380. -webkit-transition-duration:0.5s;
  381. -o-transition-duration:0.5s;
  382. }
  383.  
  384. #postinfo a {
  385. color:{color:link};
  386. text-align:center;
  387. letter-spacing:1px;
  388. font-style:normal;
  389. }
  390.  
  391. #postinfo a:hover {
  392. color:{color:hover};
  393. }
  394.  
  395. .note {
  396. text-transform:uppercase;
  397. font-style:normal;
  398. letter-spacing:0px;
  399. font-size: 9px;
  400. text-align:left;
  401. line-height:90%;
  402. margin-left:-40px;
  403. }
  404.  
  405. .note li {
  406. list-style-type:none;
  407. border-bottom:1px solid {color:border};
  408. padding:10px 25px 10px 25px;
  409. text-align:left;
  410. margin:0px;
  411. -moz-transition-duration:0.5s;
  412. -webkit-transition-duration:0.5s;
  413. -o-transition-duration:0.5s;
  414. }
  415.  
  416. .tags {
  417. font-style:normal;
  418. width:500px;
  419. text-transform:uppercase;
  420. font-style:normal;
  421. color:{color:tags};
  422. letter-spacing:2px;
  423. line-height:120%;
  424. font-size:8px;
  425. text-align:left;
  426. padding:2px;
  427. -moz-transition-duration:0.5s;
  428. -webkit-transition-duration:0.5s;
  429. -o-transition-duration:0.5s;
  430. }
  431.  
  432. .tags a {
  433. color:{color:tags};
  434. letter-spacing:1px;
  435. padding:1px;
  436. }
  437.  
  438. .tags a:hover {
  439. color:{color:link};
  440. }
  441.  
  442. #stuff .tags {
  443. opacity:0;
  444. -moz-transition-duration:0.8s;
  445. -webkit-transition-duration:0.8s;
  446. -o-transition-duration:0.8s;
  447. }
  448.  
  449. #stuff:hover .tags {
  450. opacity:0.9;
  451. -moz-transition-duration:0.5s;
  452. -webkit-transition-duration:0.5s;
  453. -o-transition-duration:0.5s;
  454. }
  455.  
  456. ul.chat, .chat ol, .chat li {
  457. list-style:none;
  458. margin:0px;
  459. padding:2px;
  460. }
  461.  
  462. .label {
  463. text-decoration:underline;
  464. font-weight:700;
  465. background-color:{color:infobg};
  466. margin-right:5px;
  467. }
  468.  
  469. #cred {
  470. font-size:8px;
  471. font-family:times;
  472. letter-spacing:1px;
  473. -moz-transition-duration:0.5s;
  474. -webkit-transition-duration:0.5s;
  475. -o-transition-duration:0.5s;
  476. }
  477.  
  478. #cred a {
  479. background-color:#fff;
  480. color:#a8a8a8;
  481. padding:5px;
  482. border:1px solid #ddd;
  483. position:fixed;
  484. right:7px;
  485. bottom:10px
  486. }
  487.  
  488. #cred a:hover {
  489. color:#fff;
  490. background-color:#000;
  491. border-radius:90px;
  492. -moz-transition-duration:2s;
  493. -webkit-transition-duration:2s;
  494. -o-transition-duration:2s;
  495. }
  496.  
  497.  
  498. {CustomCSS}
  499.  
  500. </style></head>
  501.  
  502. <body>
  503. <div id="theme">
  504. <div id="sidebar">
  505. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  506. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  507. <div class="links">
  508. {block:IfLinkA}
  509. <a href="{text:linkA url}">{text:linkA}</a>
  510. {/block:IfLinkA}
  511. {block:IfLinkB}
  512. <a href="{text:linkB url}">{text:linkB}</a>
  513. {/block:IfLinkB}
  514. {block:IfLinkC}
  515. <a href="{text:linkC url}">{text:linkC}</a>
  516. {/block:IfLinkC}
  517. {block:IfLinkD}
  518. <a href="{text:linkD url}">{text:linkD}</a>
  519. {/block:IfLinkD}
  520. </div>
  521. <div class="desc">
  522. {Description}
  523. </div>
  524. <div class="title">{text:sidetitle}
  525. </div>
  526. {block:Pagination}
  527. <div class="pagi">
  528. {block:PreviousPage}
  529. <a href="{PreviousPage}">future</a>
  530. {/block:PreviousPage}
  531. {block:NextPage}
  532. <a href="{NextPage}">past</a>
  533. {/block:NextPage}
  534. </div>
  535. {/block:Pagination}
  536. </div>
  537.  
  538. <div id="stuffcontainer">
  539.  
  540. {block:Posts}
  541.  
  542. <div id="stuff">
  543.  
  544. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  545.  
  546. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  547.  
  548. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  549. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  550.  
  551. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  552.  
  553. {block:Photoset}<center>{Photoset-500}</center>
  554. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  555.  
  556. {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}
  557.  
  558. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  559.  
  560. {block:Answer}<div class="ask">{Asker} wondered: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  561.  
  562. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  563. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  564. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  565. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  566. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  567.  
  568.  
  569.  
  570. {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}
  571. {block:ContentSource} ( source <a href="{SourceURL}">{SourceLink} )</a>{/block:ContentSource}</div>{/block:Date}
  572.  
  573. {block:HasTags}
  574. <div class="tags">
  575. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  576. {/block:HasTags}
  577. <div class="note">
  578. {block:PostNotes}{PostNotes}{/block:PostNotes}
  579. </div>
  580. </div>
  581. {/block:Posts}
  582.  
  583.  
  584. </div>
  585.  
  586. <div id="cred"><a href="http://damnbritts.tumblr.com/">DB</a></div>
  587.  
  588. </div>
  589. </div>
  590. </div>
  591. </body>
  592. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement