Advertisement
damnbritts

theme 23 by damnbritts

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