Advertisement
damnbritts

updates *fixed*

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