Advertisement
gwentee

Contained ft Gayoon

Aug 20th, 2014
767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.56 KB | None | 0 0
  1. <!---
  2.  
  3. Theme #3: Contained ft Gayoon
  4. Theme by Gwendolyn @ luhands-themes
  5. Please do NOT remove the credit
  6. You are free to customize theme
  7. Any questions? Ask here:
  8. getyourluhandsonme.tumblr.com/faq
  9. or
  10. luhandsthemes.tumblr.com/faq
  11. PLEASE Like or Reblog
  12. I'd Love to see what you've done
  13. --->
  14.  
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <html>
  19. <head>
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i50.tinypic.com/2vwg4rt.png" class="btn_close" title="Close" alt="Close" /></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51.  
  52. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  53. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  54. <link rel="shortcut icon" href="{Favicon}" />
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  56.  
  57. <script type="text/javascript"
  58. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  59.  
  60. <meta name="image:Sidebar" content="http://static.tumblr.com/4e2630c40056275c93acef0c3cb4f3fe/cistjuq/o6Bnamb8m/tumblr_static_6aqgayve830ogwsw4wsoskc8s.png">
  61.  
  62. <meta name="color:background" content="#FFFFFF">
  63. <meta name="color:title" content="#0a0a0a">
  64. <meta name="color:ask bg" context="#413f3f">
  65. <meta name="color:description links" context="#413f3f">
  66. <meta name="color:links" content="#FFFFFF">
  67. <meta name="color:links bg" context="#413f3f">
  68. <meta name="color:links bg 2" context="#413f3f">
  69. <meta name="color:description" content="#a8a6a6">
  70. <meta name="color:box bar top" content="#313231">
  71. <meta name="color:box bar bottom" content="#313231">
  72. <meta name="color:box bar left" content="#313231">
  73. <meta name="color:post bg" content="#928f8f">
  74. <meta name="color:post links" content="#928f8f">
  75. <meta name="color:hover" content="#454545">
  76. <meta name="color:info" content="#928f8f">
  77. <meta name="color:tags" content="#dddddd">
  78. <meta name="color:scrollbar" content="#313231">
  79. <meta name="color:border" content="#313231">
  80.  
  81. <meta name="text:Link1" content="" />
  82. <meta name="text:Link1 Title" content="link 1" />
  83. <meta name="text:Link2" content="" />
  84. <meta name="text:Link2 Title" content="link 2" />
  85. <meta name="text:Link3" content="" />
  86. <meta name="text:Link3 Title" content="link 3" />
  87. <meta name="text:Link4" content="" />
  88. <meta name="text:Link4 Title" content="link 4" />
  89.  
  90. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  91.  
  92. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  93.  
  94. <style type="text/css">
  95.  
  96. a {
  97. color:{color:links};
  98. text-decoration:none;
  99. -moz-transition-duration:0.5s;
  100. -webkit-transition-duration:0.5s;
  101. -o-transition-duration:0.5s;
  102. }
  103.  
  104. a:hover {
  105. color:{color:hover};
  106. text-decoration:none;
  107. -moz-transition-duration:0.5s;
  108. -webkit-transition-duration:0.5s;
  109. -o-transition-duration:0.5s;
  110. }
  111.  
  112.  
  113. ::-webkit-scrollbar {
  114. height:8px;
  115. width:5px}
  116.  
  117. ::-webkit-scrollbar-thumb:vertical {
  118. background-color:{color:scrollbar};
  119. height:10px;
  120. }
  121.  
  122. ::-webkit-scrollbar-thumb:horizontal {
  123. background-color:{color:scrollbar};
  124. height:8px!important;
  125. }
  126.  
  127. body {
  128. background-color:{color:background};
  129. font-family:cambria;
  130. font-weight:normal;
  131. }
  132.  
  133. h1 {
  134. font-weight:normal;
  135. font-size:10px;
  136. text-align:center;
  137. font-style:normal;
  138. line-height:80%;
  139. letter-spacing:1px;
  140. text-transform:uppercase;
  141. color:{color:text};
  142. }
  143.  
  144. h2 {
  145. font-size:18px;
  146. text-align:center;
  147. line-height:100%;
  148. letter-spacing:-0.5px;
  149. font-family: 'Raleway', sans-serif;
  150. color:{color:title};
  151. font-weight:normal;
  152. padding:5px;
  153. padding-bottom:2px;
  154. }
  155.  
  156.  
  157. blockquote {
  158. border-left:2px solid {color:text};
  159. padding-left:5px;
  160. margin:5px;
  161. }
  162.  
  163. #sidebar {
  164. width:250px;
  165. margin-left:-850px;
  166. margin-top:200px;
  167. }
  168.  
  169.  
  170. #sidebar img{
  171. max-width:250px;
  172. }
  173. .title {
  174. font-family: 'Permanent Marker', cursive;
  175. font-size 45px;
  176. color: {color: title};
  177. margin-top: 5px;
  178. margin-left: -850px;
  179. width: 250px;
  180. border: 1px solid{color:border};
  181. }
  182.  
  183. .links {
  184. top: 10px;
  185. margin-left: -995px;
  186. }
  187.  
  188. .links a:nth-of-type(odd) {
  189. display:inline-block;
  190. width: 100px;
  191. margin: 4px;
  192. margin-left: 10px;
  193. background:{color:links bg};
  194. text-transform:uppercase;
  195. padding:6px;
  196. font-size:9px;
  197. letter-spacing:2px;
  198. font-family:calibri;
  199. color:{color:description links};
  200. }
  201.  
  202. .links a:nth-of-type(even) {
  203. display:inline-block;
  204. width: 100px;
  205. margin: 4px;
  206. margin-left: 10px;
  207. background:{color:links bg 2};
  208. text-transform:uppercase;
  209. padding:6px;
  210. font-size:9px;
  211. letter-spacing:2px;
  212. font-family:calibri;
  213. color:{color:description links};
  214. }
  215.  
  216. .links a:hover {
  217. background-color:{color:hover};
  218. color:{color: links};
  219. }
  220.  
  221. #description {
  222. width:128px;
  223. height: 165px;
  224. overflow: auto;
  225. overflow-x: hidden;
  226. margin-top:-180px;
  227. margin-left: -730px;
  228. font-family: 'Raleway', sans-serif;
  229. font-size: 10px;
  230. color:{color:description};
  231. background: transparent;
  232. line-height: 18px;
  233. text-align:left;
  234. line-height:10px;
  235. padding:5px 0px 5px;
  236. }
  237.  
  238. .pagination {
  239. margin-top:5px;
  240. text-align:right;
  241. font-size:9px;
  242. width:150px;
  243. }
  244.  
  245. .container {
  246. height: 600px;
  247. width: 550px;
  248. overflow: auto;
  249. margin-left:auto;
  250. margin-right:auto;
  251. margin-top: -600px;
  252. border-top: 10px solid {color:box bar top};
  253. border-left: 10px solid {color:box bar left};
  254. border-bottom: 10px solid {color:box bar bottom};
  255. }
  256.  
  257. #stuffcontainer {
  258. float:center;
  259. margin-left:auto;
  260. margin-top:-10px;
  261. text-align:left;
  262. color:{color:text};
  263. margin-bottom: 35px;
  264. }
  265.  
  266.  
  267. #stuff {
  268. width:300px;
  269. margin-top:45px;
  270. margin-left:20px;
  271. text-align:left;
  272. font-size:11px;
  273. line-height:90%;
  274. letter-spacing:0x;
  275. color:{color:text};
  276. background-color: {color: post bg};
  277. }
  278.  
  279. .caption {
  280. width:400px;
  281. text-align:left;
  282. line-height:120%;
  283. }
  284.  
  285. .asker {
  286. padding:10px;
  287. font-family: 'Raleway', sans-serif;
  288. letter-spacing:1px;
  289. text-align:center;
  290. text-transform:none;
  291. }
  292.  
  293. .ans {
  294. text-align:left;
  295. padding:10px;
  296. color:{color:text};
  297. }
  298.  
  299. .audio {
  300. width:400px;
  301. padding-bottom:10px;
  302. background-color:{color:infobg};
  303. }
  304.  
  305. .albumart {
  306. float:left;
  307. padding:0px 10px 10px 0px;
  308. }
  309.  
  310. .albumart img {
  311. width:45px;
  312. height:45px;
  313. }
  314.  
  315. .playercontainer {
  316. text-align:center;
  317. padding:10px;
  318. background-color:#ffffff;
  319. width:480px;
  320. }
  321.  
  322. .audioinfo {
  323. padding:10px;
  324. color:{color:text};
  325. }
  326.  
  327. #postinfo {
  328. width:490px;
  329. margin: auto;
  330. padding:5px;
  331. font-size:8px;
  332. color:{color:info};
  333. text-transform:uppercase;
  334. font-style:normal;
  335. letter-spacing:2px;
  336. text-align:center;
  337. -moz-transition-duration:0.5s;
  338. -webkit-transition-duration:0.5s;
  339. -o-transition-duration:0.5s;
  340. background: transparent;
  341. border: 1px solid{color:border};
  342. }
  343.  
  344. #postinfo a {
  345. color:{color:post links};
  346. text-align:center;
  347. letter-spacing:1px;
  348. font-style:normal;
  349. }
  350.  
  351. #postinfo a:hover {
  352. background-color:{color:hover};
  353. }
  354.  
  355. .note {
  356. text-transform:uppercase;
  357. font-style:normal;
  358. letter-spacing:0px;
  359. font-size: 9px;
  360. text-align:left;
  361. line-height:90%;
  362. margin-left:-40px;
  363. }
  364.  
  365. .note li {
  366. list-style-type:none;
  367. padding:10px 25px 10px 25px;
  368. text-align:left;
  369. margin:0px;
  370. -moz-transition-duration:0.5s;
  371. -webkit-transition-duration:0.5s;
  372. -o-transition-duration:0.5s;
  373. }
  374.  
  375. .tags {
  376. font-style:normal;
  377. width:500px;
  378. text-transform:uppercase;
  379. font-family: 'Raleway', sans-serif;
  380. color:{color:tags};
  381. letter-spacing:2px;
  382. line-height:120%;
  383. font-size:8px;
  384. text-align:left;
  385. padding:2px;
  386. -moz-transition-duration:0.5s;
  387. -webkit-transition-duration:0.5s;
  388. -o-transition-duration:0.5s;
  389. }
  390.  
  391. .tags a {
  392. color:{color:tags};
  393. letter-spacing:1px;
  394. padding:1px;
  395. }
  396.  
  397. .tags a:hover {
  398. color:{color:info links};
  399. }
  400.  
  401. ul.chat, .chat ol, .chat li {
  402. list-style:none;
  403. margin:0px;
  404. padding:2px;
  405. }
  406.  
  407. .label {
  408. text-decoration:underline;
  409. font-weight:700;
  410. background-color:{color:infobg};
  411. margin-right:5px;
  412. }
  413.  
  414. .credit {
  415. position:fixed;
  416. bottom:4px;
  417. right:8px;
  418. font: 9px consolas;
  419. border:1px solid {color:border};
  420. text-transform:uppercase;
  421. letter-spacing: 0px;
  422. padding: 2px;
  423. }
  424.  
  425. .credit a{
  426. color: {color:link};
  427. opacity:0.8;
  428. }
  429.  
  430. .credit a:hover{
  431. color:{color:hover};
  432. opacity:1.0;
  433. }
  434.  
  435. .popup_block{
  436. display: none;
  437. background:{color:ask bg};
  438. background-image: url();
  439. padding: 10px;
  440. font-family: 'Permanent Marker', cursive;
  441. float: left;
  442. font-size: 10px;
  443. position: fixed;
  444. top: 50%; left: 50%;
  445. z-index: 2;
  446. border: 2px solid {color:border};
  447. -moz-box-shadow: 0 0 5px #CFCFCF;
  448. -webkit-box-shadow: 0 0 5px #CFCFCF;
  449. -webkit-border-radius: 10px;
  450. -moz-border-radius: 10px;
  451. border-radius: 10px;
  452. }
  453.  
  454. img.btn_close {
  455. float: right;
  456. margin: -5px -5px 0 0;
  457. }
  458.  
  459. *html .popup_block {
  460. position: absolute;
  461. }
  462.  
  463. {CustomCSS}
  464. </style>
  465. </head>
  466.  
  467. <center>
  468. </div>
  469. <div id="sidebar">
  470. <a href="/"><img src="{image:Sidebar}"></a>
  471. </div>
  472. <div class="title">
  473. {title}
  474. </div>
  475. <div class="links">
  476. <a href="/">home</a><br>
  477. <a href="#?w=500" rel="02" class="poplight">ask</a><br>
  478. <a href="{text:Link1}">{text:Link1 Title}</a><br>
  479. <a href="{text:Link2}">{text:Link2 Title}</a><br>
  480. <a href="{text:Link3}">{text:Link3 Title}</a><br>
  481. <a href="{text:Link4}">{text:Link4 Title}</a><br>
  482. </div>
  483. <div id="description">
  484. {block:Description}{Description}{/block:Description}
  485. </div>
  486.  
  487.  
  488. <div class="pagination">
  489. {block:Pagination}
  490. {block:PreviousPage}<a href="{PreviousPage}"><b><big>-</big></b></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><b><big>+</big></b></a>
  491. {/block:NextPage}
  492. {/block:Pagination}
  493. </div>
  494. </div>
  495.  
  496. </div>
  497.  
  498. <div class="container">
  499. <div id="stuffcontainer">
  500.  
  501. {block:Posts}
  502.  
  503. <div id="stuff">
  504.  
  505. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  506.  
  507. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  508.  
  509. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  510. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  511.  
  512. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  513.  
  514. {block:Photoset}<center>{Photoset-500}</center>
  515. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  516.  
  517. {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}
  518.  
  519. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  520.  
  521. {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}
  522.  
  523. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  524. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  525. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  526. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  527. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  528.  
  529. <p>
  530.  
  531. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} • <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  532. {block:ContentSource} • <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  533. {block:HasTags}
  534. <div class="tags">
  535. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  536. {/block:HasTags}
  537. <div class="note">
  538. {block:PostNotes}{PostNotes}{/block:PostNotes}
  539. </div>
  540. </div>
  541. {/block:Posts}
  542.  
  543. </div></div>
  544.  
  545. <div class="credit"><a href="http://luhandsthemes.tumblr.com/"><center>theme by luhands</center></a></div>
  546.  
  547. </body>
  548. <div id="02" class="popup_block">
  549.  
  550. <Center><font size="5" color="#1C1C1C">Ask Me Anything<p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  551. </center></div>
  552.  
  553. </div></div></div></div></div></div></div></div></div></div>
  554.  
  555. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement