Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.82 KB | None | 0 0
  1. <meta name="color:background" content="#fff"/>
  2. <meta name="color:postbg" content="#fbd3ad"/>
  3. <meta name="color:navtext" content="#be2775"/>
  4. <meta name="color:navhover" content="#f35c5c"/>
  5. <meta name="color:navbg" content="#fec2af"/>
  6. <meta name="color:navborder" content="#f56991"/>
  7. <meta name="color:text" content="#c94a21"/>
  8. <meta name="color:title" content="#ff9f80"/>
  9. <meta name="color:description" content="#414141"/>
  10. <meta name="color:link" content="#f84a84"/>
  11. <meta name="color:linkhover" content="#f2992e"/>
  12. <meta name="color:border" content="#ea8767"/>
  13. <meta name="color:bold" content="#a85940" />
  14. <meta name="color:italic" content="#f0744c" />
  15. <meta name="color:blockquote" content="#fff4d3" />
  16. <meta name="color:pre" content="#ffe3e3" />
  17. <meta name="color:line" content="#c6216c" />
  18. <meta name="color:pretext" content="#f058a6" />
  19. <meta name="color:tags" content="#a323aa" />
  20. <meta name="color:tagshover" content="#810558" />
  21. <meta name="color:pagination" content="#c63b3b" />
  22. <meta name="color:permalinks" content="#c63b3b" />
  23.  
  24.  
  25.  
  26. <html>
  27. <head>
  28.  
  29. <script type="text/javascript"
  30. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  31. <script>
  32. $(document).ready(function() {
  33. //
  34. $('a.poplight[href^=#]').click(function() {
  35. var popID = $(this).attr('rel'); //Get Popup Name
  36. var popURL = $(this).attr('href'); //Get Popup href to define size
  37. var query= popURL.split('?');
  38. var dim= query[1].split('&');
  39. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  40. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  41. var popMargTop = ($('#' + popID).height() + 80) / 2;
  42. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  43. //Apply Margin to Popup
  44. $('#' + popID).css({
  45. 'margin-top' : -popMargTop,
  46. 'margin-left' : -popMargLeft
  47. });
  48. $('body').append('<div id="fade"></div>');
  49. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  50. return false;
  51. });
  52. $('a.close, #fade').live('click', function() {
  53. $('#fade , .popup_block').fadeOut(function() {
  54. $('#fade, a.close').remove(); //fade them both out
  55. });
  56. return false;
  57. });
  58. });
  59. </script>
  60.  
  61. <title>―terrifying; renegade⁑⌠PEARL⌡⁑✩</title>
  62. <link rel="shortcut icon" href="{Favicon}">
  63. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  64. {block:Description}
  65. <meta name="description" content="{MetaDescription}" />
  66. {/block:Description}
  67. </head>
  68.  
  69. <style type="text/css">
  70.  
  71. /*
  72.  
  73. ----------------------------------
  74. Scroll bar code
  75. ----------------------------------
  76.  
  77. */
  78.  
  79. .scroll::-webkit-scrollbar {
  80. height: 10px;
  81. width: 10px;
  82. background: #ffffff; /* Scrollbar background color */
  83. }
  84.  
  85. .scroll::-webkit-scrollbar-thumb {
  86. background-color: #000000; /* Scroll bar color */
  87. border:1px solid #ffffff;
  88.  
  89. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  90. }
  91.  
  92. .scroll::-webkit-scrollbar-corner {
  93. background: #ffffff;
  94. }
  95.  
  96. body {
  97. background-image:url("https://lh3.googleusercontent.com/wMXoSi-4YhRJl3BWy3GrPMAPdMZsctPhtxxogKL57dr6DqLnhCMeI0aRKwZE7_OqRI0LHa3hnmWnb-t0aORnoCDm2K_frVnrm3WYvkeWugezi3sp3KRn217bF2L_nvZT8y-o=w1600-h1000-no");
  98. background-repeat:no-repeat;
  99. background-position: top left;
  100. background-attachment: fixed;
  101. font-family:'Gibson', sans-serif;
  102. font-size: 12px;
  103. color:{color:text};
  104. }
  105.  
  106. a {
  107. text-decoration:none;
  108. color:{color:link};
  109. -webkit-transition: all 0.7s ease;
  110. -moz-transition: all 0.7s ease;
  111. -o-transition: all 0.7s ease;
  112. }
  113.  
  114. a:hover {
  115. color:{color:linkhover};
  116. }
  117.  
  118. b, strong {
  119. color:{color:bold};
  120. text-transform:uppercase;
  121. }
  122.  
  123. i, em {
  124. color:{color:italic};
  125. font-family:'Bookman', serif;
  126. }
  127.  
  128. blockquote {
  129. padding:2px 7px;
  130. margin:3px 0 3px 8px;
  131. border-left:3px solid {color:line};
  132. background-color:{color:blockquote};
  133. }
  134.  
  135. blockquote img {
  136. max-width:100%;
  137. height:auto;
  138. }
  139.  
  140. small {
  141. font-size: 12px;
  142. }
  143.  
  144. blockquote small, sub {
  145. font-size: 12px;
  146. }
  147.  
  148. img {
  149. max-width: 100%;
  150. }
  151.  
  152. h1 {
  153. font-size:30px;
  154. line-height:30px;
  155. text-align:right;
  156. padding:10px;
  157. color:{color:title};
  158. }
  159.  
  160.  
  161. #container {
  162. position:absolute;
  163. left:600px;
  164. top:-5px;
  165. border-style:double;
  166. border-color:{color:border};
  167. border-width:0px 5px 0px 5px ;
  168. background-color:{color:postbg};
  169. -webkit-mask-image: -webkit-gradient(linear, left 99%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  170.  
  171. }
  172.  
  173. .posts {
  174. width:500px;
  175. padding:10px;
  176. margin-bottom:30px;
  177. }
  178.  
  179. .permalinks {
  180. margin-top:10px;
  181. background-color:{color:permalinks};
  182. padding:5px;
  183. height:auto;
  184. border-radius: 25px;
  185. }
  186.  
  187. .permalinks a {
  188. text-decoration:none;
  189. font-size: 9px;
  190. color:{color:link};
  191. }
  192.  
  193. .permalinks a:hover {
  194. color:{color:linkhover};
  195. }
  196.  
  197. .date {
  198. float:left;
  199. }
  200.  
  201. .notes{
  202. float:left;
  203. margin-left:165px;
  204. }
  205.  
  206. .reblogs {
  207. float:right;
  208. }
  209.  
  210. .tags {
  211. text-align:center;
  212. }
  213.  
  214. .tags a {
  215. text-decoration:none;
  216. font-size: 8px;
  217. text-transform:uppercase;
  218. color:{color:tags};
  219. }
  220.  
  221. .tags a:hover {
  222. color:{color:tagshover}
  223. font-size:12px;
  224. text-shadow: 0px 0px 10px {color:line};
  225. }
  226.  
  227. #sidebar {
  228. position:fixed;
  229. left:75px;
  230. top:240px;
  231. height:500px;
  232. width:500px;
  233.  
  234. }
  235.  
  236. #description {
  237. font-size:14px;
  238. color:{color:description};
  239. position: fixed;
  240. top:500px;
  241. left: 75px;
  242. padding:20px;
  243. width: 400px;
  244. }
  245.  
  246.  
  247. #sidebar:hover #links {
  248. display:inline-block;
  249. width:auto;
  250. height:500px;
  251. opacity:1;
  252. padding:10px;
  253. font-size:12px;
  254. -moz-transition-duration:1s;
  255. -webkit-transition-duration:1s;
  256. -o-transition-duration:1s;
  257. }
  258.  
  259. #links {
  260. opacity:0;
  261. padding:15px;
  262. font-size:12px;
  263. text-indent: 5px;
  264. -moz-transition-duration:1s;
  265. -webkit-transition-duration:1s;
  266. -o-transition-duration:1s;
  267. }
  268. #links a {
  269. display:inline-block;
  270. font-size:12px;
  271. color:{color:navtext};
  272. padding-right:10px;
  273. -webkit-transition: all 0.7s ease;
  274. -moz-transition: all 0.7s ease;
  275. -o-transition: all 0.7s ease;
  276. }
  277.  
  278. #links a:hover {
  279. color:{color:navhover};
  280. font-size:14px;
  281. text-shadow: 0px 0px 10px {color:line};
  282. }
  283.  
  284. #links span{
  285. display:inline-block;
  286. font-size:12px;
  287. border: 2px dotted {color:navborder};
  288. border-radius: 15px;
  289. background-color:{color:navbg};
  290. margin-left:10px;
  291. padding:5px;
  292. }
  293.  
  294. #pagination {
  295. position:fixed;
  296. bottom:30px;
  297. left:1250px;
  298. }
  299.  
  300. #pagination a {
  301. color:{color:pagination};
  302. font-size:20px;
  303. -webkit-transition: all 0.7s ease;
  304. -moz-transition: all 0.7s ease;
  305. -o-transition: all 0.7s ease;
  306. }
  307.  
  308. #pagination a:hover {
  309. color:#ffffff;
  310. }
  311.  
  312. pre {
  313. color:{color:pretext};
  314. background-color:{color:pre};
  315. border-radius: 25px;
  316. font-size:10px;
  317. padding:20px;
  318. white-space: pre-wrap; /* css-3 */
  319. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  320. white-space: -pre-wrap; /* Opera 4-6 */
  321. white-space: -o-pre-wrap; /* Opera 7 */
  322. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  323.  
  324. #asker {
  325. z-index:9999999999 !important;
  326. margin-left:20px;
  327. margin-top:-2px;
  328. margin-right:10px;
  329. border-radius: 5px;
  330. }
  331. .img-circle {
  332. border-radius: 50%;
  333. }
  334.  
  335. #askurl {
  336. font-size:14px;
  337. letter-spacing:2px;
  338. margin-left:70px;
  339. margin-top:-25px;
  340. margin-right:5px;
  341. }
  342.  
  343. #audio{
  344. border-radius: 10px;
  345. }
  346.  
  347. #question {
  348. font-size: 12px;
  349. margin-left:60px;
  350. margin-right:40px;
  351. padding:5px;
  352. text-align:left;
  353. border-radius: 5px;
  354. white-space: pre-wrap; /* css-3 */
  355. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  356. white-space: -pre-wrap; /* Opera 4-6 */
  357. white-space: -o-pre-wrap; /* Opera 7 */
  358. word-wrap: break-word; /* Internet Explorer 5.5+ */
  359. }
  360.  
  361.  
  362. .quote {
  363. font-size:13px;
  364. letter-spacing:1px;
  365. text-align:center;
  366. border-bottom:1px solid #eee;
  367. margin-bottom:5px;
  368. padding-bottom:3px;
  369. }
  370.  
  371. .quotesource {
  372. font-size:10px;
  373. letter-spacing:1px;
  374. text-align:center;
  375. margin-bottom:5px;
  376. }
  377.  
  378. .playerbuttonbg {
  379. position: absolute;
  380. left: 400px;
  381. top: 40px;
  382. width: 19px;
  383. height: 19px;
  384. background-color: #ffffff;
  385. padding: 10px;
  386. -webkit-border-radius: 40px;
  387. -moz-border-radius: 40px;
  388. border-radius: 40px;
  389. opacity: .4;
  390. filter: alpha(opacity=40);
  391. -moz-opacity: 0.4;
  392. -khtml-opacity: 0.4;
  393. transition: opacity .7s ease-in-out;
  394. -moz-transition: opacity .7s ease-in-out;
  395. -webkit-transition: opacity .7s ease-in-out;
  396. }
  397.  
  398. .playerbuttonbg:hover {
  399. opacity: 1;
  400. filter: alpha(opacity=100);
  401. -moz-opacity: 1;
  402. -khtml-opacity: 1;
  403. }
  404.  
  405. .newplayerbutton {
  406. position: relative;
  407. width: 19px;
  408. height: 19px;
  409. overflow: hidden;
  410. }
  411.  
  412. .playerbuttonhug {
  413. position: absolute;
  414. top: -18px;
  415. left: -4px;
  416. }
  417.  
  418. .tumblr_audio_player {
  419. height: 90px;
  420. width: 270px;
  421. -moz-transform: scale(0.60, 0.60);
  422. -webkit-transform: scale(0.60, 0.60);
  423. -o-transform: scale(0.60, 0.60);
  424. -ms-transform: scale(0.60, 0.60);
  425. transform: scale(0.60, 0.60);
  426. -moz-transform-origin: top left;
  427. -webkit-transform-origin: top left;
  428. -o-transform-origin: top left;
  429. -ms-transform-origin: top left;
  430. transform-origin: top left;
  431. }
  432.  
  433. .audioimgwrapper {
  434. position: absolute;
  435. left: 10px;
  436. top: 0px;
  437. -webkit-border-radius: 40px;
  438. -moz-border-radius: 40px;
  439. border-radius: 40px;
  440. overflow: hidden;
  441. width: 79px;
  442. height: 79px;
  443. }
  444.  
  445. .audioimgwrapper img {
  446. width: 100%;
  447. height: auto;
  448. margin-top:5px;
  449. -webkit-border-radius: 40px;
  450. -moz-border-radius: 40px;
  451. border-radius: 40px;
  452. }
  453.  
  454. .trackdetails {
  455. width: 400px;
  456. display:inline-block;
  457. margin-top:25px;
  458. margin-left: 110px;
  459. min-height: 85px;
  460. }
  461.  
  462. .audiowrapper {
  463. position: relative;
  464. display:inline-block;
  465. border-radius:10px;
  466. background: rgba(255, 255, 255, 0.3);
  467. width:500px;
  468. }
  469.  
  470. .popup_block{
  471. display:none;
  472. max-height:350px;
  473. overflow-y:scroll;
  474. overflow-x:hidden;
  475. background:#fff;
  476. background-image:url(http://i.imgur.com/sacwAYd.png);
  477. padding:20px;
  478. border:2px solid #f7daa2; /* if you want a solid white pop-up, delete this */
  479. float:left;
  480. position:fixed;
  481. top:50%;left:50%;
  482. z-index: 99999;
  483. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  484. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  485. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  486. }
  487.  
  488. *html #fade {position: absolute;}
  489. *html .popup_block {position: absolute;}
  490. #fade {
  491. width:500px;
  492. display:none;
  493. position:fixed;
  494. left:0px;
  495. top:0px;
  496. width:100%;
  497. height:100%;
  498. z-index:9999;
  499. background:#000; /* change to #fff for solid white */
  500. opacity:0.5; /* change to opacity:1; */
  501. }
  502. </style>
  503.  
  504. <body>
  505. <div id="sidebar">
  506.  
  507. <div id="description">{block:Description}<p align="center">She is her terrifying, renegade Pearl.
  508. </br>And she has been a criminal
  509. </br>for over six thousand years.</center>
  510. {/block:Description}
  511.  
  512. </div>
  513.  
  514. <div id="links">
  515. <span><a href="/">Home</a></span>
  516. <span><a href="/ask">Ask</a></span>
  517. <span><a href="#?w=500" rel="box1" class="poplight">Rules</a> </span>
  518. <span><a href="#?w=500" rel="box2" class="poplight">About</a></span>
  519. <span><a href="#?w=500" rel="box3" class="poplight">Verses</a></span>
  520. <br><br><br><br>
  521. <span><a href="/tags">Tags</a></span>
  522. <span><a href="http://www.rpthreadtracker.com/public/allthreads?userId=20820&currentBlog=perle-insoumise&sortDescending=false&currentOrderBy=UserTitle&filteredTag=">Threads</a></span>
  523. <span><a href="/tagged/―i-want-to-be-your-rock-and-when-i-talk-it-lights-a-fire-in-you⁑⌠pearl-promos⌡⁑✩/chrono">Promo</a></span>
  524. <span><a href="/tagged/―do-you-have-any-of-her-memories⁑⌠blog-canon⌡⁑✩/chrono">Canons</a></span>
  525. <span><a href="http://kaichu-roleplays.tumblr.com/">Mun</a></span>
  526. </div>
  527.  
  528. </div>
  529.  
  530. <div id="pagination"><p>{block:Pagination}
  531. {block:PreviousPage}<a href="{PreviousPage}"><big><font size="20"><font color={color:pagination}>↫</font></font></big></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><big><font size="20"><font color={color:pagination}>↬</font></font></big></a>
  532. {/block:NextPage}
  533. {/block:Pagination}<p>
  534.  
  535. </div>
  536.  
  537. <div id="container">
  538.  
  539. {block:Posts}
  540.  
  541. <div class="posts">
  542.  
  543. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  544.  
  545. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  546.  
  547. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  548.  
  549. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  550.  
  551. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
  552.  
  553. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  554.  
  555. {block:Chat}{block:Title}{Title}</a>{/block:Title}
  556. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  557.  
  558. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  559.  
  560. {block:Audio}{block:AudioPlayer}
  561. <div class="audiowrapper">
  562. {block:AlbumArt}
  563. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  564. {/block:AlbumArt}
  565.  
  566. <div class="playerbuttonbg">
  567. <div class="newplayerbutton">
  568. <div class="playerbuttonhug">
  569.  
  570. {AudioPlayerWhite}
  571.  
  572. </div>
  573. </div>
  574. </div>
  575.  
  576. <div class="trackdetails">
  577.  
  578. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  579. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  580. {block:Album}Album: {Album}{/block:Album}<br/>
  581. {PlayCountWithLabel}
  582.  
  583. </div>
  584. </div>
  585. {/block:AudioPlayer}
  586.  
  587. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  588.  
  589. {block:Answer}<div style="width:495px;padding:2px;background: rgba(255, 255, 255, 0.3); border-radius:10px;"><div id="ask"><div id="asker"><br><img class="img-circle" src="{AskerPortraitURL-30}"></div><div id="askurl">{Asker}:</div><br><HR COLOR={color: asker} WIDTH="90%" NOSHADE>
  590. <div id="question">{Question}</div></div></div><br>{Answer}{/block:Answer}
  591.  
  592. <div class="permalinks">
  593. <div class="date"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year} </a></div>
  594. <div class="notes"><a href="{Permalink}#notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a></div>
  595. <div class="reblogs">{block:RebloggedFrom}
  596. <a href="{ReblogParentURL}">via;</a>
  597. <a href="{ReblogRootURL}">source;</a>
  598. {/block:RebloggedFrom} <a href="{ReblogURL}">reblog</a></div><br>
  599. </div>
  600.  
  601.  
  602. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> {Tag}</a>{/block:Tags}{/block:HasTags}</div>
  603.  
  604. </div>
  605.  
  606.  
  607. </div>
  608.  
  609. {block:ContentSource}
  610. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  611. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  612. {/block:SourceLogo}
  613. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  614. {/block:ContentSource}
  615. </body>
  616.  
  617. <div id="box1" class="popup_block">
  618. <div class="scroll">
  619. <h1>Rules</h1>
  620. <h2 style="color:#1a1a1a;">Mun</h2>
  621. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;">
  622. <p><ul>
  623. <li>My name is Kymani, but you may call me “Cherry” or “Ky”. I’m perfectly happy with either!</li>
  624. <li>Mun is over 21. I’m happy to share my real age, but not so much to update this with every birthday.</li>
  625. <li>Mun faceclaims are Raichu, Kagome Higurashi, and Jerry Mouse.
  626. </li>
  627. <li>I have <a href="http://kaichu-roleplays.tumblr.com/health">several physical and mental disabilities</a>. The main one you should know about is Sickle Cell Anemia. While I’m usually open about sharing with non-anonymous mutuals, I expect you to know what the disease is when you ask and be patient if I’m not feeling up to answering at the moment.</li>
  628. <li>Curious about my personal? I have two: <a href="http://no26-kaichu.tumblr.com/">no26-kaichu</a> and <a href="http://ky-rai.tumblr.com/">ky-rai</a>. The first one is my main hub, however.</li>
  629. <li>You can find links to all of my other active characters on my <a href="http://kaichu-roleplays.tumblr.com/">mun page</a>.</li>
  630. </ul>
  631. </div>
  632. <h2 style="color:#1a1a1a;">Personals</h2>
  633. <h3 style="color:#1a1a1a;">Do:</h3>
  634. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;">
  635. <p><ul><li>Go ahead and follow! I don’t mind as long as you follow the rules. (Breaking them consistently enough to notice will lead to a block though. :/)</li>
  636. <li>Like RPs if you like them. (But try to make sure my partner’s okay with that, too!)</li>
  637. <li>Send in memes and questions; just don’t expect them to turn into a thread or anything.</li>
  638. <li>Tell me if you’re following on behalf of a side RP blog cause I won’t check/know otherwise! (Only matters if you follow <b>first</b>.)</li>
  639. </ul>
  640. </div>
  641. <h3 style="color:#1a1a1a;">Don't:</h3>
  642. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;">
  643. <p><ul><li>Reblog my promo.</li>
  644. <li>Reblog my OOC posts.</li>
  645. <li>Reblog my roleplays.</li>
  646. </ul>
  647. </div>
  648. <h2 style="color:#1a1a1a;">Following</h2>
  649. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;">
  650. <p><ul><li>This is a selective and private blog. This means I don’t follow everyone and <b>I only RP with mutuals</b>.</li>
  651. <li>Please do not message me asking for an RP if we are not mutuals. I understand that you’re just reaching out, but it really makes me anxious because I am selective and I will feel <b><i>extremely</i></b> guilty if I don’t like your blog. So with this being said, all messages of this kind will be deleted. Repeated attempts will lead to a block. I’m sorry to be this way but it’s for my own mental health.</li>
  652. <li>I will not follow blogs without a rules page. I am slightly more lenient about about pages, but only if there is significant writing on the blog for me to read through instead.</li>
  653. <li>I am OC and selectively crossover friendly. I’m happy to cross fandoms, but I must be a <a href="http://kaichu-roleplays.tumblr.com/fandoms">part of the fandom</a>. Regarding gemsonas/gem ocs, while I am friendly to OCs and judge them just the same as canon characters, <b>I will not be following male gemsonas.</b></li>
  654. <li>I generally won’t follow multimuse blogs with more than two characters (that are in my fandom). Nothing against multimuse blogs, I’m just not up to sorting through all of that information at once most of the time. With that said, your muses must each have an about page for me to read over or I’ll automatically pass over you. I won’t be making exceptions here simply because it can be a pain to go through the blog and look for writing for the specific muse I want to interact with.</li>
  655. <li>I may take up to three weeks to follow back. This may be due to illness or just not noticing. If I take longer than that, you’re free to assume I won’t follow back.
  656. </li>
  657. <li>I eventually unfollow those who have not followed me back. This is simply because I like to know I can RP with those on my dash and nothing more. (Therefore, blogs that RP with non-mutuals are exceptions to this rule.)
  658. </li>
  659. <li>I do not follow blogs that exclusively use real-life faceclaims. I will also not RP with RLFCs, so if you have a verse that only uses an RLFC, I won’t RP with it. Please note that this applies to people roleplaying liveaction chracters, as well. Thanks for understanding.
  660. </li>
  661. </ul>
  662. </div>
  663. <h2 style="color:#1a1a1a;">Interaction & Replies</h2>
  664. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;">
  665. <p><ul><li>Listen: I am a chronically ill person with <b><i>many</i></b> characters who writes by health and muse. I will forget things and take a while sometimes. And I may be very obviously selective. Right off the bat, if this will upset you, my blogs are not for you.
  666. </li>
  667. <li>With that said, if it’s been more than a week, please feel free to politely remind me. As mentioned above, I probably forgot or lost it.
  668. </li>
  669. <li>I make posts when I’m super sick or hospitalized. For the love of god do not bother me at these times. I give very few warnings for this and block those who do not respect my health.
  670. </li>
  671. <li>I am open to using messaging for OOC interaction at all times. IC interactions must be agreed upon beforehand.
  672. </li>
  673. <li>All of my open starters and starter calls are for mutuals only <i>unless otherwise stated</i>. Repeated offenses for non-mutuals liking my starter calls will lead to a block.
  674. </li>
  675. <li>I go through my thread tracker whenever my total thread count across all accounts exceeds <b>1OO</b>. I will message thread partners about threads that are a month old as of that date, and ask for a status update, but I will not force you to drop the thread unless it is three months old with no reply from either of us.</li>
  676. <li>There will be no smut on this blog. </li>
  677. </ul>
  678. </div>
  679. <h2 style="color:#1a1a1a;">Tags & Triggers</h2>
  680. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;">
  681. <p><ul><li><b>This is NOT a spoiler-free blog!</b> I will tag content of future episodes and <i>the most recent episode</i> (to the best of my ability) as #SU Spoilers to the best of my ability, but that’s all. Thank you for understanding.</li>
  682. <li>I am blocking the tag <b>#Ky Don’t Look</b> for phobias related to penises and water. Please look over my <a href="/m/kydontlook"><b>trigger page</b></a> for full details.</li>
  683. <li>(To all <b>Lapis</b> blogs: so far, animated water has been okay. But all rl water will need to be tagged according to the rules linked, thank you. <3)</li>
  684. <li>Please note however, that these are significant triggers that can cause panic attacks for me, so if it becomes a repeated issue, I will regret to have to unfollow for it.</li>
  685. <li>If you need anything special tagged or I’ve forgotten something, please let me know! I won’t bite.</li>
  686. </ul>
  687. </div>
  688. <h2 style="color:#1a1a1a;">Miscellaneous</h2>
  689. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;">
  690. <p><ul><li>I don’t write fighting very much, so if we do write a scene like this, I want to have full communication with my partner. This will help avoid godmoding of course, but it’s also for my comfort since I struggle with combat and mostly write battles in the Pokémon fandom so this will take some getting used to.</li>
  691. <li><b>Shipping</b>, while not intended to be the focus of this blog, will be more than welcome. I have many ships for Pearl as I find her very shippable due to her need for validation and to an extent attempt to compensate for her loss of Rose. With that said, I do not find these reasons to be healthy reasons to begin a relationship. So bear in mind that I will not necessarily be playing all of Pearl's ships as happy-go-lucky and without the attention they deserve.</li>
  692. <li>Related to <b>ships</b>, this blog will be <b>multiship</b>; however I intend to have one ship partner <b>per ship.</b> Therefore, <i>I will very rarely accept pre-established romantic relationships.</i></li>
  693. <li><b>Current favorite ships for Pearl include:</b> pearlmethyst, pearlnet, mysterypearl, pearlrose, and pearlsmuth. ...Aka all of them. all of the gay ships. </li>
  694. <li>I am <b>intentionally</b> vague about the timeline. Please don't ask. I haven't done much piecing it together and I really don't want to.</li>
  695. </ul>
  696. </div>
  697. <h2 style="color:#1a1a1a;">Credits</h2>
  698. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;">
  699. <p><ul><li>This theme was coded by bluey (<a href="http://chataclysmics.tumblr.com/">chataclysmics</a>/<a href="http://princeofhoenn.tumblr.com/">princeofhoenn</a>) for my personal use <b>only</b> and is not available for public use. Don't steal the code unless you want two angry black women after your--</li>
  700. <li>Credit for popup code & tutorial goes to <a href="http://octomoosey.tumblr.com/post/127307622912/str-wrs-tutorial-pop-up-boxes-live-preview">str-wrs</a>/<a href="http://octomoosey.tumblr.com/post/121609862562/i-couldnt-follow-that-link-you-posted-for-the-pop">octomoosey</a>.</li>
  701. <li>All Pearl icons have been cropped and edited by me for my own personal use. Public icons that I have made are available at <a href="http://guiltfreeicons.tumblr.com/tagged/pearl%20icons">guiltfreeicons</a>.</li>
  702. <li>Credits for Kagome Higurashi icons can be found here. All edits were made by me and are for my own personal use.</li>
  703. <li>Most of my Raichu icons were gifted to me by <a href="http://thunderstonereject.tumblr.com/">thunderstonereject</a>. If you would like access to these icons, you will need to ask them for their permission. Any public-use icons I have can be found at <a href="http://guiltfreeicons.tumblr.com/tagged/raichu%20icons">guiltfreeicons</a>. All edits were made by me and are for my own personal use.</li>
  704. <li>All Jerry icons were cropped and edited by me for my own personal use.</li>
  705. <li>All graphics for this blog were made by myself for my own personal use.</li>
  706. <li>Credits for Pearl concept art/sketches can be found <a href="/private/156515113863/tumblr_okivfjyuJC1w4dkwj">here</a>.</li>
  707. </ul>
  708. </div>
  709. </div>
  710. </div>
  711.  
  712. <div id="box2" class="popup_block">
  713. <div class="scroll">
  714. <h1>About Pearl</h1>
  715. <h2 style="color:#1a1a1a;">Basics</h2>
  716. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;"><p align="center"><b>Name:</b> Pearl
  717. </br><b>Alias(es):</b> P (Amethyst)
  718. </br><b>Age:</b> 9000+
  719. </br><b>Nationality:</b> Ex-Homeworld Gem; Founding Member of the Crystal Gems
  720. </br><b>Orientation:</b> Homoromantic Homosexual
  721. </p>
  722. </div>
  723. <h2 style="color:#1a1a1a;">Personality</h2>
  724. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;"><p>On the surface, Pearl is stiff, meticulous, organized and uptight. This is in large part due to what she was <i>made</i> for; being dutiful and well-kept are part of her programing. She leans on these traits quite often, as we see with her obsession with order, her anxiety concerning Steven's safety, and her inclination to follow rather than lead.</p>
  725. <p>However, since both her time with Rose and, later, Steven, Pearl has grown to <i>rebel</i> against the status quo; she has gained some level of independence, has learned to be more flexible, and has grown more open-minded.</p>
  726. <p>This is not to say that Pearl has by any means perfected the craft of being her own Gem. Particularly when she's feeling at her worst, she finds herself needing validation from others again; she still seeks leadership in others and puts heavy value into her ability to maintain a relationship. While she is growing past her specific issues with Rose, she in many ways unintentionally seeks to replace Rose's role via people such as Garnet, Sheena, and potentially others.</p>
  727. <p>At her best, Pearl is fun-loving, risk-taking, resourceful, and has a lot of love to give. And she's well on her way to being her best twenty-four seven. It's simply that, as with all wounds, she requires plenty of time to heal.</p>
  728. </div>
  729. </div>
  730. </div>
  731.  
  732. <div id="box3" class="popup_block">
  733. <div class="scroll">
  734. <h1>Verses</h1>
  735. <h2 style="color:#1a1a1a;">Verse: Rebellion</h2>
  736. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;">
  737. <h3 style="color:#f45a70;">―bold; precise; experimental⁑⌠verse⌡⁑✩</h3>
  738. <p>
  739. ―to be added⁑⌠<b>coming soon!</b>⌡⁑✩
  740. </p>
  741. </div>
  742. <h2 style="color:#1a1a1a;">Verse: The 80s</h2>
  743. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;">
  744. <h3 style="color:#f45a70;">―fusion; freedom; her attention⁑⌠verse⌡⁑✩</h3>
  745. <p>
  746. A flexible pre-Steven verse, this will be my go-to verse for any interaction with Roses. By default, this verse sticks closer to canon; assuming that Rose has taken interest in Greg Universe and that Pearl is competing for her attention. <i>However,</i> this verse is also available for pearlrose shipping. I will not be using separate tags for that purpose.
  747. </p>
  748. </div>
  749. <h2 style="color:#1a1a1a;">Verse: The Present</h2>
  750. <div style="border: 2px solid black; background-color: #fff4d4; opacity: 0.7; padding: 5px; margin: 2px;">
  751. <h3 style="color:#f45a70;">―who am i now in this wold without her⁑⌠verse⌡⁑✩</h3>
  752. <p>
  753. Anything between Steven's birth and the most recent episode will happen in this verse; however I will generally progress along with the plot. Generally speaking, I won't do any threads based on anything earlier than Season Two.
  754. </p>
  755. </div>
  756. </div>
  757. </div>
  758.  
  759. </div></div></div></div></div></div></div></div></div></div>
  760.  
  761. </div></div></div></div></div></div></div></div></div></div>
  762.  
  763. </div></div></div></div></div></div></div></div></div></div>
  764. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement