Advertisement
girugamish

ayane theme

Jul 23rd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.65 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:#49317f;
  79. padding:20px;
  80. border:2px solid #230e53; /* 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/0X8Nzoz.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: 'Acme', sans-serif;
  169. font-size:14px;
  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. }
  196.  
  197. i, em {
  198. text-shadow:1px 1px 5px #ae00ff;
  199. color:{color:italic}; }
  200.  
  201. img {
  202. border:none;
  203. max-width:100%;
  204. height:auto;
  205. }
  206. }
  207.  
  208.  
  209. #post {
  210. width:400px;
  211. margin-top:80px;
  212. margin-bottom:40px;
  213. }
  214.  
  215. #entries {
  216. padding:10px;
  217. height:454px;
  218. width:400px;
  219. margin-top:130px;
  220. margin-bottom:70px;
  221. margin-left:284px;
  222. overflow-y:auto;
  223. overflow-x:hidden;
  224. }
  225.  
  226. #line {
  227. width:398px;
  228. height:1px;
  229. margin-top:-3px;
  230. background-color:#ffffff;
  231. }
  232.  
  233.  
  234. #sidebar {
  235. color:{color:text};
  236. position:fixed;
  237. width:0px;
  238. height:auto;
  239. margin-top:0px;
  240. margin-left:0px;
  241. text-align:left;
  242. }
  243.  
  244. #sidebarimage img {
  245. none
  246. }
  247.  
  248. .links {
  249. font-family: 'Pacifico', cursive;;
  250. width:300px;
  251. margin-top:0px;
  252. margin-left:465px;
  253. font-size:40px;
  254. text-transform:uppercase;
  255. text-align:left;
  256. line-height:100%;
  257. -webkit-transition: all .5s linear;
  258. }
  259.  
  260. .links a{
  261. width:10px;
  262. height:8px;
  263. background:transparent;
  264. line-height:330%;
  265. margin-left:5px;
  266. margin-right:5px;
  267. text-decoration:none;
  268. -moz-transition-duration:.5s;
  269. -webkit-transition-duration:.5s;
  270. -o-transition-duration:.5s;
  271.  
  272. }
  273.  
  274. .links a:hover {
  275. text-shadow:2px 2px 5px {color:shadow};
  276. background:transparent;
  277. width:10px;
  278. height:10px;
  279. -moz-transition-duration:0.5s;
  280. -webkit-transition-duration:0.5s;
  281. -o-transition-duration:0.5s;
  282.  
  283. }
  284.  
  285.  
  286. #description {
  287. width:400px;
  288. font-family:'Agency FB';
  289. font-size:13px;
  290. margin-bottom:0px;
  291. margin-top:-115px;
  292. margin-left:100px;
  293. text-align:center;
  294. color:#fff;
  295. letter-spacing:0px;
  296. line-height:140%;
  297. }
  298.  
  299. #description a {
  300. color:{color:link};
  301. }
  302.  
  303. #description a:hover {
  304. color:{color:link hover};
  305. }
  306.  
  307. #pagination {
  308. font-family:cambria;
  309. width:180px;
  310. font-size:60px;
  311. margin-top:-180px;
  312. margin-left:470px;
  313. padding-left:5px;
  314. letter-spacing:1px;
  315. text-align:center;
  316. }
  317.  
  318. #pagination a {
  319. color:{color:link};
  320. }
  321.  
  322. #info {
  323. font-family: 'Satisfy', cursive;
  324. width:400px;
  325. margin-top:10px;
  326. padding-top:7px;
  327. font-size:10px;
  328. color:{color:text};
  329. text-transform:uppercase;
  330. letter-spacing:1px;
  331. font-style:normal;
  332. text-align:center;
  333. -moz-transition-duration:0.2s;
  334. -webkit-transition-duration:0.2s;
  335. -o-transition-duration:0.2s;
  336. }
  337.  
  338. #info a {
  339. color:{color:link};
  340. background:#fff;
  341. padding:3px;
  342. font-style:normal;
  343. }
  344.  
  345. #info a:hover {
  346. color:{color:link hover};
  347. -moz-transition-duration:0.2s;
  348. -webkit-transition-duration:0.2s;
  349. -o-transition-duration:0.2s;
  350. }
  351.  
  352. .tags {
  353. font-family: 'Shadows Into Light Two', cursive;;
  354. font-style:normal;
  355. width:400px;
  356. text-transform:normal;
  357. font-style:normal;
  358. line-height:120%;
  359. margin-top:15px;
  360. margin-bottom:10px;
  361. font-size:12px;
  362. text-align:center;
  363. -moz-transition-duration:0.5s;
  364. -webkit-transition-duration:0.5s;
  365. -o-transition-duration:0.5s;
  366. }
  367. .tags a{
  368. color:{color:link};
  369. -moz-transition-duration:0.2s;
  370. -webkit-transition-duration:0.2s;
  371. -o-transition-duration:0.2s;
  372. }
  373. .tags a:hover{
  374. color:{color:link hover};
  375. -moz-transition-duration:0.2s;
  376. -webkit-transition-duration:0.2s;
  377. -o-transition-duration:0.2s;
  378. }
  379.  
  380. .audio{
  381. background-color:{color:link};
  382. height:65px;
  383. overflow:hidden;
  384. }
  385.  
  386. .question {
  387. padding:9px;
  388. text-align:left;
  389. text-transform:none;
  390. color:{color:text};
  391. background-color:{color:hivr};
  392. border-right:3px solid {color:link};
  393. border-bottom:3px solid {color:link};
  394. line-height:120%;
  395. }
  396.  
  397. .answer {
  398. text-align:left;
  399. padding:7px;
  400. color:{color:text};
  401. }
  402.  
  403. .ask img {
  404. max-width: 30px;
  405. padding:2px;
  406. -webkit-border-radius: 25px;
  407. border-radius: 25px;}
  408.  
  409. #credit {
  410. font-size:9px;
  411. font-family:palatino;
  412. font-style:italic;
  413. letter-spacing:1px;
  414. -moz-transition-duration:0.5s;
  415. -webkit-transition-duration:0.5s;
  416. -o-transition-duration:0.5s;
  417. }
  418.  
  419. #credit a {
  420. background-color:#cdcdcd;
  421. padding:5px;
  422. color:#fff;
  423. border:1px solid #562a7f;
  424. position:fixed;
  425. right:15px;
  426. bottom:10px
  427. }
  428.  
  429. #credit a:hover {
  430. border:1px solid #562a7f;
  431. color:#fff;
  432. background-color:#7e7e7e;
  433. }
  434.  
  435. #ocehansup{
  436. position:fixed;
  437. top: 0px;
  438. left: 20px;
  439. background: {color:link};
  440. height: 12px;
  441. font-family: 'Shadows Into Light Two', cursive;
  442. font-size:10px;
  443. width: 100px;
  444. padding: 5px;
  445. overflow: hidden;
  446. color: white;
  447. z-index: 99999999999999999999999999999999;
  448. text-align:center;
  449. border: 2px solid white;
  450. -webkit-transition: all 0.9s ease-in-out;
  451. -moz-transition: all 0.9s ease-in-out;
  452. -o-transition: all 0.9s ease-in-out;
  453. -ms-transition: all 0.9s ease-in-out;
  454. transition: all 0.9s ease-in-out;
  455. }
  456.  
  457. #ocehansup:hover{
  458. font-family: 'Shadows Into Light Two', cursive;
  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='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  476.  
  477. <link href='https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two' rel='stylesheet' type='text/css'>
  478.  
  479. <link href='https://fonts.googleapis.com/css?family=Acme' rel='stylesheet' type='text/css'>
  480.  
  481. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  482.  
  483. <div id="ocehansup">INFO</b></br></br>
  484. <div style="background:{color:link1};color:white; padding: 3px;font-size: 11px;"><b>Ayane | 402 | Half-Nymph</b></div><p>
  485.  
  486. [RP blog for fandomless OC, Ayane]
  487.  
  488. <div style="background:{color:link1}; padding: 3px;font-size: 11px;color:white;"><b>Indie & Selective</b></div><p>
  489.  
  490. &mdash;Written by Mish&mdash;
  491.  
  492. </p>
  493. <div style="background:{color:link1}; padding: 3px;font-size: 11px;color:white;"><b>
  494.  
  495. <marquee class="html-wpsites" direction="left" behavior="scroll" scrollamount="4" width="100%">SEMI-HIATUS
  496. </marquee></b></div><p>
  497.  
  498. Est. Jul. 2016
  499.  
  500.  
  501. </div>
  502.  
  503. <!-- SCM Music Player http://scmplayer.net -->
  504. <script type="text/javascript" src="http://scmplayer.net/script.js"
  505. data-config="{'skin':'http://static.tumblr.com/mky4cgu/P7lmbmznp/minhafalsa-moral.css','volume':30,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'Ellie Goulding - I Need Your Love (Instrumental)','url':'https://www.youtube.com/watch?v=eFV0u-sgdgM'},{'title':'Ne-Yo - So Sick (Instrumental)','url':'https://www.youtube.com/watch?v=ax_YyGK905s'},{'title':'Shaggy - I Need Your Love (Instrumental)','url':'https://www.youtube.com/watch?v=L0bAWeSBuOE'},{'title':'Ellie Goulding - Burn (Instrumental)','url':'https://www.youtube.com/watch?v=Ylx3MYpRFAM'},{'title':'Iyaz - Replay (Instrumental)','url':'https://www.youtube.com/watch?v=sEhcBp1n5VI'}]}" ></script>
  506. <!-- SCM Music Player script end -->
  507.  
  508.  
  509.  
  510. <div id="sidebar">
  511.  
  512. <div id="sidebarimage">
  513. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  514.  
  515.  
  516. <div id="description">{Description}</div>
  517.  
  518. <div class="links">
  519. <a href="{text:link 1 url}"title="{text:link 1}">✦</a>
  520. <a href="#?w=300" rel="boxask" class="poplight" title="Inquire">✧</a>
  521. <a href="#?w=300" rel="boxsubmit" class="poplight" title="Present">✧</a>
  522. <a href="#?w=300" rel="box3" class="poplight" title="Navigation">✧</a>
  523. </div>
  524. <p></p><br><br><br>
  525.  
  526. <div id="pagination">
  527. <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>
  528. </div>
  529.  
  530. </div>
  531.  
  532. <div id="entries">{block:Posts}<div id="post">
  533.  
  534. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  535.  
  536. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  537.  
  538. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  539.  
  540. {block:Quote}<big><big>❝ {Quote} ❞</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  541.  
  542. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  543.  
  544. {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}
  545.  
  546. {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}
  547. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  548.  
  549. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  550.  
  551. {block:Answer}
  552.  
  553. <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>
  554. </tr></table></div>
  555.  
  556. <div class="answer">{Answer}</div>{/block:answer}
  557.  
  558. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  559. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}">( {NoteCount} )</a> {/block:NoteCount}
  560.  
  561. &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>
  562. </div>
  563.  
  564. <div id="line"></div>
  565.  
  566. {block:HasTags}
  567. <div class="tags">
  568. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  569. {/block:HasTags}
  570. <div class="postnote">
  571. {block:PostNotes}{PostNotes}{/block:PostNotes}
  572. </div>
  573.  
  574. </div>
  575.  
  576. {/block:Posts}
  577.  
  578.  
  579. </div>
  580.  
  581. </div></div></div></div></div></div></div></div></div></div><div id="box3" class="popup_block">
  582. <p><p><a href="/rules">Rules</a></p><p><a href="/bio">Bio</a></p><p><a href="/verses">Verses</a></p>
  583. </div>
  584.  
  585. </div></div></div></div></div></div></div></div></div></div><div id="boxask" class="popup_block">
  586. <p><h1>"The Goddess is always listening~"</h1></p>
  587. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  588. </div>
  589.  
  590. </div></div></div></div></div></div></div></div></div></div><div id="boxsubmit" class="popup_block">
  591. <p><h1>"This better be a gift."</h1></p>
  592. <iframe frameborder="0" height="200" id="submit_form" scrolling="yes" src="http://www.tumblr.com/submit_form/{Name}.tumblr.com" width="100%"></iframe>
  593. </div>
  594.  
  595. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</a></div></div>
  596. </body>
  597.  
  598. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement