Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- BERMUDA TRIANGLE
- a character page by 666rps
- THANK YOU TO:
- - @neonbikethemes for the tabs base code/script
- - @htmlqueens for the tooltip base code/script
- RULES:
- - do not use as a base.
- other than the above credits,
- this was coded entirely by @666rps.
- - do not move or alter the credit.
- - do not steal code.
- - like and/or reblog the post.
- -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Arimo:400,400i,700|Raleway:700,700i,900,900i" rel="stylesheet">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /*
- To customize the accent color, command + F #666 and replace with the hex code of your choice.
- Check the gray comments that look like this in the code for customization options.
- Replace anything [in brackets] with your muse information.
- If you need anymore help customizing, contact @666rps.
- */
- #s-m-t-tooltip {
- max-width: 300px;
- background-color: #666;
- color: #fff;
- border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- z-index: 999999;
- margin: 10px 7px -2px 10px;
- font-size: 9px;
- padding: 2px 5px;
- font-weight: 700;
- letter-spacing: 1px;
- font-family: 'Raleway', calibri, sans-serif;
- text-transform: uppercase;
- text-align: center;
- }
- ::-webkit-scrollbar {
- width: 11px;
- height: 11px;
- background: #fff;
- }
- ::-webkit-scrollbar-thumb {
- background: #666;
- }
- ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
- border: 5px solid #fff;
- }
- ::-webkit-scrollbar-corner {
- background-color: transparent;
- }
- .tmblr-iframe, #tumblr_controls {
- position: fixed;
- z-index: 999999999999;
- opacity: 0.5;
- -webkit-filter: invert(100%);
- filter: invert(100%);
- }
- body {
- background: #ecebed;
- font-family: 'Arimo', calibri, sans-serif;
- font-size: 12px;
- margin: 0;
- line-height: 15px;
- -webkit-font-smoothing: antialiased;
- font-smoothing: antialiased;
- overflow-x: hidden;
- color: #555454;
- }
- b, strong, i, em, u, s, strike {
- color: #666;
- }
- b, strong {
- text-transform: uppercase;
- font-family: 'Raleway', helvetica, sans-serif;
- font-weight: 700;
- }
- i, em, s, strike {
- letter-spacing: 1px;
- }
- a {
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- a:hover {
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- header {
- position: relative;
- font-size: 54px;
- text-align: center;
- color: #666;
- line-height: 100%;
- font-family: 'Raleway', helvetica, sans-serif;
- font-weight: 900;
- bottom: -50px;
- text-shadow: 3px 3px 0px #aaa;
- text-transform: uppercase;
- letter-spacing: -1px;
- }
- .nav {
- font-family: 'Raleway', helvetica, sans-serif;
- text-align: center;
- width: 400px;
- text-transform: uppercase;
- margin: 0 auto;
- bottom: -50px;
- position: relative;
- }
- .nav a {
- padding: 0 8px;
- color: #888;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- font-weight: 700;
- }
- .nav a:hover {
- letter-spacing: 1px;
- color: #d5d8df;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #container {
- position: relative;
- height: 500px;
- width: 450px;
- top: 25em;
- left: 50%;
- margin-top: -220px;
- margin-left: -220px;
- background: url('') #fff;
- -webkit-border-radius: 25px;
- -moz-border-radius: 25px;
- border-radius: 25px;
- box-shadow: 3px 3px 0px #ccc;
- }
- .tab-nav {
- position: relative;
- top: 6em;
- text-align: center;
- padding: 0;
- }
- .tab-nav li {
- display: inline-block;
- list-style: none;
- }
- .tab-nav li a {
- display: inline-block;
- width: 12px;
- height: 12px;
- margin: 0 7px;
- -webkit-border-radius: 100%;
- -moz-border-radius: 100%;
- border-radius: 100%;
- border: 2px solid #fff;
- background: #666;
- }
- li.active a, li a:hover {
- background: #fff;
- border: 2px solid #666;
- }
- .tab {
- display: none;
- background: url('') #fff;
- -webkit-border-radius: 25px;
- -moz-border-radius: 25px;
- border-radius: 25px;
- width: 430px;
- height: 470px;
- padding: 10px;
- position: absolute;
- }
- .tab.active {
- display: block;
- }
- h1 {
- background: url('') #666;
- padding: 15px;
- margin: 0 0 8px;
- text-align: center;
- font-weight: 900;
- letter-spacing: 1px;
- font-size: 32px;
- font-family: 'Raleway', helvetica, sans-serif;
- text-transform: uppercase;
- color: #fff;
- -webkit-border-radius: 15px 15px 0 0;
- -moz-border-radius: 15px 15px 0 0;
- border-radius: 15px 15px 0 0;
- }
- img.profile {
- width: 75px;
- height: 75px;
- padding: 8px;
- border: 2px solid #666;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- .more {
- margin-top: 7px;
- }
- .stats {
- margin-left: 100px;
- height: 80px;
- padding: 5px;
- width: 320px;
- overflow: auto;
- line-height: 200%;
- }
- .stats b {
- padding: 3px;
- background: #666;
- color: #fff;
- margin-right: 3px;
- font-family: 'Raleway', helvetica, sans-serif;
- font-weight: 700;
- font-size: 10px;
- }
- .clear {
- clear: both;
- }
- .bar {
- height: 15px;
- margin-top: 8px;
- background: #666;
- }
- .bar.two {
- margin-top: 5px;
- }
- .traits {
- margin-top: 11px;
- display: inline-block;
- width: 165px;
- }
- .traits t {
- display: inline-block;
- padding: 3px 0 3px 6px;
- width: 150px;
- color: #666;
- font-family: 'Raleway', helvetica, sans-serif;
- font-style: italic;
- font-size: 14px;
- font-weight: 900;
- margin-bottom: 7px;
- border: 2px solid #666;
- }
- .connects {
- width: 190px;
- display: inline-block;
- padding: 5px 5px 15px;
- }
- .ships {
- height: 120px;
- overflow: auto;
- margin-bottom: 20px;
- }
- .connect {
- padding: 5px 0;
- }
- .connect img {
- width: 40px;
- height: 40px;
- padding: 2px;
- border: 2px solid #666;
- }
- .con-desc {
- display: inline-block;
- padding: 0 5px;
- margin-top: 2px;
- height: 42px;
- overflow: auto;
- width: 110px;
- }
- .con-desc b, .con-desc a {
- font-weight: 900;
- font-family: 'Raleway', helvetica, sans-serif;
- color: #666;
- text-transform: uppercase;
- letter-spacing: 0;
- }
- .con-desc a:hover {
- color: #888;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .bios {
- width: 190px;
- height: 160px;
- display: inline-block;
- padding: 5px 5px 15px;
- margin-bottom: 10px;
- }
- .bio {
- padding: 5px;
- height: 120px;
- overflow: auto;
- width: 195px;
- margin-bottom: 10px;
- }
- .bio b, .bio a {
- font-weight: 900;
- text-transform: uppercase;
- font-family: 'Raleway', helvetica, sans-serif;
- }
- .bio b:hover, .bio a:hover {
- color: #888;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .bio p {
- margin: 0 0 5px;
- text-align: justify;
- }
- .bio p:first-letter {
- margin-left: 12px;
- }
- .bar.three {
- display: inline-block;
- width: 15px;
- height: 180px;
- margin-top: 0px;
- }
- h2 {
- text-align: center;
- font-weight: 900;
- letter-spacing: 1px;
- font-size: 16px;
- font-family: 'Raleway', helvetica, sans-serif;
- text-transform: uppercase;
- color: #666;
- margin: 5px;
- }
- .bar.four {
- margin-top: -30px;
- -webkit-border-radius: 0 0 15px 15px;
- -moz-border-radius: 0 0 15px 15px;
- border-radius: 0 0 15px 15px;
- }
- .cdt {
- position: fixed;
- bottom: 10px;
- left: 10px;
- }
- .cdt a {
- font-size: 12px;
- background-color: #666;
- padding: 7px 7px 5px 7px;
- border-bottom: none;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- }
- .cdt a i {
- color: #ecebed;
- }
- .cdt a:hover {
- background-color: #ecebed;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- }
- .cdt a:hover i {
- color: #666;
- }
- </style>
- </head>
- <body>
- <header>muses</header>
- <div class="nav">
- <a href="/">back</a>
- <a href="/ask">ask</a>
- <a href="http://tumblr.com">dash</a>
- </div>
- <div class="tabs">
- <ul class="tab-nav">
- <li class="active">
- <a title="[muse1name]" href="#tab1"></a></li>
- <li><a title="[muse2name]" href="#tab2"></a></li>
- <li><a title="[muse3name]" href="#tab3"></a></li>
- <!--
- To add another dot for a new tab, copy/paste the following directly before this comment:
- <li><a title="[muse4name]" href="#tab4"></a></li>
- To add more, be sure to change the #tab4 to #tab5, and so on.
- -->
- </ul>
- </div>
- <div id="container">
- <div class="tabs">
- <!-- Tab one begins here. -->
- <div id="tab1" class="tab active">
- <h1>muse1 name</h1>
- <img src="http://placehold.it/75" class="profile left">
- <div class="stats">
- <b>birth name:</b> [muse1 birth name] <br>
- <b>goes by:</b> [muse1 name they go by] <br>
- <b>occupation:</b> [muse1 occupation] <br>
- <b>birth date:</b> [muse1 birth date] <br>
- <b>place of birth:</b> [muse1 place of birth] <br>
- <b>gender:</b> [muse1 gender] <br>
- <b>pronouns:</b> [muse1 pronouns] <br>
- <!--
- To add another line of statistics, copy/paste the following directly before this comment:
- <b>[statistic]:</b> [answer] <br>
- -->
- </div>
- <div class="clear"></div>
- <div class="bar"></div>
- <img src="http://placehold.it/75" class="profile right more">
- <div class="traits">
- <t>+ [positivetrait1]</t>
- <t>+ [positivetrait2]</t>
- <t>+ [positivetrait3]</t>
- </div>
- <div class="traits">
- <t>- [negativetrait1]</t>
- <t>- [negativetrait2]</t>
- <t>- [negativetrait3]</t>
- </div>
- <div class="bar two"></div>
- <div class="connects">
- <h2>connections</h2>
- <div class="ships">
- <div class="connect">
- <img src="http://placehold.it/40" class="left">
- <div class="con-desc">
- <a href="/">[name1]</a>: [connection1 details]
- </div>
- </div>
- <div class="connect">
- <img src="http://placehold.it/40" class="left">
- <div class="con-desc">
- <a href="/">[name2]</a>: [connection2 details]
- </div>
- </div>
- <!--
- To add another connection, copy/paste the following directly above this comment:
- <div class="connect">
- <img src="http://placehold.it/40" class="left">
- <div class="con-desc">
- <a href="/">[name3]</a>: [connection info]
- </div>
- </div>
- -->
- </div>
- </div>
- <div class="bar three"></div>
- <div class="bios">
- <h2>biography</h2>
- <div class="bio">
- <p>[muse1 bio goes here]</p>
- </div>
- </div>
- <div class="bar four"></div>
- </div>
- <!-- First tab ends. -->
- <!-- Second tab begins. -->
- <div id="tab2" class="tab">
- <h1>crush</h1>
- <img src="http://placehold.it/75" class="profile left">
- <div class="stats">
- <b>birth name:</b> [muse2 birth name] <br>
- <b>goes by:</b> [muse2 name they go by] <br>
- <b>occupation:</b> [muse2 occupation] <br>
- <b>birth date:</b> [muse2 birth date] <br>
- <b>place of birth:</b> [muse2 place of birth] <br>
- <b>gender:</b> [muse2 gender] <br>
- <b>pronouns:</b> [muse2 pronouns] <br>
- </div>
- <div class="clear"></div>
- <div class="bar"></div>
- <img src="http://placehold.it/75" class="profile right more">
- <div class="traits">
- <t>+ [positivetrait1]</t>
- <t>+ [positivetrait2]</t>
- <t>+ [positivetrait3]</t>
- </div>
- <div class="traits">
- <t>- [negativetrait1]</t>
- <t>- [negativetrait2]</t>
- <t>- [negativetrait3]</t>
- </div>
- <div class="bar two"></div>
- <div class="connects">
- <h2>connections</h2>
- <div class="ships">
- <div class="connect">
- <img src="http://placehold.it/40" class="left">
- <div class="con-desc">
- <a href="/">[name1]</a>: [connection info]
- </div>
- </div>
- <div class="connect">
- <img src="http://placehold.it/40" class="left">
- <div class="con-desc">
- <a href="/">[name2]</a>: [connection info]
- </div>
- </div>
- </div>
- </div>
- <div class="bar three"></div>
- <div class="bios">
- <h2>biography</h2>
- <div class="bio">
- <p>[muse2 bio]</p>
- </div>
- </div>
- <div class="bar four"></div>
- </div>
- <!-- Second tab ends. -->
- <!-- Third tab begins. -->
- <div id="tab3" class="tab">
- <h1>dean</h1>
- <img src="http://placehold.it/75" class="profile left">
- <div class="stats">
- <b>birth name:</b> [muse3 birth name] <br>
- <b>goes by:</b> [muse3 name they go by] <br>
- <b>occupation:</b> [muse3 occupation] <br>
- <b>birth date:</b> [muse3 birth date] <br>
- <b>place of birth:</b> [muse3 place of birth] <br>
- <b>gender:</b> [muse3 gender] <br>
- <b>pronouns:</b> [muse3 pronouns] <br>
- </div>
- <div class="clear"></div>
- <div class="bar"></div>
- <img src="http://placehold.it/75" class="profile right more">
- <div class="traits">
- <t>+ [positivetrait1]</t>
- <t>+ [positivetrait2]</t>
- <t>+ [positivetrait3]</t>
- </div>
- <div class="traits">
- <t>- [negativetrait1]</t>
- <t>- [negativetrait2]</t>
- <t>- [negativetrait3]</t>
- </div>
- <div class="bar two"></div>
- <div class="connects">
- <h2>connections</h2>
- <div class="ships">
- <div class="connect">
- <img src="http://placehold.it/40" class="left">
- <div class="con-desc">
- <a href="/">[name1]</a>: [connection info]
- </div>
- </div>
- <div class="connect">
- <img src="http://placehold.it/40" class="left">
- <div class="con-desc">
- <a href="/">[name2]</a>: [connection info]
- </div>
- </div>
- </div>
- </div>
- <div class="bar three"></div>
- <div class="bios">
- <h2>biography</h2>
- <div class="bio">
- <p>[muse3 bio]</p>
- </div>
- </div>
- <div class="bar four"></div>
- </div>
- <!-- Third tab ends. -->
- <!-- Add another tab directly above this comment. -->
- </div>
- </div>
- <!-- Do not change anything below this line. -->
- <div class="cdt"><a title="page by nic" href="http://666rps.tumblr.com"><i class="lnr lnr-heart"></i></a></div>
- <script>
- $(document).ready(function() {
- $('.tabs .tab-nav a').on('click', function(e) {
- var currentAttrValue = $(this).attr('href');
- $('.tabs ' + currentAttrValue).fadeIn(700).siblings().hide();
- $(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('#tabOptions li a').click(function() {
- var tabClass = $(this).attr('class');
- $('#tabOptions li').removeClass('active');
- $(this).parent().addClass('active');
- if(tabClass == 'all') {
- $('#tab-container').children('div.item').show();
- }
- else {
- $('#tab-container').children('div:not(.' + tabClass + ')').hide();
- $('#tab-container').children('div.' + tabClass).show();
- }
- return false;
- });
- });
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment