Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- All-In-One Theme Base Code by Paige @neonbikethemes.tumblr.com
- RULES OF THE BASE CODE:
- - Don't steal and repost as your own
- - Leave a little line in the code somewhere that says the base code is by neonbike themes. You can delete the rules.
- - please like/reblog the post
- - if you have questions don't hesitate to ask!
- Thanks!
- -->
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta charset="utf-8">
- <meta name="viewport" content="initial-scale=1.0, width=device-width" />
- <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <!-- IMPORTED SCRIPTS - DON'T REMOVE -->
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <!-- TOOLTIP SCRIPT (REMOVE ONYL IF YOU WANT STANDARD BROWSER TOOLTIPS) -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /* FONTS */
- /* GASARA */
- @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
- /* DARLESTON */
- @font-face { font-family: "darleston"; src: url('https://dl.dropboxusercontent.com/s/pon2nz49g2gofuu/Darleston.otf') }
- /* ASPEX */
- @font-face{ font-family: "aspex"; src: url('https:/dl.dropboxusercontent.com/s/yeeehszy65j0cfk/ASPEX_0.TTF') }
- ::-webkit-scrollbar-thumb {
- height: auto;
- background-color: #be195b;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:4px;
- background-color: #e2e2e2;
- }
- body {
- background: #ffffff;
- background-image:url(http://i.imgur.com/NIA9tjH.jpg);
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-position: bottom right;
- }
- a {
- text-decoration: none;
- outline: none;
- -moz-outline-style: none;
- color: #be195b;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- a:hover {
- color: #e3cacf;
- text-shadow: -2px -2px 0px #e3cacf, 2px 2px 0px #e3cacf;
- opacity: 0;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- img {
- border:none;
- }
- blockquote {
- margin-left: 10px;
- padding-left: 5px;
- border-left: 1px solid #be195b;
- border-bottom: 1px dotted #be195b;
- }
- blockquote blockquote {
- margin-left: 10px;
- padding-left: 5px;
- border-left: 1px solid #be195b;
- border-bottom: 1px dotted #be195b;
- }
- blockquote img {
- max-width: 190px !important;
- height: auto;
- opacity: 0.4;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
- }
- blockquote img:hover {
- opacity: 0.7;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- -webkit-filter: grayscale(50%);
- filter: grayscale(50%);
- }
- blockquote blockquote img {
- max-width: 135px !important;
- height: auto;
- opacity: 0.4;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
- }
- blockquote blockquote img:hover {
- opacity: 0.7;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- -webkit-filter: grayscale(50%);
- filter: grayscale(50%);
- }
- h1, h2, h3 {
- font-family: "aspex";
- font-size: 20px;
- text-align: justify;
- color: #be195b;
- text-shadow: -2px -2px 0px #e3cacf;
- font-weight: 200;
- }
- img {
- border:none;
- }
- pre, code {
- color: #3e3e3e;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 9px;
- word-wrap: break-word;
- background-color: #ffffff;
- padding: 3px;
- border-radius: 10px 0px 10px 0px;
- border-left: 1px solid #e3cacf;
- border-right: 1px solid #e3cacf;
- }
- #bigcon{
- width: 270px;
- height: 50px;
- float: left;
- margin-left: 275px;
- margin-top: 40px;
- background-color: #e2e2e2;
- }
- .tabcontent {
- background-color: #e2e2e2;
- position:static;
- margin-left:auto;
- margin-right:auto;
- width: 270px;
- height: 400px;
- overflow-y: auto;
- overflow-x: hidden;
- text-align: center;
- margin-bottom: 100px;
- }
- #postcontainer {
- background-color: #e2e2e2;
- position:static;
- width: 270px;
- max-height: 400px;
- overflow-y: auto;
- overflow-x: hidden;
- text-align:center;
- }
- /* HEADER */
- #topbar{
- position:static;
- margin-bottom:50px;
- text-align:center;
- }
- #navbar{
- display:inline-block;
- text-align:center;
- }
- /* TABS */
- .tabs {
- overflow-y: auto;
- margin-left:0px;
- display:inline-block;
- }
- /* TAB LINKS */
- /* Clearfix */
- .tab-links:after {
- display: block;
- clear: both;
- content:'';
- }
- .tab-links li {
- margin-left: -5px;
- display:inline-block;
- list-style:none;
- text-transform:uppercase;
- }
- .tab-links a {
- padding: 2px;
- display:inline-block;
- color: #be195b;
- font-family: "Aspex";
- font-size: 10px;
- transition:all linear 0.15s;
- border-bottom:1px solid transparent;
- }
- .tab-links a:hover {
- border-bottom:1px solid #000000;
- text-decoration:none;
- }
- li.active a, li.active a:hover {
- background:transparent;
- color: #be195b;
- border-bottom:1px solid #be195b;
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- /*----- Content of Tabs -----*/
- .tab-content {
- }
- .tab {
- display:none;
- }
- .tab.active {
- display:block;
- }
- /* POSTS */
- .posts {
- padding: 10px;
- width: 250px;
- margin-bottom: 40px;
- word-wrap: break-word;
- font-family: "Calibri";
- font-size: 12px;
- color: #3e3e3e;
- line-height: 110%;
- text-align: justify;
- }
- .posts img {
- max-width: 245px;
- height: auto;
- opacity: .5;
- -webkit-filter: grayscale(100%);
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .posts img:hover {
- opacity: 1;
- -webkit-filter: grayscale(0%) !important;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- -webkit-filter: grayscale(0%);
- }
- .title {
- font-family: "Aspex";
- color: #be195b;
- font-size: 25px;
- line-height: 100%;
- text-align: justify;
- text-decoration: none;
- -moz-transition: all 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .perma {
- width: auto !important;
- margin: 10px 0px 0px 0px;
- padding: 5px;
- color: #3e3e3e;
- font-family: "Gasara";
- font-size: 8px;
- line-height:100%;
- word-spacing:0;
- letter-spacing:1px;
- text-align:center;
- text-transform:uppercase;
- text-decoration:none;
- }
- .permapage {
- width:auto !important;
- margin:10px 0px 0px 0px;
- padding:5px;
- background-color: #e5e5e5;
- color: #3e3e3e;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 100%;
- letter-spacing:1px;
- text-align:center;
- text-transform:uppercase;
- text-decoration:none;
- }
- .notes_wrapper {
- width: 250px;
- max-height: 200px !important;
- margin: -5px 0px 0px 0px;
- padding: 10px;
- overflow: auto;
- }
- .notes {
- margin: -5px 0px 0px -25px;
- word-wrap: break-word;
- display: inline-block;
- line-height: 100%;
- color: #3e3e3e;
- background-color: #e5e5e5;
- text-align: left;
- text-transform: auto;
- font-family: "Calibri";
- font-size:10px;
- letter-spacing:0;
- word-spacing:0;
- list-style-type:none;
- }
- .notes a{
- text-transform: uppercase;
- }
- .notes ul, ol {
- display:inline-block;
- }
- .notes li {
- margin-top:5px;
- }
- .notes img {
- display:none;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- -webkit-filter: grayscale(100%);
- opacity: .5;
- }
- .notes img:hover {
- -webkit-filter: grayscale(0%) !important;
- opacity: 1;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .read_more {
- padding:4px;
- background-color: #e5e5e5;
- text-align: center;
- }
- /* Asks */
- #asker {
- font-family: "Darleston";
- font-size: 40px;
- text-align: center;
- margin-bottom: 5px;
- border-bottom: 1px dotted #ffffff;
- }
- #question {
- background-color: #ffffff;
- padding: 5px;
- font-family: "Gasara";
- font-size: 8px;
- color: #3e3e3e;
- line-height: 10px;
- }
- /* Quotes */
- .quotes {
- width:auto !important;
- margin:0px 0px 5px 0px;
- padding:10px;
- font-family: "Darleston";
- font-size: 30px;
- color: #e3cacf;
- text-align:justify;
- line-height:100%;
- }
- .source {
- font-family: "Gasara";
- font-size: 8px;
- letter-spacing: 1px;
- text-align: right;
- }
- /* Chat */
- .chat {
- width: auto !important;
- }
- .even, .odd {
- color: #3e3e3e;
- padding:2px 10px 2px 10px;
- font-family: "Calibri";
- font-size:12px;
- line-height:100%;
- text-align:justify;
- }
- /* Audio */
- .audio {
- padding: 0;
- }
- .audio_container {
- overflow: hidden;
- position: relative;
- width: 100px;
- }
- .soundcloud_audio_player {
- width: 100%;
- }
- .tumblr_audio_player {
- width: 100%;
- }
- /* Images */
- .photo {
- max-width:100%;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- -webkit-filter: grayscale(100%);
- opacity: .5;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .photo:hover {
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- -webkit-filter: grayscale(0%) !important;
- opacity: 1;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- -webkit-filter: grayscale(0%);
- }
- .image img {
- max-width:100%;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- -webkit-filter: grayscale(100%);
- opacity: .5;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .video {
- max-width:250px !important;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- -webkit-filter: grayscale(100%);
- opacity: .5;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .video:hover {
- opacity: 1;
- -webkit-filter: grayscale(0%);
- opacity: 1;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- /* MUSES */
- ul.img-list {
- list-style-type: none;
- margin: 0;
- padding: 0;
- text-align: center;
- }
- ul.img-list li {
- display: inline-block;
- width: 270px;
- height: 125px;
- position: relative;
- -webkit-transition:all 0.7s linear;
- -moz-transition:all 0.7s linear;
- -o-transition:all 0.7s linear;
- transition:all 0.74s linear;
- }
- ul.img-list a:hover {
- opacity: 1;
- text-shadow: 0px 0px 0px #000000;
- color: #000000;
- }
- span.text-content {
- opacity: 0;
- background: #ffffff;
- display: table;
- width: 258px;
- height: 130px;
- padding: 5px;
- top: 0;
- left: 0;
- text-align: justify;
- position: absolute;
- -webkit-transition:all 0.7s linear;
- -moz-transition:all 0.7s linear;
- -o-transition:all 0.7s linear;
- transition:all 0.74s linear;
- }
- ul.img-list li:hover span.text-content {
- opacity: 1;
- -webkit-transition:all 0.7s linear;
- -moz-transition:all 0.7s linear;
- -o-transition:all 0.7s linear;
- transition:all 0.74s linear;
- }
- span.text-content span {
- color: #000000;
- font-family: "Calibri";
- font-size: 12px;
- letter-spacing: 1px;
- margin-left: -10px;
- display: table-cell;
- text-align: justify;
- vertical-align: middle;
- }
- span.text-content b {
- font-family: "Aspex";
- font-size: 10px;
- }
- .tabtext {
- font-family: "Calibri";
- font-size: 12px;
- padding: 5px;
- line-height: 120%;
- color: #000000;
- text-align: justify;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="bigcon">
- <!--TOPBAR-->
- <div id="topbar">
- <div id="navbar">
- <div class="tabs">
- <ul class="tab-links">
- <li class="active" style="margin-left:-30px">
- <a href="#tab1">HOME</a></li>
- <li><a href="#tab2">INBOX</a></li>
- <li><a href="#tab3">MUSES</a></li>
- <li><a href="#tab4">TRIAL</a></li>
- <li><a href="#tab5">NOTE</a></li>
- </ul>
- </div>
- </div>
- </div>
- <!-- --------------------------- TABS -------------------------- -->
- <div class="tabs">
- <!-- --------------------------- TAB 1 -------------------------- -->
- <div class="tab-content">
- <div id="tab1" class="tab active">
- <div id="postcontainer">
- {block:Posts}
- <div class="posts">
- <!-- PHOTO POST -->
- {block:Photo}
- {LinkOpenTag}
- <div class="image"><img src="{PhotoURL-250}" /></div>
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- <!-- PHOTOSET POST -->
- {block:Photoset}
- <div class="photo">{Photoset-250}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- <!-- VIDEO POST -->
- {block:Video}
- <div class="video">{Video-250}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!-- CHAT POST -->
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="chat">
- {block:Lines}
- <div class="{Alt}">
- {block:Label}<span style="color: #be195b; font-family: 'Aspex'; font-size: 10px;">{Label}</span>{/block:Label} {Line}</div>
- {/block:Lines}
- </div>
- {/block:Chat}
- <!-- QUOTE POST -->
- {block:Quote}
- <div class="quotes">{Quote}</div>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- <!-- LINK POST -->
- {block:Link}
- <a href="{URL}" target="_blank"><div class="title">{Name}</div></a>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!-- TEXT POST -->
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {Body}
- {block:More}<a href="{Permalink}"><div class="read_more">{text:Read More Title}</div></a>{/block:More}
- {/block:Text}
- <!-- ASK POST -->
- {block:Answer}
- <div id="asker">{Asker}</div>
- <div id="question">{Question}</div>
- {Answer}
- {/block:Answer}
- <!-- AUDIO POST -->
- {block:Audio}
- <div class="audioContainer">
- {block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- <!-- POST PERMA -->
- {block:IndexPage}
- <div class="perma">
- {block:Date}<a href="{Permalink}" title="@ {12Hour}:{Minutes}{AmPm} with {NoteCountwithLabel}" >{MonthNumberWithZero}{DayOfMonthWithZero}{Year}</a>{/block:Date}
- {block:RebloggedFrom} × <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> ( <a href="{ReblogRootURL}" title="{ReblogRoottitle}">src</a> ){/block:RebloggedFrom} × <a href="{ReblogURL}" title="Reblog?">reblog</a> {block:HasTags} × <a title="{block:Tags} #{Tag}{/block:Tags}">tags</a>{/block:HasTags}
- </div>
- {/block:IndexPage}
- {block:PermaLinkPage}
- <div class="permapage">
- Posted On: {DayOfWeek}, {DayOfMonth} {Month} {Year}.
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> (<a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>)
- {/block:RebloggedFrom}</br>
- <span style="margin-top:5px; text-align:center; width:auto;">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags} </span>
- </div>
- {/block:PermalinkPage}
- </div> <!-- END OF POST DIV -->
- {block:PermaLinkPage}
- {block:PostNotes}
- <div class="notes_wrapper">
- <div class="notes">{PostNotes}</div>
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </div>
- <!-- TAB 2 -->
- <div id="tab2" class="tab">
- <div class="tabcontent">
- <iframe frameborder="0" scrolling="no" width="250" height="250" src="https://www.tumblr.com/ask_form/15304.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- </div>
- </div>
- <!-- -------------------------- TAB 3 -------------------------- -->
- <div id="tab3" class="tab">
- <div class="tabcontent">
- <center>
- <ul class="img-list">
- <li>
- <a href="/bitter/abel">
- <img src="http://i.imgur.com/xAXfg77.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Abel Ahn<br />
- <b>AGE:</b> 23 (twenty-three)<br />
- <b>JOB:</b> English Teacher<br />
- <b>FACE:</b> Lee Byunghun (L.Joe)<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/ace">
- <img src="http://i.imgur.com/c7HW4IT.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Park Jaesoo (Ace)<br />
- <b>AGE:</b> 19 (nineteen)<br />
- <b>JOB:</b> Student (Robotics Major)<br />
- <b>FACE:</b> Kim Mingyu<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/autumn">
- <img src="http://i.imgur.com/1uLw5MK.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Lee Autumn<br />
- <b>AGE:</b> 20 (twenty)<br />
- <b>JOB:</b> Trainee (BigHit Ent.)<br />
- <b>FACE:</b> Park Kyungri<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/caleb">
- <img src="http://i.imgur.com/CmUpEp3.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Caleb Peters<br />
- <b>AGE:</b> 19 (nineteen)<br />
- <b>JOB:</b> Student (Chinese Major)<br />
- <b>FACE:</b> Chwe Hansol (Vernon)<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/cedric">
- <img src="http://i.imgur.com/QbHNgyz.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Park Ahsoo (Ace)<br />
- <b>AGE:</b> 22 (twenty-two)<br />
- <b>JOB:</b> Lyricist & Rapper (AOMG)<br />
- <b>FACE:</b> Min Yoongi (Suga)<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/china">
- <img src="http://i.imgur.com/SMKRbeB.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Liang Xiao (China0<br />
- <b>AGE:</b> 19 (nineteen)<br />
- <b>JOB:</b> Model<br />
- <b>FACE:</b> Kim Hyuna<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/chivalry">
- <img src="http://i.imgur.com/J8OVGTH.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Chivalry Winsdor-Lee<br />
- <b>AGE:</b> 25 (twenty-five)<br />
- <b>JOB:</b> Unemployed<br />
- <b>FACE:</b> Kim Jongin (Kai)<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/douglass">
- <img src="http://i.imgur.com/hLMjywp.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Douglass Choi<br />
- <b>AGE:</b> 22 (twenty-two)<br />
- <b>JOB:</b> Radio Host<br />
- <b>FACE:</b> Lee Taemin<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/gabi">
- <img src="http://i.imgur.com/k9BmteW.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Gabriela Lee<br />
- <b>AGE:</b> 20 (twenty)<br />
- <b>JOB:</b> CF Actress<br />
- <b>FACE:</b> Bae Suji (Suzy)<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/iris">
- <img src="http://i.imgur.com/7dzJ0nr.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Iris Cho<br />
- <b>AGE:</b> 20 (twenty)<br />
- <b>JOB:</b> Student (Political Science Major)<br />
- <b>FACE:</b> Choi Jinri (Sulli)<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/lois">
- <img src="http://i.imgur.com/2eI2wG4.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Lois Bonnet<br />
- <b>AGE:</b> 18 (eighteen)<br />
- <b>JOB:</b> High Shcool Student<br />
- <b>FACE:</b> Park Sooyoung (Joy)<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/lydia">
- <img src="http://i.imgur.com/shf4wSa.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Lydia Park<br />
- <b>AGE:</b> 25 (twenty-five)<br />
- <b>JOB:</b> Singer<br />
- <b>FACE:</b> Seo Joohyun (Seohyun)<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/peter">
- <img src="http://i.imgur.com/n2iO04y.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Peter Tyler-Kwon<br />
- <b>AGE:</b> 22 (twenty-two)<br />
- <b>JOB:</b> Unemployed<br />
- <b>FACE:</b> Jackson Wang<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/shine">
- <img src="http://i.imgur.com/oHt3QmA.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Shine Walters<br />
- <b>AGE:</b> 18 (eighteen)<br />
- <b>JOB:</b> Highschool Student<br />
- <b>FACE:</b> Lee Hyeri<br />
- </span></span>
- </a>
- </li>
- <li>
- <a href="/bitter/willow">
- <img src="http://i.imgur.com/5C4ppdc.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Willow Choi<br />
- <b>AGE:</b> 27 (twenty-seven)<br />
- <b>JOB:</b> Barista<br />
- <b>FACE:</b> Im Yoona<br />
- </span></span>
- </a>
- </li>
- </ul>
- </center>
- </div>
- </div>
- <!-- -------------------------- TAB 4 -------------------------- -->
- <div id="tab4" class="tab">
- <div class="tabcontent">
- <ul class="img-list">
- <li>
- <a href="http://15304.tumblr.com/post/139618854180/introducing">
- <img src="http://i.imgur.com/ZQVjbxr.gif" />
- <span class="text-content"><span>
- <b>NAME:</b> Lee Ohdae (ODE)<br />
- <b>AGE:</b> 20 (twenty)<br />
- <b>JOB:</b> Actress<br />
- <b>FACE:</b> Shin Hyejeong<br />
- <center><b>Until March 18th!</b></center>
- </span></span>
- </a>
- </li>
- </ul>
- </div>
- </div>
- <!-- -------------------------- TAB 5 -------------------------- -->
- <div id="tab5" class="tab">
- <div class="tabcontent">
- <div class="tabtext">
- This is a multimuse roleplay account, I am not affiliated with any of the companies my muses belong to nor do I claim to be.<br />
- This is a literate roleplay account, though I might get semi-lit in OOC conversations and/or snapchat/texting threads!<br />
- This is a selective account. That means I choose who I follow and who I roleplay with!<br />
- This is a SFW account, though every now and then NSFW jokes may come up, everything will be tagged accordingly!<br />
- Mun is 18+ and also busy with her OOC life, I'm sorry if I can't be here all day long.<br />
- Please remind me if I forget about replies/starters. Since I come and go as my time allows, I can't remember everything.
- </div>
- </div>
- </div>
- <!-- END OF TABS -->
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
- <script>
- $(document).ready(function() {
- $('.tabs .tab-links a').on('click', function(e) {
- var currentAttrValue = $(this).attr('href');
- // Show/Hide Tabs
- $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
- // Change/remove current tab to active
- $(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('#filterOptions li a').click(function() {
- // fetch the class of the clicked item
- var ourClass = $(this).attr('class');
- // reset the active class on all the buttons
- $('#filterOptions li').removeClass('active');
- // update the active state on our clicked button
- $(this).parent().addClass('active');
- if(ourClass == 'all') {
- // show all our items
- $('#ourHolder').children('div.item').show();
- }
- else {
- // hide all elements that don't share ourClass
- $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
- // show all elements that do share ourClass
- $('#ourHolder').children('div.' + ourClass).show();
- }
- return false;
- });
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement