Advertisement
girugamish

pit theme

Jul 23rd, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.56 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. //
  11. $('a.poplight[href^=#]').click(function() {
  12. var popID = $(this).attr('rel'); //Get Popup Name
  13. var popURL = $(this).attr('href'); //Get Popup href to define size
  14. var query= popURL.split('?');
  15. var dim= query[1].split('&');
  16. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  17. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  18. var popMargTop = ($('#' + popID).height() + 80) / 2;
  19. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  20. //Apply Margin to Popup
  21. $('#' + popID).css({
  22. 'margin-top' : -popMargTop,
  23. 'margin-left' : -popMargLeft
  24. });
  25. $('body').append('<div id="fade"></div>');
  26. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  27. return false;
  28. });
  29. $('a.close, #fade').live('click', function() {
  30. $('#fade , .popup_block').fadeOut(function() {
  31. $('#fade, a.close').remove(); //fade them both out
  32. });
  33. return false;
  34. });
  35. });
  36. </script><title>{Title}</title>
  37. <link rel="shortcut icon" href="{Favicon}">
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40.  
  41. <head><title>{Title}</title>
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46. <!---- this is theme 53 by Hollywhood
  47. please don't remove the credit
  48. thank you
  49. --->
  50.  
  51. <meta name="color:Background" content="#ffffff"/>
  52. <meta name="color:Text" content="#9B9B9B"/>
  53. <meta name="color:Link" content="#b8b8b8"/>
  54. <meta name="color:Link1" content="#768cf3"/>
  55. <meta name="color:Link Hover" content="#eeeeee"/>
  56. <meta name="color:sidebar links" content="#DDDDDD"/>
  57. <meta name="color:scrollbar" content="#b1cdff">
  58. <meta name="color:shadow" content="">
  59. <meta name="color:bold" content="#930000">
  60. <meta name="color:italic" content="">
  61.  
  62. <meta name="image:sidebar" content=""/>
  63. <meta name="image:background" content=""/>
  64.  
  65. <meta name="text:link 1" content="" />
  66. <meta name="text:link 1 url" content="/">
  67. <meta name="text:link 2" content="" />
  68. <meta name="text:link 2 url" content="/">
  69. <meta name="text:link 3" content="" />
  70. <meta name="text:link 3 url" content="/">
  71. <meta name="text:link 4" content="" />
  72. <meta name="text:link 4 url" content="/">
  73.  
  74. <style type="text/css">
  75.  
  76. .popup_block{
  77. display:none;
  78. background:#ececec;
  79. padding:20px;
  80. border:2px solid #0053c1; /* if you want a solid white pop-up, delete this */
  81. float:left;
  82. position:fixed;
  83. top:50%;left:50%;
  84. z-index: 99999;
  85. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  86. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  87. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  88. }
  89.  
  90. *html #fade {position: absolute;}
  91. *html .popup_block {position: absolute;}
  92. #fade {
  93. display:none;
  94. position:fixed;
  95. left:0px;
  96. top:0px;
  97. width:100%;
  98. height:100%;
  99. z-index:9999;
  100. background:#000; /* change to #fff for solid white */
  101. opacity:0.5; /* change to opacity:1; */
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb{
  105. background-color: {color:scrollbar};
  106. border: 1px solid #111111;
  107. height:auto;
  108. }
  109.  
  110. ::-webkit-scrollbar {
  111. height:auto;
  112. width:4px;
  113. background-color: {color:scrollbar};
  114. border:4px solid #111111;
  115. }
  116.  
  117.  
  118. iframe#tumblr_controls {
  119. white-space:nowrap;
  120. -webkit-filter: invert(100%);
  121. -moz-filter: invert(100%);
  122. -o-filter: invert(100%);
  123. -ms-filter: invert(100%);
  124. filter: invert(100%);
  125. opacity:.2;transition: .8s ease-in-out;
  126. -webkit-transition: .8s ease-in-out;
  127. -moz-transition: .8s ease-in-out;
  128. -o-transition: .8s ease-in-out;
  129. }
  130.  
  131. h1 {
  132. font-weight:normal;
  133. font-size:14px;
  134. text-align:center;
  135. font-style:normal;
  136. line-height:100%;
  137. letter-spacing:1px;
  138. text-transform:normal;
  139. color:{color:text};
  140. }
  141.  
  142. h2 {
  143. font-size:12px;
  144. text-align:center;
  145. line-height:100%;
  146. letter-spacing:-0.5px;
  147. color:{color:text};
  148. font-weight:bold;
  149. text-transform:uppercase;
  150. padding:5px;
  151. padding-bottom:2px;
  152. }
  153.  
  154. blockquote {
  155. border-left:1px solid #ccc;
  156. padding:6px;
  157. margin:9px 2px 0px 9px
  158. }
  159.  
  160. body {
  161. background-color:{color:background};
  162. background-image: url('http://i.imgur.com/iUVZPuy.png');
  163. background-position: top left;
  164. background-repeat: no-repeat;
  165. background-attachment: fixed;
  166. margin:0px;
  167. color:{color:text};
  168. font-family: 'Exo 2', sans-serif;
  169. font-size:13px;
  170. line-height:100%;
  171. overflow-x:hidden;
  172. overflow-y:hidden;
  173. }
  174.  
  175. a {
  176. text-decoration:none;
  177. outline:none;
  178. -moz-outline-style:none;
  179. color:{color:link};
  180. -moz-transition-duration:0.5s;
  181. -webkit-transition-duration:0.5s;
  182. -o-transition-duration:0.5s;
  183. }
  184.  
  185. a:hover {
  186. outline:none;
  187. -moz-outline-style:none;
  188. color:{color:link hover};
  189. text-shadow:1px 1px 5px #002660;
  190. }
  191.  
  192. b, strong {
  193. text-shadow:1px 1px 5px #b87a7a;
  194. color:{color:bold};
  195. font-size: 12px;
  196. }
  197.  
  198. i, em {
  199. text-shadow:1px 1px 5px #ae00ff;
  200. color:{color:italic}; }
  201.  
  202. img {
  203. border:none;
  204. max-width:100%;
  205. height:auto;
  206. }
  207. }
  208.  
  209.  
  210. #post {
  211. width:400px;
  212. margin-top:80px;
  213. margin-bottom:40px;
  214. }
  215.  
  216. #entries {
  217. padding:10px;
  218. height:454px;
  219. width:400px;
  220. margin-top:151px;
  221. margin-bottom:70px;
  222. margin-left:313px;
  223. overflow-y:auto;
  224. overflow-x:hidden;
  225. }
  226.  
  227. #line {
  228. width:398px;
  229. height:1px;
  230. margin-top:-3px;
  231. background-color:#858585;
  232. }
  233.  
  234.  
  235. #sidebar {
  236. color:{color:text};
  237. position:fixed;
  238. width:0px;
  239. height:auto;
  240. margin-top:0px;
  241. margin-left:0px;
  242. text-align:left;
  243. }
  244.  
  245. #sidebarimage img {
  246. none
  247. }
  248.  
  249. .links {
  250. font-family: 'Courgette', cursive;;
  251. width:300px;
  252. margin-top:0px;
  253. margin-left:465px;
  254. font-size:40px;
  255. text-transform:uppercase;
  256. text-align:left;
  257. line-height:100%;
  258. -webkit-transition: all .5s linear;
  259. }
  260.  
  261. .links a{
  262. width:10px;
  263. height:8px;
  264. background:transparent;
  265. line-height:330%;
  266. margin-left:5px;
  267. margin-right:5px;
  268. text-decoration:none;
  269. -moz-transition-duration:.5s;
  270. -webkit-transition-duration:.5s;
  271. -o-transition-duration:.5s;
  272.  
  273. }
  274.  
  275. .links a:hover {
  276. text-shadow:2px 2px 5px {color:shadow};
  277. background:transparent;
  278. width:10px;
  279. height:10px;
  280. -moz-transition-duration:0.5s;
  281. -webkit-transition-duration:0.5s;
  282. -o-transition-duration:0.5s;
  283.  
  284. }
  285.  
  286.  
  287. #description {
  288. width:400px;
  289. font-family:'Agency FB';
  290. font-size:13px;
  291. margin-bottom:0px;
  292. margin-top:-115px;
  293. margin-left:100px;
  294. text-align:center;
  295. color:#fff;
  296. letter-spacing:0px;
  297. line-height:140%;
  298. }
  299.  
  300. #description a {
  301. color:{color:link};
  302. }
  303.  
  304. #description a:hover {
  305. color:{color:link hover};
  306. }
  307.  
  308. #pagination {
  309. font-family:cambria;
  310. width:180px;
  311. font-size:60px;
  312. margin-top:-175px;
  313. margin-left:482px;
  314. padding-left:5px;
  315. letter-spacing:1px;
  316. text-align:center;
  317. }
  318.  
  319. #pagination a {
  320. color:{color:link};
  321. }
  322.  
  323. #info {
  324. font-family: 'Courgette', cursive;;
  325. width:400px;
  326. margin-top:10px;
  327. padding-top:7px;
  328. font-size:7px;
  329. color:{color:text};
  330. text-transform:uppercase;
  331. letter-spacing:1px;
  332. font-style:normal;
  333. text-align:center;
  334. -moz-transition-duration:0.2s;
  335. -webkit-transition-duration:0.2s;
  336. -o-transition-duration:0.2s;
  337. }
  338.  
  339. #info a {
  340. color:{color:link};
  341. background:#fff;
  342. padding:3px;
  343. font-style:normal;
  344. }
  345.  
  346. #info a:hover {
  347. color:{color:link hover};
  348. -moz-transition-duration:0.2s;
  349. -webkit-transition-duration:0.2s;
  350. -o-transition-duration:0.2s;
  351. }
  352.  
  353. .tags {
  354. font-family: 'Courgette', cursive;;
  355. font-style:normal;
  356. width:400px;
  357. text-transform:normal;
  358. font-style:normal;
  359. line-height:120%;
  360. margin-top:15px;
  361. margin-bottom:10px;
  362. font-size:10px;
  363. text-align:center;
  364. -moz-transition-duration:0.5s;
  365. -webkit-transition-duration:0.5s;
  366. -o-transition-duration:0.5s;
  367. }
  368. .tags a{
  369. color:{color:link};
  370. -moz-transition-duration:0.2s;
  371. -webkit-transition-duration:0.2s;
  372. -o-transition-duration:0.2s;
  373. }
  374. .tags a:hover{
  375. color:{color:link hover};
  376. -moz-transition-duration:0.2s;
  377. -webkit-transition-duration:0.2s;
  378. -o-transition-duration:0.2s;
  379. }
  380.  
  381. .audio{
  382. background-color:{color:link};
  383. height:65px;
  384. overflow:hidden;
  385. }
  386.  
  387. .question {
  388. padding:9px;
  389. text-align:left;
  390. text-transform:none;
  391. color:{color:text};
  392. background-color:{color:hivr};
  393. border-right:3px solid {color:link};
  394. border-bottom:3px solid {color:link};
  395. line-height:120%;
  396. }
  397.  
  398. .answer {
  399. text-align:left;
  400. padding:7px;
  401. color:{color:text};
  402. }
  403.  
  404. .ask img {
  405. max-width: 30px;
  406. padding:2px;
  407. -webkit-border-radius: 25px;
  408. border-radius: 25px;}
  409.  
  410. #credit {
  411. font-size:9px;
  412. font-family:palatino;
  413. font-style:italic;
  414. letter-spacing:1px;
  415. -moz-transition-duration:0.5s;
  416. -webkit-transition-duration:0.5s;
  417. -o-transition-duration:0.5s;
  418. }
  419.  
  420. #credit a {
  421. background-color:#1e1e1e;
  422. padding:5px;
  423. color:#fff;
  424. border:1px solid #b90000;
  425. position:fixed;
  426. right:15px;
  427. bottom:10px
  428. }
  429.  
  430. #credit a:hover {
  431. border:1px solid #b90000;
  432. color:#fff;
  433. background-color:#0000b9;
  434. }
  435.  
  436. #ocehansup{
  437. position:fixed;
  438. top: 0px;
  439. left: 20px;
  440. background: {color:link};
  441. height: 12px;
  442. font-family:calibri;
  443. font-size:10px;
  444. width: 100px;
  445. padding: 5px;
  446. overflow: hidden;
  447. color: white;
  448. z-index: 99999999999999999999999999999999;
  449. text-align:center;
  450. border: 2px solid white;
  451. -webkit-transition: all 0.9s ease-in-out;
  452. -moz-transition: all 0.9s ease-in-out;
  453. -o-transition: all 0.9s ease-in-out;
  454. -ms-transition: all 0.9s ease-in-out;
  455. transition: all 0.9s ease-in-out;
  456. }
  457.  
  458. #ocehansup:hover{
  459. width: 150px;
  460. height: auto;
  461. color:black;
  462. border:1px solid {color:link};
  463. background:white;
  464. padding-top: 10px;
  465. -webkit-transition: all 0.9s ease-in-out;
  466. -moz-transition: all 0.9s ease-in-out;
  467. -o-transition: all 0.9s ease-in-out;
  468. -ms-transition: all 0.9s ease-in-out;
  469. transition: all 0.9s ease-in-out;
  470. }
  471.  
  472.  
  473. {CustomCSS}</style></head><body>
  474.  
  475. <link href='http://fonts.googleapis.com/css?family=Exo+2' rel='stylesheet' type='text/css'>
  476.  
  477. <link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
  478.  
  479. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  480.  
  481. <div id="ocehansup">INFO</b></br></br>
  482. <div style="background:{color:link};color:white; padding: 3px;font-size: 10px;"><b>→ Pit | 14 | Angel ←</b></div><p>
  483.  
  484. [RP blog for Pit from Kid Icarus Uprising/Smash Bros.]
  485.  
  486. <div style="background:{color:link}; padding: 3px;font-size: 10px;color:white;"><b>Indie, Selective & Private</b></div><p>
  487.  
  488. &mdash;Written by Mish&mdash;
  489.  
  490. </p>
  491. <div style="background:{color:link}; padding: 3px;font-size: 10px;color:white;"><b>
  492.  
  493. <marquee class="html-wpsites" direction="left" behavior="scroll" scrollamount="4" width="100%">SEMI-HIATUS
  494. </marquee></b></div><p>
  495.  
  496. Est. Mar. 2015</br>
  497. "Reboot". Jan. 2016
  498.  
  499.  
  500. </div>
  501.  
  502. <!-- SCM Music Player http://scmplayer.net -->
  503. <script type="text/javascript" src="http://scmplayer.net/script.js"
  504. data-config="{'skin':'http://static.tumblr.com/bmdsqsc/MBZm7a5lp/skin2.css','volume':30,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'Feint - Face Down','url':'https://www.youtube.com/watch?v=ZrMBaINMxwY'},{'title':'Tobu & Itro - Fantasy','url':'https://www.youtube.com/watch?v=BcQD9EVs9AU'},{'title':'Aethernaut - Shine Get','url':'https://www.youtube.com/watch?v=VhohkyJbd0A'},{'title':'Vexento - Tevo','url':'https://www.youtube.com/watch?v=Qf62BYwF2r8'},{'title':'Feint - Laurence','url':'https://www.youtube.com/watch?v=Q77LWPmAp4k'},{'title':'Ryzu & Unison - Vandalism','url':'https://www.youtube.com/watch?v=2mOSbawZRJY'}]}" ></script>
  505. <!-- SCM Music Player script end -->
  506.  
  507.  
  508. <div id="sidebar">
  509.  
  510. <div id="sidebarimage">
  511. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  512.  
  513.  
  514. <div id="description">{Description}</div>
  515.  
  516. <div class="links">
  517. <a href="{text:link 1 url}"title="{text:link 1}">✪</a>
  518. <a href="#?w=300" rel="boxask" class="poplight" title="Inquire">⍟</a>
  519. <a href="#?w=300" rel="boxsubmit" class="poplight" title="Present">⍟</a>
  520. <a href="#?w=300" rel="box3" class="poplight" title="Navigation">⍟</a>
  521. </div>
  522. <p></p><br><br><br>
  523.  
  524. <div id="pagination">
  525. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">⇷</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">⇸</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  526. </div>
  527.  
  528. </div>
  529.  
  530. <div id="entries">{block:Posts}<div id="post">
  531.  
  532. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  533.  
  534. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  535.  
  536. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  537.  
  538. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  539.  
  540. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  541.  
  542. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  543.  
  544. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  545. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  546.  
  547. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  548.  
  549. {block:Answer}
  550.  
  551. <div class="question"><table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 355px;"><div style="margin-top:-5px;"><b>{Asker}</b>;;&nbsp;&nbsp; <div style="font-size:12px;margin-top: 0px;padding-left:10px; text-align:justify;">{Question}</div></div></td>
  552. </tr></table></div>
  553.  
  554. <div class="answer">{Answer}</div>{/block:answer}
  555.  
  556. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  557. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}">( {NoteCount} )</a> {/block:NoteCount}
  558.  
  559. &nbsp;{block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  560. </div>
  561.  
  562. <div id="line"></div>
  563.  
  564. {block:HasTags}
  565. <div class="tags">
  566. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  567. {/block:HasTags}
  568. <div class="postnote">
  569. {block:PostNotes}{PostNotes}{/block:PostNotes}
  570. </div>
  571.  
  572. </div>
  573.  
  574. {/block:Posts}
  575.  
  576.  
  577. </div>
  578.  
  579. </div></div></div></div></div></div></div></div></div></div><div id="box3" class="popup_block">
  580. <p><p><a href="/rules">Rules</a></p><p><a href="/bio">Bio</a></p><p><a href="/verses">Verses</a></p><p><a href="/bonds">Relationships (to be updated)</a></p></p>
  581. </div>
  582.  
  583. </div></div></div></div></div></div></div></div></div></div><div id="boxask" class="popup_block">
  584. <p><h1>"Need any help?"</h1></p>
  585. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  586. </div>
  587.  
  588. </div></div></div></div></div></div></div></div></div></div><div id="boxsubmit" class="popup_block">
  589. <p><h1>"Don't keep me waiting!"</h1></p>
  590. <iframe frameborder="0" height="200" id="submit_form" scrolling="yes" src="http://www.tumblr.com/submit_form/{Name}.tumblr.com" width="100%"></iframe>
  591. </div>
  592.  
  593. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</a></div></div>
  594. </body>
  595.  
  596. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement