Advertisement
tsiappoworks

Cherry Sky

Oct 20th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  4.  
  5.  
  6. <!----------------------POPUP_BLOCK SCRIPT BELOW-------------------------->
  7. <script type="text/javascript"
  8. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9. <script>
  10. $(document).ready(function() {
  11. //
  12. $('a.poplight[href^=#]').click(function() {
  13. var popID = $(this).attr('rel'); //Get Popup Name
  14. var popURL = $(this).attr('href'); //Get Popup href to define size
  15. var query= popURL.split('?');
  16. var dim= query[1].split('&');
  17. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  18. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  19. var popMargTop = ($('#' + popID).height() + 80) / 2;
  20. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  21. //Apply Margin to Popup
  22. $('#' + popID).css({
  23. 'margin-top' : -popMargTop,
  24. 'margin-left' : -popMargLeft
  25. });
  26. $('body').append('<div id="fade"></div>');
  27. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  28. return false;
  29. });
  30. $('a.close, #fade').live('click', function() {
  31. $('#fade , .popup_block, .popup_block2').fadeOut(function() {
  32. $('#fade, a.close').remove(); //fade them both out
  33. });
  34. return false;
  35. });
  36. });
  37. </script>
  38. <!-------------------- VERSES SCRIPT BELOW -------------------->
  39. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  40.  
  41. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  42. <link rel="shortcut icon" href="" />
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}" />
  45.  
  46. <meta name="color:background" content="#c5b6bb">
  47. <meta name="color:Accent" content="#99869d" />
  48. <meta name="color:Accent2" content="#665368" />
  49. <meta name="color:Accent3" content="#ffffe6" />
  50. <meta name="color:body font" content="#827089" />
  51.  
  52. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  53.  
  54. <style type="text/css">
  55. /*---------------------BODY--------------------*/
  56. ::-webkit-scrollbar-thumb{
  57. background-color:{color:accent2};
  58. height:auto;
  59. }
  60.  
  61. ::-webkit-scrollbar {
  62. background-color:transparent;
  63. height:auto;
  64. width:4px;
  65. }
  66.  
  67. ::-webkit-scrollbar:horizontal {
  68. background-color:transparent;
  69. height:4px;
  70. width:auto;}
  71.  
  72.  
  73. hr {
  74. border: 0;
  75. height: 1px;
  76. background-image: linear-gradient(to right, rgba(185, 210, 220, 0), rgba(48, 101, 120, 0.75), rgba(185, 210, 220, 0));
  77. }
  78.  
  79. h1 {
  80. font-weight:normal;
  81. font-size:22px;
  82. text-align:center;
  83. font-style:normal;
  84. line-height:100%;
  85. letter-spacing:1px;
  86. text-transform:normal;
  87. color:{color:accent2};
  88. font-family: 'Oswald', sans-serif;
  89. }
  90.  
  91. h2 {
  92. font-size:26px;
  93. text-align:center;
  94. line-height:100%;
  95. letter-spacing:-0.5px;
  96. color:{color:accent2};
  97. font-weight:bold;
  98. padding:5px;
  99. font-family: 'Oswald', sans-serif;
  100. }
  101.  
  102. body {
  103. margin: 0;
  104. color:{font:body font};
  105. background: url(http://static.tumblr.com/ktn4nas/bsnoswtfd/tsiapponew.png) no-repeat top left fixed;
  106. background-color:{color:background};
  107. font-size:11px;
  108. line-height:120%;
  109. word-wrap: break-word;
  110. font-family:Calibri, helvetica, arial, sans-serif;
  111. }
  112.  
  113. pre {
  114. white-space: pre-wrap;
  115. white-space: -moz-pre-wrap;
  116. white-space: -pre-wrap;
  117. white-space: -o-pre-wrap;
  118. word-wrap: break-word;
  119. }
  120.  
  121. small,sub,sup {
  122. font-size:12px;
  123. font-family: calibri,helvetica,arial,sans-serif;
  124. }
  125.  
  126. b,strong {
  127. color:{color:accent2};
  128. font-size:15px;
  129. font-family: 'Oswald', sans-serif;
  130. }
  131.  
  132. em,i {
  133. color:{color:accent2};
  134. font-family: 'Oswald', sans-serif;
  135. }
  136.  
  137. s,strike {
  138. color:{color:accent2};
  139. }
  140.  
  141. u,underline {
  142. color:{color:accent2};
  143. }
  144.  
  145. a {
  146. text-decoration:none;
  147. outline:none;
  148. -moz-outline-style:none;
  149. color:{color:accent2};
  150. -moz-transition-duration:0.5s;
  151. -webkit-transition-duration:0.5s;
  152. -o-transition-duration:0.5s;
  153. }
  154.  
  155. a:hover {
  156. outline:none;
  157. -moz-outline-style:none;
  158. color:#FFFFFF;
  159. }
  160.  
  161. img{border:0; max-width:100%;max-height:auto;}
  162.  
  163. .fancytitle {
  164. font-size:11px;
  165. font-family: 'Oswald', sans-serif;
  166. padding:2px 4px;
  167. border:2px solid {color:page bg};
  168. text-align:center;
  169. margin-bottom:5px;
  170. background-image:url('http://static.tumblr.com/oh3xcbq/ROuoimf1o/selectionmedblue.png');
  171. background-repeat:no-repeat;
  172. background-position: top center;
  173. color:#f9fcfc;
  174. }
  175.  
  176.  
  177. /*------------------- MAIN CONTENT STUFF ------------------*/
  178.  
  179. #title{font-size:20px;line-height:25px;}
  180.  
  181. #content {
  182. position:absolute;
  183. margin-top:20px;
  184. left:730px;
  185. z-index:990;
  186. width:550px;
  187. padding:0px;
  188. overflow-y:auto;
  189. color:{color:Body Font};
  190. padding:10px 0px;
  191. }
  192.  
  193. blockquote {
  194. padding:2px 5px 2px 10px;
  195. margin:5px;
  196. border-left:1px dotted {color:body font};
  197. }
  198.  
  199. blockquote img {
  200. max-width:100%;}
  201.  
  202. img{
  203. border:0px;
  204. max-width:100%;
  205. }
  206.  
  207. /*----------------------------- POSTS ------------------------*/
  208. #content #posts {
  209. width:500px;
  210. background-color:#e0e0e0;
  211. margin:0px auto 25px;
  212. padding: 5px 10px;
  213. border:5px solid {color:background};
  214. outline:1px dotted #414d65;
  215. }
  216.  
  217. #content #posts .title {
  218. font-size:22px;
  219. line-height:25px;
  220. font-family: 'Oswald', sans-serif;
  221. letter-spacing:1px;
  222. }
  223.  
  224. #content #posts .text {
  225. font-family: Calibri, helvetica, arial, sans-serif;
  226. font-size:12px;
  227. font-weight:300;
  228. line-height:140%;
  229. }
  230.  
  231. .text ul li{
  232. list-style-type:circle;
  233. }
  234.  
  235. .asker{
  236. position:relative;
  237. float:right;
  238. margin-top:-6px;
  239. padding:2px 3px;
  240. text-transform:uppercase;
  241. }
  242.  
  243. .asker a{
  244. width:100%;
  245. -moz-border-radius: 15px;
  246. -webkit-border-radius: 15px;
  247. background-color:{color:body font};
  248. color:white;
  249. text-align:center;
  250. font-size:14px;
  251. }
  252.  
  253. /*-------------AUDIO POSTS------------*/
  254.  
  255. #audioplayer {
  256. width:30px;
  257. height:30px;
  258. overflow:hidden;
  259. position:absolute;
  260. margin-left:40px;
  261. margin-top:45px;
  262. margin-bottom:45px;
  263. opacity: 0.8;
  264. filter:alpha(opacity=80);
  265. -moz-opacity: 0.8;
  266. -khtml-opacity: 0.8;
  267. }
  268.  
  269. #albumart { float:left; margin:0px 7px;}
  270.  
  271. /*--------------------PERMALINK AND OTHER DETAILS---------------------*/
  272. #details {
  273. font-family: Calibri, helvetica, arial, sans-serif;
  274. text-align:center;
  275. width:500px;
  276. text-transform:uppercase;
  277. font-size:10px;
  278. font-style:none;
  279. margin-left:auto;
  280. margin-right:auto;
  281. background-color:#e0e0e0;
  282. color:{color:accent2};
  283. padding:2px 2px;
  284. }
  285.  
  286. #details a{
  287. text-decoration:none;
  288. color:{color:accent};
  289. -webkit-transition: all 0.3s ease-in-out;
  290. -moz-transition: all 0.3s ease-in-out;
  291. -ms-transition: all 0.3s ease-in-out;
  292. -transition: all 0.3s ease-in-out;
  293. }
  294.  
  295. #details a:hover{color: {color:accent3};}
  296.  
  297. #notes {
  298. font-family: Calibri, helvetica, arial, sans-serif;
  299. font-size:11px;
  300. color:{color:body font};
  301. }
  302.  
  303. #notes a{
  304. text-decoration:none;
  305. color:{color:accent3};
  306. }
  307.  
  308. /*------------------------CUSTOM TOOLTIP--------------------------*/
  309. div#qTip {
  310. background-image:url('http://static.tumblr.com/oh3xcbq/ROuoimf1o/selectionmedblue.png');
  311. border:1px solid white;
  312. padding: 5px;
  313. display: none;
  314. text-align: center;
  315. position: absolute;
  316. font-size:13px;
  317. line-height:10px;
  318. z-index: 9999999;
  319. color:#fff;
  320. letter-spacing: 1px;
  321. font-family: 'Oswald', sans-serif;
  322. }
  323.  
  324.  
  325. /*---------------WHOA, NELLY IT'S THE POP-UP MENU!---------------*/
  326. #box1{
  327. text-align:center;
  328. color:{color:body font};
  329. font-family: Calibri, helvetica, arial, sans-serif;
  330. font-size:12px;
  331. }
  332.  
  333. .popup_block{
  334. display:none;
  335. background:#fff;
  336. padding:20px;
  337. float:left;
  338. max-height:400px;
  339. position:fixed;
  340. top:50%;left:50%;
  341. z-index: 99999;
  342. }
  343.  
  344. *html #fade {position: absolute;}
  345. *html .popup_block {position: absolute;}
  346. #fade {
  347. display:none;
  348. position:fixed;
  349. left:0px;
  350. top:0px;
  351. width:100%;
  352. height:100%;
  353. z-index:
  354. 9999;
  355. background-image:url('http://static.tumblr.com/mwciju1/ZZVommkq2/asanoha-400px.png');
  356. }
  357.  
  358. /* ---------------------------- UPDATES ------------------------------*/
  359.  
  360. #updates {
  361. font-size:10px;
  362. font-family:century gothic, arial;
  363. color:#fff;
  364. text-align:center;
  365. height:180px;
  366. width:240px;
  367. padding:10px;
  368. left:190px;
  369. top:300px;
  370. z-index:10;
  371. position:fixed;
  372. overflow-x:hidden;
  373. overflow-y:auto;
  374. background-color:rgba(255,255,255,0);
  375. text-shadow:1px 1px 2px #6f586f, 1px -1px 2px #6f586f, -1px 1px 2px #6f586f, -1px -1px 2px #6f586f;
  376. }
  377.  
  378. #updates a{
  379. color:#ebe1e0;
  380. }
  381.  
  382. table#nav{
  383. border-spacing:5px;
  384. }
  385.  
  386. /* the verses tabs */
  387.  
  388. ul#tabs {
  389. margin-top:-10px;
  390. list-style-type: none;
  391. padding: 0;
  392. text-align: center;
  393. font-size:10px;
  394. letter-spacing:1px;
  395. }
  396.  
  397. ul#tabs li { /*– your inactive / not viewed tabs –*/
  398. display: inline-block;
  399. background-color: transparent;
  400. border: solid 1px #bfccd1;
  401. padding: 4px 12px;
  402. margin-bottom: 4px;
  403. color: #1b1b1b;
  404. cursor: pointer;
  405. }
  406.  
  407. ul#tabs li:hover {
  408. background-color:{color:accent2};
  409. color:white;
  410. }
  411.  
  412. ul#tabs li.active { /*– your active tab –*/
  413. background-color: #0f0f0f;
  414. background-image:url('http://static.tumblr.com/oh3xcbq/ROuoimf1o/selectionmedblue.png');
  415. border: 1px solid #bfccd1;
  416. color:white;
  417. }
  418.  
  419. ul#tab {
  420. list-style-type: none;
  421. margin: 0;
  422. padding: 0;
  423. }
  424.  
  425. ul#tab li {
  426. display: none;
  427. }
  428.  
  429. ul#tab li.active {
  430. display: block;
  431. }
  432.  
  433. /*--------------------CREDITS-----------------------*/
  434. #cred
  435. {
  436. position:fixed;
  437. z-index:99;
  438. width: 50px;
  439. height: 18px;
  440. font-family: Arial;
  441. font-size: 7px;
  442. text-transform: uppercase;
  443. text-align: center;
  444. bottom: 10px;
  445. left: 10px;
  446. letter-spacing: 1px;
  447. line-height: 4px;
  448. padding: 10px 3px;
  449. display: block;
  450. color:{color:body font};
  451. background: {color:background};
  452. position: fixed;
  453. }
  454.  
  455. #cred a
  456. {
  457. font-weight: bold;
  458. line-height: 17px;
  459. font-size: 15px;
  460. font-family: 'Oswald', sans-serif;
  461. text-transform: uppercase;
  462. color:{color:body font};
  463. letter-spacing: 6px;
  464. margin-left:5px;
  465. }
  466.  
  467. /*-----------------NAVIGATION---------------*/
  468. #nav{
  469. position:fixed;
  470. left:92px;
  471. font-size:40px;
  472. width:350px;
  473. }
  474.  
  475. #nav a{color:#c6c6c6;}
  476.  
  477. #nav a:hover{color:#2e4e7f;}
  478.  
  479. .link_refresh{margin-left:300px;margin-top:120px;}
  480. .link_ask{margin-left:220px;margin-top:30px;}
  481. .link_story1{margin-left:260px;margin-top:-25px;}
  482. .link_story2{margin-left:300px;margin-top:-1px;}
  483. .link_guide{margin-left:340px;margin-top:-25px;}
  484. .link_ships{margin-left:380px;margin-top:-1px;}
  485.  
  486. #sink{
  487. position:fixed;
  488. left:358px;
  489. margin-top:180px;
  490. color:{color:body font};
  491. }
  492.  
  493. #sink a{color:{color:body font}; text-shadow:1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;}
  494.  
  495. #swim{
  496. position:fixed;
  497. left:435px;
  498. margin-top:180px;
  499. color:{color:body font};
  500. }
  501.  
  502. #swim a{color:{color:body font}; text-shadow:1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;}
  503.  
  504. /*-------------POPUP NAVI---------------*/
  505. .popupnavlinks {
  506. padding-top:5px;
  507. text-align:center; }
  508.  
  509.  
  510. .popupnavlinks a {
  511. display:inline-block;
  512. width:100px; height:8px;
  513. margin:2px; padding:6px 6px 14px;
  514. text-align:center;
  515. font-family:Calibri, helvetica, arial, sans-serif;
  516. font-size:9px;
  517. text-transform:uppercase;
  518. letter-spacing:1px;
  519. color:white;
  520. background:transparent;
  521. background-image:url(http://static.tumblr.com/oh3xcbq/ROuoimf1o/selectionmedblue.png);
  522. border:1px solid {color:background};
  523. }
  524.  
  525.  
  526. .popupnavlinks a:hover {
  527. display:inline-block;
  528. width:100px; margin:2px;
  529. padding:6px 6px 14px;
  530. text-align:center;
  531. font-family:Calibri, helvetica, arial, sans-serif;
  532. font-size:9px;
  533. text-transform:uppercase;
  534. letter-spacing:1px;
  535. color:{color:accent};
  536. background:transparent }
  537.  
  538. {CustomCSS}</style>
  539. </head>
  540. <body>
  541.  
  542. <!------------------------- NAVIGATION -------------------------->
  543. <div id="nav" style="width:100%">
  544. <div class="link_refresh">
  545. <a href="/" title="refresh">✦</a> </div>
  546. <div class="link_ask">
  547. <a href="/ask" title="ask">✦</a></div>
  548. <div class="link_story1">
  549. <a href="/s" title="story">✦</a></div>
  550. <div class="link_story2">
  551. <a href="#?w=400" rel="navi" class="poplight" title="navigation">✦</a></div>
  552. <div class="link_guide">
  553. <a href="#?w=400" rel="guide" class="poplight" title="guide">✦</a></div>
  554. <div class="link_ships">
  555. <a href="/landing" title="verses">✦</a></div>
  556. </div>
  557.  
  558. <!-- begin updates tab -->
  559.  
  560. <!------------------------ NAV END ------------------------------>
  561. {block:Pagination}
  562. {block:NextPage}<div id="sink"><b><a href="{NextPage}" style="font-size:11px;letter-spacing:1.5px;">sink</a></b></div>{/block:NextPage}
  563. {block:PreviousPage}<div id="swim"><b><a href="{PreviousPage}" style="font-size:11px;letter-spacing:1.5px;">swim</a></b></div>{/block:PreviousPage}
  564. </p>{/block:Pagination}
  565.  
  566. </div>
  567. <!-- end updates tab -->
  568. <!---------------------- MAIN CONTENT ----------------------->
  569.  
  570. <div id="content">
  571. {block:Posts}
  572. <div id="posts">
  573. <!------------------------ PHOTOS --------------------------->
  574.  
  575. {block:Photo}
  576. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  577. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  578. {/block:Photo}
  579.  
  580. <!------------------------ PHOTOSET -------------------------->
  581.  
  582. {block:Photoset}
  583. {Photoset-500}
  584. {block:Caption}<div class="text">{Caption}</div>{block:Caption}
  585. {/block:Photoset}
  586.  
  587. <!--------------------------- VIDEO ------------------------------>
  588.  
  589. {block:Video}
  590. {Video-500}
  591. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  592. {/block:Video}
  593.  
  594. <!-------------------------- AUDIO ------------------------------>
  595.  
  596. {block:Audio}
  597. <div id="audioplayer">{AudioPlayerWhite}</div>
  598. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  599. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  600. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  601. {block:Album}Album: {Album}{/block:Album}<br/>
  602. {PlayCountWithLabel}
  603. {block:Caption}<br/><br/><br/><div class="text">{Caption}</div>{/block:Caption}
  604. {/block:Audio}
  605.  
  606. <!-------------------------- QUOTE ------------------------------>
  607.  
  608. {block:Quote}
  609. <div class="title" style="width:400px; margin-left:auto; margin-right:auto; line-height:20px;">“{Quote}”</div>
  610. {block:Source}<br><div class="text" style="text-align:right;">— {Source}</div>{/block:Source}
  611. {/block:Quote}
  612.  
  613. <!---------------------------- TEXT ------------------------------>
  614.  
  615. {block:Text}
  616. {block:Title}<div class="title">{Title}</div>{/block:Title}
  617. <div class="text">{Body}</div>
  618. {/block:Text}
  619.  
  620. <!--------------------------- ANSWER ------------------------------>
  621.  
  622. {block:Answer}
  623.  
  624. <div class="title" style="font-size:12px; background-color:{color:background}; padding:3px 5px;padding:5px 10px;border-top:2px solid {color:body font};-moz-border-radius: 15px;-webkit-border-radius: 15px;border-bottom:2px solid {color:body font};">{Question}</div><div class="asker">{Asker}</div><br><br>
  625.  
  626. <div class="text">{Answer}</div>
  627. {/block:Answer}
  628.  
  629. <!------------------------- CHAT ------------------------------>
  630.  
  631. {block:Chat}
  632. {block:Title}<div class="title">{Title}</div>{/block:Title}
  633. <div class="text">{block:Lines}
  634. {block:Label}<strong>{Label}</strong>{/block:Label}
  635. {Line}<br>
  636. {/block:Lines}</div>
  637. {/block:Chat}
  638.  
  639. <!-------------------------- LINK --------------------------->
  640.  
  641. {block:Link}
  642. <div class="title"><a href="{URL}">{Name}</a></div>
  643. {block:Description}<div class="text">{Description}</div>{/block:Description}
  644. {/block:Link}
  645.  
  646.  
  647. <div id="details" style="border-top:1px dotted {color:accent2};">
  648. <a href="{Permalink}">{DayOFMonthWithZero} {ShortMonth} {Year}</a> | <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom} | <a href="{ReblogParentURL}" target="_blank">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source</a>{/block:ContentSource} | <a href="{ReblogURL}" target="_blank" class="details">↺</a>
  649. {block:HasTags}<div id="tags" style="border-top:1px solid {color:background};width:406px;margin-left:auto;margin-right:auto;text-transform:none;">filed under:{block:Tags}&nbsp;&nbsp;<a href="{TagURL}">{Tag}</a>.{/block:Tags}</div>{/block:HasTags}</div></div>
  650.  
  651. {/block:Posts}
  652. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  653.  
  654. </div>
  655. <!-------------------------- ENDS --------------------------->
  656. </div>
  657.  
  658. </div></div>
  659.  
  660. </body>
  661.  
  662. <!-------HERE BEGIN THE POPUP BOXES------->
  663. <div id="guide" class="popup_block" style="font-family:calibri, helvetica, arial, sans-serif;font-size: 11px;line-height:15px;overflow:auto;color:{color:body font}">
  664.  
  665. <h1 style="text-align:center; background-image:url('http://static.tumblr.com/oh3xcbq/ROuoimf1o/selectionmedblue.png');border:1px solid {color:page bg};color:white;letter-spacing:2px;padding:5px 0px;height:20px;font-size:20px;">GUIDELINES</h1>
  666.  
  667. <p style="font-family:calibri,helvetica,arial,sans-serif;"><small>I’m going to keep this simple and assume you know how these things work. No godmodding, try your best to use proper grammar, etc. I’m not a stickler for length, but at least give me enough to work with. If I give you a few paragraphs, don’t leave me with two sentences. That’s not cool.
  668.  
  669. <p style="font-family:calibri,helvetica,arial,sans-serif;;">As a heads up, I’m just going to put it out there that I’m less inclined to roleplay with people who write in purple prose. Nothing personal, but I don’t care for diction/syntax muddling clarity.
  670.  
  671. <p style="font-family:calibri,helvetica,arial,sans-serif;">This blog is multiship. Cherry is currently single in most verses. However, shipping is not my main focus…but I’m still more than willing to give a ship a try. It just needs buildup and it needs to make sense. Nothing instant over here.
  672.  
  673. <p style="font-family:calibri,helvetica,arial,sans-serif;">Obligatory warning: Mun is of age, as is muse in her main verse. Anything NSFW of a sexual nature is probably going to be uncommon, though violence, alcohol, drugs, etc. may appear (depending on who I'm writing with). Don’t worry, I’ll make sure things are tagged.
  674.  
  675. <blockquote><p style="font-family:calibri,helvetica,arial,sans-serif;">I'm willing to play Cherry at all points in her timeline, from childhood through adult years. If a sexually explicit thread occurs, please note that it takes place at a point where Cherry is at least eighteen.</blockquote>
  676.  
  677. <h1 style="letter-spacing:2px;text-align:center;padding:2px 5px;font-size:12px;"><b>LAST NOTES</b></h1>
  678.  
  679. <p style="font-family:calibri,helvetica,arial,sans-serif;">If Cherry has so much development with a character that playing with a duplicate could be considered disrespectful, I reserve the right to put priority over the original.
  680. <p style="font-family:calibri,helvetica,arial,sans-serif;">I don’t always follow back–I like a clean dash, so if you post a lot of images/OOC in a short time, I probably won’t follow unless I really like you. If we’re mutuals, you can tag me in a post at any time. If we aren’t, you can still try tagging me in something, but I might not stick with it for very long.
  681.  
  682. </div>
  683. </div></div></div></div></div></div>
  684.  
  685. <div id="navi" class="popup_block" style="font-family:calibri, helvetica, arial, sans-serif;font-size: 11px;line-height:15px;overflow:auto;color:{color:body font}">
  686.  
  687. <h1 style="text-align:center; background-image:url('http://static.tumblr.com/oh3xcbq/ROuoimf1o/selectionmedblue.png');border:1px solid {color:page bg};color:white;letter-spacing:2px;padding:5px 0px;height:20px;font-size:20px;">NAVIGATION</h1>
  688.  
  689. <center>
  690.  
  691. <div class="popupnavlinks">
  692.  
  693.  
  694. TO BE REVISED<br>
  695.  
  696. </div></center>
  697.  
  698. </div>
  699. </div></div></div></div></div></div>
  700.  
  701. <div id="cred">theme by<br><a href="#?w=400" rel="credit" class="poplight" title="credit">CHE</a></div>
  702.  
  703. <div id="credit" class="popup_block" style="font-family:calibri, helvetica, arial, sans-serif;font-size: 11.5px;line-height:15px;overflow:auto;color:{color:body font};height:448px;">
  704.  
  705. <div class="fancytitle">credit</div>
  706.  
  707. <p style="font-family:calibri,helvetica,arial,sans-serif;text-align:center;"><small>theme coded by <a href="http://seacrowned.tumblr.com/"><b>che</b></a><br>
  708. with guidance from <a href="http://octomoosey.tumblr.com/"><b>octomoosey</b></a><br>
  709. pop-ups by <a href="http://acuite.tumblr.com/"><b>acuite</b></a><br>
  710.  
  711. </div>
  712. </div></div></div></div></div></div>
  713. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement