bangyixing

Theme #31 - Beat (Ver. 2)

Oct 3rd, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.39 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 31: ʙᴇᴀᴛ
  6. ᴅᴇsɪɢɴᴇᴅ ᴀɴᴅ ᴄᴏᴅᴇᴅ ʙʏ ᴀɴᴅʀᴇᴀ @ ᴍʟɪᴋʙᴏʏ
  7. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛs. ᴛʜᴀɴᴋ ʏᴏᴜ.
  8. -->
  9.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--Default Variables-->
  18. <!--Colors-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Title" content="#474545"/>
  22. <meta name="color:Border" content="#000000"/>
  23. <meta name="color:Sidebar Border" content="#000000"/>
  24. <meta name="color:Link" content="#5c5e5e"/>
  25. <meta name="color:Link Background" content="#333333"/>
  26. <meta name="color:Scrollbar" content="#fbfbfb"/>
  27. <meta name="color:Hover" content="#cfcfcf"/>
  28. <meta name="color:Description" content="#111111"/>
  29. <meta name="color:Asker" content="#fafafa"/>
  30. <meta name="color:Quote" content="#fafafa"/>
  31. <meta name="color:Info Border" content="#e6e4e4"/>
  32. <meta name="color:Hover" content="#cfcfcf"/>
  33. <meta name="color:Tags" content="#d7d9da"/>
  34. <meta name="color:Text" content="#000000"/>
  35.  
  36. <!--Images-->
  37.  
  38. <meta name="image:Background" content="">
  39.  
  40. <!--Links-->
  41.  
  42. <meta name="text:Link1" content="/" />
  43. <meta name="text:Link1 Title" content="link" />
  44. <meta name="text:Link2" content="/" />
  45. <meta name="text:Link2 Title" content="link" />
  46. <meta name="text:Link3" content="/" />
  47. <meta name="text:Link3 Title" content="link" />
  48. <meta name="text:Link4" content="/" />
  49. <meta name="text:Link4 Title" content="link" />
  50.  
  51. <!--Titles-->
  52.  
  53. <meta name="text:Title" content="i long for your touch" />
  54.  
  55. <!--Functions-->
  56.  
  57. <meta name="if:Lazy Load" content="1"/>
  58.  
  59. <!--Fonts-->
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Trochut:400,400italic' rel='stylesheet' type='text/css'>
  62. <link href='http://fonts.googleapis.com/css?family=Alegreya+SC' rel='stylesheet' type='text/css'>
  63.  
  64. <!--Lazy Load-->
  65.  
  66. {block:IfLazyLoad}
  67. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  68. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  69. <script type="text/javascript" charset="utf-8">
  70. var $j = jQuery.noConflict();
  71. $j(function() {
  72. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  73. $j("img").lazyload({
  74. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  75. effect: "fadeIn",
  76. });
  77. });
  78. </script>
  79.  
  80. </style>
  81. {/block:IfLazyLoad}
  82.  
  83. <!--qTip-->
  84.  
  85. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  86.  
  87. <style type="text/css">
  88.  
  89. ::-webkit-scrollbar-thumb:vertical {
  90. background: {color:Border};
  91. height: 80px;
  92. }
  93.  
  94. ::-webkit-scrollbar {
  95. height: 10px;
  96. width: 3px;
  97. background: {color:Scrollbar};
  98. }
  99.  
  100. body {
  101. font-family:Helvetica;
  102. font-size:9px;
  103. text-align:justify;
  104. letter-spacing:1px;
  105. line-height:140%;
  106. margin:0px;
  107. background-image: url('{image:Background}');
  108. background-attachment:fixed;
  109. background-repeat:repeat;
  110. background:{color:Background};
  111. color:{color:Text};
  112. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  113. }
  114.  
  115. a {
  116. text-decoration:none;
  117. outline:none;
  118. -moz-outline-style:none;
  119. color:{color:Text};
  120. -webkit-transition: all 0.5s ease;
  121. -moz-transition: all 0.5s ease;
  122. -o-transition: all 0.5s ease;
  123. }
  124.  
  125. img {
  126. border:none;
  127. }
  128.  
  129. blockquote blockquote {
  130. padding-left:5px;
  131. border-left:1px solid;
  132. }
  133.  
  134. h1 {
  135. font-size:20px;
  136. text-transform:none;
  137. font-style:none;
  138. line-height:140%;
  139. text-align:center;
  140. font-family:Trochut;
  141. color:{color:Title};
  142. }
  143.  
  144. a:hover {
  145. color: {color:Hover};
  146. }
  147.  
  148. small{
  149. font-size:9px;
  150. line-height:140%;
  151. }
  152.  
  153. big {
  154. font-size:12px;
  155. line-height:140%;
  156. }
  157.  
  158. b, strong{
  159. color:{color:Text};
  160. }
  161. i, em {
  162. color:{color:Text};
  163. }
  164. p{
  165. margin-top:5px;
  166. margin-bottom:5px;
  167. }
  168.  
  169. blockquote {
  170. padding:0px;
  171. padding-left:5px;
  172. margin:5px;
  173. border-left:1px solid {color:Border};
  174. }
  175.  
  176. blockquote img {
  177. max-width:500px;
  178. }
  179.  
  180. .audio { height:60px; padding:5px; margin-bottom:5px;}
  181. .audio-album { position:absolute; width:60px; }
  182. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  183. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  184.  
  185. .entries{
  186. padding:2px;
  187. width:500px;
  188. padding:5px;
  189. margin:5px;
  190. background:{color:Background};
  191. }
  192.  
  193. #posts{
  194. width:500px;
  195. margin-left:570px;
  196. padding-left:15px;
  197. padding-right:15px;
  198. padding-top:35px;
  199. margin-top:50px;
  200. background-color:{color:Background};
  201. padding:5px;
  202. }
  203.  
  204. #quote {
  205. padding:10px;
  206. margin-bottom:5px;
  207. background:{color:Quote};
  208. font-family:Courier;
  209. font-size:12px;
  210. font-style:none;
  211. letter-spacing:1px;
  212. -webkit-border-radius:2px;
  213. -moz-border-radius:2px;
  214. border-radius:2px;
  215. }
  216.  
  217. #chat {
  218. text-transform:lowercase;
  219. font-family:'Alegreya SC', serif;
  220. }
  221.  
  222. #website {
  223. font-family:Arial;
  224. font-style:italic;
  225. text-align:right;
  226. font-size:12px;
  227. color:{color:Text};
  228. }
  229.  
  230. #sidebar {
  231. margin-left:550px;
  232. margin-top:170px;
  233. position:fixed;
  234. }
  235.  
  236. #title {
  237. font-size:20px;
  238. position:fixed;
  239. margin-left:-330px;
  240. margin-top:-65px;
  241. padding:5px;
  242. font-family:Arial;
  243. font-style:italic;
  244. text-align:right;
  245. line-height:40%;
  246. width:268px;
  247. padding-bottom:10px;
  248. letter-spacing:0px;
  249. border-bottom:1px solid {color:Info Border};
  250. text-transform:lowercase;
  251. color:#888888;
  252. -moz-transition-duration:1s;
  253. -webkit-transition-duration:1s;
  254. -o-transition-duration:1s;
  255. }
  256.  
  257. #qTip {
  258. padding:3px;
  259. width:auto;
  260. display: none;
  261. text-align: center;
  262. position:fixed;
  263. font-size:8px;
  264. text-transform:uppercase;
  265. font-family:Helvetica;
  266. background:{color:Background};
  267. color: {color:Text};
  268. font-style:none;
  269. letter-spacing: 0px;
  270. border:1px solid {color:Info Border};
  271. }
  272.  
  273. #links {
  274. width:18px;
  275. height:auto;
  276. padding:10px;
  277. padding-top:35px;
  278. font-size:10px;
  279. font-family:Arial;
  280. font-style:italic;
  281. text-align:center;
  282. text-transform:uppercase;
  283. margin-top:-60px;
  284. position:fixed;
  285. word-spacing:0px;
  286. margin-left:-350px;
  287. letter-spacing:1px;
  288. border-right:1px solid {color:Info Border};
  289. -moz-transition-duration:1s;
  290. -webkit-transition-duration:1s;
  291. -o-transition-duration:1s;
  292. }
  293.  
  294. #links a {
  295. display:block;
  296. width:20px;
  297. padding:5px;
  298. margin-right:3px;
  299. margin-bottom:0px;
  300. }
  301.  
  302. #links img{
  303. opacity: 0.9;
  304. -webkit-transition: all 0.7s ease-in-out;
  305. -moz-transition: all 0.7s ease-in-out;
  306. -o-transition: all 0.7s ease-in-out;
  307. -ms-transition: all 0.7s ease-in-out;
  308. transition: all 0.7s ease-in-out;
  309. }
  310.  
  311. #links img:hover{
  312. opacity: 0.3;
  313. -webkit-transition: all 0.7s ease-in-out;
  314. -moz-transition: all 0.7s ease-in-out;
  315. -o-transition: all 0.7s ease-in-out;
  316. -ms-transition: all 0.7s ease-in-out;
  317. transition: all 0.7s ease-in-out;
  318. }
  319.  
  320. #description {
  321. font-size:9px;
  322. width:258px;
  323. height:49px;
  324. font-family:Helvetica;
  325. text-transform:none;
  326. position:fixed;
  327. text-align:justify;
  328. font-style:none;
  329. line-height:10px;
  330. margin-left:-300px;
  331. margin-top:-20px;
  332. letter-spacing:1px;
  333. opacity:1;
  334. padding:5px;
  335. color:{color:Description};
  336. -moz-transition-duration:1s;
  337. -webkit-transition-duration:1s;
  338. -o-transition-duration:1s;
  339. }
  340.  
  341. #pagination {
  342. width:120px;
  343. font-size:8px;
  344. text-align:center;
  345. padding:8px;
  346. margin-top:70px;
  347. margin-left:-240px;
  348. letter-spacing:3px;
  349. position:fixed;
  350. text-transform:uppercase;
  351. font-style:italic;
  352. color:black;
  353. }
  354.  
  355. #pagination a:hover {
  356. color:{color:Hover};
  357. -webkit-transition: all 0.5s ease-out;
  358. -moz-transition: all 0.5s ease-out;
  359. transition: all 0.5s ease-out;
  360. }
  361.  
  362. #question {
  363. float:left;
  364. line-height:130%;
  365. }
  366.  
  367. #question img {
  368. float:left;
  369. margin-right:11px;
  370. border-radius:500px;
  371. }
  372.  
  373. #info {
  374. text-align:left;
  375. margin-top:5px;
  376. margin-bottom:6px;
  377. font-family:Helvetica;
  378. padding-top:5px;
  379. text-transform:lowercase;
  380. font-style:none;
  381. letter-spacing:0px;
  382. font-size:9px;
  383. line-height:120%;
  384. padding:20px;
  385. border-top: 1px solid {color:Info Border};
  386. }
  387.  
  388. #info a:hover{
  389. text-decoration: none;
  390. color: {color:Hover};}
  391.  
  392. #tags {
  393. font-size:9px;
  394. margin-top:0px;
  395. }
  396.  
  397. #notes {
  398. font-family:Helvetica;
  399. text-transform:lowercase;
  400. font-size:9px;
  401. text-align:left;
  402. left:0px;
  403. }
  404.  
  405. #credit {
  406. font-family:Calibri;
  407. font-size:9px;
  408. letter-spacing:1px;
  409. float:right;
  410. position:fixed;
  411. bottom:15px;
  412. right:10px;
  413. }
  414.  
  415. #credit a {
  416. color:{color:Background};
  417. padding:5px;
  418. text-transform:uppercase;
  419. background:{color:Link};
  420. }
  421.  
  422. #credit a:hover {
  423. color:{color:Link};
  424. text-transform:uppercase;
  425. font-style:none;
  426. background:{color:Background};
  427. }
  428.  
  429. {CustomCSS}</style></head><body>
  430.  
  431. <div id="sidebar">
  432. <div id="title">{text:Title}</div>
  433. <div id="links">
  434. <a href="/" title="refresh"><img src="http://static.tumblr.com/p7wg3p9/TP5moktey/home.png"></a>
  435. <a href="/ask" title="message"><img src="http://static.tumblr.com/p7wg3p9/3Wdmoktn4/message.png"></a>
  436. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}"><img src="http://static.tumblr.com/p7wg3p9/kuGmrbe84/user.png"></a>{/block:ifLink1}
  437. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}"><img src="http://static.tumblr.com/p7wg3p9/w2jmoktxx/heart.png"></a>{/block:ifLink2}
  438. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}"><img src="http://static.tumblr.com/p7wg3p9/88tmokts4/plus.png"></a>{/block:ifLink3}
  439. </div>
  440.  
  441. <div id="description"><img src="{PortraitURL-64}" align="left" style="margin-right:5px; width:64px; height:64px; ">{Description}
  442. <br><br>
  443. <center>
  444. <div style="text-transform:uppercase;font-style:italic;letter-spacing:2px;">
  445. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} — {block:NextPage}<a href="{NextPage}">jump</a>{/block:NextPage}{/block:Pagination}
  446. </center>
  447. </div>
  448. </div>
  449.  
  450. <div id="posts">
  451. {block:Posts}
  452. <div class="entries">
  453.  
  454. {block:Photo}<a href="{Permalink}"><img src="{PhotoURL-500}"></a>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  455.  
  456. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  457.  
  458. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  459.  
  460. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  461.  
  462. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  463.  
  464. <div id="chat">
  465. {block:Chat}
  466. {block:Title}
  467. <h1>{Title}</h1>
  468. {/block:Title}
  469. {block:Lines}
  470. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  471. {Line}</blockquote><br>
  472. {/block:Lines}{/block:Chat}
  473. </div>
  474.  
  475. {block:Audio}
  476. <div class="audio">
  477. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  478. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  479. <div class="audio-info">
  480. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  481. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  482. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  483. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  484. </div></div>
  485. {/block:Audio}
  486.  
  487. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  488.  
  489. {block:Answer}<div id="question"><img src="{AskerPortraitURL-48}"></div> <div style="text-transform:uppercase;
  490. font-style:italic;
  491. font-size:9px;">{Question} — <b>{Asker}</b><br><br><br><br><br></div>
  492. {Answer}<br>{/block:Answer}
  493.  
  494. <div id="info">
  495. with: <a href="{Permalink}">{NoteCount} notes</a><br>
  496. {block:Date} posted: <a href="{Permalink}">{Month} {DayOfMonth} {Year}</a>{/block:Date}
  497. {block:HasTags}<div id="tags"> index: {block:Tags} ▪ <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  498. {/block:Posts}
  499. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  500. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  501.  
  502. {/block:Posts}
  503.  
  504. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  505.  
  506. </body>
  507. </html>
Advertisement
Add Comment
Please, Sign In to add comment