bangyixing

Theme #34 - Confidential

Oct 12th, 2013
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 34: ᴄᴏɴғɪᴅᴇɴᴛɪᴀʟ
  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="#000000"/>
  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="#333333"/>
  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:Header" content="http://static.tumblr.com/a9bf0b5442331e625d06d41cae6ac15b/czllhpn/zRMmud16n/tumblr_static_untitled-1.jpg"/>
  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. <meta name="text:Link5" content="/" />
  51. <meta name="text:Link5 Title" content="link" />
  52.  
  53. <!--Titles-->
  54.  
  55. <meta name="text:Title" content="my world is lonely" />
  56.  
  57. <!--Functions-->
  58.  
  59. <meta name="if:Lazy Load" content="1"/>
  60. <meta name="if:Infinite Scroll" content="0"/>
  61.  
  62. <!--Lazy Load-->
  63.  
  64. {block:IfLazyLoad}
  65. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  66. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  67. <script type="text/javascript" charset="utf-8">
  68. var $j = jQuery.noConflict();
  69. $j(function() {
  70. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  71. $j("img").lazyload({
  72. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  73. effect: "fadeIn",
  74. });
  75. });
  76. </script>
  77.  
  78. </style>
  79. {/block:IfLazyLoad}
  80.  
  81. <!--qTip-->
  82.  
  83. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  84.  
  85. <style type="text/css">
  86.  
  87. ::-webkit-scrollbar-thumb:vertical {
  88. background: {color:Border};
  89. height: 80px;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height: 10px;
  94. width: 3px;
  95. background: {color:Scrollbar};
  96. }
  97.  
  98. body {
  99. font-family:Trebuchet MS;
  100. font-size:9px;
  101. text-align:justify;
  102. letter-spacing:0px;
  103. line-height:140%;
  104. background:{color:Background};
  105. color:{color:Text};
  106. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  107. }
  108.  
  109. a {
  110. text-decoration:none;
  111. outline:none;
  112. -moz-outline-style:none;
  113. color:{color:Text};
  114. -webkit-transition: all 0.5s ease;
  115. -moz-transition: all 0.5s ease;
  116. -o-transition: all 0.5s ease;
  117. }
  118.  
  119. img {
  120. border:none;
  121. }
  122.  
  123. blockquote blockquote {
  124. padding-left:5px;
  125. border-left:1px solid;
  126. }
  127.  
  128. h1 {
  129. font-size:30px;
  130. text-transform:lowercase;
  131. font-weight:bold;
  132. font-style:none;
  133. line-height:140%;
  134. letter-spacing:-1px;
  135. text-align:center;
  136. font-family:Trebuchet MS;
  137. color:{color:Title};
  138. }
  139.  
  140. a:hover {
  141. color: {color:Hover};
  142. }
  143.  
  144. small{
  145. font-size:9px;
  146. line-height:140%;
  147. }
  148.  
  149. big {
  150. font-size:12px;
  151. line-height:140%;
  152. }
  153.  
  154. b, strong{
  155. color:{color:Text};
  156. }
  157. i, em {
  158. color:{color:Text};
  159. }
  160. p{
  161. margin-top:5px;
  162. margin-bottom:5px;
  163. }
  164.  
  165. blockquote {
  166. padding:0px;
  167. padding-left:5px;
  168. margin:5px;
  169. border-left:1px solid {color:Border};
  170. }
  171.  
  172. blockquote img {
  173. max-width:500px;
  174. }
  175.  
  176. .audio { height:60px; padding:5px; margin-bottom:5px;}
  177. .audio-album { position:absolute; width:60px; }
  178. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  179. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  180.  
  181. .entries{
  182. padding:2px;
  183. width:400px;
  184. padding:5px;
  185. margin:5px;
  186. background:{color:Background};
  187. }
  188.  
  189. #posts{
  190. width:400px;
  191. margin-left:580px;
  192. padding-left:15px;
  193. padding-right:15px;
  194. padding-top:35px;
  195. margin-top:450px;
  196. padding:5px;
  197. }
  198.  
  199. #quote {
  200. padding:10px;
  201. margin-bottom:5px;
  202. background:{color:Quote};
  203. font-family:Courier;
  204. font-size:12px;
  205. font-style:none;
  206. letter-spacing:1px;
  207. -webkit-border-radius:2px;
  208. -moz-border-radius:2px;
  209. border-radius:2px;
  210. }
  211.  
  212. #chat {
  213. text-transform:uppercase;
  214. letter-spacing:1px;
  215. font-family:Trebuchet MS;
  216. }
  217.  
  218. #website {
  219. font-family:Arial;
  220. font-style:italic;
  221. text-align:right;
  222. font-size:12px;
  223. color:{color:Text};
  224. }
  225.  
  226. #header {
  227. width:100%;
  228. height:300px;
  229. margin-top:-450px;
  230. margin-left:-8px;
  231. position:absolute;
  232. background:{color:Text};
  233. background:url('{image:Header}'), fixed;
  234. }
  235.  
  236. #title {
  237. font-size:12px;
  238. position:absolute;
  239. margin-left:690px;
  240. margin-top:-200px;
  241. font-family:Trebuchet MS;
  242. font-weight:bold;
  243. font-style:none;
  244. text-align:center;
  245. line-height:40%;
  246. padding:5px;
  247. padding-bottom:15px;
  248. width:200px;
  249. letter-spacing:-1px;
  250. text-transform:uppercase;
  251. border-bottom:1px solid {color:Text};
  252. color:{color:Text};
  253. }
  254.  
  255. #title a {
  256. color:{color:Text};
  257. }
  258.  
  259. #title a:hover {
  260. color:{color:Hover};
  261. text-decoration:none;
  262. -moz-transition-duration:0.7s;
  263. -webkit-transition-duration:0.7s;
  264. -o-transition-duration:0.7s;
  265. }
  266.  
  267. #links {
  268. margin-top:-160px;
  269. margin-left:595px;
  270. width:400px;
  271. font-size:9px;
  272. position:absolute;
  273. font-family:Consolas;
  274. font-style:none;
  275. text-align:center;
  276. padding:0px;
  277. opacity:1;
  278. color:{color:Text};
  279. letter-spacing:0px;
  280. text-transform:uppercase;
  281. }
  282.  
  283. #links a {
  284. display:inline-block;
  285. text-align:center;
  286. width:40px;
  287. padding:0px;
  288. margin-right:0px;
  289. color:{color:Text};
  290. }
  291.  
  292. #links a:hover {
  293. color:{color:Hover};
  294. text-decoration:none;
  295. -moz-transition-duration:0.7s;
  296. -webkit-transition-duration:0.7s;
  297. -o-transition-duration:0.7s;
  298. }
  299.  
  300. #description {
  301. font-size:9px;
  302. width:210px;
  303. height:90px;
  304. font-family:Trebuchet MS;
  305. text-transform:lowercase;
  306. position:absolute;
  307. text-align:center;
  308. font-style:none;
  309. line-height:10px;
  310. margin-left:650px;
  311. margin-top:-230px;
  312. opacity:1;
  313. padding:5px;
  314. letter-spacing:0px;
  315. opacity:1;
  316. padding:40px;
  317. padding-top:110px;
  318. background:{color:Background};
  319. color:{color:Text};
  320. -moz-transition-duration:1s;
  321. -webkit-transition-duration:1s;
  322. -o-transition-duration:1s;
  323. }
  324.  
  325. #question img {
  326. float:left;
  327. margin-right:11px;
  328. padding:5px;
  329. border: 1px solid {color:Info Border};
  330. }
  331.  
  332. .pagination {
  333. margin: 30px 0 0 0;
  334. font-size: 10px;
  335. text-transform:uppercase;
  336. font-family:Trebuchet MS;
  337. }
  338.  
  339. #qTip {
  340. padding:3px;
  341. width:auto;
  342. display: none;
  343. text-align: center;
  344. position:fixed;
  345. font-size:8px;
  346. text-transform:uppercase;
  347. font-family:Helvetica;
  348. background:{color:Background};
  349. color: {color:Text};
  350. font-style:none;
  351. letter-spacing: 0px;
  352. border-right:1px solid {color:Hover};
  353. border-bottom:1px solid {color:Hover};
  354. }
  355.  
  356. #info {
  357. text-align:left;
  358. margin-top:5px;
  359. margin-bottom:6px;
  360. padding-top:5px;
  361. font-family:Consolas;
  362. text-transform:uppercase;
  363. font-style:none;
  364. letter-spacing:1px;
  365. font-size:8px;
  366. line-height:120%;
  367. padding:5px;
  368. }
  369.  
  370. #info a:hover{
  371. text-decoration: none;
  372. color: {color:Hover};}
  373.  
  374. #tags {
  375. font-size:8px;
  376. padding-top:5px;
  377. padding:5px;
  378. font-family:Consolas;
  379. margin-top:0px;
  380. }
  381.  
  382. #notes {
  383. font-family:Consolas;
  384. text-transform:uppercase;
  385. letter-spacing:1px;
  386. font-size:8px;
  387. }
  388.  
  389. #credit {
  390. font-family:Trebuchet MS;
  391. font-size:9px;
  392. letter-spacing:1px;
  393. float:right;
  394. position:fixed;
  395. bottom:15px;
  396. right:10px;
  397. }
  398.  
  399. #credit a {
  400. color:{color:Info Border};
  401. padding:5px;
  402. text-transform:uppercase;
  403. background:{color:Background};
  404. border:1px solid {color:Info Border};
  405. }
  406.  
  407. #credit a:hover {
  408. color:{color:Background};
  409. text-transform:uppercase;
  410. font-style:none;
  411. background:{color:Text};
  412. }
  413.  
  414. {CustomCSS}
  415. </style>{block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}</head><body>
  416.  
  417. <div id="header"></div>
  418.  
  419. <div id="description">{Description}</div>
  420.  
  421. <div id="links">
  422. <a href="/ask">ask</a>
  423. <a href="/archive">archive</a>
  424. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  425. <i>{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  426. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  427. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  428. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</i>
  429. </div>
  430.  
  431.  
  432. <div id="title"><a href="/">{text:Title}</a></div>
  433.  
  434. <div id="posts">
  435. {block:IfInfiniteScroll}<div class="autopagerize_page_element">{/block:IfInfiniteScroll}{block:Posts}
  436. <div class="entries">
  437.  
  438. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  439.  
  440. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  441.  
  442. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  443.  
  444. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  445.  
  446. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  447.  
  448. <div id="chat">
  449. {block:Chat}
  450. {block:Title}
  451. <h1>{Title}</h1>
  452. {/block:Title}
  453. {block:Lines}
  454. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  455. {Line}</blockquote><br>
  456. {/block:Lines}{/block:Chat}
  457. </div>
  458.  
  459. {block:Audio}<div class="audio">{block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="audio-info">{block:TrackName}<b>Title:</b>{TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b>{Artist}<br>{/block:Artist}{block:Album}<b>Album:</b> {Album}<br>{/block:Album}{block:PlayCount}<b>Plays:</b>{PlayCount}<br>{/block:PlayCount}</div></div>
  460. {/block:Audio}
  461.  
  462. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  463.  
  464. {block:Answer}<div id="question"><img src="{AskerPortraitURL-48}"></div> <div style="text-transform:uppercase;
  465. font-style:italic;
  466. font-size:9px;">{Question} — <b>{Asker}</b><br><br><br><br><br></div>
  467. {Answer}<br>{/block:Answer}
  468.  
  469. <div id="info">
  470. <div style="padding:5px; border-bottom:1px solid {color:Info Border};">posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via </a>{/block:RebloggedFrom} {block:ContentSource} ‧ <a href="{SourceURL}">source</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}</div>
  471. {block:HasTags}<div id="tags">
  472. {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  473.  
  474. {/block:Posts}{block:IfInfiniteScroll}</div>{/block:IfInfiniteScroll}
  475.  
  476. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  477.  
  478. <div class="pagination">
  479. <center>
  480. {block:PreviousPage}<a title="" href="{PreviousPage}" class="new">prev</a> | {/block:PreviousPage}page {CurrentPage} of {TotalPages}{block:NextPage} | <a title"" href="{NextPage}" class="old">next</a>{/block:NextPage}
  481. </center>
  482. </div>
  483.  
  484. <div id="credit"><a href="http://mlikboy.tumblr.com/">mb</a></div>
  485.  
  486. </body>
  487. </html>
Advertisement
Add Comment
Please, Sign In to add comment