Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- RP MASTERLIST
- Page #03. (RP Masterlist Page)
- http://noiretblanc-themes.tumblr.com/
- Please don't use this theme as a base or claim it as your own.
- You are free to edit this page as much as you want (I just recommend doing this if you know a little about coding. Be aware I won't provide any help if you decide to heavily edit this code.). JUST DON'T ERASE THE CREDITS.
- CREDITS TO:
- Original background from: http://subtlepatterns.com/
- Filter script by: http://septembre.co.vu/-->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <title>RP Masterlist</title>
- <style>
- ::-webkit-scrollbar {
- width: 5px;
- }
- ::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,1);
- border-radius: 1px;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 1px;
- -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,1);
- }
- ::selection {
- background: #222; /* WebKit/Blink Browsers */
- color:#fff;
- }
- ::-moz-selection {
- background: #222; /* Gecko Browsers */
- color:#fff;
- }
- .rpsummary::-webkit-scrollbar {
- width: 0px;
- }
- body{
- background-image:URL("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/gridme.png"); /*Change the bg image here */
- background-attachment: fixed;
- background-color:#FFFFFF; /*Change the bg color here */
- margin:0;
- padding:0;
- font-family: 'Poiret One', cursive;
- }
- #sidebar{
- background-image:URL("URL");/*Add a BG image in the sidebar here*/
- width:300px;
- height:100%;
- position:fixed;
- margin-bottom:5px;
- text-align:center;
- background-color:RGBA(0,0,0,0.6); /* Use this code to use opacity */
- border-right:solid 10px #111;
- }
- .displaytitle{
- margin-top:40px;
- font-size:1.8em;
- color:white; /* Title color */
- font-family: 'Amatic SC', cursive;
- }
- .displayimage{
- width:128px;
- height:128px;
- overflow:hidden;
- border-radius:200px;
- border:solid 10px #111; /* Avatar border color */
- margin:0 auto;
- margin-top:10px;
- }
- .displayimage img{
- max-width:128px;
- }
- .displaylinks{
- margin-top:8px;
- }
- .displaylinks li{
- display:inline-block;
- margin-right:5px;
- margin-left:5px;
- list-style:none;
- }
- .displaylinks a{
- display:inline-block;
- width:40px;
- height:40px;
- text-decoration:none;
- color:#fff; /* Main Links color */
- background-color:#111; /* Main Links BG */
- box-sizing:border-box;
- padding:11px 11px 10px 11px;
- border-radius:50px;
- -moz-transition:all .5s ease-in-out; /*For Mozilla Browser*/
- -webkit-transition:all .5s ease-in-out; /*For Chrome and Safari*/
- -o-transition:all .5s ease-in-out; /*For Opera Browser*/
- transition:all .5s ease-in-out;
- }
- .displaylinks a:hover{
- color:#fff; /* Main Links color on hover */
- background-color:#333; /* Main Links BG on hover */
- }
- .tooltip {
- display:none;
- position:absolute;
- border:1px solid #333;
- color:#fff; /* Hover text color */
- background-color:#161616; /* Hover text bg */
- border-radius:5px;
- padding:6px 10px;
- font-size:14px;
- }
- .customlinks{
- margin:8px;
- }
- .customlinks a{
- display:inline-block;
- width:120px;
- text-decoration:none;
- color:white; /* Custom links text color */
- background-color:#111; /* Custom links bg color */
- margin-top:3px;
- margin-bottom:3px;
- padding:2px 0 5px 0;
- -moz-transition:all .5s ease-in-out; /*For Mozilla Browser*/
- -webkit-transition:all .5s ease-in-out; /*For Chrome and Safari*/
- -o-transition:all .5s ease-in-out; /*For Opera Browser*/
- transition:all .5s ease-in-out;
- }
- .customlinks a:hover{
- color:#fff; /* Hover custom links color */
- background-color:#333; /* Hover custom links bg color */
- letter-spacing:2px;
- }
- #sort{
- width:300px;
- margin:20px 0 0 0;
- padding:0;
- }
- #sort li {
- display:inline-block;
- text-align:center;
- list-style: none;
- }
- #sort ul {
- list-style: none;
- padding:0;
- margin:0;
- }
- #sort a {
- display:inline-block;
- width:125px;
- text-decoration:none;
- color:white; /* Filters color */
- background-color:#111; /* Filters bg color */
- padding:8px 0 8px 0;
- margin-left:-4px;
- margin-right:-4px;
- -moz-transition:all .5s ease-in-out; /*For Mozilla Browser*/
- -webkit-transition:all .5s ease-in-out; /*For Chrome and Safari*/
- -o-transition:all .5s ease-in-out; /*For Opera Browser*/
- transition:all .5s ease-in-out;
- }
- #sort a:hover {
- color:#fff; /* Filters hover color */
- background-color:#333; /* Filters hover bg color */
- letter-spacing:2px;
- }
- #sort li a.selected {
- color:#fff; /* Filter selected color */
- background:#888; /* Filter selected bg color */
- }
- .all{
- width:500px;
- margin:10px;
- transition-duration:1s;
- -webkit-transition-duration:1s;
- }
- .top{
- border-radius:10px 10px 0 0;
- }
- .left{
- border-radius:10px 0 0 0;
- }
- .right{
- border-radius:0 10px 0 0;
- }
- .bleft{
- border-radius:0 0 0 10px;
- }
- .bright{
- border-radius:0 0 10px 0;
- }
- #wonderland{
- position:absolute;
- margin-left:320px;
- margin-right:10px;
- margin-bottom:10px;
- height:100%;
- padding-left:40px;
- box-sizing:border-box;
- padding-bottom:10px;
- font-family: 'Quicksand', sans-serif;
- overflow:scroll;
- }
- .box{
- position:relative;
- height:392px;
- width:500px;
- display:inline-block;
- margin:10px 20px 15px 0;
- }
- .charaname{
- position:absolute;
- left:0;
- top:0px;
- color:white; /* Top box font color */
- background-color:#222; /* Top box bg color */
- width:100%;
- height:40px;
- box-sizing:border-box;
- padding-top:8px;
- padding-left:10px;
- font-size:1.4em;
- }
- .charaname sub{
- font-size:13px;
- position:relative;
- top:-6px;
- left:-5px;
- }
- .contentbox{
- position:absolute;
- top:45px;
- width:500px;
- height:300px;
- background-color: RGBA(1,1,1,0.3); /* Main box bg color */
- box-sizing:border-box;
- }
- .rpdetails{
- position:absolute;
- color:white; /* Open-Private + SFW-NSFW color */
- right:5px;
- top:-26px;
- }
- .characterbox{
- height:300px;
- min-height: 10em;
- display: table-cell;
- vertical-align: middle;
- }
- .char-avi{
- position:relative;
- min-width:200px;
- min-height:300px;
- }
- .imageresize{
- position:absolute;
- top:0;
- bottom:0;
- left:0;
- right:0;
- margin:auto;
- max-width:180px;
- max-height:250px;
- border:solid 1px #222;
- border-radius:5px;
- }
- .rpsummary{
- position:absolute;
- top:0px;
- left:200px;
- width:295px;
- height:295px;
- box-sizing:border-box;
- padding:8px 5px 0 0;
- overflow-y:scroll;
- }
- .rpsummary p{
- padding:0;
- margin:0;
- margin-left:20px;
- margin-bottom:5px;
- margin-top:5px;
- color:white; /* Main box font color */
- }
- .sub{
- font-weight:bold;
- font-size:14px;
- color:#111; /* Setting+Ship+Summary font color */
- }
- .sub:before{
- content:"❝";
- margin-right:2px;
- }
- .sum{
- text-align:justify !important;
- }
- .bottombar{
- position:absolute;
- left:0;
- bottom:1px;
- background-color:#222; /* Bottom box bg color */
- width:100%;
- height:40px;
- box-sizing:border-box;
- text-align:center;
- }
- .bottombar a{
- display:inline-block;
- color:white; /* Bottom box font color */
- text-decoration:none;
- margin-right:20px;
- margin-left:20px;
- border-right:solid 1px white; /* Bottom borders color */
- border-left:solid 1px white; /* Bottom borders color */
- padding:10px 20px 0 20px;
- height:30px;
- -moz-transition:all .5s ease-in-out; /*For Mozilla Browser*/
- -webkit-transition:all .5s ease-in-out; /*For Chrome and Safari*/
- -o-transition:all .5s ease-in-out; /*For Opera Browser*/
- transition:all .5s ease-in-out;
- }
- .bottombar a:hover{
- color:#222; /* Bottom hover font color */
- background-color:white; /* Bottom hover bg color */
- }
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div class="displaytitle">{Title}</div>
- <div class="displayimage"><img src="{PortraitURL-128}"></div>
- <div class="displaylinks">
- <li><a title="Home" class="masterTooltip" href="/"><i class="fa fa-home"></i></a></li>
- <li><a title="Ask" class="masterTooltip" href="/ask"><i class="fa fa-envelope"></i></a></li>
- <li><a title="Submit" class="masterTooltip" href="/submit"><i class="fa fa-upload"></i></a></li>
- <!-- PLEASE DON'T REMOVE THIS -->
- <li><a title="Theme" class="masterTooltip" href="http://noiretblanc-themes.tumblr.com/"><i class="fa fa-code"></i></a></li>
- <!-- PLEASE DON'T REMOVE THIS -->
- </div>
- <!-- Add your custom links here. You can also erase them if you want. -->
- <div class="customlinks">
- <a href="URL">Link</a>
- <a href="URL">Link</a>
- <a href="URL">Link</a>
- <a href="URL">Link</a>
- <a href="URL">Link</a>
- <a href="URL">Link</a>
- </div>
- <!-- You can remove/add/edit the filters (See how to add new filters at the end of the code). Just be sure to leave the links that have a "class" for aesthetic reasons. -->
- <div id="rpstatus">
- <div id="sort">
- <ul id="filters" class="option-set clearfix" data-option-key="filter">
- <li><a href="#filter" data-option-filter=".all" class="top">All</a></li><br>
- <li><a href="#filter" data-option-filter=".complete" class="left">Complete</a></li>
- <li><a href="#filter" data-option-filter=".cancel" class="right">Cancelled</a></li>
- <li><a href="#filter" data-option-filter=".ongoing">On Going</a></li>
- <li><a href="#filter" data-option-filter=".onhold">On Hold</a></li>
- <li><a href="#filter" data-option-filter=".open">Open RP</a></li>
- <li><a href="#filter" data-option-filter=".private">Private RP</a></li>
- <li><a href="#filter" data-option-filter=".sfw" class="bleft">SFW</a></li>
- <li><a href="#filter" data-option-filter=".nsfw" class="bright">NSFW</a></li>
- </ul>
- </div>
- </div>
- </div>
- <div id="wonderland" class="clearfix">
- <!-- All RP threads go below this code -->
- <!----------------------New RP thread---------------------->
- <!-- !!IMPORTANT!!
- To make the filters work you need to edit the next code.
- In "class" you will have to put the filters you want the thread to have.
- They should be separated only by a space
- I recommend the next order:
- 1. all (This one is default; if you don't use it it will mess up the whole code.)
- 2. open | private
- 3. sfw | nsfw
- 4. complete | ongoing | onhold | cancel
- By default there should be 4 filters in your thread. -->
- <div id="chara" class="all open sfw complete"><div class="box">
- <!--Name of the character + Series -->
- <div class="charaname">
- Character Name <sub>(Series)</sub>
- </div>
- <!--Open/Private, SFW/NSFW specifications -->
- <div class="contentbox"><div class="rpdetails">
- Open | SFW
- </div>
- <!--Picture of the character. Size recommended 180x250. Pictures will automatically resize. -->
- <div class="characterbox"><div class="char-avi">
- <img src="http://winetester.utdallas.edu/images/empty.jpg" class="imageresize">
- </div></div>
- <!--RP Details -->
- <div class="rpsummary">
- <div class="sub">Status:</div><p>Complete</p>
- <div class="sub">Setting:</div><p>Canon Compliant</p>
- <div class="sub">Ship:</div><p>Character x Character</p>
- <div class="sub">Summary:</div>
- <p class="sum">"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>
- </div></div>
- <div class="bottombar">
- <!-- Just edit the PARTNERNAME and URL parts-->
- <a title="PARTNERNAME" class="masterTooltip" href="URL" target="_blank">Partner</a>
- <a href="URL">Thread</a>
- </div>
- </div></div>
- <!----------------------End of the RP thread ---------------------->
- <!----------------------New RP thread---------------------->
- <div id="chara" class="all private nsfw ongoing"><div class="box">
- <!--Name of the character + Series -->
- <div class="charaname">
- Character Name <sub>(Series)</sub>
- </div>
- <!--Open/Private, SFW/NSFW specifications -->
- <div class="contentbox"><div class="rpdetails">
- Private | NSFW
- </div>
- <!--Picture of the character. Size recommended 180x250. Pictures will automatically resize. -->
- <div class="characterbox"><div class="char-avi">
- <img src="http://winetester.utdallas.edu/images/empty.jpg" class="imageresize">
- </div></div>
- <!--RP Details -->
- <div class="rpsummary">
- <div class="sub">Status:</div><p>On Going</p>
- <div class="sub">Setting:</div><p>Canon Compliant</p>
- <div class="sub">Ship:</div><p>Character x Character</p>
- <div class="sub">Summary:</div>
- <p class="sum">"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>
- </div></div>
- <div class="bottombar">
- <!-- Just edit the PARTNERNAME and URL parts-->
- <a title="PARTNERNAME" class="masterTooltip" href="URL" target="_blank">Partner</a>
- <a href="URL">Thread</a>
- </div>
- </div></div>
- <!----------------------End of the RP thread ---------------------->
- <!-- All RP threads go above this code -->
- </div>
- </body>
- <!------- filter scripts -------->
- <script src="http://static.tumblr.com/fuu6t9w/kh8ml0pl9/jquery-1.7.1.min.js"></script>
- <script src="http://static.tumblr.com/fuu6t9w/eubml0pm0/jquery.isotope.min.js"></script>
- <script>
- $(function(){
- var $container = $('#wonderland');
- $container.isotope({
- itemSelector : '.all'
- });
- var $optionSets = $('#sort .option-set'),
- $optionLinks = $optionSets.find('a');
- $optionLinks.click(function(){
- var $this = $(this);
- // don't proceed if already selected
- if ( $this.hasClass('selected') ) {
- return false;
- }
- var $optionSet = $this.parents('.option-set');
- $optionSet.find('.selected').removeClass('selected');
- $this.addClass('selected');
- // make option object dynamically, i.e. { filter: '.my-filter-class' }
- var options = {},
- key = $optionSet.attr('data-option-key'),
- value = $this.attr('data-option-filter');
- // parse 'false' as false boolean
- value = value === 'false' ? false : value;
- options[ key ] = value;
- if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
- // changes in layout modes need extra logic
- changeLayoutMode( $this, options )
- } else {
- // otherwise, apply new options
- $container.isotope( options );
- }
- return false;
- });
- });
- $(document).ready(function() {
- // Tooltip only Text
- $('.masterTooltip').hover(function(){
- // Hover over code
- var title = $(this).attr('title');
- $(this).data('tipText', title).removeAttr('title');
- $('<p class="tooltip"></p>')
- .text(title)
- .appendTo('body')
- .fadeIn('slow');
- }, function() {
- // Hover out code
- $(this).attr('title', $(this).data('tipText'));
- $('.tooltip').remove();
- }).mousemove(function(e) {
- var mousex = e.pageX - 25; //Get X coordinates
- var mousey = e.pageY - 50; //Get Y coordinates
- $('.tooltip')
- .css({ top: mousey, left: mousex })
- });
- });
- $( '.rpsummary' ).bind( 'mousewheel DOMMouseScroll', function ( e ) {
- var e0 = e.originalEvent,
- delta = e0.wheelDelta || -e0.detail;
- this.scrollTop += ( delta < 0 ? 1 : -1 ) * 30;
- e.preventDefault();
- });
- </script>
- <!-- To add a new filter just copy this code next to the others:
- <li><a href="#filter" data-option-filter=".FILTER" class="left">NAME</a></li>
- And edit .FILTER and NAME
- IMPORTANT: The filter MUST have a . at the beggining, otherwise it wont work.
- -->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement