Advertisement
damnbritts

theme 17 by damnbritts

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