joellarps

haRtley !!!! ( my wifey <3 )

Jul 24th, 2015
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.93 KB | None | 0 0
  1. <html lang="en">
  2. <!--
  3.  
  4. base code by athenaofrp
  5. theme by rpcdaddy
  6. don't fucking steal, u wann a try me ??? hm ??
  7. give me credit or i will slap u silly
  8.  
  9. -->
  10. <head>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14. <script type="text/javascript">
  15. WebFontConfig = {
  16. google: { families: [ 'Roboto:700:latin' ] }
  17. };
  18. (function() {
  19. var wf = document.createElement('script');
  20. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  21. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  22. wf.type = 'text/javascript';
  23. wf.async = 'true';
  24. var s = document.getElementsByTagName('script')[0];
  25. s.parentNode.insertBefore(wf, s);
  26. })(); </script>
  27. <script>
  28. $(document).ready(function() {
  29. //
  30. $('a.poplight[href^=#]').click(function() {
  31. var popID = $(this).attr('rel'); //Get Popup Name
  32. var popURL = $(this).attr('href'); //Get Popup href to define size
  33. var query= popURL.split('?');
  34. var dim= query[1].split('&');
  35. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  36. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  37. var popMargTop = ($('#' + popID).height() + 80) / 2;
  38. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  39. //Apply Margin to Popup
  40. $('#' + popID).css({
  41. 'margin-top' : -popMargTop,
  42. 'margin-left' : -popMargLeft
  43. });
  44. $('body').append('<div id="fade"></div>');
  45. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  46. return false;
  47. });
  48. $('a.close, #fade').live('click', function() {
  49. $('#fade , .popup_block').fadeOut(function() {
  50. $('#fade, a.close').remove(); //fade them both out
  51. });
  52. return false;
  53. });
  54. });
  55. </script>
  56.  
  57. <link rel=”shortcut icon” href=”{Favicon}”/>
  58. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  59. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  60.  
  61. <meta name="color:bold"content="#fff">
  62. <meta name="color:italic"content="#fff">
  63. <meta name="color:text"content="#000">
  64. <meta name="color:link"content="#000">
  65. <meta name="color:post"content="#fff">
  66. <meta name="color:hover"content="#fff">
  67. <meta name="color:border"content="#000">
  68. <meta name="color:Scrollbar" content="#000000"/>
  69. <meta name="color:ScrollbarBg" content="#ffffff"/>
  70. <meta name="color:info background"content="#fff">
  71. <meta name="color:info border"content="#000">
  72. <meta name="color:background"content="#fff">
  73. <meta name="color:sidebar background"content="#fff">
  74.  
  75. <meta name="image:sbar2"content="">
  76. <meta name="image:admin"content="">
  77. <meta name="image:admin2"content="">
  78. <meta name="image:admin3"content="">
  79.  
  80. <meta name="text:popuptext" content="" />
  81. <meta name="text:header" content="" />
  82. <meta name="text:link 1 label" content="" />
  83. <meta name="text:link 2 label" content="" />
  84. <meta name="text:link 3 label" content="" />
  85. <meta name="text:link 4 label" content="" />
  86. <meta name="text:link5" content="" />
  87. <meta name="text:link 1" content=""/>
  88. <meta name="text:link 2" content=""/>
  89. <meta name="text:link 3" content=""/>
  90. <meta name="text:link 4" content=""/>
  91.  
  92. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  93. <link rel="shortcut icon" href="{Favicon}" />
  94.  
  95. <style type="text/css">
  96.  
  97. ::-webkit-scrollbar-thumb {
  98. height:auto;
  99. background-color:{color:Scrollbar};
  100. }
  101.  
  102. ::-webkit-scrollbar {
  103. height:9px;
  104. width:4px;
  105. background-color:{color:ScrollbarBg};
  106. }
  107.  
  108. pre {
  109. font-family:roboto;
  110. font-size:9px;
  111. text-transform:Uppercase;
  112. font-weight:bold;
  113. background-color:{color:background};
  114. padding:5px;
  115. text-align:center;
  116. color:#000000;
  117. }
  118.  
  119. body {
  120. background:{color:background};
  121. margin:0px;
  122. color:{color:text};
  123. font-family: 'Roboto Condensed', sans-serif;
  124. line-height:150%;
  125. font-size:11px;
  126. text-align:justify;
  127. }
  128.  
  129. h1 {
  130. font-size:11px;
  131. text-align:center;
  132. text-decoration:underline;
  133. font-family: 'Roboto', sans-serif;
  134. font-weight:bold;
  135. word-wrap: break-word;
  136. letter-spacing:1px;
  137. background-color:{color:post};
  138. color:{color:border};
  139. padding:6px;
  140.  
  141.  
  142. }
  143.  
  144. h1 a{
  145. color:{color:border};
  146. }
  147.  
  148.  
  149. h1 a{
  150. color:{color:text};
  151. }
  152.  
  153. h2 {
  154. font-size:16px;
  155. text-transform:uppercase;
  156. font-family:'roboto';
  157. border:1px solid {color:border};
  158. background-color:{color:postbg};
  159. font-style:bold;
  160. text-decoration:underline;
  161. text-align:center;
  162. color:{color:post links};
  163. padding:5px;
  164. }
  165.  
  166. h2 a{
  167. color:{color:post links};
  168. }
  169.  
  170. blockquote {
  171. border-left:1px solid {color:border};
  172. margin-left:3px;
  173. padding-left:5px; }
  174.  
  175. b { font-weight:bold;
  176. color:{color:bold}; }
  177. i { font-weight:italic;
  178. color:{color:italic}; }
  179. u {text-decoration:none;
  180. border-bottom:1px solid {color:text}; }
  181.  
  182. a { color:{color:link};
  183. font-family:helvetica;
  184. text-decoration:none;-moz-transition-duration:0.5s;
  185. -webkit-transition-duration:0.5s;
  186. -o-transition-duration:0.5s;}
  187. a:hover {color:{color:hover};}
  188.  
  189. .popup_block blockquote{
  190. width:480px;
  191. }
  192. .popup_block{
  193. display:none;
  194. background:{color:info background};
  195. padding:20px;
  196. height:400px;
  197. border:1px solid #000; /* if you want a solid white pop-up, delete this */
  198. float:left;
  199. position:fixed;
  200. top:50%;left:50%;
  201. z-index: 99999;
  202. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  203. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  204. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  205. }
  206.  
  207. *html #fade {position: absolute;}
  208. *html .popup_block {position: absolute;}
  209. #fade {
  210. display:none;
  211. position:fixed;
  212. left:0px;
  213. top:0px;
  214. width:100%;
  215. height:100%;
  216. z-index:9999;
  217. background:#000; /* change to #fff for solid white */
  218. opacity:0.5; /* change to opacity:1; */
  219. }
  220.  
  221.  
  222. #admin {
  223. margin-top:540px;
  224. margin-left:215px;
  225. position:fixed;
  226. z-index:9999;
  227. width:60px;
  228. height:60px;
  229. border:2px solid {color:post};
  230. background-image: url('{image:admin}');
  231. text-align:right;
  232. line-height:25px;
  233. font-family:arial;
  234. }
  235.  
  236. #admin2 {
  237. margin-top:540px;
  238. margin-left:285px;
  239. position:fixed;
  240. z-index:99;
  241. width:60px;
  242. height:60px;
  243. border:2px solid {color:post};
  244. background-image: url('{image:admin2}');
  245. text-align:right;
  246. line-height:25px;
  247. font-family:arial;
  248. }
  249.  
  250. #admin3 {
  251. margin-top:540px;
  252. margin-left:355px;
  253. position:fixed;
  254. z-index:99;
  255. width:60px;
  256. height:60px;
  257. border:2px solid {color:post};
  258. background-image: url('{image:admin3}');
  259. text-align:right;
  260. line-height:25px;
  261. font-family:arial;
  262. }
  263.  
  264.  
  265. #entries {
  266. position: fixed;
  267. height:400px;
  268. overflow:auto;
  269. padding:5px;
  270. overflow-x:hidden;
  271. border:solid 1px {color:sidebar background};
  272. width:565px;
  273. margin-left:450px;
  274. margin-top:234px;
  275. }
  276.  
  277. #post {
  278. width: 500px;
  279. margin-left:10px;
  280. border:solid 1px {color:sidebar background};
  281. margin-top:10px;
  282. height: auto;
  283. background-color: {color:post};
  284. padding: 20px;
  285. margin-bottom:30px;
  286. color: {color:text};
  287. text-align:justify;
  288. }
  289.  
  290. .pagi {
  291. margin-top:620px;
  292. margin-left:210px;
  293. position:fixed;
  294. font-style:italic;
  295. font-weight:bold;
  296. padding:1px;
  297. font-family:calibri;
  298. font-size:7px;
  299. }
  300.  
  301. .pagi a {
  302. color:{color:post};
  303. }
  304.  
  305.  
  306. #sbar2 {margin-top:-10px;
  307. margin-left:450px;
  308. position:fixed;
  309. width:575px;
  310. height:240px;
  311. border:1px solid {color:border};
  312. background-image: url('{image:sbar2}');
  313. }
  314.  
  315. #bar {
  316. margin-top:-15px;
  317. margin-left:205px;
  318. position:fixed;
  319. width:220px;
  320. height:1700px;
  321. background:{color:border};
  322. }
  323.  
  324. #description {
  325. position:fixed;
  326. font-family:'Roboto Condensed';
  327. text-align:justify;
  328. overflow:auto;
  329. z-index:999;
  330. margin-top:50px;
  331. margin-left:215px;
  332. width:195px;
  333. height:295px;
  334. background-color:{color:post};
  335. padding:3px;
  336. font-size:10px;
  337. text-transform:normal;
  338. }
  339.  
  340. #description blockquote {
  341. width:180px;
  342. }
  343.  
  344. .links {
  345. position:fixed;
  346. margin-top:350px;
  347. margin-left:215px;
  348. }
  349.  
  350. .links a {
  351. width:183px;
  352. margin-bottom:5px;
  353. height:13px;
  354. text-align:center;
  355. padding:8px;
  356. letter-spacing:3px;
  357. color:{color:text};
  358. font-family:'Roboto Condensed';
  359. border:1px solid {color:info background};
  360. background-color:{color:post};
  361. font-size:8px;
  362. text-transform:uppercase;
  363. display:block;
  364. }
  365.  
  366.  
  367. #info {
  368. width:532px;
  369. text-align:left;
  370. font-family: 'Roboto Condensed', sans-serif;
  371. text-transform:uppercase;
  372. margin-left:-21px;
  373. font-size:9px;
  374. margin-top:20px;
  375. margin-bottom:-30px;
  376. font-style:none;
  377. padding:5px;
  378. line-height:10px;
  379. background-color:{color:info background};
  380. border-top:solid 1px{color:info border};
  381. border-bottom:solid 1px{color:info border};
  382. color:{color:Text};
  383. }
  384.  
  385. #info a {
  386. text-align:center;
  387. color:{color:Text};
  388. }
  389.  
  390.  
  391. .tags {text-transform:none;
  392. color:{color:background};
  393. width:508px;
  394. margin-top:30px;
  395. margin-bottom:-15px;
  396. font-size:10px;}
  397.  
  398.  
  399. .tags a {
  400. letter-spacing:0px;
  401. font-size:8px;
  402. text-align:center;
  403. font-family:'arial';
  404. text-decoration:none;
  405. display:inline-block;
  406. color:{color:background background};
  407. }
  408.  
  409.  
  410.  
  411. .note {
  412. text-transform:uppercase;
  413. font-style:normal;
  414. letter-spacing:0px;
  415. font-size: 8px;
  416. text-align:left;
  417. line-height:90%;
  418. margin-left:-40px;
  419. }
  420.  
  421. .note li {
  422. list-style-type:none;
  423. border-bottom:1px solid {color:border};
  424. padding:10px 25px 10px 25px;
  425. text-align:left;
  426. margin:0px;
  427. -moz-transition-duration:0.5s;
  428. -webkit-transition-duration:0.5s;
  429. -o-transition-duration:0.5s;
  430. }
  431.  
  432. .audio {
  433. width:500px;
  434. padding-bottom:10px;
  435. background-color:{color:infobg};
  436. }
  437.  
  438. .albumart {
  439. float:left;
  440. padding:0px 10px 10px 0px;
  441. }
  442.  
  443. .albumart img {
  444. width:50px;
  445. height:50px;
  446. }
  447.  
  448. .playercontainer {
  449. text-align:left;
  450. padding:10px;
  451. background-color:#ffffff;
  452. width:480px;
  453. }
  454.  
  455. .audioinfo {
  456. padding:10px;
  457. color:{color:text};
  458. }
  459.  
  460. #ask {
  461. color:{color:background};
  462. padding:15px;
  463. font-family:'roboto';
  464. font-size:10px;
  465. letter-spacing:0px;
  466. text-align:left;
  467. text-transform:lowercase;
  468. line-height:150%;
  469. background-color:{color:border};
  470. }
  471.  
  472. #ask a{color:{color:post};}
  473.  
  474. #credit {
  475. width: 55px;
  476. height: 8px;
  477. font-family: Arial;
  478. font-size: 11px;
  479. text-transform: uppercase;
  480. text-align: center;
  481. bottom: 10px;
  482. right: 10px;
  483. letter-spacing: 1px;
  484. line-height: 4px;
  485. padding: 10px 3px;
  486. display: block;
  487. color: #ffffff;
  488. background-color:{color:post};
  489. position: fixed;
  490. }
  491.  
  492.  
  493. {CustomCSS}</style>
  494.  
  495. </head>
  496. <body>
  497. <div id="description">
  498. {description}
  499. </div></div>
  500.  
  501. <div id="bar">
  502. </div>
  503.  
  504. <div id="sidebar">
  505. <center>
  506. <div id="sbar1"><img src="{image:sbar1}"/></div>
  507. <div id="sbar2"><img src="{image:sbar2}"/></div>
  508. <div id="admin"><img src="{image:admin}"/></div>
  509. <div id="admin2"><img src="{image:admin2}"/></div>
  510. <div id="admin3"><img src="{image:admin3}"/></div>
  511.  
  512.  
  513. </center>
  514.  
  515.  
  516. </center>
  517.  
  518.  
  519. </div>
  520.  
  521. <div class="links">
  522. <a href="{text:link 1}">{text:link 1 label}</a>
  523. <a href="{text:link 2}">{text:link 2 label}</a>
  524. <a href="{text:link 3}">{text:link 3 label}</a>
  525. <a href="{text:link 4}">{text:link 4 label}</a>
  526. <a href="#?w=500" rel="box1" class="poplight">{text:link5}</a>
  527. </div>
  528. </div>
  529.  
  530.  
  531. {block:Pagination}
  532. <div class="pagi">
  533. {block:PreviousPage}
  534. <big><big><big><big><big><big><a href="{PreviousPage}">{text:header} | BACK </a></big></big></big></big></big></big>
  535. {/block:PreviousPage}
  536. {block:NextPage}
  537. <big><big><big><big><big><big><a href="{NextPage}">{text:header} | NEXT </a></big></big></big></big></big></big>
  538. {/block:NextPage}
  539. </div>
  540. {/block:Pagination}
  541.  
  542.  
  543.  
  544. </div>
  545.  
  546. <div id="entries">
  547.  
  548. {block:Posts}
  549.  
  550. <div id="post">
  551.  
  552.  
  553.  
  554. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  555.  
  556.  
  557.  
  558. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  559.  
  560. {block:Photoset}<center>{Photoset-500}</center>
  561. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  562.  
  563.  
  564. {block:Quote}
  565. <h2>{Quote}</h2>
  566. <div align="right">
  567. {block:Source}<h1>-{Source}</h1>{/block:Source}
  568. </div>
  569. {/block:Quote}
  570.  
  571.  
  572. {block:Video}
  573. {Video-500}<br>
  574. {PlayCountWithLabel}
  575. {/block:Video}
  576.  
  577.  
  578. {block:Link}
  579. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a><BR>
  580. {block:Description}{Description}{/block:Description}
  581. {/block:Link}
  582.  
  583. {block:Chat}
  584. {block:Lines}
  585. {block:Label}
  586. <br>{Label}
  587. {/block:Label}
  588. &nbsp;{Line}
  589. {/block:Lines}
  590. {/block:Chat}
  591.  
  592. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  593. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  594. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  595. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  596. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  597.  
  598.  
  599.  
  600. {block:Answer}<div id="ask">{Question} — <i><b>{Asker}</b></i></div>{Answer}{/block:Answer}
  601.  
  602. <div id="info">
  603. <div id="permalink">
  604. <a href="{Permalink}">{Month}.{DayOfMonth}.{Year} </a> |
  605. <a href="{SourceURL}">©</a></div>
  606.  
  607. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  608.  
  609. </div>
  610. {block:HasTags}<div class="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  611. </div>
  612.  
  613. <!-- {block:NoRebloggedFrom}
  614. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  615. {/block:NoRebloggedFrom} -->
  616. {block:ContentSource}<!-- {SourceURL}
  617. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  618. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  619. {/block:ContentSource}{/block:Posts}
  620.  
  621.  
  622. </div>
  623. <div id="credit"><a href="http://athenaofrp.tumblr.com">athena</a></div>
  624. </div>
  625. </body>
  626. <div id="box1" class="popup_block">
  627. {text:popuptext}
  628. </div></div>
  629. </div>
  630.  
  631. </div></div></div></div></div></div></div></div></div></div>
  632.  
  633. </html>
Add Comment
Please, Sign In to add comment