Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <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>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lateef' rel='stylesheet' type='text/css'>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:400italic' rel='stylesheet' type='text/css'>
- <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>
- <!--basic tooltip from tutorial-baby! Enjoy-->
- <style>
- .tooltip{
- display: inline;
- position: relative;
- }
- #s-m-t-tooltip {
- max-width:300px; /*how big the tooltip can be at most*/
- border-radius: 0px; /*change your border radius*/
- padding:3px 4px 5px 4px; /*padding inside tooltip*/
- margin:20px 7px -2px 20px; /*distance from word*/
- background-color:#1433b9; /*background color*/
- border-left:4px solid #fff;
- border-right: 4px solid #fff;/*border info*/
- font-family:times; /*tooltip font*/
- font-size:9px; /*tooltip font size*/
- letter-spacing:2px; /*tooltip letter spacing*/
- text-transform:normal; /*makes the tooltip title uppercase*/
- color:#fff; /*tooltip font color*/
- z-index:999999999999999999999999999999999999;
- }
- /*----------------------------------------
- Update Tab #1 (CSS Left) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 8/7/14
- ------------------------------------------*/
- #updatetab {
- font-family: times; /*this is the font*/
- color: #A0A0A0;} /*this is the font color*/
- #tabtitle, #dropdown, #dropdown p {
- background-color:#transparent; /*this is the background color*/
- border-color: #db7d73;} /*this is the border color*/
- #updatetab {
- width:155px;
- position:fixed;
- top:14px;
- left:14px;}
- #tabtitle {
- text-align:center;
- padding:1px 3px;
- letter-spacing:2px;
- font-size:11px;
- text-transform:normal;
- border-width:0px;
- border-style:solid;
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;}
- #dropdown {
- border-style:transparent;
- border-width:0px 1px 1px 1px;
- padding:2px 5px 0px 5px;
- border-bottom-right-radius: 2px;
- -moz-border-bottom-right-radius: 2px;
- -webkit-border-bottom-right-radius: 2px;
- border-bottom-left-radius: 2px;
- -moz-border-bottom-left-radius: 2px;
- -webkit-border-bottom-left-radius: 2px;
- opacity:0;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- #updatetab:hover #dropdown {
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- #dropdown p {
- padding-top:3px;
- padding-bottom:3px;
- border-width:0px 0px 1px 0px;
- border-style:solid;
- font-size:10px;}
- #dropdown p:last-of-type {
- border-bottom:0px solid transparent;}
- #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
- margin: 0px 0px 0px 0px;}
- #c {
- position:fixed;
- bottom:4px;
- right:4px;
- font-size:13px;
- font-family:helvetica;}
- </style>
- <title>♛. OBJECTION!</title>
- <link rel="shortcut icon" href="http://i.imgur.com/8gfwG1l.png">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!---- this is theme 32 by Hollywhood
- please don't remove the credit
- thank you
- --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#9B9B9B"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:border" content="#F2F2F2"/>
- <meta name="color:scrollbar" content="#D6D5D5">
- <meta name="color:bg" content="#FFFFFF">
- <meta name="color:Link Hover" content="#0f2462"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:sidebartitle" content="">
- <meta name="text:homelink title" content="">
- <meta name="text:link2" content="" />
- <meta name="text:link2 url" content="/">
- <meta name="text:link3" content="" />
- <meta name="text:link3 url" content="/">
- <meta name="text:link4" content="" />
- <meta name="text:link4 url" content="/">
- <meta name="text:link5" content="" />
- <meta name="text:link5 url" content="/">
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 3px;
- display: none;
- text-align: center;
- position: absolute;
- font-style:normal;
- margin-top:3px;
- margin-left:15px;
- font-size:8px;
- line-height:9px;
- font-family:cambria;
- z-index: 1000;
- background-color:#fff;
- border: 1px dotted #ffb8c5;
- color: #000;
- text-transform:normal;
- letter-spacing: 1px;
- }
- </style>
- <style type="text/css">
- #textposts img {
- max-width:250px;
- }
- ::selection {
- background: transparent;
- color:#0b1b91;
- }
- ::-moz-selection {
- background: transparent;
- color:#0b1b91;
- }
- .popup_block{
- display:none;
- background-image:url('http://oi68.tinypic.com/24c5tgj.jpg');
- background-repeat:no-repeat;
- background-position:fixed;
- width:520px;
- height:335px;
- padding:20px;
- overflow-x:scroll;
- scroll:left;
- overflow-x:hidden;
- border:0px dotted #fda2a2; /* if you want a solid white pop-up, delete this */
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- #infos {
- text-align:left;
- font-size:15px;
- font-family:times;
- padding:11px;
- color:#ff0000;
- }
- #infos a {
- margin:5px;
- margin-left:50px;
- line-height:20px;
- background:#transparent;
- width:160px;
- height:20px;
- display:inline-block;
- overflow:hidden;
- text-align:center;
- padding:6px;
- -o-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- border-top-left-radius:0px;
- border-top-right-radius:100px;
- border-bottom-left-radius:100px;
- border-bottom-right-radius:100px;
- }
- #infos a:hover {
- color:#fff;
- background:transparent;
- border-radius:0px;
- }
- #wrap {
- float:fixed;
- width:600px;
- position:fixed;
- background:transparent;
- opacity:.5;
- line-height:10px;
- margin-top:120px;
- }
- *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:#000; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- ::-webkit-scrollbar-thumb{
- background-color: #e8f0fd;
- border: 0px solid {color:background};
- height:90px;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:4px;
- background-color: transparent;
- border: 0px solid {color:background};
- }
- *, body, a, a:hover {cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), auto;}
- iframe#tumblr_controls {
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- opacity:.2;transition: .8s ease-in-out;
- -webkit-transition: .8s ease-in-out;
- -moz-transition: .8s ease-in-out;
- -o-transition: .8s ease-in-out;
- }
- h1 {
- font-weight:normal;
- font-size:13px;
- text-align:center;
- font-style:normal;
- line-height:100%;
- letter-spacing:1px;
- text-transform:normal;
- color:{color:text};
- }
- h2 {
- font-size:10px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:text};
- font-weight:bold;
- text-transform:normal;
- padding:5px;
- padding-bottom:2px;
- }
- blockquote {
- border-left:2px solid {color:text};
- padding-left:5px;
- margin:5px;
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:times;
- font-size:12px;
- line-height:120%;
- background-image:url("http://i.imgur.com/VMMhKKN.png") ;
- background-position: justify;
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-position:center fixed;
- overflow: hidden;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link hover};
- }
- b, strong {
- font-family: 'Lateef', serif;
- color: #1119bf;
- font-size:15px;
- text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
- }
- i, italics {
- font-family: 'IM Fell Double Pica', serif;
- color: #0f0fcf;
- font-size:15px;
- text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- #post {
- width:480px;
- padding-bottom:30px;
- margin-top:20px;
- }
- #posts img {
- height:auto;
- max-width:100%;
- }
- #photo img {
- width:100%;
- -webkit-border-radius:5px;
- -moz-border-radius:5px;
- border-radius:5px;
- }
- #entries {
- -webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
- position:relative;
- height:300px;
- overflow-y:scroll;
- overflow-x:hidden;
- width:490px;
- text-align:justify;
- padding:5px;
- border:0px #efefef;
- border-style:dotted;
- background:transparent;
- top:125px;
- z-index:999;
- margin-left:110px;
- }
- #sidebar {
- color:{color:text};
- position:fixed;
- width:91px;
- height:0%;
- margin-top:233px;
- margin-left:150px;
- text-align:left;
- border-right: 1px solid #e3e3e3;
- padding-right:120px;
- }
- #sidebar img {
- position:fixed;
- width:60px;
- margin-top:220px;
- margin-bottom:5px;
- }
- #alinks {
- position:fixed;
- font-family:times;
- width:1200px;
- margin-top:-116px;
- margin-left:655px;
- font-size:60px;
- text-transform:normal;
- text-align:left;
- line-height:170%;
- }
- #alinks a{
- line-height:170%;
- padding:1px;
- text-shadow:2px 2px 0px transparent;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- color:#1119bf;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
- }
- #alinks a:hover {
- color: #e6e6e6;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #blinks {
- position:fixed;
- font-family:times;
- width:1200px;
- margin-top:-45px;
- margin-left:718px;
- font-size:60px;
- text-transform:normal;
- text-align:left;
- line-height:170%;
- }
- #blinks a{
- line-height:170%;
- padding:1px;
- text-shadow:2px 2px 0px transparent;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- color:#1119bf;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
- }
- #blinks a:hover {
- color: #e6e6e6;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #clinks {
- position:fixed;
- font-family:times;
- width:1200px;
- margin-top:45px;
- margin-left:732px;
- font-size:60px;
- text-transform:normal;
- text-align:left;
- line-height:170%;
- }
- #clinks a{
- line-height:170%;
- padding:1px;
- text-shadow:2px 2px 0px transparent;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- color:#1119bf;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
- }
- #clinks a:hover {
- color: #e6e6e6;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #dlinks {
- position:fixed;
- font-family:times;
- width:1200px;
- margin-top:-55px;
- margin-left:605px;
- font-size:60px;
- text-transform:normal;
- text-align:left;
- line-height:170%;
- }
- #dlinks a{
- line-height:170%;
- padding:1px;
- text-shadow:2px 2px 0px transparent;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- color:#1119bf;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
- }
- #dlinks a:hover {
- color: #e6e6e6;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #elinks {
- position:fixed;
- font-family:times;
- width:1200px;
- margin-top:139px;
- margin-left:740px;
- font-size:60px;
- text-transform:normal;
- text-align:left;
- line-height:170%;
- }
- #elinks a{
- line-height:170%;
- padding:1px;
- text-shadow:2px 2px 0px transparent;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- color:#1119bf;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
- }
- #elinks a:hover {
- color: #e6e6e6;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #glinks {
- position:fixed;
- font-family:times;
- width:1200px;
- margin-top:228px;
- margin-left:743px;
- font-size:60px;
- text-transform:normal;
- text-align:left;
- line-height:170%;
- }
- #glinks a{
- line-height:170%;
- padding:1px;
- text-shadow:2px 2px 0px transparent;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- color:#1119bf;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
- }
- #glinks a:hover {
- color: #e6e6e6;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #hlinks {
- position:fixed;
- font-family:times;
- width:1200px;
- margin-top:-80px;
- margin-left:419px;
- font-size:30px;
- text-transform:normal;
- text-align:left;
- line-height:170%;
- }
- #hlinks a{
- line-height:170%;
- padding:1px;
- text-shadow:2px 2px 0px transparent;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- color:#4c44ef;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
- }
- #hlinks a:hover {
- color: #e6e6e6;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #description {
- width:0px;
- height:120px;
- font-family:times;
- background-color:transparent;
- border:0px dotted #ffb8c5;
- padding:3px;
- margin-top:30px;
- margin-left:763px;
- text-align:center;
- font-size:0px;
- color: #000;
- letter-spacing:1px;
- line-height:115%;
- }
- #description a {
- color:#f6c1b3;
- }
- #description a:hover {
- color:#f6c5b7;
- }
- .sidebartitle {
- width:100px;
- text-align:center;
- position:fixed;
- font-style:italic;
- font-family:French Script MT;
- line-height:120%;
- margin-left:69px;
- font-size:20px;
- margin-top:217px;
- color:#999;
- }
- #pagination {
- font-size:50px;
- width:200px;
- text-transform:normal;
- margin-top:70px;
- margin-left:750px;
- letter-spacing:3px;
- font-style:normal;
- text-align:normal;
- }
- #pagination a {
- color:#121fc6;
- }
- #info {
- margin-left:auto;
- margin-right:auto;
- font-family:courier;
- width:420px;
- height:20px;
- margin-top:5px;
- padding:0px;
- font-size:15px;
- color:{color:text};
- text-transform:normal;
- font-style:normal;
- text-align:left;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- border:1px solid white;
- background-color:#CCCCCC;
- background-image:url("http://i.imgur.com/w3Dck1z.png");
- border-radius:100px;
- }
- #info a {
- color:{color:link};
- text-align:left;
- font-style:normal;
- }
- #info a:hover {
- color:{color:link hover};
- }
- .tags {
- font-family:cambria;
- font-style:normal;
- width:415px;
- text-transform:normal;
- font-style:bold;
- color:#000000;
- line-height:120%;
- font-size:12px;
- opacity:0;
- text-align:center;
- padding-top:3px;
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- .tags a:hover {
- color:#040439;
- }
- #post:hover .tags {
- opacity:1;
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- .cover {
- position: relative;z-index: 1; width: 90px; float:left;}
- .button {
- width:20px;
- height:30px;
- overflow: hidden;
- position: relative;
- z-index: 99;
- margin: 15px 24px 13px 16px;
- }
- .musicbox {
- background-color: #fff;
- position: absolute;
- z-index: 99;
- margin-top: 15px;
- margin-left: 15px;
- opacity: 0.3;
- -webkit-transition: opacity 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- -o-transition: all 0.2s linear;
- }
- .musicbox:hover {opacity:0.9;}
- .musicinfo {
- padding:20px; font-size:12px;margin-left: 100px;text-align:center;background:#f7f7f7;margin-top:5px;}
- #ask {
- float:left;
- margin-left:10px;}
- #credit {
- font-size:9px;
- font-family:cambria;
- font-style:italic;
- letter-spacing:1px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #credit a {
- background-color:#fff;
- padding:5px;
- border:1px solid #e9e9e9;
- position:fixed;
- right:15px;
- bottom:10px
- }
- #credit a:hover {
- color:#fff;
- background-color:#e50000;
- }
- {CustomCSS}</style>
- <div style="margin-left:493px; margin-top:239px; position: absolute;z-index:9999;"><img src="http://i.imgur.com/W58WwvX.png"></div>
- </head>
- <body>
- <BODY onselectstart="return true;" ondragstart="return false;">
- <script type="text/javascript">
- <!--
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- // -->
- </script>
- <!----------------------------------------
- Update Tab #1 (HTML) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 9/21/13
- ------------------------------------------>
- <div id="updatetab">
- <div id="tabtitle">
- <!---this is where you put title of your updates tab--->
- <b></b>
- </div>
- </div>
- <div id="sidebar">
- <div id="sidebarimage">
- <a href="/"><img src="{image:sidebar}"> </a></div>
- <div class="sidebartitle"><a title="{text:homelink title}" href="/">{text:sidebartitle}</a></div>
- <div id="alinks">
- <a href="/" title="RETURN.">•</a> </div>
- <div id="blinks">
- <a href="#?w=510" rel="box4" class="poplight" title="INQUIRE.">•</a> </div>
- <div id="clinks">
- <a href="#?w=510" rel="box1" class="poplight" title="LAWS.">•</a>
- </div>
- <div id="elinks">
- <a href="#?w=510" rel="box2" class="poplight" title="COURT RECORD.">•</a>
- </div>
- <div id="glinks">
- <a href="/submit" title="SUBMIT.">•</a>
- </div>
- <div id="hlinks">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
- {/block:Pagination}
- {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}
- </div>
- </div>
- <div id="description">
- {Description}
- </div></div>
- <div id="entries">{block:Posts}<div id="post">
- <div id=“textposts”>{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}</div>
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
- {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
- {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:normal; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> <em>{Asker}:<br> <big>{Question}</big></em><br><br>{Answer}{/block:Answer}
- {block:Date}<div id="info"><div style="margin-top:3px;"><center><a href="{Permalink}" title="{TimeAgo}">☀</a> {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">☀</a> {/block:NoteCount} {block:RebloggedFrom} <a href="{ReblogParentURL}" title="via">☀</a>{/block:RebloggedFrom}
- {block:ContentSource} <a href="{SourceURL}" title="source">☀</a> {/block:ContentSource}{/block:Date}</center></div></div>
- {block:HasTags}
- <div class="tags">
- {block:Tags} - <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- <div id="box1" class="popup_block">
- <div style="width:465px;padding:10px;text-align:left; text-style:normal; color:#000;opacity:.7; letter-spacing:1px;font-size:11px;font-family:times;margin-left:10px;margin-top:114px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:200px;">
- <center><b>THE LAW</b></p></p>
- <div id="poptext"><p style="line-height: 19.6px;"><strong>General</strong></p>
- <p style="line-height: 19.6px;"><b>✗</b> This blog is <B>SEMI-SELECTIVE, SEMI-PRIVATE</B>, therefore, I have <em>all the right</em> to deny any forms of interaction if I’m not following you.</p>
- <p style="line-height: 19.6px;"><b>✗</b> I am, however, extremely selective with OCs. The OC should be sufficiently developed <strong>&</strong> shouldn’t know Phoenix immediately(so nope, you can’t just be all friendly with him immediately). I will still attempt to interact with you, as long as you try to make the first move.</p>
- <p style="line-height: 19.6px;"><b>✗</b> Mutuals are allowed to ask for my Skype for plotting or role playing purposes, but it is still up to me whether I want to share it or not.</p>
- <p style="line-height: 19.6px;"><b><b>✗</b></b> All fanart icons belong to their respective owners, <strong>&</strong> I take no claim over them!</p>
- <p style="line-height: 19.6px;"><span style="line-height: 19.6px;"><b>✗</b> Skype will be given upon request to mutuals<strong>!</strong></span></p>
- <hr />
- <p style="line-height: 19.6px;"><strong>Shipping</strong></p>
- <p style="line-height: 19.6px;"><b>✗</b> Let's get this out of the way: I won't do ROMANTIC <i>or</i> SEXUAL NaruMayo in any way. Any other type of relationship between them is fine.</p>
- <p style="line-height: 19.6px;"><b>✗</b> This is a multiship blog, so it’s possible for Phoenix to be in a relationship with anyone.</p>
- <p style="line-height: 19.6px;"><b>✗</b> HOWEVER! There must be chemistry between them both, & not to mention that both muns should be in agreement to shipping.</p>
- <p style="line-height: 19.6px;"><b>✗</b> All ships are in separate verses unless the people who want to make it one verse all come to an agreement on it.</p>
- <p style="line-height: 19.6px;"><b>✗</b> This might contradict rule 2, but if the other mun and I have talked about the ship like a lot, then it’s A-Okay to do stuff on Tumblr. In other words, say we talk passionate about it on Skype–well, if I approve, then without a doubt we can ship on Tumblr if you’re okay with it! Of course, so long as both you and I are in agreement!</p>
- <hr />
- <p style="line-height: 19.6px;"><strong>Writing</strong></p>
- <p style="line-height: 19.6px;"><b>✗</b> My abilities range from script, one liners, & para all the way to multi para, & novella</p>
- <p style="line-height: 19.6px;"><b>✗</b> My style of formatting varies a bit since I experiment with it a lot, or I just get lazy on formatting <strong>&</strong> decide to keep it simple.</p>
- <p style="line-height: 19.6px;"><b>✗</b> QUALITY OVER QUANTITY!! You do not have to match my length of replies, since on rare occasions I can write about four paragraphs, or just one paragraph to reply. Write as much as your ability allows you, but give me something to work with!! That’s all you have to do.</p>
- <p style="line-height: 19.6px;"><b>✗</b> If I have not replied in 5 days, you are given permission to remind me to reply–I don’t mind! But if you do it, <strong>&</strong> it hasn’t even been an hour since your reply, or even a day for that matter, I will get upset <strong>&</strong> most likely drop the thread without informing you.</p>
- <hr />
- <p style="line-height: 19.6px;"><strong>NSFW</strong></p>
- <p style="line-height: 19.6px;"><b>✗</b> Mun is 20, so they are of age to rp NSFW content.</p>
- <p style="line-height: 19.6px;"><b>✗</b> NSFW content can mean smut, gore, horror, etc. so it will be tagged accordingly <strong>&</strong> put under a read more.</p>
- <p style="line-height: 19.6px;">i hope we can have fun in rping and stuff!! i promise we’ll have a good time! also, if you’ve read these rules, send me an ask that says<strong> “You have an attorney's badge, it's WRIGHT there!”</strong> to notify me you’ve read them–you don’t have to, but it’s appreciated!</p>
- </div>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="box2" class="popup_block">
- <div id="wrap">
- <div id="infos">
- <a href="#?w=510" rel="box3" class="poplight" title="about">DEFENSE</a>
- <a href="#?w=510" rel="box5" class="poplight" title="verses">VERSES</a>
- <a href="#?w=510" rel="box6" class="poplight" title="relations">RELATIONS</a>
- <a href="#?w=510" rel="box7" class="poplight" title="writer">MUN</a>
- </div>
- </div>
- </div>
- <div id="box3" class="popup_block">
- <div style="width:465px;padding:10px;text-align:left; text-style:normal; color:#000;opacity:.7; letter-spacing:1px;font-size:11px;font-family:times;margin-left:10px;margin-top:114px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:200px;">
- <p><img src="https://67.media.tumblr.com/15536ad2cc8e39af42c0ca1f89e1605f/tumblr_inline_o9e7rpWVye1upv0ka_500.png" /><img src="https://65.media.tumblr.com/ad7254e10595c288c23e4c3de534f31a/tumblr_inline_o9e7shyEN71upv0ka_500.png" style="line-height: 1.4;" /><img src="https://66.media.tumblr.com/8be1683fb8c3b95bef613a765646abf4/tumblr_inline_o9e7vh1Mno1upv0ka_500.png" /></p>
- <p></p>
- <p><strong> PROFILE: <u>PHOENIX WRIGHT.</u></strong></p>
- <p><strong>NAME: </strong>Phoenix Wright <em><strong>(</strong>commonly referred to as Nick by peers<strong>)</strong></em></p>
- <p><strong>AGE: </strong>23–34 <em><strong>(</strong>verse</em><em> dependent</em><strong>)</strong></p>
- <p><strong>EYE COLOR: </strong>Dark Blue</p>
- <p><strong>HAIR COLOR: </strong>Black</p>
- <p><strong>HEIGHT:</strong> 5'9"</p>
- <p> <strong><u>BACKGROUND.</u></strong></p>
- <p>A renowned defense attorney <strong>famous</strong> for turning hopeless cases around and getting his defendant found innocent, as well as finding the <em>real</em> killer. He has handled many cases in his career, losing only <a href=".">once</a> to date. Wright has also been a defendant himself at least three times in his life, each time hiring a different lawyer (including himself). The trial of Zak Gramarye on April 19, 2019 saw Wright unknowingly present <strong>forged evidence</strong>, before the defendant disappeared, forcing an indefinite postponement of the trial. Wright was subsequently <strong>disbarred.</strong></p>
- <p>Wright spent the next seven years as a <em>pianist</em> who moonlighted as an undefeated poker player at the Borscht Bowl Club, but secretly continued his investigation of the case that had cost him his attorney<strong>'</strong>s badge. To this end, he was instrumental in the organization of a test trial for the Jurist System, resulting in a <em>resolution</em> of the case. He then retook the bar exam and <strong>once again</strong> became an attorney.</p>
- <p></p>
- <p></p>
- </div>
- </div>
- <div id="box4" class="popup_block">
- <Center><center><p><h2 align="center"><big><big><big><big><big><big><big><b>CAN I HELP YOU WITH ANYTHING?</B></big></big></big></big></big></big></big></a></h2></p></center><p><iframe frameborder="0" height="200" src="http://www.tumblr.com/ask_form/ofstepladders.tumblr.com/" width="500"></iframe></p>
- </center></div>
- </div></div></div></div></div></div></div></div></div></div>
- </center>
- </div>
- </div>
- <div id="box5" class="popup_block">
- <div style="width:465px;padding:10px;text-align:left; text-style:normal; color:#000;opacity:.7; letter-spacing:1px;font-size:11px;font-family:times;margin-left:10px;margin-top:114px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:200px;">
- <center>
- <b><u>I'M JUST GETTING STARTED!</u></b><br>
- <small>( trilogy's timeline )</small></p>
- <br>
- A young attorney fresh out of law school, he <B>defends</B> those who are wrongly accused. His motto "believe in your client" is strong, <B>&&</B> no matter how tough or peril the case, he <i>always</i> manages to turn the tables to his favor<B>.</B>
- </p>
- <b><u>THE LAW? HEH...SORRY. I'M A RUN OF THE MILL PIANIST.</u></b><br>
- <small>( disbarred )</small></p>
- He used forged evidence. He lost his badge.<br>
- A disbarred lawyer living with his daughter, <B>Trucy Wright.</B> He dresses like a <i>hobo,</i> <B>&&</B> acts much more laid back than we was when barred<B>.</B> <br>Despite this, however, he continues to investigate the mysteries surrounding the case that <B>costed him his badge.</B>
- </p>
- <b><u>A PHOENIX ALWAYS RISES FROM ITS ASHES</u></b><br>
- <small>( rebarred | main )</small></p>
- His attorney badge is reclaimed. He can defend once more.<br>
- Now rebarred, he can <b>defend</b> the innocent again<B>.</B> He retains the smile on his face, <B>&&</B> his objections are as loud as ever<B>.</B> <br> There are now three lawyers in his agency, himself included, <B>&&</B> he could never be<B>...</B><i>happier.</i>
- </p>
- <p><center><b>More to be added</B></center>
- </div>
- </div>
- <div id="box6" class="popup_block">
- <div style="width:465px;padding:10px;text-align:left; text-style:normal; color:#000;opacity:.7; letter-spacing:1px;font-size:11px;font-family:times;margin-left:10px;margin-top:114px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:200px;">
- relations here
- </div>
- </div>
- <div id="box7" class="popup_block">
- <div style="width:465px;padding:10px;text-align:left; text-style:normal; color:#000;opacity:.7; letter-spacing:1px;font-size:11px;font-family:times;margin-left:10px;margin-top:114px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:200px;">
- <center><img src="http://67.media.tumblr.com/b168419dce415496ebc7209458e79805/tumblr_inline_nig18v0w261r2h8qj.png"> <img src="http://66.media.tumblr.com/95db36fc112ecdefe3c1323756ca6ecc/tumblr_inline_nig0wblZdJ1r2h8qj.png"> <img src="http://65.media.tumblr.com/8d75ced5307b8147e2ba65886ab5132d/tumblr_inline_nig1hsSAx91r2h8qj.png"> </p>
- </center>
- Hi, I'm Ricardo! You can also call me Honoka, though. I used to rp Apollo Justice in the Ace Attorney fandom! I'm a demiboy, he/him && they/them pronouns, && I really love chocolate! If you ever want my Skype, just hmu with an IM!</p>
- <blockquote>
- <b>theme bg:</b> THANK GOD FOR HARU<br>
- <b>popup bg:</b> THANK GOD FOR NOVA <br>
- </blockquote>
- </div>
- </div>
- </center>
- </div>
- </div>
Add Comment
Please, Sign In to add comment