BandThemes

Classy Punk Theme

Apr 17th, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.91 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <html>
  5. <head>
  6.  
  7. <meta name="color:background" content="#FFFFFF">
  8. <meta name="color:accent" content="#9B2614">
  9. <meta name="color:link" content="#928f8f">
  10. <meta name="color:post links" content="#928f8f">
  11. <meta name="color:hover" content="#454545">
  12. <meta name="color:info" content="#dadada">
  13. <meta name="color:text" content="#9A9A9A">
  14. <meta name="color:title" content="#0a0a0a">
  15. <meta name="color:sidebar text" content="#a8a6a6">
  16. <meta name="color:tags" content="#dddddd">
  17. <meta name="color:scrollbar" content="#313231">
  18. <meta name="color:lines" content="#000">
  19.  
  20. <meta name="image:sidebar" content="http://static.tumblr.com/dac4da8c1ae86538d417697ac8bd1cd9/fgbufhe/xtFnmwplq/tumblr_static_43v0k12xkeecocwc0goss08kg.jpg"/>
  21.  
  22. <meta name="text:Link1" content="" />
  23. <meta name="text:Link1 Title" content="link 1" />
  24. <meta name="text:Link2" content="" />
  25. <meta name="text:Link2 Title" content="link 2" />
  26. <meta name="text:Link3" content="" />
  27. <meta name="text:Link3 Title" content="link 3" />
  28. <meta name="text:Link4" content="" />
  29. <meta name="text:Link4 Title" content="link 4" />
  30.  
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36.  
  37. <script type="text/javascript"
  38. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  39. <script type="text/javascript"
  40. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  41. <link href='http://fonts.googleapis.com/css?family=Poiret+One|Kaushan+Script|Allerta+Stencil' rel='stylesheet' type='text/css'>
  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 {
  63. height:8px;
  64. width:5px}
  65.  
  66. ::-webkit-scrollbar-thumb:vertical {
  67. background-color:{color:scrollbar};
  68. height:50px;
  69. }
  70.  
  71. ::-webkit-scrollbar-thumb:horizontal {
  72. background-color:{color:scrollbar};
  73. height:8px!important;
  74. }
  75.  
  76. body {
  77. background-color:{color:background};
  78. font-family:cambria;
  79. font-weight:normal;
  80. }
  81.  
  82. #line {
  83. width:10px;
  84. height:1000px;
  85. margin-left:300px;
  86. position:fixed;
  87. background-color:{color:lines};
  88. margin-top:-11px;
  89. }
  90.  
  91.  
  92. h1 {
  93. font-weight:normal;
  94. font-size:10px;
  95. font-family: 'Allerta Stencil', sans-serif;
  96. text-align:center;
  97. font-style:normal;
  98. line-height:80%;
  99. letter-spacing:1px;
  100. text-transform:uppercase;
  101. color:{color:text};
  102. }
  103.  
  104. h2 {
  105. font-size:18px;
  106. text-align:left;
  107. line-height:100%;
  108. letter-spacing:-0.5px;
  109. font-family: 'Allerta Stencil', sans-serif;
  110. color:{color:title};
  111. font-weight:normal;
  112. padding:5px;
  113. padding-bottom:2px;
  114. }
  115.  
  116.  
  117. blockquote {
  118. border-left:2px solid {color:text};
  119. padding-left:5px;
  120. margin:5px;
  121. }
  122.  
  123.  
  124.  
  125. #sidebar {
  126. position:fixed;
  127. margin-left:170px;
  128. width: 150px;
  129. margin-top:120px;
  130. background-color: transparent ;
  131. padding:0px 5px 0px;
  132. }
  133.  
  134.  
  135. #simg img {
  136. width:250px;
  137. height:auto;
  138. margin-left:-137px;
  139. padding:4px;
  140. background-color:{color:lines};
  141. border:7px solid {color:lines};
  142. }
  143.  
  144.  
  145. #description {
  146. width:200px;
  147. margin-top:-150px;
  148. margin-left:-80px;
  149. font-size: 13px;
  150. font-family: candara;
  151. color:{color:sidebar text};
  152. line-height: 25px;
  153. text-align:right;
  154. line-height:10px;
  155. padding:5px 0px 5px;
  156. }
  157.  
  158.  
  159.  
  160.  
  161.  
  162. .links {
  163. margin-top:5px;
  164. width: 150px;
  165. font-size: 8px;
  166. font-family: verdana;
  167. text-transform: uppercase;
  168. text-align: center;
  169. }
  170.  
  171. .links a {
  172. padding:3px;
  173. color: {color:link};
  174. margin-bottom: 8px;
  175. width: 70px;
  176. -webkit-transition:0.3s linear;
  177. }
  178.  
  179. .links a:hover {
  180. color:{color:hover};
  181. }
  182.  
  183.  
  184. #stuffcontainer {
  185. float:left;
  186. margin-left:500px;
  187. margin-top:-10px;
  188. text-align:justify;
  189. color:{color:text};
  190. margin-bottom: 35px;
  191. }
  192.  
  193.  
  194. #stuff {
  195. width:500px;
  196. margin-top:45px;
  197. text-align:justify;
  198. font-size:11px;
  199. line-height:90%;
  200. letter-spacing:0x;
  201. color:{color:text};
  202. }
  203.  
  204. .caption {
  205. width:500px;
  206. text-align:justify;
  207. line-height:120%;
  208. }
  209.  
  210. .asker {
  211. padding:10px;
  212. font-family:cambria;
  213. letter-spacing:1px;
  214. text-align:left;
  215. text-transform:none;
  216. }
  217.  
  218. .ans {
  219. text-align:left;
  220. padding:10px;
  221. color:{color:text};
  222. }
  223.  
  224. .audio {
  225. width:500px;
  226. padding-bottom:10px;
  227. background-color:{color:infobg};
  228. }
  229.  
  230. .albumart {
  231. float:left;
  232. padding:0px 10px 10px 0px;
  233. }
  234.  
  235. .albumart img {
  236. width:45px;
  237. height:45px;
  238. }
  239.  
  240. .playercontainer {
  241. text-align:left;
  242. padding:10px;
  243. background-color:#ffffff;
  244. width:480px;
  245. }
  246.  
  247. .audioinfo {
  248. padding:10px;
  249. color:{color:text};
  250. }
  251.  
  252. #postinfo {
  253. width:490px;
  254. padding:5px;
  255. font-size:8px;
  256. color:{color:link};
  257. text-transform:uppercase;
  258. font-style:normal;
  259. letter-spacing:2px;
  260. text-align:center;
  261. -moz-transition-duration:0.5s;
  262. -webkit-transition-duration:0.5s;
  263. -o-transition-duration:0.5s;
  264. background:{color:info};
  265. }
  266.  
  267. #postinfo a {
  268. color:{color:post links};
  269. text-align:center;
  270. letter-spacing:1px;
  271. font-style:normal;
  272. }
  273.  
  274. #postinfo a:hover {
  275. color:{color:hover};
  276. }
  277.  
  278. .note {
  279. text-transform:uppercase;
  280. font-style:normal;
  281. letter-spacing:0px;
  282. font-size: 9px;
  283. text-align:left;
  284. line-height:90%;
  285. margin-left:-40px;
  286. }
  287.  
  288. .note li {
  289. list-style-type:none;
  290. padding:10px 25px 10px 25px;
  291. text-align:left;
  292. margin:0px;
  293. -moz-transition-duration:0.5s;
  294. -webkit-transition-duration:0.5s;
  295. -o-transition-duration:0.5s;
  296. }
  297.  
  298. .tags {
  299. font-style:normal;
  300. width:500px;
  301. text-transform:uppercase;
  302. font-style:normal;
  303. color:{color:tags};
  304. letter-spacing:2px;
  305. line-height:120%;
  306. font-size:8px;
  307. text-align:left;
  308. padding:2px;
  309. -moz-transition-duration:0.5s;
  310. -webkit-transition-duration:0.5s;
  311. -o-transition-duration:0.5s;
  312. }
  313.  
  314. .tags a {
  315. color:{color:tags};
  316. letter-spacing:1px;
  317. padding:1px;
  318. }
  319.  
  320. .tags a:hover {
  321. color:{color:link};
  322. }
  323.  
  324. ul.chat, .chat ol, .chat li {
  325. list-style:none;
  326. margin:0px;
  327. padding:2px;
  328. }
  329.  
  330. .label {
  331. text-decoration:underline;
  332. font-weight:700;
  333. background-color:{color:infobg};
  334. margin-right:5px;
  335. }
  336.  
  337. #tab2 {
  338. z-index:999;position:fixed;
  339. border:10px solid black;
  340. background:black;/*box 3 background*/
  341. left:44px;bottom:80px;
  342. width:30px;height:30px;
  343. margin-top:5px;
  344. -webkit-transition-duration: 0.5s;
  345. -moz-transition-duration: 0.5s;
  346. -o-transition-duration: 0.5s;
  347. transition-duration: 0.5s;
  348. -webkit-transition: all 0.5s ease;
  349. -moz-transition: all 0.5s ease;
  350. -o-transition: all 0.5s ease;
  351. -ms-transition: all 0.5s ease;
  352. transition: all 0.5s ease;
  353. }
  354.  
  355. .tab2{
  356. z-index:9999;overflow:hidden;position:fixed;
  357. background:transparent;/*tab 1 background*/
  358. border-left:5px solid {color:border};
  359. left:35px;bottom:35px;
  360. opacity:0;
  361. font-size:11px;text-align:left;
  362. width:50px;/*tab 1 width*/
  363. height:56px;/*tab 1 height, make this higher for longer text*/
  364. -ms-transform:rotate(-45deg);
  365. -o-transform:rotate(-45deg);
  366. -webkit-transform:rotate(-45deg);
  367. -moz-transform:rotate(-45deg);
  368. -webkit-transition-duration: 0.5s;
  369. -moz-transition-duration: 0.5s;
  370. -o-transition-duration: 0.5s;
  371. transition-duration: 0.5s;}
  372.  
  373. #tab2:hover .tab2{
  374. opacity:1;
  375. }
  376. #tab2:hover {
  377. background:{color:accent};
  378. -webkit-transform: rotate(45deg);
  379. -moz-transform: rotate(45deg);
  380. -o-transform: rotate(45deg);
  381. -ms-transform: rotate(45deg);
  382. transform: rotate(45deg);
  383. }
  384.  
  385. #tab3 {
  386. z-index:999;position:fixed;
  387. border:10px solid black;
  388. background:black;
  389. left:44px;bottom:160px;
  390. width:30px;height:30px;
  391. -webkit-transition-duration: 0.5s;
  392. -moz-transition-duration: 0.5s;
  393. -o-transition-duration: 0.5s;
  394. transition-duration: 0.5s;
  395. -webkit-transition: all 0.5s ease;
  396. -moz-transition: all 0.5s ease;
  397. -o-transition: all 0.5s ease;
  398. -ms-transition: all 0.5s ease;
  399. transition: all 0.5s ease;
  400. }
  401.  
  402. .tab3{
  403. z-index:9999;overflow:hidden;position:fixed;
  404. background:transparent;/*tab 1 background*/
  405. border-left:5px solid {color:border};
  406. left:35px;bottom:35px;
  407. opacity:0;
  408. font-size:11px;text-align:left;
  409. width:50px;/*tab 1 width*/
  410. height:56px;/*tab 1 height, make this higher for longer text*/
  411. -ms-transform:rotate(-45deg);
  412. -o-transform:rotate(-45deg);
  413. -webkit-transform:rotate(-45deg);
  414. -moz-transform:rotate(-45deg);
  415. -webkit-transition-duration: 0.5s;
  416. -moz-transition-duration: 0.5s;
  417. -o-transition-duration: 0.5s;
  418. transition-duration: 0.5s;}
  419. #tab3:hover .tab3{
  420. opacity:1;
  421. }
  422. #tab3:hover {
  423. background:{color:accent};
  424. -webkit-transform: rotate(45deg);
  425. -moz-transform: rotate(45deg);
  426. -o-transform: rotate(45deg);
  427. -ms-transform: rotate(45deg);
  428. transform: rotate(45deg);
  429. }
  430.  
  431.  
  432. #line2{
  433. height:10px;
  434. width:350px;
  435. background-color:{color:accent};
  436. margin-top:480px;
  437. margin-left:-10px;
  438. position:fixed;
  439. }
  440.  
  441.  
  442. #title {
  443. font-size:30px;
  444. font-family: 'Poiret One', cursive;
  445. margin-top:110px;
  446. margin-left:-90px;
  447. text-align:right;
  448. width:200px;
  449. }
  450. .pagepagination{
  451. position:absolute;
  452. width:500px;
  453. margin-top:2px;
  454. margin-left:auto;
  455. margin-right:10px;
  456. }
  457.  
  458. .pagepagination a{
  459. display:inline-block;
  460. color:#ffffff;
  461. text-transform:uppercase;
  462. font-family:calibri;
  463. font-size:7px;
  464. padding:0 2% 0 2%;
  465. background:#000000;
  466. }
  467.  
  468. .pagepagination a:hover{
  469. background:{color:Accent 4};
  470. color:#ffffff;
  471. }
  472. #bli img {
  473. width:50px;
  474. position:fixed;
  475. padding:3px;
  476. opacity: .5;
  477. bottom:5px;
  478. right:5px;
  479. z-index:999999999999999999999999999999999999999999;
  480. }
  481. #bli img:hover {
  482. opacity:1;
  483. width:100px;
  484. }
  485. {CustomCSS}
  486. </style>
  487. </head>
  488.  
  489.  
  490. <div id="sidebar">
  491. <div id="pagepagination">
  492. {block:Pagination}
  493. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:JumpPagination length="3"}
  494. {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
  495. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  496. {/block:JumpPagination}
  497. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  498. {/block:Pagination}
  499. </div>
  500. <div id="simg"><img src="{image:sidebar}"/>
  501. </div>
  502. <div id="title"><a href="/"><strong>{Title}</strong></a></div>
  503. <div id="description">
  504. {block:Description}{Description}{/block:Description}
  505. </div>
  506.  
  507.  
  508. </div>
  509. <div id="line"></div>
  510.  
  511. <div id="stuffcontainer">
  512.  
  513. {block:Posts}
  514.  
  515. <div id="stuff">
  516.  
  517. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  518.  
  519. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  520.  
  521. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  522. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  523.  
  524. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  525.  
  526. {block:Photoset}<center>{Photoset-500}</center>
  527. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  528.  
  529. {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}
  530.  
  531. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  532.  
  533. {block:Answer}<div id="asker" style="margin-left:-5px;width:500px;"><span style="font-family:cambria;font-size:12px;font-style:italic; margin-left:15px;">{Asker} whispered: {Question}</span></div><br><left><font face="cambria"><span style="font-family:cambria;font-size:10px; marging-left:5px;">{Answer}</span></font>{/block:Answer}
  534.  
  535. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  536. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  537. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  538. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  539. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  540.  
  541. <p>
  542.  
  543. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} • <a href="{ReblogURL}" style="text-transform:uppercase;">reblog</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  544. {block:ContentSource}• source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  545. {block:HasTags}
  546. <div class="tags">
  547. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  548. {/block:HasTags}
  549. <div class="note">
  550. {block:PostNotes}{PostNotes}{/block:PostNotes}
  551. </div>
  552. </div>
  553. {/block:Posts}
  554.  
  555.  
  556. </div>
  557.  
  558.  
  559.  
  560.  
  561.  
  562. <div id="tab2"><div class="tab2">
  563. <div id="links"><a href="{text:Link2}">{text:Link2 Title}</a></div>
  564. <div id="links"><a href="{text:Link3}">{text:Link3 Title}</a></div>
  565. <div id="links"><a href="{text:Link4}">{text:Link4 Title}</a></div>
  566. </div></div>
  567. <div id="line2"></div>
  568. <div id="tab3"><div class="tab3">
  569. <div id="links"><a href="/">Home</a><br></div>
  570. <div id="links"><a href="/ask">Ask</a><br></div>
  571. <div id="links"><a href="{text:Link1}">{text:Link1 Title}</a></div>
  572.  
  573. </div></div>
  574. </body>
  575. <div id="bli"><a href="http://band-themes.tumblr.com" title="theme credit"><img src="http://41.media.tumblr.com/7ea5ae54c20ea88254540f3103da9714/tumblr_nmc8h1nyYE1twwwjho1_250.png"onmouseover="this.src='https://41.media.tumblr.com/18ec1b00405526120c8c31308d9b5ca9/tumblr_nmcb7zXh7N1twwwjho1_500.png'" onmouseout="this.src='http://41.media.tumblr.com/7ea5ae54c20ea88254540f3103da9714/tumblr_nmc8h1nyYE1twwwjho1_250.png'" /></a></div>
  576.  
  577. </html>
Advertisement
Add Comment
Please, Sign In to add comment