Advertisement
Guest User

aaaa

a guest
Jan 23rd, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.50 KB | None | 0 0
  1. <!-- RP MASTERLIST
  2.  
  3. {. Mochi Platter .}
  4.  
  5. Page #04. (Character Masterlist)
  6. http://noiretblanc-themes.tumblr.com/
  7.  
  8. Please don't use this theme as a base or claim it as your own.
  9. You are free to edit this page as much as you want, please just don't erase the credits.
  10.  
  11. CREDITS TO:
  12. ►Backgrounds from:
  13. http://subtlepatterns.com/
  14. http://cocorini.tumblr.com/
  15.  
  16. ►Filter script by: http://septembre.co.vu/
  17.  
  18. ►Tooltip by: http://www.alessioatzeni.com/
  19.  
  20. ►Inspired by: http://www.colourpod.com/post/125753270876/
  21.  
  22. **** THIS THEME IS BETTER VIEW ON GOOGLE CHROME *******
  23. -->
  24.  
  25. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  26. <html xmlns="http://www.w3.org/1999/xhtml">
  27. <head>
  28. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  29. <link rel="shortcut icon" href="{Favicon}">
  30.  
  31. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
  32. <link href='https://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  33. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  34.  
  35.  
  36.  
  37. <title>{Title}</title>
  38.  
  39. <style>
  40.  
  41. .extras::-webkit-scrollbar {
  42. width: 0px;
  43. }
  44.  
  45. ::selection {
  46. background: #fff3c6; /* WebKit/Blink Browsers */
  47. color:#82685d;
  48. }
  49. ::-moz-selection {
  50. background: #fff3c6; /* Gecko Browsers */
  51. color:#82685d;
  52. }
  53.  
  54. body{
  55. background-color:white; /*Change the color of the main bg here */
  56. background: url(http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/pinstripe.png); /*Change the main bg image here */
  57. margin:0;
  58. padding:0;
  59. font-family: 'Dosis', sans-serif;
  60. background-attachment: fixed;
  61. }
  62.  
  63. #tb{
  64. position:fixed;
  65. top:0;
  66. height:110px;
  67. width:100%;
  68. background-image:URL("http://41.media.tumblr.com/eec379d585ff484ff321379672542340/tumblr_nmjl24X2Ce1ru3nbdo1_250.png");
  69. z-index:98;
  70. }
  71.  
  72. #mb{
  73. position:fixed;
  74. top:110px;
  75. height:30px;
  76. width:100%;
  77. background-color:#fffbea;
  78. border-top:3px dotted #CBDD89;
  79. border-bottom:3px dotted #CBDD89;
  80. z-index:99;
  81. }
  82.  
  83. .pc-avi{
  84. width:105px;
  85. height:105px;
  86. overflow:hidden;
  87. margin:0 auto;
  88. margin-top:-38px;
  89. }
  90.  
  91. .pc-avi img{
  92. max-width:96px;
  93. border-radius:100px;
  94. border:3px dotted #CBDD89;
  95. }
  96.  
  97. #cxlinks a{
  98. color:#82685d;
  99. height:30px;
  100. line-height:30px;
  101. padding:0 15px;
  102. display:inline-block;
  103. text-decoration:none;
  104. -moz-transition:all .5s ease-in-out; /*For Mozilla Browser*/
  105. -webkit-transition:all .5s ease-in-out; /*For Chrome and Safari*/
  106. -o-transition:all .5s ease-in-out; /*For Opera Browser*/
  107. transition:all .5s ease-in-out;
  108. border-top:3px solid transparent;
  109. border-bottom:3px solid transparent;
  110. }
  111.  
  112. #cxlinks a:hover{
  113. background-color:#fff3c6;
  114. border-top:3px solid #cbdd89;
  115. border-bottom:3px solid #cbdd89;
  116. height:30px;
  117. line-height:30px;
  118. }
  119.  
  120. .lb{
  121. position:absolute;
  122. top:-3px;
  123. right:50%;
  124. margin-right:55px;
  125. text-align:right;
  126. }
  127.  
  128.  
  129. .rb{
  130. position:absolute;
  131. top:-3px;
  132. left:50%;
  133. margin-left:55px;
  134. text-align:left;
  135. }
  136.  
  137. #fb{
  138. position:fixed;
  139. left:0;
  140. bottom:0;
  141. top:143px;
  142. width:100px;
  143. z-index:105;
  144. }
  145.  
  146. .filters-1{
  147. position:absolute;
  148. right:0;
  149. margin-right:-45px;
  150. top:40px;
  151. }
  152. .filters-1 a{
  153. display:block;
  154. background-color:#fffbea;
  155. text-decoration:none;
  156. width:100px;
  157. height:30px;
  158. line-height:30px;
  159. text-align:center;
  160. margin:20px 0;
  161. border-radius:5px;
  162. color:#82685d;
  163. border-left:3px solid #F7A0B9;
  164. border-right:3px solid #F7A0B9;
  165. transition:all 0.5s ease;
  166. -webkit-transition-delay:all 0.5s ease;
  167. -moz-transition-delay:all 0.5s ease;
  168. -ms-transition-delay:all 0.5s ease;
  169. -o-transition-delay:all 0.5s ease;
  170. }
  171.  
  172. .filters-1 a:hover{
  173. background-color:#fff;
  174. border-radius:0px;
  175. color:#82685d;
  176. border-color:#cbdd89;
  177. }
  178.  
  179. .filters-1 a.selected {
  180. background-color:#fff;
  181. border-radius:5px;
  182. color:#82685d;
  183. border-color:#cbdd89;
  184. }
  185.  
  186. .filters-1 b{
  187. margin-left:-25px;
  188. border-bottom:1px solid #F7A0B9;
  189. }
  190.  
  191. .all{
  192. transition:all 0.5s ease;
  193. -webkit-transition-delay:all 0.5s ease;
  194. -moz-transition-delay:all 0.5s ease;
  195. -ms-transition-delay:all 0.5s ease;
  196. -o-transition-delay:all 0.5s ease;
  197. }
  198.  
  199. #wonderland{
  200. position:absolute;
  201. margin-left:150px;
  202. right:0;
  203. left:0;
  204. top:140px;
  205. bottom:0;
  206. overflow:hidden;
  207. padding-bottom:60px;
  208. }
  209.  
  210. #content{
  211. position:relative;
  212. width:103%;
  213. height:100%;
  214. padding-top:50px;
  215. overflow-y:scroll;
  216. padding-right:20px;
  217. }
  218.  
  219. #charabox{
  220. position:relative;
  221. width:400px;
  222. height:250px;
  223. margin:0 10px 20px 10px;
  224. display:inline-block;
  225. }
  226.  
  227. .titlebox{
  228. position:absolute;
  229. width:100%;
  230. height:25px;
  231. color:#333;
  232. border-bottom:1px solid #cbdd89;
  233. }
  234.  
  235. .titlebox i{
  236. color:#f7a0b9;
  237. margin-right:2px;
  238. }
  239. .smallchar{
  240. position:relative;
  241. top:-3px;
  242. }
  243. .nametag{
  244. position:absolute;
  245. top:5px;
  246. }
  247.  
  248. .fandomtag{
  249. position:absolute;
  250. right:0;
  251. top:10px;
  252. font-size:11px;
  253. }
  254.  
  255. .boxtag{
  256. position:absolute;
  257. right:0;
  258. border-top:1px solid #cbdd89;
  259. width:100%;
  260. bottom:-10px;
  261. text-align:right;
  262. }
  263.  
  264. .boxtag a{
  265. display:inline-block;
  266. color:#f7a0b9;
  267. text-decoration:none;
  268. }
  269.  
  270. .boxtag a:hover{
  271. color:#cbdd89;
  272. }
  273.  
  274. .tagi{
  275. position:relative;
  276. margin-right:2px;
  277. top:1px;
  278. color:#82685d;
  279. }
  280.  
  281. .imagebox{
  282. position:absolute;
  283. top:25px;
  284. width:150px;
  285. height:215px;
  286. }
  287.  
  288. .imageresize{
  289. position:absolute;
  290. margin:auto;
  291. top:0;
  292. bottom:0;
  293. right:0;
  294. left:0;
  295. max-height:200px;
  296. max-width:150px;
  297. }
  298.  
  299. .infobox{
  300. position:absolute;
  301. right:0;
  302. top:33px;
  303. height:200px;
  304. width:245px;
  305. background-color: RGBA(250,250,250,0.6);
  306. border-top:1px solid #82685d;
  307. border-right:1px solid #f2e2ae;
  308. border-bottom:1px solid #82685d;
  309. border-left:1px solid #f2e2ae;
  310. box-sizing: border-box;
  311. text-align:center;
  312. }
  313.  
  314. .det{
  315. position:relative;
  316. display:inline-block;
  317. width:105px;
  318. height:30px;
  319. margin:5px;
  320. }
  321.  
  322.  
  323. .det1{
  324. position:absolute;
  325. bottom:0px;
  326. border-top:1px solid #cbdd89;
  327. width:100%;
  328. text-align:right;
  329. font-size:10px;
  330. }
  331.  
  332. .det2{
  333. text-align:left;
  334. font-size:14px;
  335. }
  336.  
  337. .yes{
  338. color:#46c453;
  339. }
  340.  
  341. .no{
  342. color:#c91c1c;
  343. }
  344.  
  345. .ask{
  346. color:#f7ad1b;
  347. }
  348.  
  349. .extras{
  350. height:80px;
  351. width:244px;
  352. overflow:hidden;
  353. box-sizing: border-box;
  354. text-align:left;
  355. margin-top:-5px;
  356. overflow-y: scroll;
  357. padding-left:10px;
  358. padding-right:20px;
  359. }
  360.  
  361. .extras li{
  362. list-style:none;
  363. display:block;
  364. font-size:12px;
  365. color:#222 !important;
  366. }
  367.  
  368. .extras li:before{
  369. content:"■";
  370. font-size:15px;
  371. margin:0 2px 0 0;
  372. padding:0 0 5px 0;
  373. }
  374.  
  375. .extras p{
  376. color:black !important;
  377. display:inline;
  378. padding:0 0 5px 0;
  379. }
  380.  
  381. .extras li:nth-child(1) { color: #82685d !important; }
  382. .extras li:nth-child(2) { color: #cbdd89 !important; }
  383. .extras li:nth-child(3) { color: #f2e2ae !important; }
  384. .extras li:nth-child(4) { color: #ffdbc4 !important; }
  385. .extras li:nth-child(5) { color: #fff3c6 !important; }
  386.  
  387. .infotext{
  388. font-size:13px;
  389. padding:0 0 10px 0;
  390. margin:0;
  391. text-align:justify;
  392. }
  393.  
  394. .tooltip {
  395. display:none;
  396. position:absolute;
  397. background-color:#fff;
  398. border-radius:0px;
  399. color:#82685d;
  400. border-left:3px solid #cbdd89;
  401. border-right:3px solid #cbdd89;
  402. padding:3px 8px;
  403. }
  404.  
  405. </style>
  406. </head>
  407. <body>
  408.  
  409. <div id="tb"></div>
  410.  
  411. <div id="mb">
  412. <div class="pc-avi">
  413. <!-- Replace {PortraitURL-96} for an image URL if you dont want to use your tumblr avatar -->
  414. <a href="/"><img src="{PortraitURL-96}"></a>
  415. </div>
  416.  
  417. <!-- TO USE CUSTOM LINKS, LEAVE THIS CODE-->
  418. <div id="cxlinks">
  419. <div class="lb">
  420. <a href="/">Home</a>
  421. <a href="/ask">Ask</a>
  422. <a href="/submit">Submit</a>
  423. <!-- DON'T REMOVE THIS LINK -->
  424. <a href="http://noiretblanc-themes.tumblr.com/">Theme</a>
  425. <!-- DON'T REMOVE THIS LINK -->
  426. </div>
  427. <div class="rb">
  428. <a href="">LINK</a>
  429. <a href="">LINK</a>
  430. <a href="">LINK</a>
  431. <a href="">LINK</a>
  432. <a href="">LINK</a>
  433. </div>
  434. </div>
  435. </div>
  436. <!-- FOR CUSTOM LINKS, LEAVE THIS CODE-->
  437.  
  438. <!-- TO DELET CUSTOM LINKS, ERASE THE PREVIOUS CODE AND THIS LINE//
  439.  
  440. <div class="lb">
  441. <a href="/">Home</a>
  442. <a href="/ask">Ask</a>
  443. </div>
  444. <div class="rb">
  445. <a href="/submit">Submit</a>
  446. <a href="http://noiretblanc-themes.tumblr.com/">Theme</a>
  447. </div>
  448. </div>
  449.  
  450. //ERASE THIS LINE TOO-->
  451.  
  452. <!-- To create new filters, read at the bottom of this code -->
  453. <div id="fb">
  454. <div class="filters-1">
  455. <ul id="filters" class="option-set clearfix" data-option-key="filter">
  456. <b>Charas:</b>
  457. <a href="#filter" data-option-filter=".all">All</a>
  458. <a href="#filter" data-option-filter=".female">Female</a>
  459. <a href="#filter" data-option-filter=".male">Male</a>
  460. <a href="#filter" data-option-filter=".nonbinary">Non-Binary</a>
  461. <b>Other:</b>
  462. <a href="#filter" data-option-filter=".anime">Anime</a>
  463. <a href="#filter" data-option-filter=".cartoon">Cartoon</a>
  464. <a href="#filter" data-option-filter=".game">Video Game</a>
  465. <a href="#filter" data-option-filter=".series">Series</a>
  466. </ul>
  467. </div>
  468. </div>
  469.  
  470. <div id="wonderland"><div id="content"><div id="wrap" class="clearfix">
  471.  
  472. <!-- COPY FROM HERE TO ADD A NEW CHARACTER -->
  473.  
  474. <!-- !!IMPORTANT!!
  475. To make the filters work you need to edit the next code.
  476. In "class" you will have to put the filters you want the thread to have.
  477. They should be separated only by a space.
  478. I recommend the next order:
  479. 1. all (this one is default. If you erase this one, the thread wont appear at all.)
  480. 2. female | male | nonbinary
  481. 3. anime | cartoon | game | series
  482. There should be 3 filters in every character you create. -->
  483.  
  484. <div id="charabox" class="all nonbinary anime">
  485. <div class="titlebox">
  486. <div class="nametag"><i class="fa fa-quote-left smallchar"></i>
  487. <!--Character Name--> Character Name <!--Character Name-->
  488. </div><div class="fandomtag"><i class="fa fa-star-o"></i>
  489. <!--Fandom Name--> Fandom/Series <!--Fandom Name-->
  490. </div></div>
  491.  
  492. <div class="imagebox">
  493.  
  494. <!--Character image-->
  495. <img src="http://winetester.utdallas.edu/images/empty.jpg" class="imageresize">
  496. </div>
  497.  
  498. <div class="infobox">
  499.  
  500. <!--Add/Remove info of the character by copying/erasing the next code-->
  501. <div class="det">
  502. <div class="det1">Race</div>
  503. <div class="det2">???</div>
  504. </div>
  505. <!--Add/Remove info of the character by copying/erasing the previous code-->
  506.  
  507. <div class="det">
  508. <div class="det1">Gender</div>
  509. <div class="det2">???</div>
  510. </div>
  511.  
  512. <div class="det">
  513. <div class="det1">Romantic Orientation</div>
  514. <div class="det2">???</div>
  515. </div>
  516.  
  517. <div class="det">
  518. <div class="det1">Sexual Orientation</div>
  519. <div class="det2">???</div>
  520. </div>
  521.  
  522. <div class="det">
  523. <div class="det1">Multiship</div>
  524. <div class="det2">
  525. <i class="fa fa-check-circle yes"></i> <!--Leave this code if Yes-->
  526. <i class="fa fa-times-circle no"></i><!--Leave this code if No-->
  527. <i class="fa fa-question-circle ask"></i><!--Leave this code if Unsure or need to ask-->
  528. </div>
  529. </div>
  530.  
  531. <div class="det">
  532. <div class="det1">Multiverse</div>
  533. <div class="det2">
  534. <i class="fa fa-check-circle yes"></i> <!--Leave this code if Yes-->
  535. <i class="fa fa-times-circle no"></i><!--Leave this code if No-->
  536. <i class="fa fa-question-circle ask"></i><!--Leave this code if Unsure or need to ask-->
  537. </div>
  538. </div>
  539.  
  540. <!--Extra info of the character-->
  541. <div class="extras">
  542.  
  543. <!--Copy from here for a list format-->
  544. <li><p>Additional info of the character</p></li>
  545. <li><p>Additional info of the character</p></li>
  546. <li><p>Additional info of the character</p></li>
  547. <li><p>Additional info of the character</p></li>
  548. <li><p>Additional info of the character</p></li>
  549. <!--End of list format-->
  550.  
  551. <!--Copy from here for a paragraph format-->
  552. <p class="infotext">"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p>
  553. <!--End of paragraph format-->
  554.  
  555. </div></div>
  556. <!--End of extra info-->
  557.  
  558. <!--Character tags-->
  559. <div class="boxtag"><i class="fa fa-tags tagi"></i>
  560.  
  561. <!--Add all tags after this piece of code. Fell free to add/remove at will-->
  562. <a href="/tagged/TAG" title="General" class="masterTooltip"><i class="fa fa-square-o"></i></a>
  563. <a href="/tagged/TAG" title="Gallery" class="masterTooltip"><i class="fa fa-square-o"></i></a>
  564. <a href="/tagged/TAG" title="Music" class="masterTooltip"><i class="fa fa-square-o"></i></a>
  565. <a href="/tagged/TAG" title="Headcanons" class="masterTooltip"><i class="fa fa-square-o"></i></a>
  566. <a href="/tagged/TAG" title="Threads" class="masterTooltip"><i class="fa fa-square-o"></i></a>
  567.  
  568. </div>
  569. </div>
  570. <!-- END OF CHARACTER -->
  571.  
  572.  
  573. </div></div></div>
  574.  
  575. </body>
  576.  
  577. <!-- To add a new filter just copy this code next to the others:
  578.  
  579. <a href="#filter" data-option-filter=".FILTER">NAME</a>
  580.  
  581. And edit .FILTER and NAME
  582.  
  583. IMPORTANT: The filter MUST have a . otherwise it wont work.
  584.  
  585. -->
  586.  
  587.  
  588. <!------- filter scripts -------->
  589. <script src="http://static.tumblr.com/fuu6t9w/kh8ml0pl9/jquery-1.7.1.min.js"></script>
  590. <script src="http://static.tumblr.com/fuu6t9w/eubml0pm0/jquery.isotope.min.js"></script>
  591. <script>
  592. $(function(){
  593.  
  594. var $container = $('#wrap');
  595.  
  596. $container.isotope({
  597. itemSelector : '.all'
  598. });
  599.  
  600.  
  601. var $optionSets = $('#fb .option-set'),
  602. $optionLinks = $optionSets.find('a');
  603.  
  604. $optionLinks.click(function(){
  605. var $this = $(this);
  606. // don't proceed if already selected
  607. if ( $this.hasClass('selected') ) {
  608. return false;
  609. }
  610. var $optionSet = $this.parents('.option-set');
  611. $optionSet.find('.selected').removeClass('selected');
  612. $this.addClass('selected');
  613.  
  614. // make option object dynamically, i.e. { filter: '.my-filter-class' }
  615. var options = {},
  616. key = $optionSet.attr('data-option-key'),
  617. value = $this.attr('data-option-filter');
  618. // parse 'false' as false boolean
  619. value = value === 'false' ? false : value;
  620. options[ key ] = value;
  621. if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
  622. // changes in layout modes need extra logic
  623. changeLayoutMode( $this, options )
  624. } else {
  625. // otherwise, apply new options
  626. $container.isotope( options );
  627. }
  628.  
  629. return false;
  630. });
  631. });
  632.  
  633. //Tooltip //
  634. $(document).ready(function() {
  635. // Tooltip only Text
  636. $('.masterTooltip').hover(function(){
  637. // Hover over code
  638. var title = $(this).attr('title');
  639. $(this).data('tipText', title).removeAttr('title');
  640. $('<p class="tooltip"></p>')
  641. .text(title)
  642. .appendTo('body')
  643. .fadeIn('slow');
  644. }, function() {
  645. // Hover out code
  646. $(this).attr('title', $(this).data('tipText'));
  647. $('.tooltip').remove();
  648. }).mousemove(function(e) {
  649. var mousex = e.pageX + 15; //Get X coordinates
  650. var mousey = e.pageY - 45; //Get Y coordinates
  651. $('.tooltip')
  652. .css({ top: mousey, left: mousex })
  653. });
  654. });
  655.  
  656. // Static Scroll //
  657.  
  658. $( '.extras' ).bind( 'mousewheel DOMMouseScroll', function ( e ) {
  659. var e0 = e.originalEvent,
  660. delta = e0.wheelDelta || -e0.detail;
  661.  
  662. this.scrollTop += ( delta < 0 ? 1 : -1 ) * 30;
  663. e.preventDefault();
  664. });
  665. </script>
  666.  
  667.  
  668. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement