codingforsabo
codingforsabo
coding
50 posts
Freer than anyone “The true soldier fights not because he hates what is in front of him, but because he loves what is behind him.” ― G.K. Chesterton Our bond is my treasure ✖ Sabo RP blog ✖ Single-ship + Affiliated with pirateshou ✖ Non-selective ✖ OC + AU friendly ✖ Multiverse ✖ NSFW + Gore content ✖ Est. 15 November 2016 Take care of him Returning from 8-9 month hiatus. Written by Woodland. 20+ Mun Background art by OrenPunch Thanks for stopping by.
Don't wanna be here? Send us removal request.
codingforsabo · 4 years ago
Text
original gold for title
#dbd8c0
0 notes
codingforsabo · 7 years ago
Text
sidebar
<h4> Freer than anyone </h4> <center><b>“The true soldier fights not because he hates what is in front of him, but because he loves what is behind him.”</b><br> ― G.K. Chesterton</center>
<h4> Our bond is my treasure </h4>
<i><b>✖</b></i> Sabo RP blog <p> <i><b>✖</b></i> Single-ship + Affiliated with <a href="http://pirateshou.tumblr.com">pirateshou </a><p> <i><b>✖</b></i> Non-selective <p> <i><b>✖</b></i> OC + AU friendly <p> <i><b>✖</b></i> Multiverse <p> <i><b>✖</b></i> NSFW + Gore content <p> <i><b>✖</b></i> <b>Est.</b><i> 15 November 2016</i>
<h4> Take care of him </h4> <p><h2>Returning from 8-9 month hiatus.</h2></p> <p><center>Written by <i>Woodland</i>.</center></p> <b><center>20+ Mun</center></b> <p> <center><a href="https://www.pixiv.net/member_illust.php?mode=medium&illust_id=56798672">Background art</a> by <a href="https://www.pixiv.net/member.php?id=11908586"><strong>OrenPunch</strong></a></center></p> <p> <center><a href="https://www.pixiv.net/member_illust.php?mode=medium&illust_id=55901195">Banner art</a> by <a href="https://www.pixiv.net/member.php?id=2111175"><strong>水希</strong></a></center></p> <p> <center><a href="http://dumatree.tumblr.com/post/170715561373/commissioned-by-sabolution-sabo-and-pirateshou">Dashboard icon art</a> by <a href="http://dumatree.tumblr.com/"><strong>Dumatree</strong></a></center></p> <p><center>Thanks for stopping by.</center></p>
0 notes
codingforsabo · 7 years ago
Photo
Tumblr media
664 notes · View notes
codingforsabo · 7 years ago
Text
[Verse] Whip it like a Nascar, I can see the time pass Feel like I'm in high school, fucking me in gym class Shawty, I remember that I know you remember that You was fucking with me way before I even wrote raps Now I'm seeing cash flow I could be a asshole Yeah, I know But it's all good cause I let her spend my money though Playboy bunny though, shawty look like a pornstar I know she love me cause she fuck me in her sports car I pull up on her, tell her that we finna gonna go far Drop top, smoking thrax, looking at the stars Getting high, taking bars 'til we on Mars I could make the ground move like I'm Avatar Now I'm faded on my own in my bedroom Now I'm looking at my phone should I text you? I don't wanna sext you, I don't wanna bless you Baby, I'm a priest in the underworld, guess who Lil Bo peep with a brand new flow too Lookin at my teeth like you never seen a gold tooth Never in the streets cause I never leave my home If you wanna live a dream I ain't coming bitch I told you [Verse] Whip it like a Nascar, I can see the time pass Feel like I'm in high school, fucking me in gym class Shawty, I remember that I know you remember that You was fucking with me way before I even wrote raps Now I'm seeing cash flow I could be a asshole Yeah, I know But it's all good cause I let her spend my money though Playboy bunny though, shawty look like a pornstar I know she love me cause she fuck me in her sports car I pull up on her, tell her that we finna gonna go far Drop top, smoking thrax, looking at the stars Getting high, taking bars 'til we on Mars I could make the ground move like I'm Avatar Now I'm faded on my own in my bedroom Now I'm looking at my phone should I text you? I don't wanna sext you, I don't wanna bless you Baby, I'm a priest in the underworld, guess who Lil Bo peep with a brand new flow too Lookin at my teeth like you never seen a gold tooth Never in the streets cause I never leave my home If you wanna live a dream I ain't coming bitch I-
0 notes
codingforsabo · 7 years ago
Text
OLD DESCRIPTION TITLE
#424e9a
0 notes
codingforsabo · 7 years ago
Text
NEW DESCRIPTION TITLE COLOR
#d4dbf7
#d0d6ec
#d7def7
0 notes
codingforsabo · 7 years ago
Text
PREVIOUS THEME
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
 WINTER'S LADY THEMES ♛ this code was made by AGIRLINGREY@TUMBLR. ♛ do not remove credit or claim as your own.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head>
<!-- POP UP SCRIPT -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script> $(document).ready(function() { // $('a.poplight[href^=#]').click(function() { var popID = $(this).attr('rel'); //Get Popup Name var popURL = $(this).attr('href'); //Get Popup href to define size var query= popURL.split('?'); var dim= query[1].split('&'); var popWidth = dim[0].split('=')[1]; //Gets the first query string value $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>'); var popMargTop = ($('#' + popID).height() + 80) / 2; var popMargLeft = ($('#' + popID).width() + 80) / 2; //Apply Margin to Popup $('#' + popID).css({ 'margin-top' : -popMargTop, 'margin-left' : -popMargLeft }); $('body').append('<div id="fade"></div>'); $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) return false; }); $('a.close, #fade').live('click', function() { $('#fade , .popup_block').fadeOut(function() { $('#fade, a.close').remove(); //fade them both out }); return false; }); }); </script>
<!-- VERSE TABS SCRIPT -->
<script>
$(document).ready(function(){    $("ul#tabs li").click(function(e){        if (!$(this).hasClass("active")) {            var tabNum = $(this).index();            var nthChild = tabNum+1;            $("ul#tabs li.active").removeClass("active");            $(this).addClass("active");            $("ul#tab li.active").removeClass("active");            $("ul#tab li:nth-child("+nthChild+")").addClass("active");        }    }); }); </script>
<!-- TOOLTIP STYLING SCRIPT -->
<link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" /> <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:500 }); }); })(jQuery); </script>  
<title>{Title}</title> <link rel="shortcut icon" href="{Favicon}"> <link rel="alternate" type="application/rss+xml" href="{RSS}"> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<!-- CUSTOM FONTS -->
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bad+Script" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playball" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kalam" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<style type="text/css">
/* THE CUSTOM SIDEBAR THING */
#bite #bite a{ display:block } #bite .death { margin-top:0px;filter: alpha(opacity = 1.0); opacity:1.0;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; }
#bite:hover .death { margin-top:0px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; filter: alpha(opacity = 100); filter: alpha(opacity = 100); opacity:100; }
/* SELECTION FONT AND BACKGROUND */
::selection { background: #c2c2c2; color:#fff; }
::-moz-selection { background: #c2c2c2; color:#fff; }
/* SCROLLBAR DETAILS */
::-webkit-scrollbar { height: 0px; width: 2px; background:transparent; border-left:0px solid transparent; border-right:0px solid transparent;}
::-webkit-scrollbar-thumb { background:transparent;}
/* THE CURSOR */
{block:iftinycursor} body, a, a:hover{ cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;} {/block:iftinycursor}
iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.7s linear;opacity: 0.2; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
/* GENERAL LOOK AND BACKGROUND */
body {    background:#f5f4ef;    background-image:url('https://78.media.tumblr.com/30c5ce17758166c7ccef955e0958df5f/tumblr_p04pt6jrlY1wuyna1o1_1280.jpg');    background-attachment: fixed;    background-repeat: no-repeat;    background-position: left top;    color:#4677bb;       text-shadow:1px 1px 3px #fff,      1px -1px 3px #fff,      -1px -1px 3px #fff,      -1px 1px 3px #fff,      0px 1px 3px #fff,      0px -1px 3px #fff,      1px 0px 3px #fff,      -1px 0px 3px #fff;    font-family: calibri;    text-align:justify;    font-size: 14px;    letter-spacing:1px;    line-height:135%; }
/* THE VERSES TABS */    
ul#tabs {    list-style-type: none;    padding: 0;    text-align: center;    font-size:8px;    letter-spacing:1px;    text-shadow:1px 1px 0px #bac2e4,                1px -1px 0px #bac2e4,                -1px -1px 0px #bac2e4,                -1px 1px 0px #bac2e4,                0px 1px 0px #bac2e4,                0px -1px 0px #bac2e4,                1px 0px 0px #bac2e4,                -1px 0px 0px #bac2e4;
}
ul#tabs li {   background-image: url('');   background-repeat:repeat;   background-attachment:fixed;   border-left: double 3px #7B7B7B;   border-top: double 3px #7B7B7B;   border-right: double 3px #7B7B7B;   border-bottom: double 3px #7B7B7B;   color:#61728e;   text-shadow:1px 1px 0px #c9dcfb,      1px -1px 0px #c9dcfb,      -1px -1px 0px #c9dcfb,      -1px 1px 0px #c9dcfb,      0px 1px 0px #c9dcfb,      0px -1px 0px #c9dcfb,      1px 0px 0px #c9dcfb,      -1px 0px 0px #c9dcfb;    display: inline-block;    padding: 4px 10px;    margin-bottom: 4px;    cursor: pointer; }
ul#tabs li:hover {    background-color: transparent;    color: #a2a9af; }
ul#tabs li.active {   background-image: url('http://wallpapercave.com/wp/E3XuPoe.jpg');   background:#292a50;   background-repeat:repeat;   background-attachment:fixed;   border-left: double 3px #e0e8ea;   border-top: double 3px #e0e8ea;   border-right: double 3px #e0e8ea;   border-bottom: double 3px #e0e8ea;   color:#e8eefb;   text-shadow:1px 1px 0px #4d6fa2,      1px -1px 0px #4d6fa2,      -1px -1px 0px #4d6fa2,      -1px 1px 0px #4d6fa2,      0px 1px 0px #4d6fa2,      0px -1px 0px #4d6fa2,      1px 0px 0px #4d6fa2,      -1px 0px 0px #4d6fa2;    display: inline-block;    padding: 4px 10px;    margin-bottom: 4px;    cursor: pointer; }
ul#tab {    list-style-type: none;    margin: 0;    padding: 0; }
ul#tab li {    display: none; }
ul#tab li.active {    display: block; }  
/* LINKS */
a:link, a:active, a:visited {    text-decoration: none;    color: #0a0c23;    -moz-transition-duration:.6s;    -webkit-transition-duration:.6s;    -o-transition-duration:.6s;    -webkit-filter: blur(0px);}
a:hover {    color: #243757;    -moz-transition-duration:.6s;    -webkit-transition-duration:.6s;    -o-transition-duration:.6s;    -webkit-filter: blur(1px);}
#links a {    padding:5px;    margin-right:0px;    text-shadow: 1px 0px 1px #7a7a7a;    }
#links a:hover {    padding:5px;    margin-right:0px;    text-shadow: 2px 0px 10px #7a7a7a;        -moz-transition-duration:0.6s;        -webkit-transition-duration:0.6s;        -o-transition-duration:0.6s;    }      
/* OTHER TEXT STUFF */    
h1 {    background-color: transparent;    font-family: 'Kalam', cursive;    font-size: 13px;    line-height: 20px;    letter-spacing: 2px;    text-align: center;    text-transform:uppercase;       text-shadow:1px 1px 2px #606060,      1px -1px 2px #606060,      -1px -1px 2px #606060,      -1px 1px 2px #606060,      0px 1px 2px #606060,      0px -1px 2px #606060,      1px 0px 2px #606060,      -1px 0px 2px #606060;    color: #ecf1f7;    }
h2 {    background-color: transparent;    font-family: 'Kalam', cursive;    font-size: 13px;    line-height: 16px;    letter-spacing: 2px;    text-align: left;    text-transform:uppercase;       text-shadow:1px 1px 2px #fff,      1px -1px 2px #fff,      -1px -1px 2px #fff,      -1px 1px 2px #fff,      0px 1px 2px #fff,      0px -1px 2px #fff,      1px 0px 2px #fff,      -1px 0px 2px #fff;    color: #568cd5;    }  
h3 {   background-image: url('https://78.media.tumblr.com/11944cf9ed9672c8b29ae59d086d94e8/tumblr_oyxkehTNrZ1wuyna1o1_1280.png');   background-repeat:repeat;   background-attachment:fixed;   border-left: double 3px #ececed;   border-top: double 3px #ececed;   border-right: double 3px #ececed;   border-bottom: double 3px #ececed;   padding:2px;   color:#e6e6e6;   text-shadow:1px 1px 2px #424e9a,      1px -1px 2px #424e9a,      -1px -1px 2px #424e9a,      -1px 1px 2px #424e9a,      0px 1px 2px #424e9a,      0px -1px 2px #424e9a,      1px 0px 2px #424e9a,      -1px 0px 2px #424e9a;   font-size:13px;   font-family: 'Pacifico', cursive;   text-transform:normal;   letter-spacing:1px;   text-align:center;}
h4 {   background-image: url('https://78.media.tumblr.com/11944cf9ed9672c8b29ae59d086d94e8/tumblr_oyxkehTNrZ1wuyna1o1_1280.png');   background-repeat:repeat;   background-attachment:fixed;   border-left: double 3px #ececed;   border-top: double 3px #ececed;   border-right: double 3px #ececed;   border-bottom: double 3px #ececed;   padding:2px;   color:#e6e6e6;   text-shadow:1px 1px 2px #424e9a,      1px -1px 2px #424e9a,      -1px -1px 2px #424e9a,      -1px 1px 2px #424e9a,      0px 1px 2px #424e9a,      0px -1px 2px #424e9a,      1px 0px 2px #424e9a,      -1px 0px 2px #424e9a;   font-size:11px;   font-family: 'Pacifico', cursive;   text-transform:normal;   letter-spacing:1px;   text-align:center;}
hr {    color:#818181;    display: block;    margin-top: 0.5em;    margin-bottom: 0.5em;    margin-left: auto;    margin-right: auto;    border-style: inset;    border-width: 1px; }    
quotetext {    background-color: transparent;    font-family: 'Satisfy', cursive;    font-size: 16px;    line-height: 20px;    letter-spacing: 2px;    text-align: center;    text-transform:normal;    color: #0d366e;    text-shadow: 1px 1px 2px #5588cf    }    
blockquote {    word-wrap: break-word;    padding:2px 7px;    margin:3px 0 3px 10px;    border-left:1px solid {color:border};    background-color:transparent;}
blockquote img{    max-width:100%;    height:auto; }
blockquote blockquote img{    max-width:100%;    height:auto; }
b, bold {    font-size:11px;    text-transform:normal;    letter-spacing:1px;    font-family: 'PT Sans', sans-serif;    color: #fff;    text-shadow: 1px 1px 4px #7a9bdf,        1px -1px 1px #7a9bdf,      -1px -1px 1px #7a9bdf,      -1px 1px 1px #7a9bdf,      0px 1px 1px #7a9bdf,      0px -1px 1px #7a9bdf,      1px 0px 1px #7a9bdf,      -1px 0px 1px #7a9bdf; }
i, italic {    font-size:16px;    color: #fff;    font-family: 'Satisfy', cursive;    text-shadow: 1px 1px 2px #5588cf,          1px -1px 1px #5588cf,      -1px -1px 1px #5588cf,      -1px 1px 1px #5588cf,      0px 1px 1px #5588cf,      0px -1px 1px #5588cf,      1px 0px 1px #5588cf,      -1px 0px 1px #5588cf;    letter-spacing:1px;    text-transform:normal; }
p {    margin-top:5px;    margin-bottom:5px;}
ol {    list-style:normal;}
ul {    list-style:square;}
small {    font-size:12px}
sup,sub {    font-size:11px}    
pre {    font-size: 10px;    letter-spacing:3px;    background-color:#fff;    font-family: "Times New Roman", Times, serif;    font-style: none;    text-align:center;    white-space: pre-wrap;       /* css-3 */    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */    white-space: -pre-wrap;      /* Opera 4-6 */    white-space: -o-pre-wrap;    /* Opera 7 */    word-wrap: break-word;       /* Internet Explorer 5.5+ */ }    
big {    font-size:16px;    text-transform:uppercase;    letter-spacing:2px;    font-family: 'PT Sans', sans-serif;    color: #CCD5DB;    text-shadow:1px 1px 4px #fff; }
/* IMAGES, PHOTOSETS AND WHATNOT */
{block:IfGreyscale}
img {    -webkit-filter:grayscale(100%);    -webkit-transition: all 0.9s ease-in-out;    -moz-transition: all 0.9s ease-in-out;    -o-transition: all 0.9s ease-in-out;    -ms-transition: all 0.9s ease-in-out;    transition: all 0.9s ease-in-out;}
img:hover {    -webkit-filter:none;}
.html_photoset {    -webkit-filter: grayscale(100%);    -webkit-transition: all 0.9s ease-in-out;    -moz-transition: all 0.9s ease-in-out;    -o-transition: all 0.9s ease-in-out;    -ms-transition: all 0.9s ease-in-out;    transition: all 0.9s ease-in-out;}
.html_photoset:hover {      -webkit-filter: none;}
{/block:IfGreyscale}
/* CONTAINER AND POSTS */
#container {   background-color:transparent;   width:455px;   height:575px;   padding: 20px;   top:179px;   margin-left: -22px;   position:relative;   opacity:0.90;   overflow-y:scroll;   overflow-x:hidden;   -webkit-mask-image: -webkit-gradient(   linear, center 78%, center bottom,   from(rgba(0,0,0,20)),   to(rgba(20,0,0,0)));   border:6px solid transparent;}
#container img {   height:auto;   max-width:100%; }
#content {   margin-left:62px;   width:320px;   margin-top: -110px; }
#posts {   width:445px;   padding:10px;   margin-top: 90px;   margin-left:-68px;   padding-bottom:0px;   overflow-y:scroll;   overflow-x:hidden; }  
#description {    margin-left: 0px;    margin-top: -270px;    width:180px;    color:transparent;}
/* CUSTOM SIDEBAR SETTINGS */    
#actualnews { font-family: calibri; font-size:10px; background:transparent; color: #5588cf; width:175px; height:200px; padding-top:16px; border:5px solid transparent; left: 555px; top: 460px; text-align:center; position:fixed; -webkit-filter: blur(0px); -webkit-transition: 0.8s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in; opacity:0.5; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
#actualnews:hover { -webkit-filter:none; -webkit-transition: all 0.6s ease-in-out; opacity:0.8; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
#thekey {    position:fixed;    color:#7c7470;    text-shadow: 0px 0px 2px #fff;    margin-top:175px;    margin-left:55px;    width:710px;    padding:9px;    letter-spacing:2px;    word-spacing:5px; /*this defines the separation of each word of the links*/    font-family: helvetica;    font-size:12px;    text-align:center;    background:transparent;    text-transform:uppercase;    -webkit-transform: rotate(-90deg);    -moz-transform: rotate(-90deg);      -o-transform: rotate(-90deg); }
/* JUMBLED LINKS */  
.alinks {    position:fixed;    text-shadow: 10px 10px 10px #3A3C3D;    left:547px;    top:788px;    transform: rotate(0deg);    text-align: right;    line-height:20px;    font-family: 'Josefin Sans', sans-serif;    font-size: 17px;}
.alinks a {    padding:10px;    color:#eee;    margin-right:0px;    -webkit-filter: blur(0.3px);    -webkit-transition: 0.8s ease-in;    -moz-transition: 1s ease-in;    transition: 1s ease-in; }
.alinks a:hover {    -webkit-filter: blur(1.5px);   -webkit-transition: all 0.6s ease-in-out;    -moz-transition: all 0.6s ease-in-out;    -o-transition: all 0.6s ease-in-out;    -ms-transition: all 0.6s ease-in-out;    transition: all 0.6s ease-in-out;    color: #838383;    text-shadow: 7px 7px 3px #000000; }  
.blinks {    position:fixed;    text-shadow: 0px 0px 11px #4F4F4F;    left:43px;    top:691px;    transform: rotate(-0deg);    text-align: center;    font-family: 'Josefin Sans', sans-serif;    line-height:20px;    font-size: 19px;}
.blinks a {    padding:10px;    color:#e0e8e8;    margin-right:0px;    -webkit-filter: blur(0.1px);    -webkit-transition: 0.8s ease-in;    -moz-transition: 1s ease-in;    transition: 1s ease-in; }
.blinks a:hover {    -webkit-filter: blur(1.5px);   -webkit-transition: all 0.6s ease-in-out;    -moz-transition: all 0.6s ease-in-out;    -o-transition: all 0.6s ease-in-out;    -ms-transition: all 0.6s ease-in-out;    transition: all 0.6s ease-in-out;    color: #838383;    text-shadow: 7px 7px 3px #000000; }    
.clinks {   position:fixed;   font-size:35px;   text-decoration:none;   transform: rotate(-10deg);   -ms-transform: rotate(-10deg);   -webkit-transform: rotate(-10deg);   -o-transform: rotate(-10deg);   -moz-transform: rotate(-10deg);   margin-left:240px;   margin-top:871px; }
.clinks a {       text-shadow: 1px 1px 4px #5588cf,        1px -1px 1px #5588cf,      -1px -1px 1px #5588cf,      -1px 1px 1px #5588cf,      0px 1px 1px #5588cf,      0px -1px 1px #5588cf,      1px 0px 1px #5588cf,      -1px 0px 1px #5588cf;;   text-decoration:none;   color:#fff;   -webkit-transition: all 0.5s ease-out;   -moz-transition: all 0.5s ease-out;   transition: all 0.5s ease-out; }
.clinks:hover {   -webkit-filter:blur(1px);   -webkit-transition: all 0.5s ease-out;   -moz-transition: all 0.5s ease-out;   transition: all 0.5s ease-out;   transform: rotate(30deg);   -ms-transform: rotate(30deg);   -webkit-transform: rotate(30deg);   -o-transform: rotate(30deg);   -moz-transform: rotate(30deg); }
.dlinks {   position:fixed;   font-size:35px;   text-decoration:none;   transform: rotate(10deg);   -ms-transform: rotate(10deg);   -webkit-transform: rotate(10deg);   -o-transform: rotate(10deg);   -moz-transform: rotate(10deg);   margin-left:140px;   margin-top:871px; }
.dlinks a {   text-shadow:2px 2px 7px #4F4F4F;   text-decoration:none;   color:#e0e8e8;   -webkit-transition: all 0.5s ease-out;   -moz-transition: all 0.5s ease-out;   transition: all 0.5s ease-out; }
.dlinks:hover {   -webkit-filter:blur(1px);   -webkit-transition: all 0.5s ease-out;   -moz-transition: all 0.5s ease-out;   transition: all 0.5s ease-out;   transform: rotate(-30deg);   -ms-transform: rotate(-30deg);   -webkit-transform: rotate(-30deg);   -o-transform: rotate(-30deg);   -moz-transform: rotate(-30deg); }
.elinks {   position:fixed;   font-size:35px;   text-decoration:none;   transform: rotate(-10deg);   -ms-transform: rotate(-10deg);   -webkit-transform: rotate(-10deg);   -o-transform: rotate(-10deg);   -moz-transform: rotate(-10deg);   margin-left:40px;   margin-top:871px; }
.elinks a {   text-shadow:2px 2px 7px #4F4F4F;   text-decoration:none;   color:#e0e8e8;   -webkit-transition: all 0.5s ease-out;   -moz-transition: all 0.5s ease-out;   transition: all 0.5s ease-out; }
.elinks:hover {   -webkit-filter:blur(1px);   -webkit-transition: all 0.5s ease-out;   -moz-transition: all 0.5s ease-out;   transition: all 0.5s ease-out;   transform: rotate(30deg);   -ms-transform: rotate(30deg);   -webkit-transform: rotate(30deg);   -o-transform: rotate(30deg);   -moz-transform: rotate(30deg); }
.flinks {   position:fixed;   font-size:35px;   text-decoration:none;   transform: rotate(10deg);   -ms-transform: rotate(10deg);   -webkit-transform: rotate(10deg);   -o-transform: rotate(10deg);   -moz-transform: rotate(10deg);   margin-left:340px;   margin-top:871px; }
.flinks a {   text-shadow:2px 2px 7px #4F4F4F;   text-decoration:none;   color:#e0e8e8;   -webkit-transition: all 0.5s ease-out;   -moz-transition: all 0.5s ease-out;   transition: all 0.5s ease-out; }
.flinks:hover {   -webkit-filter:blur(1px);   -webkit-transition: all 0.5s ease-out;   -moz-transition: all 0.5s ease-out;   transition: all 0.5s ease-out;   transform: rotate(-30deg);   -ms-transform: rotate(-30deg);   -webkit-transform: rotate(-30deg);   -o-transform: rotate(-30deg);   -moz-transform: rotate(-30deg); }
.glinks {   position:fixed;   font-size:35px;   text-decoration:none;   transform: rotate(0deg);   -ms-transform: rotate(0deg);   -webkit-transform: rotate(0deg);   -o-transform: rotate(0deg);   -moz-transform: rotate(0deg);   margin-left:1405px;   margin-top:875px; }
.glinks a {   text-shadow:2px 2px 7px #4F4F4F;   text-decoration:none;   color:#e0e8e8;   -webkit-transition: all 0.5s ease-out;   -moz-transition: all 0.5s ease-out;   transition: all 0.5s ease-out; }
.glinks:hover {   -webkit-filter:blur(1px);   -webkit-transition: all 0.5s ease-out;   -moz-transition: all 0.5s ease-out;   transition: all 0.5s ease-out;   transform: rotate(0deg);   -ms-transform: rotate(0deg);   -webkit-transform: rotate(0deg);   -o-transform: rotate(0deg);   -moz-transform: rotate(0deg); }
.credit {    position:fixed;    text-shadow: 0px 0px 11px #7C6868;    right:15px;    bottom:15px;    transform: rotate(0deg);    font-family: 'Josefin Sans', sans-serif;    font-size: 17px; }
.credit a {    padding:10px;    color:#6e6e6e;    margin-right:0px;    -webkit-filter: blur(1px);    -webkit-transition: 0.8s ease-in;    -moz-transition: 1s ease-in;    transition: 1s ease-in; }
.credit a:hover {   -webkit-transition: all 0.6s ease-in-out;    -moz-transition: all 0.6s ease-in-out;    -o-transition: all 0.6s ease-in-out;    -ms-transition: all 0.6s ease-in-out;    transition: all 0.6s ease-in-out;    color: #000000;    text-shadow: 7px 7px 3px #000000; }  
/* PAGINATION */    
#pagination { position:fixed; font-family: 'Courgette', cursive;   text-shadow:1px 1px 3px #606060,         0px -0px 2px #606060,      -0px -0px 2px #606060,      -0px 0px 2px #606060,      0px 1px 2px #606060,      0px -1px 2px #606060,      1px 0px 2px #606060,      -1px 0px 2px #606060; width:300px; font-size:22px; top:56px; left:310px; letter-spacing:2px; text-align:center; z-index:999999999999; }
#pagination a { text-transform:normal; color:#f4f4f4; -webkit-filter: blur(0px); -webkit-transition: 0.8s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in; z-index:999999999999; }
#pagination a:hover { color:#424e9a; -webkit-filter: blur(1px); -webkit-transition: 0.2s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in; }
/* MISC */
.audio {    width:300px;    padding-bottom:10px;    background-color:{color:#0b0b0b};}
.albumart {    float:center;    padding:0px 10px 10px 0px;}
.albumart img {    width:65px;    height:65px;}
.playercontainer {    text-align:center;    padding:10px;    background-color:#0b0b0b;    width:300px;}
.audioinfo {    padding:10px;    color:#a1a0a0;}
/* QUESTIONS & ANSWERS DETAILS */  
#asker {   font-family: 'Courgette', cursive;   text-align:center;   padding-top: 10px;   margin-left:0px;   text-transform:uppercase;   color: #e4ecf1;   font-size:14px;   padding:5px;   letter-spacing:0px      text-shadow:1px 1px 3px #606060,      1px -1px 3px #606060,      -1px -1px 3px #606060,      -1px 1px 3px #606060,      0px 1px 3px #606060,      0px -1px 3px #606060,      1px 0px 3px #606060,      -1px 0px 3px #606060; }
#asker a{   font-family: 'Kalam', cursive;   text-transform:uppercase;   font-size:14px;   letter-spacing: 0px;   text-shadow: none;   color: #f6f7ff;      text-shadow:1px 1px 3px #606060,      1px -1px 3px #606060,      -1px -1px 3px #606060,      -1px 1px 3px #606060,      0px 1px 3px #606060,      0px -1px 3px #606060,      1px 0px 3px #606060,      -1px 0px 3px #606060;   -webkit-filter: blur(0.5px); }
#asker a:hover {    color: #424e9a;    letter-spacing: 2px;    text-shadow:1px 1px 3px #606060;    -webkit-filter: blur(1px);    -webkit-transition:all .5s ease-in-out;    -moz-transition:all .5s ease-in-out;    transition:all .5s ease-in-out; }
#ask {   border-left: double 4px #ececed;   border-top: double 4px #ececed;   border-right: double 4px #ececed;   border-bottom: double 4px #ececed;   padding:2px;   color:#f6f7ff;   text-shadow:1px 1px 2px #424e9a,      1px -1px 2px #424e9a,      -1px -1px 2px #424e9a,      -1px 1px 2px #424e9a,      0px 1px 2px #424e9a,      0px -1px 2px #424e9a,      1px 0px 2px #424e9a,      -1px 0px 2px #424e9a;   font-size:10px;   text-align:center;   padding-top: 5px;   margin-left:0px;   text-transform:auto;   letter-spacing:3px   margin-top:-5px;   padding:2px;   background: #ececed;   background: url("https://78.media.tumblr.com/11944cf9ed9672c8b29ae59d086d94e8/tumblr_oyxkehTNrZ1wuyna1o1_1280.png");  background-repeat:repeat;   padding:2px;   color:#ececed;   text-transform: lowercase;   border-bottom-left-radius: 5px;   border-top-right-radius: 5px;   border-bottom-right-radius: 5px;   border-top-left-radius: 5px;   padding:8px;   letter-spacing:2px;   border-bottom:double 3px #ececed;   border-top:double 3px #ececed; }
.ans {   text-align:center;   padding:10px; }
/* POST INFO DETAILS */
#info {   width:426px;   padding-top:5px;   padding-bottom:1px;   font-size:14px;   color:#1b235d;   text-transform:normal;   letter-spacing:1px;   font-style:normal;   text-align:center;   padding:8px;   border-top:2px solid #8c8c8c;   -moz-transition-duration:0.2s;   -webkit-transition-duration:0.2s;   -o-transition-duration:0.2s;}
#info a {   font-family:calibri;   font-size:11px;   color:#5276a4;   text-shadow: 1px 1px 4px #5588cf;   padding:6px;   font-style:normal;}
#info a:hover {   color:#2b365f;   -webkit-filter: blur(0px);   -moz-transition-duration:0.2s;   -webkit-transition-duration:0.2s;   -o-transition-duration:0.2s;}
#tags {   color:#5468b8;   text-shadow: 1px 1px 4px #8c8c8c;   margin-top:-11px;   padding-left:16px;   text-align:right;   line-height:16px;   text-transform:normal;   font-size:14px;   padding-right:-10px;}
#tags a {    font-family:calibri;    color:#5279c2;}
#tags a:hover {    color:#2b365f;}
/* MISC 02. */
.note {    text-transform:uppercase;    font-style:normal;    letter-spacing:0px;    font-size: 10px;    text-align:left;    line-height:90%;    margin-left:-40px;}
.note li {    list-style-type:none;    border-bottom:0px solid {color:border};    padding:10px 25px 10px 25px;    text-align:left;    margin:0px;    -moz-transition-duration:0.5s;    -webkit-transition-duration:0.5s;    -o-transition-duration:0.5s;}
.note img.avatar {    margin-right: 10px;    width: 16px;    height: 16px;}
/* BASIC POP-UP DETAILS */    
.popup_block{    display:none;    background:#f0f4ff;    padding:10px;    border:3px solid #dde4f2;  /* if you want a solid white pop-up, delete this */    float:left;    height: 450px;    top:360px; left:1175px;    position:fixed;    z-index: 99999;    -webkit-box-shadow: 1px 1px 0px #4F4F4F; /* delete for solid white */    -moz-box-shadow: 1px 1px 0px #4F4F4F; /* delete for solid white */    box-shadow: 1px 1px 0px #4F4F4F; /* delete for solid white */ }
*html #fade {position: absolute;} *html .popup_block {position: absolute;} #fade {    display:none;    position:fixed;    left:0px;    top:0px;    width:100%;    height:100%;    z-index:9999;    background:#050708; /* change to #fff for solid white */    opacity:0.75 /* change to opacity:1; */ }
.popupnavlinks {   padding-top:5px;   text-align:center; }
.popupnavlinks a {   display:inline-block;   width:95px; height:4px;   margin:2px; padding:3px 6px 10px;   text-align:center;   background-image: url('https://78.media.tumblr.com/f7be47a0c9ac8c97816be1cfb1abf728/tumblr_oyxkit1oMN1wuyna1o2_1280.png');   background: #343964;   background-repeat:repeat;   background-attachment:fixed;   border-left: double 3px #b5bcc2;   border-top: double 3px #b5bcc2;   border-right: double 3px #b5bcc2;   border-bottom: double 3px #b5bcc2;   color:#ececed;   font-size:9px;   font-family: 'PT Sans', sans-serif;   text-shadow:1px 1px 3px #5c629c,      1px -1px 3px #5c629c,      -1px -1px 3px #5c629c,      -1px 1px 3px #5c629c,      0px 1px 3px #5c629c,      0px -1px 3px #5c629c,      1px 0px 3px #5c629c,      -1px 0px 3px #5c629c;    display: inline-block;    cursor: pointer; }
.popupnavlinks a:hover { display:inline-block; letter-spacing:2px; }
.popupclose { float:right; top:0px; right:0px; margin-top:-10px; margin-right:-10px; font-family:'Scada', sans serif; font-size:10px; font-weight:bold }
.popupclose a { color:#aaa }
/* TOOLTIP DETAILS */    
#s-m-t-tooltip{ max-width:400px; margin:15px; padding:2px 8px; background: #0b0b0b; background-image:url('https://i.makeagif.com/media/5-29-2015/_GKdzx.gif'); background-repeat:repeat; background-attachment:fixed; border-left: double 3px #e6e6e6; border-top: double 3px #e6e6e6; border-right: double 3px #e6e6e6; border-bottom: double 3px #e6e6e6; color:#e6e6e6; text-shadow:1px 1px 2px #436379,   1px -1px 2px #436379,   -1px -1px 2px #436379,   -1px 1px 0px #436379,   0px 1px 2px #436379,   0px -1px 2px #436379,   1px 0px 2px #436379,   -1px 0px 2px #436379; z-index:99999999999999999999; font-size:9px; letter-spacing:2px; font-style:bold; letter-spacing:2px; font-family: 'Kalam', cursive; text-transform:uppercase; box-shadow:1px 1px 3px rgba(0,0,0,.1);}
</style>
</head>
<body>
<!-- ♛ The part below is basically the 'skeleton' of the theme, if that makes sense? I wouldn't recommend editing these parts ( EXCEPT THE CUSTOM LINKS AND POP UPS !!! ) unless you know what you're doing. If you spot a glitch in this part of the code, please let me know. -->
<div id="content">
<div id="sidebar">
<img src="{image:Sidebar}" />
<div id="description">{description}</div>
</div>
<div id="pagination"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">Previous</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">Next</a>{/block:NextPage}{/block:Pagination} </div>
<!-- ♛ CUSTOM LINKS -->
<div id="links">
<div class="alinks"> <a href="/" title="Refresh"><img src="https://64.media.tumblr.com/c1ec32e7fe334c939dcceed74a99b3c6/tumblr_oswgyetD3D1wuyna1o2_250.png"> </a> </div>
<div class="blinks"> <a href="#?w=255" rel="box1" class="poplight" title="Message"> <img src="https://64.media.tumblr.com/799d4abf18deccc0eae4bb4ecc6c4bbe/tumblr_oswgyetD3D1wuyna1o3_500.png"> </a> </div>
<div class="clinks"> <a href="#?w=255" rel="box2" class="poplight" title="Rules"> <img src="https://64.media.tumblr.com/7fae6cd638b2be0897bddbe2cc1a1cbc/tumblr_oyxpthiy0M1wuyna1o1_75sq.png"> </a> </div>
<div class="dlinks"> <a href="#?w=255" rel="box3" class="poplight" title="Verses"> <img src="https://64.media.tumblr.com/7fae6cd638b2be0897bddbe2cc1a1cbc/tumblr_oyxpthiy0M1wuyna1o1_75sq.png"> </a> </div>
<div class="elinks"> <a href="#?w=255" rel="box4" class="poplight" title="About"> <img src="https://64.media.tumblr.com/7fae6cd638b2be0897bddbe2cc1a1cbc/tumblr_oyxpthiy0M1wuyna1o1_75sq.png"> </a> </div>
<div class="flinks"> <a href="#?w=255" rel="box5" class="poplight" title="Navigation"> <img src="https://64.media.tumblr.com/7fae6cd638b2be0897bddbe2cc1a1cbc/tumblr_oyxpthiy0M1wuyna1o1_75sq.png"> </a> </div>
<div class="glinks"> <a href="http://pirateshou.tumblr.com"> <img src="https://64.media.tumblr.com/avatar_0e253a9e8db2_128.pnj"> </a> </div>
<div class="credit">    <a href="http://agirlingrey.tumblr.com/" title="theme by agirlingrey.">A.</a> </div>
</div>
<!-- ♛ CUSTOM LINKS ENDS -->
<div id="container">
<div id="content"><div id="posts"> {block:Posts}
{block:Quote}<quotetext>"{Quote}"</quotetext>  <br><br>       — {Source} {/block:Quote}    {block:Title}<h1>{Title} </h1>{/block:Title}    {block:Text}{Body}{/block:Text}
{block:Link}<a href="{URL}" class="link" {Target}><h1>{Name} </h1></a>
{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo} {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
{block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
{block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
{block:Answer}<div id="asker" style="margin-left:38px;width:350px; color:#c8cfd4; text-shadow:1 1 4px #373737; ">{Asker} <div id="ask"> <p><p><p><p><p>{Question}</div></span></div><font face="calibri"><span style="font-family:calibri;font-size:10px; marging-left:0px;">{Answer}</span>{/block:Answer}
{block:Audio}<div class="audio">
{block:AlbumArt} {/block:AlbumArt}
<div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist} {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div> <br><div class="playercontainer">{AudioPlayerBlack}</div></div> {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
<!-- ♛ INFO AND SYMBOLS -->
<div id="info"> {block:Date} <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; font-size:16px; margin-left:-90px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ⚓ </a> {/block:Date}
{block:RebloggedFrom} <a title="via. {ReblogParentName}" href="{ReblogParentURL}" style="position:absolute; font-size:16px; margin-left:-55px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ⚓ </a> {/block:RebloggedFrom}
{block:ContentSource} <a title="src. {SourceTitle}" href="{SourceURL}" style="position:absolute; font-size:16px; margin-left:-20px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ⚓ </a> {/block:ContentSource}
{block:NoteCount} <a href="{Permalink}" title="{NoteCount} notes" style="position:absolute; font-size:16px; margin-left:15px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ⚓ </a> {/block:NoteCount}
<a href="{ReblogURL}"target="_blank" title="reblog" style="position:absolute; font-size:16px; margin-left:50px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ⚓ </a></br> {/block:RebloggedFrom}
<br>
<!-- ♛ INFO AND SYMBOLS ENDS -->
<div id="tags" style="margin-bottom:60px">{block:HasTags}{block:Tags} ☸ <a href="{TagURL}" title="{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
<div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div> {/block:Posts} </div> </div>   </div>
</body>
<!-- ♛ POP UP PAGES !!! -->
<div id="box1" class="popup_block">
<h3> Letters to the homing crow </h3> <center><small>❝<b>Yes? Can I help you with something?</b>❞</small></center>
<center>
<br>
<p><iframe frameborder="0" height="330" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/sabolution.tumblr.com" width="100%"></iframe></p>
</div>
</center>
<div id="box2" class="popup_block">
<div style="width:auto;height:430px;overflow:scroll;padding:5px;">
<h3>Rules/Info</h3>
<small><b>Please note that this blog is affiliated with <a href="pirateshou.tumblr.com">pirateshou</a> and I usually reply to anons with my default universe, in which she exists.</b> This <b>does not</b> apply to any threads I will write one-on-one with other roleplayers unless they specifically say it's okay. So, for anons, Shou exists and may be mentioned in my reply, but for roleplayers, Shou does not exist and I'll just be playing canon Sabo unless permission is granted to do otherwise.<br> My Sabo was built alongside the creation and devlopment of Shou, and the importance of their relationship and the effect it had on his personality is hard for me to disconnect with. I'm sorry if anyone is bothered by this, but Shou is an extremely important OC to me and this is just how I wanted to design this blog.<br> I'm currently in the process of writing a detailed piece about their shared backstory, but until it's finished, pirateshou's history page explains their past in depth. There's no pressure to read it if you want to interract with just my Sabo, so don't feel obligated to if you don't want to.<p>
<br> I have extreme social anxiety and sometimes that means I can reply a little slowly because I'm agonising over my responses to you. I'm extremely sorry if I keep you waiting. <br> I don't have any triggers.<p></p> If you interact with me or my character, then thank you so much!</small>
<h3>Interacting</h3>
<em><b>I.</b></em> <small>I’ll interact with anyone; we don’t have to be mutuals. It’s fine if our muses haven’t met in canon.<p></p> <em><b>II.</b></em> <small>I’m happy to RP with crossover characters and crossover universes. I love all OCs and altered variations of canon characters, too.</small><p></p> <em><b>III.</b></em> <small>Please don’t attack/fight my character if we haven’t plotted it beforehand.</small></p></p> <em><b>IV.</b></em> <small>I don’t accept M!As. Sorry.</small><p></p> <em><b>V.</b></em> <small>For the sake of others, please tag anything NSFW or potentially triggering. If there is anything you’d like tagged, absolutely let me know!</small><p></p> <em><b>VI.</b></em> <small>I really love angst. Please give me all your angsty plot suggestions.</small><p></p> <em><b>VII.</b></em> <small>I’m absolutely okay with writing any M rated categories.</small>
<h3>Shipping</h3>
<em><b>I.</b></em> <small>This blog is single-shipping with <a href="pirateshou.tumblr.com">pirateshou</a>. Sorry for any inconvenience.</small> <p></p> <em><b>II.</b></em> <small>Your muse spontaneously flirting with my muse is always absolutely fine with me, regardless. </small> <p></p>
<h3>OOC</h3>
<em><b>I.</b></em> <small>Mun’s over 18. Muse is primarily over 21, but I’m happy to do Child!Sabo plots if requested.</small><p></p> <em><b>II.</b></em> <small>I'm all about ooc chatter. Message me any time to talk or plot; I’m always excited about meeting new people.</small><p></p> <em><b>III.</b></em> <small>I’m not always active due to spending a lot of time away from home and I sometimes have to leave quite abruptly. If you can bare with me, I'd be immensely thankful for your patience.</small><p></p> <em><b>IV.</b></em> <small>If I haven’t replied to you in a while and I’m active, please feel free to remind me! I’m very forgetful, and odds are I missed your post or thought I’d already replied when I hadn’t.</small><p></p> <em><b>V.</b></em> <small>If I make a spelling or grammar mistake, by all means let me know or just correct me in your reply! You deserve better than my errors, honestly. Don’t put up with me making mistakes for the sake of being polite.</small><p></p> <em><b>VI.</b></em> <small>I write extremely slowly. I'm sorry.</small>
</div> </div>
<div id="box3" class="popup_block">
<h3>Verses</h3>
<ul id="tabs"> <li class="active">CANON</li>   <li>AU</li>   <li>GROUP</li> </ul>
<div style="width:auto;height:340px;overflow:scroll;padding:5px;">
<ul id="tab">    <li class="active">
<img src="https://64.media.tumblr.com/cbeff1d6c145eca175db994762e78b9d/tumblr_oswhn0eQXd1wuyna1o1_100.jpg" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;"> <big><a href="/tagged/">Main</a></big>
<br><br>
<small>Following the Dressrosa Arc, post timeskip. <p></p> After being in the Revolutionary Army for twelve years, Sabo has made his way up the rankings to second in command, earning himself the title of Chief of Staff. He has regained his memories following the death of his brother, Ace, and succeeded in both obtaining and consuming his devil fruit. As a new logia type, Sabo maintains his position in the revolution whilst keeping a careful watch over his younger brother, Luffy, from afar.</small>
<br><br><br>
<img src="https://64.media.tumblr.com/3d0b557824a1595089f5f4c963065c05/tumblr_oswhj9Pf2X1wuyna1o1_100.jpg" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;"> <big><a href="/tagged/🏠-▌-❛ˡᵒˢᵗ-ᵇᵒʸˢ-ˡᶤᵏᵉ-ᵐᵉ-ᵃʳᵉ-ᶠʳᵉᵉ-%5B-v.-childhood-%5D-%3B">Child</a></big>
<br><br>
<small>From age five to ten.</small> <p></p> <small>After running away from his noble parents and his home in Goa Kingdom, Sabo, age five, finds himself in the trash dump surrounding the Kingdom's walls. There he meets Ace, the first friend he's ever had, and they spend the next five years saving up to buy a pirate ship by stealing whatever they can get their hands on. When he reaches age ten, he finally meets and befriends Luffy, and the three boys become brothers by sharing cups of sake. Shortly afterwards, Sabo is discovered by his father and forced to return home. Refusing to live in Goa's corrupt society, Sabo sets sail to the sea to fulfill his dream of becoming a pirate, promising to meet Ace and Luffy on the other side. However, he barely makes it out of the dock before he is attacked by Saint Jalmack, a Celestial Dragon. He survives at the cost of nearly all his memories, and is rescued by the leader of the revolution.</small>
</li> <li>
<img src="https://64.media.tumblr.com/687d69cd12a9f4d609524a5cb1187f79/tumblr_oswhscb9nn1wuyna1o1_100.jpg" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;"> <big><a href="/tagged/☠-▌-❛ʰᵃᵘˡ-ᵃʷᵃʸ-ʸᵒᵘʳ-ᵃᶰᶜʰᵒʳ%3B-ᶤᵗ%27ˢ-ᵒᵘʳ-ˢᵃᶤˡᶤᶰᵍ-ᵗᶤᵐᵉ-%5B-v.-turncoat-pirates-%5D-%3B">Turncoat Pirates</a></big>
<br><br>
<small>After the setting sail from Goa Kingdom only to be abruptly attacked by a voyaging Celestial Dragon, Sabo narrowly escapes with his life and manages to stow himself away on the very ship that had been trying to shoot him down moments before. Stealing food and medical supplies, he waits for the crew to sail to the next island before stealthily departing without being detected. Severely injured and weakened, he spends the first few months away from his birthplace struggling to fend for himself until he regains his strength and is able to return to sea. A decade later, Sabo, now known as <b>Captain Renegade</b>, the captain of a nearly fifty-man crew that calls themselves the <b>Turncoat Pirates</b>, crosses the New World in search of One Piece on their ship, the <b>Dragon's Fancy.</b> </small>
<br><br><br>
</li> <li>
<img src="https://64.media.tumblr.com/b68ef4e2857971dd4a4755f03073f97f/tumblr_oswhw0QG2D1wuyna1o1_100.jpg" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;"> <big><a href="/tagged/🏠-▌-❛ˡᵒˢᵗ-ᵇᵒᵃᵗ-ᵒᶰ-ᵃᶰ-ᵒᶜᵉᵃᶰ-%5B-modern-au-%5D-%3B">Modern - ASL+S</a></big>
<br><br>
<small>With university life over, Sabo moves into a humble apartment with his three siblings and tackles his dream job of working for the FBI, all while dealing with the disappearance and reappearance of Ace, Luffy's growing attention in the boxing world, ongoing gang wars, drug rings, a car crash that came a little too close to killing him for anyone's comfort, the trauma of nearly letting one of the most important people in his life slip away, and ten persistent years of unrequited love with possibly the worst person he possibly could have fallen for. <p></p><p></p> <b>Ace:</b> <a href="http://jujika.tumblr.com">Jujika</a><p></p> <b>Shou:</b> <a href="http://pirateshou.tumblr.com">Pirateshou</a></small>
<br><br><br>
</li> </ul>
</div> </div>
<div id="box4" class="popup_block">
<div style="width:auto;height:430px;overflow:scroll;padding:5px;">
<center>
<span style="line-height:5px">
<center><img src="https://64.media.tumblr.com/8c59eb8dbdf47c3b2fed2c2885402eb3/tumblr_p04oe0vBOJ1wuyna1o1_100.jpg"></center> ❝<i>Just remember, <br> if Luffy ever calls for my help, <br> no matter where I am in the world, <br> I'll be there; <br> <strong>forget my position!</strong></i>❞
<h3>𝐒ⱥ𝐁𝐎</h3>
<br><em><b>Age:</b></em> <small>22</small> <br><em><b>Birthday:</b></em> <small>March 20 (Pisces)</small> <br><em><b>Gender:</b></em> <small>Male</small> <br><em><b>Race:</b></em> <small>Human</small> <br><em><b>Sexuality:</b></em> <small>Greysexual greyromantic</small> <br><em><b>Height:</b></em> <small>187cm</small> <br><em><b>Occupation:</b></em> <small>Chief of Staff of the Revolutionary Army</small> <br><em><b>Place of Birth:</b></em> <small>Goa Kingdom (Dawn Island, East Blue)</small> <br><em><b>Bounty:</b></em> <small>602,000,000 Beli</small> <br><em><b>Devil Fruit:</b></em> <small>Mera Mera No Mi</small>
<br><br>
</center>
    An ex-noble cheeky little scamp who never outgrew his desire to be a dragon when he became an adult. #1 Luffy fan. Inherited Ace’s will and occasionally uses his new powers to accidentally set his gloves on fire. He sometimes gets a bit too excited on the battlefield. Openly admits that his little brother is far more important than his position.
<h3>Appearance</h3> <small>Looking notably disimilar from both his brothers, Sabo stands the tallest out of the three, with a physique that, although muscular, remains leaner than Ace's body, but still considerably bulkier than Luffy's. The most noteworthy physical trait he shares with his younger brother would be his wide, round eyes, which bear an uncanny resemblance to his own. His wavy-to-curly hair is a soft blond with a center-parting, and his skin is a shade or two too beige to be considered remotely pasty. He has a visible jaggard burn scar covering the left portion of his face that he acquired as a child, when the fishing boat he was sailing in was shot down by Saint Jalmack, a Celestial Dragon. <p></p>    Sabo's choice of attire is reminiscent of what he wore in his youth; his top hat and metal-framed goggles remain unaltered along with his cravat, though he has swapped blue, baggy knee-length shorts for gray-blue, baggy full-length pants. Coupled with double-breasted vest and elegant overcoat, his clothing choices may seem ill-suited for a battlefield at a glance, but he appears to be most comfortable when dressed formally, and it has yet to hinder his ability to fight. </small>
<h3>Personality</h3> <small>"...Despite being the son of a noble, Sabo does not act like a stereotypical noble would act, nor does he consider himself to be a noble. He does not look down on the less fortunate nor does he put on airs about his status. This is in stark contrast to the rest of his family, who see their status as more important than anything else and will do whatever it takes to raise their social standing or maintain their current status, as well as look down on anyone they consider to be inferior. Sabo rejects these values completely, and even went as far as to say that he feels ashamed of his status as a noble. This can be seen as the reason why he ran away from home and went to live in the Gray Terminal, forfeiting his noble heritage. Since a child becomes a full-fledged noble at the age of eighteen, Sabo intended to leave the Goa Kingdom at the age of seventeen, to escape the idea of being recognized as the thing he hated the most. He even refers to the nobles as <i>"smelling worse than Trash Mountain, as they are people rotten to the core".</i> <p></p> At age 22, Sabo has retained much of his old personality, although he appears to have adapted many mannerisms from Luffy, including his brother's tendency to mispronounce the names of others. He has also displayed an immensely fierce protective streak towards Luffy, to the point where he will disregard everything he is currently doing if he feels that Luffy is in any sort of danger, including his duties in the Revolutionary Army; his tendency to hang up the phone in the middle of a call rather angers his comrades. This is largely contributed by Sabo's inability to protect Ace from his death before the timeskip, a fact that Sabo still regrets to this very day."    <br>    ― <a href="http://onepiece.wikia.com/wiki/Sabo">Wikia</a> </small>
<h3>Combat</h3> <small>Sabo is a primarily melee fighter who fights using a combination of the metal pipe he carries on his person as well as his body in battle. Though he has proven to have a formidable kick, his more threatening asset would be his hands. Dividing his two middle fingers, he claims his hands are "like the claws of a dragon", and he has no difficulty using them to crush and destroy various immensely dense objects such as weaponry, armor, and even human skulls without major difficulty.</p></p> He does not overlook the importance of tactility on the battlefield. He strikes for his enemy's weapon first, intending to effectively destroy it as swiftly as possible. Following to the consumption of the Mera Mera No Mi, he began to infuse the tip of his pipe with fire. Though he does utilize the ability to turn his body into flames at his own free will, he doesn't rely exclusively on his devil fruit to achieve victory.<p></p>    Sabo is a Busoshoku Haki user. He is able to use Portgas D. Ace's move <i>Hiken,</i> and once did so in order to destroy the Corrida Colosseum in Dressrosa. </small>
<h3>History</h3> <small>Sabo was born into a noble family in Goa Kingdom, Dawn island, East Blue. Status, influential power, and most importantly, <i>money,</i> were the fixation of his parents every desire, and from the moment he was born, Sabo was expected to conform to typical noble life with the standard grace and poise demonstrated by your average noble child. He was to be married off to a royal family once he was of age, earning his family good connections in the process. Howeveer, Sabo quickly learned to think for himself and soon came to the conclusion that he could never be happy living a life in a kingdom filled with rotten, power-hungry people. Yearning for freedom, at the age of five, he ran away and began to live in the trash dump residing outside the walls of the kingdom, Grey terminal.<p></p> It was here he met Ace, a boy of the same age who felt strong resentment towards the world due to being dubbed as the son of the devil for bearing his father's blood in his veins. In time, the two boys grew to be exceptionally close friends, and they began stealing from others residing in Grey Terminal as well as from Goa Kingdom, trying to earn enough money between them to buy a pirate ship and set sail to sea in the search of true freedom.<p></p> Five years later, Sabo and Ace meet Luffy, and after a fairly rocky start, the three boys eventually end up becoming inseperable. They share cups of sake between them and form a brotherhood, agreeing that no matter where they may go or how far apart they may be, they will always remain brothers.<p></p> After an unfortunate incident in Goa Kingdom, Sabo's father learns his son is still alive and pays a gang of pirates to forcibly return his son home. Fearing for what will happen to Ace and Luffy if he should resist, Sabo agrees to go home willingly, and is locked in his room to study. However, he knows he cannot survive the life of a noble and Goa Kingdom's sickening society, so once his brothers are out of immediate danger, he again runs away, this time stealing a fishing boat and setting sail on his own. He sends a letter to Ace promising that they'll all meet again one day, requesting that he look after Luffy now that he's leaving, and describes their brotherhood as being his treasure.<p></p> Sabo barely makes it out of the dock before a visiting Celestial Dragon, Saint Jalmack, sees the stolen fishing boat and shoots the ship down for insolence, vehemently offended that anyone would dare sail beside him. Sabo survives at the cost of nearly all his memories, and is picked up by the leader of the Revolutionary Army, Monkey D. Dragon. He begs them to not take him back to Goa Kingdom, which they agree to. Sabo continues to train and grow stronger and eventually earns himself the title of the revolution's second in command. He does not regain his memories until ten years after they are lost, when the abrupt news of Portgas D. Ace's death shocks him to the core and reminds him of who he really is. Unable to set aside the guilt of letting his brother die, two years later, Sabo reunites with Luffy in Dressrosa, obtains Ace's devil Fruit, the Mera Mera No Mi, and promises he will use it to carry on Ace's will to protect their little brother and see him fulfill his dream of becoming the Pirate King.<p></p> He currently remains with the revolution while keeping careful watch over Luffy from afar.</small>
</div> </div>
<div id="box5" class="popup_block">
<div style="width:auto;height:430px;overflow:scroll;padding:5px;">
<center>
<h3>Pages</h3>
<div class="popupnavlinks">
<a href="/headcanons">Headcanons</a><a href="/others">Muses</a> <br>
<h3>Tags</h3> <a href="/tagged/📫-▌-❛ˡᵉᵗᵗᵉʳˢ-ᶠʳᵒᵐ-ᵗʰᵉ-ʰᵒᵐᶤᶰᵍ-ᶜʳᵒʷ-%5B-inquiries-%5D-%3B">Asks</a> <a href="/tagged/✉-▌-❛ʳᵉᵠᵘᵉˢᵗᶤᶰᵍ-ᶠᵘʳᵗʰᵉʳ-ᵃˢˢᶤᵍᶰᵐᵉᶰᵗˢ-%5B-memes-%5D-%3B">Memes</a> <br> <a href="/tagged/❓-▌-❛ᵃˡˡ-ᵗʰᵉ-ᵖᵉᵒᵖˡᵉ-ʸᵒᵘ%27ˡˡ-ᶰᵉᵛᵉʳ-ᵏᶰᵒʷ-%5B-anonymous-%5D-%3B">Anonymous</a> <a href="/tagged/🎨-▌-❛ᶤᵐᵃᵍᵉˢ-ˢᵉᵉᶰ-ᵗʰʳᵒᵘᵍʰ-ˢᵐᵒᵏᵉ-ᵃᶰᵈ-ᶠˡᵃᵐᵉˢ-%5B-art-%5D-%3B">Art</a> <br> <a href="/tagged/⚓-▌-❛ᵗʰᵃᵗ-ʷʰᶤᶜʰ-ᶤˢ-ᶠᵒʳᵍᵒᵗᵗᵉᶰ-ᶤˢ-ᶰᵒᵗ-ᵃˡʷᵃʸˢ-ˡᵒˢᵗ-%5B-memories-%5D-%3B">Memories</a> <a href="/tagged/☸-▌-❛ᶤ-ʷᶤˡˡ-ᶰᵒᵗ-ᶠᵒʳᵍᵉᵗ-ᵗʰᵃᵗ-ᶤ-ʰᵃᵛᵉ-ᶠᵒʳᵍᵒᵗᵗᵉᶰ-%5B-musings-%5D-%3B">Musings</a> <br> <a href="/tagged/💙-▌-❛ᵍᵒˡᵈ-ᵃᶰᵈ-ˢᶤˡᵛᵉʳ-ᶜᵃᶰᶰᵒᵗ-ᵇᵘʸ-ᵐʸ-ᵃᵗᵗᵉᶰᵗᶤᵒᶰ-%5B-interests-%5D-%3B">Interests</a> <a href="/tagged/%F0%9F%94%92-▌-❛ᵗʰᵉ-ʳᵃʳᵉˢᵗ-ᵗʳᵉᵃˢᵘʳᵉˢ-%5B-saved-%5D-%3B">Saved</a> <a href="/tagged/♫-▌-❛ᶤᶠ-ᶤ-ᶜᵃᶰ%27ᵗ-ᵈᵃᶰᶜᵉ-ᵗᵒ-ᶤᵗ-ᶤᵗ%27ˢ-ᶰᵒᵗ-ᵐʸ-ʳᵉᵛᵒˡᵘᵗᶤᵒᶰ-%5B-music-%5D-%3B">Music</a> <a href="/tagged/💫-▌-❛ᵈᵒᶰ%27ᵗ-ᵗʰʳᵉᵃᵗᵉᶰ-ᵐᵉ-ʷᶤᵗʰ-ᵃ-ᵍᵒᵒᵈ-ᵗᶤᵐᵉ-%5B-crack-%5D-%3B">Crack</a> <br> <a href="/tagged/♓-▌-❛ᶤ-ᵗʰᶤᶰᵏ-ᶤᵗ-ᵗʰʳᵒᵘᵍʰ-ᵇᵉᶠᵒʳᵉ-ᶤ-ˡᵉᵗ-ˡᵒᵒˢᵉ-%5B-headcanons-%5D-%3B">Headcanons</a> <a href="/tagged/📣-▌-❛ᵃ-ˢᵖᵃʳʳᶤ���ᵍ-ᵖᵃʳᵗᶰᵉʳ-%5B-promo-%5D-%3B">Promos</a> <br> <a href="/tagged/🎩-▌-❛ᵉᵛᵉʳʸ-ʳᵉᵛᵒˡᵘᵗᶤᵒᶰ-ᵇᵉᵍᶤᶰˢ-ʷᶤᵗʰ-ᵃ-ˢᵖᵃʳᵏ-%5B-open-%5D-%3B">Open</a> <a href="/tagged/💤-▌-𝑶𝒖𝒕-𝑶𝒇-𝑭𝒓𝒆𝒆𝒅𝒐𝒎-%5B-ooc-%5D-%3B">OOC</a> <br> <h3>People</h3> <a href="/tagged/♕-▌-❛ˢᵗᵃᶰᵈᶤᶰᵍ-ᶤᶰ-ᵗʰᵉ-ʰᵃˡˡ-ᵒᶠ-ᶠᵃᵐᵉ-ᵃᶰᵈ-ᵗʰᵉ-ʷᵒʳˡᵈ%27ˢ-ᵍᵒᶰᶰᵃ-ᵏᶰᵒʷ-ʸᵒᵘʳ-ᶰᵃᵐᵉ-%5B-luffy-%5D-%3B">Luffy</a> <a href="/tagged/🔥-▌-❛ʷᵉ%27ʳᵉ-ᵇᵒᵘᶰᵈ-ᵗᵒᵍᵉᵗʰᵉʳ-ᶰᵒʷ-ᵃᶰᵈ-ᶠᵒʳᵉᵛᵉʳ-%5B-ace-%5D-%3B">Ace</a> <br> <a href="/tagged/✨-▌-❛ᶤᶠ-ᵗʰᶤˢ-ᶠᶤʳᵉ-ᵍᵒᵉˢ-ᵒᵘᵗ-ᶤ%27ˡˡ-ᵏᵉᵉᵖ-ʸᵒᵘ-ʷᵃʳᵐ-ᵗʰᵉ-ᵇᵉˢᵗ-ᶤ-ᶜᵃᶰ-%5B-shou-%5D-%3B">Shou</a> <a href="/🍶-▌-❛ᶠᶤˡˡᵉᵈ-ᵒᵘʳ-ᶜᵘᵖˢ-ʷᶤᵗʰ-ˢᵃˡᵗʸ-ʷᵃᵗᵉʳ%3B-ᵈʳᵃᶰᵏ-ᵘᶰᵗᶤˡ-ʷᵉ-ᵇᵘʳˢᵗ-%5B-ASL-%5D-%3B">ASL</a> <br> <a href="/tagged/🐨-▌-❛ˢᵒʳʳʸ-ᶤ-ᶜᵃᶰᶰᵒᵗ-ʰᵉᵃʳ-ʸᵒᵘ-ᶤ%27ᵐ-ᵏᶤᶰᵈᵃ-ᵇᵘˢʸ-%5B-koala-%5D-%3B">Koala</a> <a href="/tagged/👒-▌-❛ᶰᵒ-ᵐᵃᶰ-ᶤˢ-ᵃᶰ-ᶤˢˡᵃᶰᵈ-%5B-straw-hats-%5D-%3B">Straw Hats</a>
<br><br><br>
</div> </div> </div>
<!-- ♛ CUSTOM SIDEBAR TEXT -->
<div id="bite"> <div id="thekey"></div> <div class="death"> <div id="actualnews">
<center>
<div style="width:auto;height:295px;overflow:scroll;padding:5px;">
<h4> Freer than anyone </h4> <b>“The true soldier fights not because he hates what is in front of him, but because he loves what is behind him.”</b><br> ― G.K. Chesterton
<h4> Our bond is my treasure </h4>
<i><b>✖</b></i> Sabo RP blog <p> <i><b>✖</b></i> Single-ship + Affiliated with <a href="http://pirateshou.tumblr.com">pirateshou </a><br> <i><b>✖</b></i> Non-selective <p> <i><b>✖</b></i> OC + AU friendly <p> <i><b>✖</b></i> Multiverse <p> <i><b>✖</b></i> NSFW + Gore content <p> <i><b>✖</b></i> <b>Est.</b><i> 15 November 2016</i>
<h4> Take care of him </h4> <em><b>18+ Mun</b></em> <p><strong>Returning from 8-9 month hiatus.</strong></p> <p>Written by <i>Woodland</i>.</p> <p> Background art commissioned by <a href="https://www.instagram.com/artofpirateshion/?hl=en">PirateShion</a></p> <p>Thanks for stopping by.</p>
<br>
</center>
</div> </div></div>
0 notes
codingforsabo · 7 years ago
Photo
Tumblr media
0 notes
codingforsabo · 8 years ago
Photo
Tumblr media
0 notes
codingforsabo · 8 years ago
Note
asjk box junk
this is a reply
bold bold
italics italics
quote
0 notes
codingforsabo · 8 years ago
Photo
Tumblr media
0 notes
codingforsabo · 8 years ago
Photo
Tumblr media
0 notes
codingforsabo · 8 years ago
Photo
Tumblr media
0 notes
codingforsabo · 8 years ago
Photo
Tumblr media
0 notes
codingforsabo · 8 years ago
Photo
Tumblr media
0 notes
codingforsabo · 8 years ago
Text
Tumblr media
that ain’t ironic, bitch i love rugrats
0 notes
codingforsabo · 8 years ago
Text
Tumblr media
i hope they don’t catch us (but i kinda hope they catch us)
0 notes