bangyixing

Theme #51 - Game Over

Feb 6th, 2014
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.06 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. <!--
  4. ᴛʜᴇᴍᴇ 51: ɢᴀᴍᴇ ᴏᴠᴇʀ
  5. ᴅᴇsɪɢɴᴇᴅ ᴀɴᴅ ᴄᴏᴅᴇᴅ ʙʏ ᴀɴᴅʀᴇᴀ @ ᴍʟɪᴋʙᴏʏ
  6. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛs. ᴛʜᴀɴᴋ ʏᴏᴜ.
  7. -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <!--Default Variables-->
  18. <!--Colors-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Posts Background" content="#ffffff"/>
  22. <meta name="color:Title" content="#474545"/>
  23. <meta name="color:Blog Title" content="#E0D875"/>
  24. <meta name="color:Border" content="#000000"/>
  25. <meta name="color:Sidebar Border" content="#ff847c"/>
  26. <meta name="color:Link" content="#000000"/>
  27. <meta name="color:Sidelink" content="#000000"/>
  28. <meta name="color:Link Border" content="#eeeeee"/>
  29. <meta name="color:Hover" content="#cfcfcf"/>
  30. <meta name="color:Description" content="#e84a5f"/>
  31. <meta name="color:Shadow" content="#EAE5B9"/>
  32. <meta name="color:Quote" content="#fafafa"/>
  33. <meta name="color:Info Border" content="#fafafa"/>
  34. <meta name="color:Hover" content="#cfcfcf"/>
  35. <meta name="color:Post Border" content="#BCF090"/>
  36. <meta name="color:Text" content="#000000"/>
  37.  
  38. <!--Titles-->
  39.  
  40. <meta name="text:Title" content="start game" />
  41.  
  42. <!--Links-->
  43.  
  44. <meta name="text:Link1" content="/" />
  45. <meta name="text:Link1 Title" content="link 1" />
  46. <meta name="text:Link2" content="/" />
  47. <meta name="text:Link2 Title" content="link 2" />
  48. <meta name="text:Link3" content="/" />
  49. <meta name="text:Link3 Title" content="link 3" />
  50. <meta name="text:Link4" content="/" />
  51. <meta name="text:Link4 Title" content="link 4" />
  52. <meta name="text:Link5" content="/" />
  53. <meta name="text:Link5 Title" content="link 5" />
  54. <meta name="text:Link6" content="/" />
  55. <meta name="text:Link6 Title" content="link 6" />
  56.  
  57. <!--Images-->
  58.  
  59. <meta name="image:Background" content="http://static.tumblr.com/4b8c63ff2e7dcf2bad9189646af7e31b/czllhpn/Wgan0kt84/tumblr_static_untitled-3.jpg">
  60.  
  61. <!--Fonts-->
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
  64. <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
  65.  
  66. <!--qTip-->
  67.  
  68. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  69.  
  70. <style type="text/css">
  71.  
  72. ::-webkit-scrollbar {
  73. width:8px;
  74. height:10px;
  75. }
  76.  
  77. ::-webkit-scrollbar-track {
  78. background:{color:Sidebar Border};
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb {
  82. border:2px solid {color:Sidebar Border};
  83. background:{color:Posts Background};
  84. -webkit-border-radius:5px;
  85. -moz-border-radius:5px;
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb:active {
  89. border:1px solid {color:Sidebar Border};
  90. background:{color:Posts Background};
  91. }
  92.  
  93. body {
  94. font-family:Consolas;
  95. font-size:10px;
  96. text-align:justify;
  97. letter-spacing:1px;
  98. margin:0px;
  99. line-height:140%;
  100. background:{color:Background};
  101. color:{color:Text};
  102. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  103. background-image: url("{image:Background}");
  104. background-attachment:fixed;
  105. -webkit-background-size: cover;
  106. -moz-background-size: cover;
  107. -o-background-size: cover;
  108. background-size: cover;
  109. }
  110.  
  111. a {
  112. text-decoration:none;
  113. outline:none;
  114. -moz-outline-style:none;
  115. color:{color:Text};
  116. -webkit-transition: all 0.5s ease;
  117. -moz-transition: all 0.5s ease;
  118. -o-transition: all 0.5s ease;
  119. }
  120.  
  121. img {
  122. border:none;
  123. }
  124.  
  125. h1 {
  126. font-size:24px;
  127. text-transform:uppercase;
  128. font-style:none;
  129. font-weight:bold;
  130. line-height:140%;
  131. text-align:left;
  132. font-family:Arial;
  133. color:{color:Title};
  134. }
  135.  
  136. a:hover {
  137. color: {color:Hover};
  138. }
  139.  
  140. small{
  141. font-size:9px;
  142. line-height:140%;
  143. }
  144.  
  145. big {
  146. font-size:12px;
  147. line-height:140%;
  148. }
  149.  
  150. b, strong{
  151. color:{color:Text};
  152. font-family:Oswald;
  153. text-transform:uppercase;
  154. letter-spacing:1px;
  155. }
  156.  
  157. i, em {
  158. color:{color:Text};
  159. letter-spacing:-1px;
  160. }
  161.  
  162. p {
  163. margin-top:5px;
  164. margin-bottom:5px;
  165. }
  166.  
  167. blockquote {
  168. padding:0px;
  169. padding-left:5px;
  170. margin:5px;
  171. font-family: 'VT323', cursive;
  172. border-left:1px solid {color:Border};
  173. }
  174.  
  175. blockquote img {
  176. max-width:200px;
  177. }
  178.  
  179. blockquote blockquote {
  180. padding-left:5px;
  181. border-left:1px solid;
  182. }
  183.  
  184. #quote {
  185. padding:10px;
  186. margin-bottom:5px;
  187. background:{color:Quote};
  188. font-family:Courier;
  189. font-size:12px;
  190. font-style:none;
  191. letter-spacing:1px;
  192. -webkit-border-radius:2px;
  193. -moz-border-radius:2px;
  194. border-radius:2px;
  195. }
  196.  
  197. #chat {
  198. text-transform:uppercase;
  199. font-family:'Courier New', Courier, monospace;
  200. }
  201.  
  202. #website {
  203. font-family:Arial;
  204. font-style:italic;
  205. text-align:right;
  206. font-size:12px;
  207. color:{color:Text};
  208. }
  209.  
  210. .pagination {
  211. margin: 30px;
  212. font-size: 10px;
  213. font-family:'Courier New', Courier, monospace;
  214. text-transform:uppercase;
  215. margin-left:230px;
  216. letter-spacing:0px;
  217. }
  218.  
  219. #question img {
  220. float:left;
  221. margin-right:11px;
  222. padding:5px;
  223. border:1px solid {color:Info Border};
  224. }
  225.  
  226. #qTip {
  227. padding:3px;
  228. width:auto;
  229. display: none;
  230. text-align: center;
  231. position:fixed;
  232. font-size:8px;
  233. text-transform:uppercase;
  234. font-family:Helvetica;
  235. background:{color:Posts Background};
  236. color: {color:Text};
  237. font-style:none;
  238. letter-spacing: 0px;
  239. }
  240.  
  241. #qTip:first-letter {
  242. font-weight:bold;
  243. font-style:italic;
  244. color: {color:Text};
  245. }
  246.  
  247. @font-face {font-family: "BebasNeueRegular";src: url('http://static.tumblr.com/iuggpng/H15mf2497/bebasneue-webfont.ttf');}
  248.  
  249. .audio{width:25px;padding:5px;position:absolute;opacity:1;margin-left:200px;margin-top:-45px;overflow:hidden;}
  250. .audioplay{height:50px;width:400px;background-color:{color:Text};}
  251. .cover{width:50px;height:50px;position:absolute;margin-left:140px;}
  252. .cover img{width:50px;}
  253. .audioinfo{font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;font-size:7px;text-align:center;padding:5px;width:390px;margin-top:2px;text-transform:uppercase;letter-spacing:1px;background-color:{color:Text};color:{color:Posts Background};}
  254.  
  255. .entries {
  256. padding:5px;
  257. width:250px;
  258. padding:10px;
  259. margin-bottom:25px;
  260. background:{color:Posts Background};
  261. border:5px solid {color:Post Border};
  262. box-shadow:-6px 6px 0px {color:Shadow};
  263. }
  264.  
  265. #posts {
  266. width:250px;
  267. margin-left:400px;
  268. padding-left:15px;
  269. padding-right:15px;
  270. padding-top:35px;
  271. margin-top:70px;
  272. padding:5px;
  273. }
  274.  
  275. #sidebar {
  276. position:absolute;
  277. margin-left:30px;
  278. margin-top:-155px;
  279. opacity:1;
  280. }
  281.  
  282. #title {
  283. font-size:25px;
  284. position:fixed;
  285. margin-left:160px;
  286. margin-top:283px;
  287. font-family: 'VT323', cursive;
  288. text-align:center;
  289. padding:0px;
  290. width:145px;
  291. height:12px;
  292. opacity: 1;
  293. color:{color:Blog Title};
  294. font-weight:bold;
  295. letter-spacing:0px;
  296. text-transform:uppercase;
  297. }
  298.  
  299. #background{
  300. width:420px;
  301. height:305px;
  302. background:{color:Description Background};
  303. opacity:0.5;
  304. position:absolute;
  305. margin-left:20px;
  306. margin-top:-365px;
  307. padding:20px;
  308. }
  309.  
  310. #description {
  311. font-size:10px;
  312. font-family:Consolas;
  313. width:145px;
  314. height:auto;
  315. text-transform:none;
  316. position:fixed;
  317. text-align:justify;
  318. font-style:none;
  319. line-height:100%;
  320. margin-left:0px;
  321. margin-top:5px;
  322. letter-spacing:1px;
  323. opacity:1;
  324. -moz-transition-duration:1s;
  325. -webkit-transition-duration:1s;
  326. -o-transition-duration:1s;
  327. }
  328.  
  329. #description a {
  330. color: {color:Text};
  331. text-decoration:underline;
  332. }
  333.  
  334. #description a:hover{
  335. color: {color:Hover};
  336. }
  337.  
  338. #navi {
  339. position:fixed;
  340. font-family:Consolas;
  341. letter-spacing:0px;
  342. width:145px;
  343. margin-top:375px;
  344. text-align:center;
  345. margin-left:160px;
  346. }
  347.  
  348. #navi a {
  349. text-align:center;
  350. font-size:13px;
  351. font-family: 'VT323', cursive;
  352. }
  353.  
  354. #navi img {
  355. height:25px;
  356. width:35px;
  357. }
  358.  
  359. #links {
  360. position:fixed;
  361. width:153px;
  362. margin-top:310px;
  363. margin-left:160px;
  364. }
  365.  
  366. #links img{
  367. height:20px;
  368. display:inline-block;
  369. margin-bottom:8px;
  370. width:70px;
  371. opacity: 1;
  372. -webkit-transition: all 0.7s ease-in-out;
  373. -moz-transition: all 0.7s ease-in-out;
  374. -o-transition: all 0.7s ease-in-out;
  375. -ms-transition: all 0.7s ease-in-out;
  376. transition: all 0.7s ease-in-out;
  377. }
  378.  
  379. #links img:hover{
  380. opacity: 0.8;
  381. -webkit-transition: all 0.7s ease-in-out;
  382. -moz-transition: all 0.7s ease-in-out;
  383. -o-transition: all 0.7s ease-in-out;
  384. -ms-transition: all 0.7s ease-in-out;
  385. transition: all 0.7s ease-in-out;
  386. }
  387.  
  388. #info {
  389. text-align:center;
  390. margin-top:5px;
  391. margin-bottom:6px;
  392. font-family: 'VT323', cursive;l;
  393. text-transform:lowercase;
  394. font-style:none;
  395. letter-spacing:0px;
  396. font-size:11px;
  397. line-height:135%;
  398. }
  399.  
  400. #info a {
  401. text-decoration:none;
  402. }
  403.  
  404. #info a:hover{
  405. text-decoration:underline;
  406. color:{color:Text};
  407. }
  408.  
  409. #tags {
  410. font-size:9px;
  411. margin-top:0px;
  412. font-family:Arial;
  413. }
  414.  
  415. #tags a {
  416. text-decoration: none;
  417. padding:1px;
  418. color: {color:Text};
  419. text-decoration:underline;
  420. }
  421.  
  422. #tags a:hover{
  423. text-decoration:underline;
  424. color: {color:Hover};
  425. }
  426.  
  427. #notes {
  428. font-family:Consolas;
  429. font-style:none;
  430. text-transform:lowercase;
  431. font-size:9px;
  432. }
  433.  
  434. #bx {height: 30px; overflow: hidden;
  435. transition: all 0.4s ease-out;
  436. -o-transition: all 0.4s ease-out;
  437. -webkit-transition: all 0.4s ease-out;
  438. -moz-transition: all 0.4s ease-out;}
  439.  
  440. #bx:hover {height:60px;
  441. transition: all 0.4s ease-out;
  442. -o-transition: all 0.4s ease-out;
  443. -webkit-transition: all 0.4s ease-out;
  444. -moz-transition: all 0.4s ease-out;}
  445.  
  446. {CustomCSS}</style><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script></head><body>
  447.  
  448. <div id="sidebar">
  449.  
  450. <div id="title">{text:Title}</div>
  451.  
  452. <div id="links">
  453. <a href="/"><img src="https://31.media.tumblr.com/4972a4590366c1619df6c70047553a21/tumblr_n0kpehjXtD1snw7gwo1_100.jpg"></a>
  454. <a href="/ask"><img src="https://31.media.tumblr.com/a25bfcbedf5a1b7ee13f51353a5f56d0/tumblr_n0kpehjXtD1snw7gwo2_100.jpg"></a>
  455. <a href="/archive"><img src="https://24.media.tumblr.com/c88adb26a893c1ff547ee922b8eb27be/tumblr_n0kpehjXtD1snw7gwo3_100.jpg"></a>
  456. <a href="http://mlikboy.tumblr.com/"><img src="https://31.media.tumblr.com/5525110a70ad69ea75d4b7f0697682b7/tumblr_n0kpehjXtD1snw7gwo4_100.jpg"></a>
  457. </div>
  458.  
  459. <div id="navi">
  460. <div id="bx">
  461. <a style="margin-top: 20px;"><img src="https://24.media.tumblr.com/73eaae06ddbb74d3e328c56f833bff3e/tumblr_n0krlxcEGH1snw7gwo1_250.gif"></a><p></p>
  462. <div class="substuff">
  463. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  464. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  465. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  466. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  467. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  468. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  469. </div></div>
  470. <div id="description">{Description}</div>
  471. </div>
  472. </div>
  473.  
  474. </div>
  475.  
  476. </div>
  477.  
  478. <div id="posts">
  479. <div class="autopagerize_page_element">{block:Posts}
  480. <div class="entries">
  481.  
  482. {block:Photo}<img src="{PhotoURL-250}">
  483. {block:Caption}{Caption}{/block:Caption}
  484. {/block:Photo}
  485.  
  486. {block:Photoset}{Photoset-250}
  487. {block:Caption}{Caption}{/block:Caption}
  488. {/block:Photoset}
  489.  
  490. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  491.  
  492. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  493.  
  494. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  495.  
  496. <div id="chat">
  497. {block:Chat}
  498. {block:Title}
  499. <h1>{Title}</h1>
  500. {/block:Title}
  501. {block:Lines}
  502. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  503. {Line}</blockquote><br>
  504. {/block:Lines}{/block:Chat}
  505. </div>
  506.  
  507. {block:Audio}
  508. <div class="audioplay">
  509. <div class="cover"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>
  510. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  511. <div class="audio">{AudioPlayerBlack}</div>
  512. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}— {Artist}{/block:Artist}{block:Album} ({Album}){/block:Album}</div>
  513. {Caption}
  514. {/block:Audio}
  515.  
  516. {block:Video}
  517. {Video-250}
  518. {block:Caption}{Caption}{/block:Caption}
  519. {/block:Video}
  520.  
  521. {block:Answer}<div id="question"><img src="{AskerPortraitURL-48}"></div> <div style="text-transform:uppercase;font-style:none;
  522. font-size:9px;">{Question} — <b>{Asker}</b><br><br><br><br><br></div>
  523. {Answer}<br>{/block:Answer}
  524.  
  525. <div id="info">
  526. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} + <a href="{Permalink}">{NoteCount} notes</a>
  527. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  528. {/block:Posts}</div>
  529. {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}
  530. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  531.  
  532. </body>
  533. </html>
Advertisement
Add Comment
Please, Sign In to add comment