Advertisement
Shamelessvirgin

HEARTBREAKER

Nov 12th, 2015
847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.05 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. BASECODE BY SCOTTISBAE
  9.  
  10. theme re-edit by shamelessvirgin
  11. POR FAVOR NO REMOVER EL CRÉDITO
  12. POR FAVOR NO ROBAR Y DISTRIBUIR
  13. POR FAVOR NO EDITAR Y DISTRIBUIR
  14.  
  15. --------------------------------------------->
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  20. <meta name="description" content="" />
  21. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  22.  
  23.  
  24. <meta name="color:Background" content="#ffffff">
  25. <meta name="color:Link" content="#b85271">
  26. <meta name="color:Link Hover" content="#574e50">
  27. <meta name="color:Text" content="#000000">
  28. <meta name="color:Scrollbar" content="#ffecf3">
  29. <meta name="color:Blockquote" content="#b63e5e">
  30. <meta name="color:italic shadow" content="#000000">
  31. <meta name="color:sidebar border" content="#df95a5">
  32. <meta name="color:sidebar border2" content="#ffdde4">
  33. <meta name="color:sidebar bg" content="#ffeff3">
  34. <meta name="color:sidebar shadow" content="#e26083">
  35. <meta name="color:post bg" content="#ffffff">
  36. <meta name="color:info" content="#dc4975">
  37. <meta name="color:info border" content="#d19bab">
  38. <meta name="color:info shadow" content="#000000">
  39. <meta name="color:info hover" content="#ffffff">
  40. <meta name="color:tags" content="#555555">
  41. <meta name="color:tags hover" content="#c16b7e">
  42. <meta name="color:ask text" content="#000000">
  43. <meta name="color:ask border" content="#ce5a79">
  44. <meta name="color:bold" content="#ad536b">
  45. <meta name="color:bold shadow" content="#000000">
  46. <meta name="color:italic" content="#000000">
  47. <meta name="color:underline" content="#9a263b">
  48. <meta name="color:big" content="#000000">
  49. <meta name="color:big shadow" content="#252525">
  50. <meta name="color:box shadow" content="#ffd6e3">
  51. <meta name="color:popup border" content="#ffd6e3">
  52. <meta name="color:popup bg" content="#ffd6e3">
  53.  
  54. <meta name="image:Sidebar" content="https://secure.static.tumblr.com/6c191c22dff41dd0706012ef103fa6b3/6bemy2b/C8Knwq2jw/tumblr_static_ej9d0jkxsm8kkosc0k48oo80w.png"/>
  55. <meta name="image:Background" content=""/>
  56. <meta name="image:info" content="http://static.tumblr.com/7db35675b0f0fc6fd610d2c096aa7e32/6bemy2b/HMLnwq2jx/tumblr_static_84dleyi76tss8s0oc888ccww0.gif"/>
  57. <meta name="image:ask" content=""/>
  58.  
  59. <meta name="if:Show 400px posts" content="0"/>
  60. <meta name="if:Show Link1" content="0" />
  61. <meta name="if:Show Link2" content="0" />
  62.  
  63.  
  64. <meta name="text:link1" content="">
  65. <meta name="text:link1 url" content="/">
  66. <meta name="text:link2" content="">
  67. <meta name="text:link2 url" content="/">
  68.  
  69.  
  70. <meta name="text:url" content="url here">
  71. <meta name="text:rule 1" content="rule 1">
  72. <meta name="text:rule 1 description" content="rule 1 description">
  73. <meta name="text:rule 2" content="rule 2">
  74. <meta name="text:rule 2 description" content="rule 2 description">
  75. <meta name="text:rule 3" content="rule 3">
  76. <meta name="text:rule 3 description" content="rule 3 description">
  77. <meta name="text:rule 4" content="rule 4">
  78. <meta name="text:rule 4 description" content="rule 4 description">
  79. <meta name="text:rule 5" content="rule 5">
  80. <meta name="text:rule 5 description" content="rule 5 description">
  81. <meta name="text:rule 6" content="rule 6">
  82. <meta name="text:rule 6 description" content="rule 6 description">
  83. <meta name="text:rule 7" content="rule 7">
  84. <meta name="text:rule 7 description" content="rule 7 description">
  85. <meta name="text:rule 8" content="rule 8">
  86. <meta name="text:rule 8 description" content="rule 8 description">
  87. <meta name="text:title about" content="title about">
  88. <meta name="text:about" content="about">
  89. <meta name="text:ask title" content="url here">
  90.  
  91.  
  92.  
  93.  
  94.  
  95. <!-- POP UP -->
  96.  
  97. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  98. <script>
  99. $(document).ready(function() {
  100. //
  101. $('a.poplight[href^=#]').click(function() {
  102. var popID = $(this).attr('rel'); //Get Popup Name
  103. var popURL = $(this).attr('href'); //Get Popup href to define size
  104. var query= popURL.split('?');
  105. var dim= query[1].split('&');
  106. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  107. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  108. var popMargTop = ($('#' + popID).height() + 80) / 2;
  109. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  110. //Apply Margin to Popup
  111. $('#' + popID).css({
  112. 'margin-top' : -popMargTop,
  113. 'margin-left' : -popMargLeft
  114. });
  115. $('body').append('<div id="fade"></div>');
  116. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  117. return false;
  118. });
  119. $('a.close, #fade').live('click', function() {
  120. $('#fade , .popup_block').fadeOut(function() {
  121. $('#fade, a.close').remove(); //fade them both out
  122. });
  123. return false;
  124. });
  125. });
  126. </script>
  127.  
  128. <!-- POP UP -->
  129.  
  130.  
  131. <!-- HOVER LINKS -->
  132.  
  133.  
  134. <script type="text/javascript">
  135. WebFontConfig = {
  136. google: { families: [ 'times' ] }
  137. };
  138. (function() {
  139. var wf = document.createElement('script');
  140. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  141. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  142. wf.type = 'text/javascript';
  143. wf.async = 'true';
  144. var s = document.getElementsByTagName('script')[0];
  145. s.parentNode.insertBefore(wf, s);
  146. })(); </script>
  147.  
  148.  
  149. <script type="text/javascript">
  150. $(document).ready(function(){
  151. $("ul#tabs li").click(function(e){
  152. if (!$(this).hasClass("active")) {
  153. var tabNum = $(this).index();
  154. var nthChild = tabNum+1;
  155. $("ul#tabs li.active").removeClass("active");
  156. $(this).addClass("active");
  157. $("ul#tab li.active").removeClass("active");
  158. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  159. }
  160. });
  161. });
  162. </script>
  163.  
  164. <!-- HOVER LINKS -->
  165.  
  166. <!-- SCRIPTS -->
  167.  
  168. <!-- FONTS -->
  169.  
  170. <link href="http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC" rel="stylesheet" type="text/css">
  171. <link href="http://fonts.googleapis.com/css?family=VT323" rel="stylesheet" type="text/css">
  172. <link href="http://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css">
  173. <link href="http://fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet" type="text/css">
  174. <link href='https://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  175. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  176. <link href='https://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  177. <link href='https://fonts.googleapis.com/css?family=Cinzel+Decorative' rel='stylesheet' type='text/css'>
  178.  
  179. <!-- FONTS -->
  180.  
  181. <style type="text/css">
  182.  
  183. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  184. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  185. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  186.  
  187.  
  188.  
  189.  
  190. /* IMESSAGE CHAT POST */
  191. .answer span,.convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}.answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:#e5e5ea;color:#000;left:3px}.me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid #e5e5ea;border-bottom-right-radius:1em .5em}.answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:#e8f3f9;color:#000}.them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid #e8f3f9;border-bottom-left-radius:1em .5em}.me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  192. .asked p {
  193. text-align: left;
  194. margin: 0 0px 10px 0px;
  195. padding: 0;
  196. color: #666666;
  197. font-family: 'Inconsolata', Inconsolata;
  198. font-size: 12px;
  199. line-height: 0px;
  200. }
  201. .footerright .viasrc {
  202. float: left;
  203. }
  204. .asked a {
  205. margin:0;padding:0;
  206. }
  207. .user_4{background-color:#55caff;color:#fff}.user_4::after{border-color:#55caff}.user_6{background-color:#60f246;color:#fff}.user_6::after{border-color:#60f246}.user_5{background-color:#9ff3fc;color:#000}.user_5::after{border-color:#9ff3fc}.user_3{background-color:#25c413;color:#fff}.user_3::after{border-color:#25c413}.user_7{background-color:#9b9b9b;color:#fff}.user_7::after{border-color:#9b9b9b}.user_8{background-color:#0d9321;color:#fff}.user_8::after{border-color:#0d9321}.user_9{background-color:#606060;color:#fff}.user_9::after{border-color:#606060}
  208. .convo {
  209. overflow: hidden;
  210. list-style-type: none;
  211. padding: 0;
  212. margin: 0;
  213. }
  214.  
  215.  
  216.  
  217.  
  218.  
  219. /* this is for the scrollbar */
  220.  
  221. ::-webkit-scrollbar-thumb{
  222. background-color: transparent;
  223. border-radius:0px;
  224. height:auto;
  225. }
  226.  
  227. ::-webkit-scrollbar {
  228. height:auto;
  229. width:4px;
  230. border: 1px transparent;
  231. border-radius:0px;
  232. }
  233.  
  234.  
  235. /* TOOLTIPS */
  236.  
  237. #s-m-t-tooltip {
  238. max-width:300px;
  239. padding:3px 7px 3px 8px;
  240. margin:-20px 0px 0px 20px;
  241. background-color:{color:background};
  242. color:{color:text};
  243. font-size:7px;
  244. text-transform:uppercase;
  245. z-index:999999999999;
  246. letter-spacing:2px;
  247. -webkit-border-radius:5px;
  248. -moz-border-radius:5px;
  249. border-radius:5px;
  250. }
  251.  
  252.  
  253. sub, sup, small {
  254. font-size: 11px;
  255. color:{color:text};
  256. }
  257.  
  258. b, strong {
  259. font-size: 13px;
  260. font-family: 'IM Fell Double Pica SC', serif;
  261. color:{color:bold};
  262. text-shadow: 0px 0px 1px {color:bold shadow};
  263. }
  264.  
  265. i,em{
  266. color:{color:italic};
  267. text-shadow: 0px 0px 2px {color:italic shadow};
  268. font-family: 'Courgette', cursive;
  269. font-size:12px;
  270. }
  271.  
  272. code {
  273. font-size: 11px;
  274. }
  275.  
  276.  
  277. big{
  278. color:{color:big};
  279. text-shadow: 0px 0px 2px {color:big shadow};
  280. font-family:georgia, sans-serif;
  281. }
  282.  
  283.  
  284. u{
  285. color:{color:underline};
  286. }
  287.  
  288.  
  289. h1 {
  290. font-family: 'Raleway', sans-serif;
  291. text-transform:uppercase;
  292. text-align: center;
  293. font-size:12px;
  294. line-height:100%;
  295. color: {color:blockquote};
  296. }
  297.  
  298. h2 {
  299. font-size:17px;
  300. color: {color:big};
  301. font-weight:bold;
  302. text-shadow: 0px 0px 2px {color:big shadow}}
  303.  
  304. h3 {
  305. font-size:18px;
  306. font-family: 'georgia', sans-serif;
  307. text-shadow: 0px 0px 3px {color:bold shadow};
  308. text-align:center;
  309. text-transform:lowercase;
  310. font-style:italic;
  311. line-height:100%;
  312. letter-spacing:0px;
  313. padding-bottom:-10px;
  314. color: {color:blockquote};
  315. }
  316.  
  317. h4 {
  318. font-size:11px;
  319. font-family: 'Tahoma'
  320. text-align:center;
  321. text-transform:uppercase;
  322. line-height:100%;
  323. letter-spacing:0px;
  324. font-weight:bold;
  325. color: {color:blockquote};
  326. }
  327.  
  328. h12 {
  329. font-size:16px;
  330. text-align:right;
  331. line-height:100%;
  332. letter-spacing:0px;
  333. font-family: 'IM Fell Double Pica SC', serif;
  334. text-shadow: 0px 2px 2px {color:blockquote};
  335. color:{color:text};
  336. text-transform: uppercase;
  337. }
  338.  
  339.  
  340.  
  341. pre {
  342. {block:ifNotShow400pxposts}
  343. width:500px;
  344. {/block:ifNotShow400pxposts}
  345. {block:ifShow400pxposts}
  346. width:400px;
  347. {/block:ifShow400pxposts}
  348. font-family:courier;
  349. text-align:center;
  350. text-transform:uppercase;
  351. font-size:10px;
  352. word-wrap: break-word;
  353. color:{color:Text};
  354. }
  355.  
  356. blockquote {
  357. background:transparent;
  358. text-align:justify;
  359. padding-left : 10px;
  360. margin-left:10px;
  361. width:240px;
  362. border-left: 2px solid {color:blockquote};
  363. }
  364.  
  365.  
  366. body {
  367. color: {color:Text};
  368. background-color:{color:Background};
  369. background-repeat:repeat;
  370. color:{color:text};
  371. font-family:tahoma;
  372. text-align:justify;
  373. font-size:11px;
  374.  
  375. background-image:url("{image:Background}");
  376.  
  377.  
  378. }
  379.  
  380. a {
  381. color: {color:Link};
  382. text-decoration: none;
  383. -moz-transition-duration: 0.5s;
  384. -o-transition-duration: 0.5s;
  385. -webkit-transition-duration: 0.5s;
  386. transition-duration: 0.5s;
  387. }
  388.  
  389. a:hover {
  390. color: {color:Link Hover};
  391. text-decoration:none;
  392. -moz-transition-duration: 0.5s;
  393. -o-transition-duration: 0.5s;
  394. -webkit-transition-duration: 0.5s;
  395. transition-duration: 0.5s;
  396. }
  397.  
  398.  
  399. #sidebarlinks{font-size:9px;
  400. letter-spacing:2px;
  401. background-color:{color:Sidebar bg};
  402. border:solid 1px {color:Sidebar Border2};
  403. color:white;
  404. text-shadow:1px 1px {color:Sidebar shadow};
  405. z-index:99;
  406. margin-top:-518px;
  407. margin-left:-32px;
  408. height:506px;
  409. position:fixed;
  410. width:25px;
  411. text-transform:uppercase;
  412. font-family:arial;
  413. line-height:5px;
  414. text-align:center;
  415. font-weight:bold;
  416. padding:2px;
  417. -moz-transition-duration:0.3s;
  418. -webkit-transition-duration:0.3s;
  419. -o-transition-duration:0.3s;
  420. text-align:center;
  421. }
  422.  
  423.  
  424. #sidebarlinks a:hover {
  425. -moz-transition-duration:0.5s;
  426. -webkit-transition-duration:0.5s;
  427. -o-transition-duration:0.5s;
  428. letter-spacing:1px;
  429. }
  430.  
  431. #sidebarlinks a{margin-right:5px;
  432. width:20px;
  433. margin-top:5px;
  434. color:white;
  435. font-size:7px;
  436. padding:2px;
  437. padding-top:60px;
  438. display:inline-block;
  439. -moz-transition-duration:0.3s;
  440. -webkit-transition-duration:0.3s;
  441. -o-transition-duration:0.3s;
  442. }
  443.  
  444. .sidebar {
  445. height:510px;
  446. width:342px;
  447. position: fixed;
  448. margin-top:0px;
  449. margin-left:0px;
  450. }
  451.  
  452. .sidebarimage {
  453. width:342px;
  454. margin-bottom:4px;
  455. border-right:1px solid {color:Sidebar Border};
  456. }
  457.  
  458.  
  459.  
  460.  
  461. #description {
  462. overflow:auto;
  463. width:300px;
  464. border-top:5px solid {color:bold};
  465. height:84px;
  466. position:fixed;
  467. padding-top:10px;
  468. padding-bottom:10px;
  469. padding-left:10px;
  470. padding-right:10px;
  471. line-height:100%;
  472. top:500px;
  473. margin-left:11px;
  474. text-transform:uppercase;
  475. font-size:9px;
  476. text-align:center;
  477. overflow:auto;
  478. background:{color:background};
  479. color:{color:Text}
  480. z-index:99999;
  481. opacity:1;
  482. }
  483.  
  484.  
  485. .description a {
  486. color:{color:Link};
  487. }
  488.  
  489. .description a:hover {
  490. color:{color:Link Hover};
  491. }
  492.  
  493. .pagination {
  494. font-family:calibri;
  495. text-align:center;
  496. font-size:11px;
  497. text-align:center;
  498. }
  499.  
  500. .pagination a {
  501. color:{color:Link};
  502. padding:3px;
  503. -moz-transition-duration: 0.5s;
  504. -o-transition-duration: 0.5s;
  505. -webkit-transition-duration: 0.5s;
  506. transition-duration: 0.5s;
  507. }
  508.  
  509. .pagination a:hover {
  510. color:{color:Link Hover};
  511. text-decoration:none;
  512. -moz-transition-duration: 0.5s;
  513. -o-transition-duration: 0.5s;
  514. -webkit-transition-duration: 0.5s;
  515. transition-duration: 0.5s;
  516. }
  517.  
  518. .container {
  519. height: 510px;
  520. width: 860px;
  521. text-align:justify;
  522. font-family:calibri;
  523. text-transform: auto;
  524. position: fixed;
  525. margin-left:200px;
  526. margin-top:112px; /* this could be changed for this bottom:-2px;; */
  527. overflow: auto;
  528. background-color:{color:Post BG};
  529. outline:1px solid {color:Sidebar Border};
  530. border-right:1px solid {color:Sidebar Border};
  531. border-bottom:0px solid {color:Sidebar Border};
  532. box-shadow: 5px 5px {color:box shadow};
  533. }
  534.  
  535.  
  536.  
  537. .postscontainer {
  538. {block:ifNotShow400pxposts}
  539. max-width:500px;
  540. {/block:ifNotShow400pxposts}
  541. {block:ifShow400pxposts}
  542. max-width:400px;
  543. {/block:ifShow400pxposts}
  544. margin: auto;
  545. margin-top:-60px;
  546. margin-left:350px;
  547. }
  548.  
  549. .posts {
  550. {block:ifNotShow400pxposts}
  551. width:500px;
  552. {/block:ifNotShow400pxposts}
  553. {block:ifShow400pxposts}
  554. width:400px;
  555. {/block:ifShow400pxposts}
  556. line-height:100%;
  557. font-size:10px;
  558. font-family:calibri;
  559. margin-top:120px;
  560. text-align:justify;
  561. }
  562.  
  563. .posts img {
  564. {block:ifNotShow400pxposts}
  565. max-width:500px;
  566. {/block:ifNotShow400pxposts}
  567. {block:ifShow400pxposts}
  568. max-width:400px;
  569. {/block:ifShow400pxposts}
  570. }
  571.  
  572. .info {
  573. font-family:'Latha';
  574. text-align:center;
  575. {block:ifNotShow400pxposts}
  576. width:500px;
  577. {/block:ifNotShow400pxposts}
  578. {block:ifShow400pxposts}
  579. width:400px;
  580. {/block:ifShow400pxposts}
  581. height:20px;
  582. margin-top:5px;
  583. margin-bottom:5px;
  584. padding-top:7px;
  585. text-transform:uppercase;
  586. font-size:8px;
  587. font-style:normal;
  588. text-align:center;
  589. background:url("{image:info}");
  590. border: 1px solid {color:info border};
  591. border-top:1px solid {color:info border};
  592. text-shadow: 1px 0px 1px {color:info shadow};
  593. }
  594.  
  595. .info a {
  596. color:{color:info};}
  597.  
  598. .info a:hover {
  599. color:{color:info hover};}
  600.  
  601.  
  602. .tags {
  603. {block:ifNotShow400pxposts}
  604. width:500px;
  605. {/block:ifNotShow400pxposts}
  606. {block:ifShow400pxposts}
  607. width:400px;
  608. {/block:ifShow400pxposts}
  609. position:absolute;
  610. margin-top:1px;
  611. line-height:100%;
  612. font-family:tahoma;
  613. font-size:9px;
  614. text-align:center;
  615. }
  616.  
  617. .tags a {
  618. color:{color:tags};
  619. }
  620.  
  621. .tags a:hover {
  622. text-decoration:none;
  623. color:{color:tags Hover};
  624. }
  625.  
  626. .postnote {
  627. {block:ifNotShow400pxposts}
  628. width:500px;
  629. {/block:ifNotShow400pxposts}
  630. {block:ifShow400pxposts}
  631. width:400px;
  632. {/block:ifShow400pxposts}
  633. font-family:calibri;
  634. text-transform:lowercase;
  635. font-size:10px;
  636. text-align:left;
  637. line-height:90%;
  638. margin-top:40px;
  639. }
  640.  
  641. .postnote li {
  642. list-style-type:none;
  643. border-bottom:1px solid {color:Info Border};
  644. padding:37px 0px 3px 0px;
  645. text-align:left;
  646. margin:0px;
  647. -moz-transition-duration:0.5s;
  648. -webkit-transition-duration:0.5s;
  649. -o-transition-duration:0.5s;
  650. }
  651.  
  652. .postnote img {
  653. width:20px;
  654. padding: 3px;
  655. margin:2px 7px -3px 6px;
  656. text-align:left;
  657. }
  658.  
  659.  
  660.  
  661.  
  662. .music {
  663. width:500px;
  664. {block:ifShow400pxposts}
  665. width:400px;
  666. {/block:ifShow400pxposts}
  667. padding-bottom:10px;
  668. }
  669.  
  670. .albumart {
  671. float:left;
  672. padding:10px 10px 10px 0px;
  673. }
  674.  
  675. .albumart img {
  676. width:30px;
  677. padding: 3px;
  678. margin:2px 7px -3px 6px;
  679. }
  680.  
  681. .playercontainer {
  682. text-align:left;
  683. padding:5px 5px -5px;
  684. width:480px;
  685. }
  686.  
  687. .musicinfo {
  688. padding:10px;
  689. margin-top:9px;
  690. color:{color:Text};
  691. }
  692.  
  693. .quote {
  694. font-size:10px;
  695. font-family:calibri;
  696. letter-spacing:0px;
  697. line-height:90%;
  698. font-weight:normal;
  699. text-align:center;
  700. }
  701.  
  702. .source {
  703. font-family:calibri;
  704. font-size:10px;
  705. font-style:normal;
  706. text-align:center;
  707. line-height:17px;
  708. }
  709.  
  710. .chat ol {
  711. font-size:10px;
  712. font-family:calibri;
  713. line-height:100%;
  714. padding:0px;
  715. list-style:none;
  716. }
  717.  
  718. .label {
  719. font-size:10px;
  720. font-family:calibri;
  721. font-weight:bold;
  722. color:{color:Text};
  723. }
  724.  
  725. .line.odd {
  726. padding:4px;
  727. margin-bottom:2px;
  728. }
  729.  
  730. .line.even {
  731. padding:4px;
  732. margin-bottom:2px;
  733. }
  734.  
  735.  
  736. #asker {
  737. font-family: 'Bangers', cursive;
  738. font-size:30px;
  739. text-align:right;
  740. margin-left:15px;
  741. text-transform:uppercase;
  742. color: {color:italic};
  743. letter-spacing:3px
  744.  
  745.  
  746. }
  747.  
  748. #asker a{
  749. color: {color:bold};
  750. font-family: 'Bangers', cursive;
  751. letter-spacing: 3px;
  752.  
  753. font-size:13px;
  754. text-shadow: 0px 0px 2px {color:bold shadow};
  755. }
  756.  
  757. #asker a:hover {
  758. color: {color:links hover};
  759. letter-spacing: 3px;
  760. }
  761.  
  762. #ask {
  763. font-family: 'IM Fell Double Pica SC', serif;
  764. font-size:8px;
  765. text-align:center;
  766. padding-top: 5px;
  767. margin-left:5px;
  768. text-transform:auto;
  769. line-height:130%;
  770. padding:8px;
  771. background:url("{image:ask}");
  772. color:{color:ask text};
  773. text-transform: uppercase;
  774. border:1px {color:ask border} solid;
  775. border-bottom-left-radius:20px;
  776. border-bottom-right-radius:20px;
  777. border-top-left-radius:20px;
  778. }
  779.  
  780. .ans {
  781. text-align:left;
  782. padding:10px;
  783.  
  784. }
  785.  
  786.  
  787. #quote{
  788. font-family: 'Cinzel Decorative';
  789. text-align:center;
  790. font-size:25px;
  791. line-height:18px;
  792. font-weight:bold;
  793. z-index:999;
  794. }
  795.  
  796.  
  797.  
  798. .credit {
  799. position:fixed;
  800. font-family: 'Alex Brush', cursive;
  801. color:{color:bold};
  802. font-size:16px;
  803. font-weight:bold;
  804. line-height:100%;
  805. letter-spacing:0px;
  806. right:7px;
  807. bottom:5px;
  808. text-align:center;
  809. text-shadow:0 0 3px {color:bold};
  810. -webkit-transition: all 0.5s ease-in-out;
  811. -moz-transition: all 0.5s ease-in-out;
  812. -o-transition: all 0.5s ease-in-out;
  813. -ms-transition: all 0.5s ease-in-out;
  814. transition: all 0.5s ease-in-out;
  815. }
  816.  
  817. .credit:hover {
  818. color:transparent;
  819. text-shadow:0 0 7px {color:bold shadow};
  820. -webkit-transition: all 0.5s ease-in-out;
  821. -moz-transition: all 0.5s ease-in-out;
  822. -o-transition: all 0.5s ease-in-out;
  823. -ms-transition: all 0.5s ease-in-out;
  824. transition: all 0.5s ease-in-out;
  825. }
  826.  
  827.  
  828.  
  829.  
  830.  
  831. .popup_block{
  832. display:none;
  833. background:{color:popup bg};
  834. padding:20px;
  835. border:1px solid {color:popup border}; /* if you want a solid white pop-up, delete this */
  836. float:left;
  837. position:fixed;
  838. top:50%;left:50%;
  839. background-image:url('');
  840. z-index: 99999;
  841. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  842. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  843. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  844. }
  845.  
  846. *html #fade {position: absolute;}
  847. *html .popup_block {position: absolute;}
  848. #fade {
  849. display:none;
  850. position:fixed;
  851. left:0px;
  852. top:0px;
  853. width:100%;
  854. height:100%;
  855. z-index:9999;
  856. background:#1f1f1f; /* change to #fff for solid white */
  857. opacity:.8; /* change to opacity:1; */
  858. }
  859.  
  860. #boxy {
  861. background-color:#1a1a1a;
  862. padding:5px;
  863. border:1px solid #3b352e;
  864. width:490px;
  865. }
  866.  
  867. </style>
  868. </head>
  869.  
  870. <body>
  871.  
  872.  
  873.  
  874. <div class="container">
  875. <div class="sidebar">
  876. <center>
  877. <img src="{image:sidebar}" class="sidebarimage">
  878. </center>
  879. <div id="sidebarlinks">
  880. <a href="/">i</a>
  881. <a href="#?w=500" rel="box1" class="poplight">ii</a>
  882. <a href="#?w=300" rel="box2" class="poplight">iii</a>
  883. <a href="#?w=500" rel="box3" class="poplight">iv</a>
  884. {block:ifShowLink1}
  885. <a href="{text:link1 url}">{text:link1}</a>
  886. {/block:IfShowLink1}
  887. {block:ifShowLink2}
  888. <a href="{text:link2 url}">{text:link2}</a>
  889. {/block:IfShowLink2}
  890. </div>
  891. <div id="description">
  892. {Description}
  893. </div>
  894. {block:Pagination}
  895. <div class="pagination">
  896. {block:PreviousPage}
  897. <a href="{PreviousPage}"> back </a>
  898. {/block:PreviousPage}
  899. {block:NextPage}
  900. <a href="{NextPage}"> next </a>
  901. {/block:NextPage}
  902. </div>
  903. {/block:Pagination}
  904. </div>
  905.  
  906.  
  907.  
  908.  
  909. <div class="postscontainer">
  910. {block:Posts}
  911.  
  912. <div class="posts">
  913.  
  914. {block:Text}
  915. {block:Title}<h2>{Title}</h2>{/block:Title}
  916. {Body}
  917. {/block:Text}
  918.  
  919. {block:Quote}<div id="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  920.  
  921. {/block:Quote}
  922.  
  923. {block:Link}
  924. <h2><a href="{URL}">{Name}</a></h2>
  925. {block:Description}{Description}{/block:Description}
  926. {/block:Link}
  927.  
  928.  
  929. {block:Chat}
  930. {block:Title}
  931. <h1>{Title}</h1>{/block:Title}<br>
  932. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  933. {Line}</li>{/block:Lines}</ul>
  934. {/block:Chat}
  935.  
  936. {block:Answer}
  937. <div id="ask">{question}</div>
  938. <div id="asker">{Asker}</div>
  939. {Answer}{/block:Answer}
  940.  
  941. {block:Photo}
  942. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  943. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  944. {/block:Photo}
  945.  
  946. {block:Photoset}
  947. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  948. {block:Caption}{Caption}{/block:Caption}
  949. {/block:Photoset}
  950.  
  951. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  952. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  953. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  954. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  955. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  956.  
  957. {block:Video}
  958. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  959. {block:Caption}{Caption}{/block:Caption}
  960. {/block:Video}
  961.  
  962. {block:Date}<div class="info"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}  <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} © <a href="{SourceURL}"></a><a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource} /<a href="{ReblogURL}">reblog</a>{/block:RebloggedFrom}</div>{/block:Date}
  963.  
  964. {block:HasTags}
  965. <div class="tags">
  966. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  967. </div>
  968. {/block:HasTags}
  969.  
  970. <div class="postnote">
  971. {block:PostNotes}{PostNotes}{/block:PostNotes}
  972. </div>
  973. {/block:Posts}
  974.  
  975. <div class="credit"><a href="http://whiiitthemore.tumblr.com/" title="theme by whiiitthemore"><span class="credit">W</span></a></div>
  976.  
  977.  
  978. </div>
  979. </div>
  980. </div>
  981.  
  982. <!-- SCRIPTS -->
  983.  
  984. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  985. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  986.  
  987. <script>
  988. (function($){
  989. $(document).ready(function(){
  990. $("[title]").style_my_tooltips({
  991. tip_follows_cursor:true,
  992. tip_delay_time:90,
  993. tip_fade_speed:600,
  994. attribute:"title"});
  995. });})(jQuery);
  996. </script>
  997.  
  998. <div id="box1" class="popup_block">
  999.  
  1000. <p></p><pre>{text:ask title}</pre><p></p>
  1001. <p><iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:url}.tumblr.com" width="100%"></iframe></p>
  1002. </div>
  1003.  
  1004. <div id="box2" class="popup_block">
  1005. <!-- here you can put any image you want 300x100, or whatevaaa :3 -->
  1006. <center><img src="https://41.media.tumblr.com/884f43204fedc264388c6743e75df1bb/tumblr_inline_nxpyz2JfmL1rmq82t_540.png">
  1007. <h1>{text:rule 1};</h1>; {text:rule 1 description}
  1008. <br><br><big>{text:rule 2}:</big> {text:rule 2 description}
  1009. <br><br><big>{text:rule 3}:</big> {text:rule 3 description}
  1010. <br><br><big>{text:rule 4}:</big> {text:rule 4 description}
  1011. <br><br><big>{text:rule 5}:</big> {text:rule 5 description}
  1012. <br><br><big>{text:rule 6}:</big>{text:rule 6 description}
  1013. <br><br><big>{text:rule 7}:</big> {text:rule 7 description}
  1014. <br><br><big>{text:rule 8}:</big> {text:rule 8 description}
  1015.  
  1016.  
  1017.  
  1018. </center></div>
  1019. <div id="box3" class="popup_block">
  1020. <!-- here you can put any image you want 300x100, or whatevaaa :3 -->
  1021. <center><img src="https://41.media.tumblr.com/884f43204fedc264388c6743e75df1bb/tumblr_inline_nxpyz2JfmL1rmq82t_540.png"><p><b>{text:title about}</b><br>{text:about}</center></h2>
  1022. </div>
  1023.  
  1024. </div>
  1025. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement