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>
- <!--
- I'd live to give a big shout out to http://fratdadbase.tumblr.com/ for this base code. Couldn't have done this without their help.
- STARXBCRN'S THEMES
- ⚜ this code was made by starxbcrn.tumblr.com
- ⚜ do not remove credit or claim as your own.
- ⚜ feel free to send me an ask if you have any questions
- -->
- <head>
- <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}
- <!--
- 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>
- <!--
- 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>
- </head>
- <style type="text/css">
- /*SCROLL BAR*/
- ::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 50px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: transparent;
- }
- ::-webkit-scrollbar-thumb:active {
- background: transparent;
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 0px;
- }
- ::-webkit-scrollbar-track:hover {
- background:transparent;
- }
- ::-webkit-scrollbar-track:active {
- background: transparent;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body {
- background-color:;
- background-image: url('https://i.imgur.com/s1BEj2h.png');
- font-family:calibri;
- font-size: 11px;
- text-align: justify;
- color:#9d9999;
- }
- /*ASK AND ANSWERS */
- #askbox{
- border:0px solid yellow;
- height:85px;
- }
- #askimg{
- }
- #asktext{
- border:0px solid red;
- max-width:100%;
- margin-top:-40px;
- margin-left:35px;
- color:#9b9187;
- text-transform:uppercase;
- font-weight:bold;
- text-align:right;
- padding-right:17px;
- letter-spacing:1px;
- text-shadow:2px 2px 0px #ffffff;
- }
- #asker {
- font-family: 'Montserrat', sans-serif;
- background-color: #94cfc9;
- font-style:none;
- letter-spacing:3px;
- text-align:right;
- text-transform:uppercase;
- color: #222;
- font-size:15px;
- text-shadow:2px 2px 0px #ffffff;
- border: 2px solid #94cfc9;
- border-radius: 30px;
- max-width:100%;
- margin-left:0px;
- font-weight:bold;
- padding-top:2px;
- padding-right:5px;
- padding-left:5px;
- }
- #asker a{
- font-family: 'Montserrat', sans-serif;
- font-style:none;
- text-transform:uppercase;
- font-style: none;
- text-shadow: none;
- color: #314455;
- text-shadow:0 0 2px #131313;
- -webkit-filter: blur(0px);
- }
- #asker a:hover {
- color: #f2f0ec;
- text-shadow:0 0 10px #131313;
- -webkit-filter: blur(0px);
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- #ask {
- font-family: helvetica neue;
- font-size:7px;
- text-align:center;
- padding-top: 5px;
- margin-bottom:20px;
- margin-left:0px;
- text-transform:auto;
- letter-spacing:1px
- margin-top:-10px;
- padding:10px;
- background: transparent;
- /*background: url("http://i.imgur.com/pPrXixh.png");
- background-clip:text;
- background-repeat:repeat;
- background-attachment:fixed;
- color:transparent;*/
- color:#314455;
- text-transform: uppercase;
- border-top:1px solid #2b2927;
- border-bottom:1px solid #2b2927;
- border-radius:5px;
- letter-spacing:2px;
- box-shadow:0px 0px 10px #ffffff;
- word-wrap: break-word;
- z-index:99999;
- }
- .ans {
- text-align:center;
- padding:10px;
- }
- /*CONTAINER AND POSTS*/
- #container {
- background-color:transparent;
- width:260px;
- height:340px;
- padding: 20px;
- top:170px;
- margin-left: 455px;
- position:relative;
- overflow-y:scroll;
- overflow-x:hidden;}
- #container img {
- height:auto;
- max-width:100%;
- }
- #content {
- margin-left:62px;
- width:310px;
- margin-top: -90px;
- }
- #posts {
- width:255px;
- padding:10px;
- margin-top: 75px;
- margin-left:-72px;
- padding-bottom:0px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- #description {
- margin-left: 0px;
- margin-top: -50px;
- width:180px;
- color:transparent;}
- .nav {
- position: fixed;
- top: 100px;
- width: 230px;
- height:150px;
- margin-left: 250px;
- overflow: none;
- background-color: transparent;
- }
- /*SIDEBOX*/
- .sidebox {
- position: fixed;
- top: 430px;
- left: 275px;
- width: 175px;
- height: 130px;
- overflow: auto;
- }
- /*FANCY FONT*/
- h1{
- font-family: 'Cinzel', serif;
- color:#292a37;
- background-color: #d0ffff;
- font-size: 20px;
- text-shadow:1px 1px 1px #94d6ba;
- text-align: center;
- text-transform: uppercase;
- font-weight: normal;
- line-height: 21px;
- }
- h2{
- font-family: 'Cinzel', serif;
- color:#c9d942;
- background-color:;
- font-size: 20px;
- text-align: right;
- text-transform: uppercase;
- border-right: 20px solid #c9d942;
- font-weight: normal;
- line-height: 21px;
- letter-spacing: 2px;
- }
- h3{
- font-family: consolas;
- color:#1e3c3d;
- font-size; 6px;
- text-shadow:1px 1px #ffffff;
- }
- h4 {
- background-image: url('https://i.imgur.com/rU0tRWC.png');
- background-repeat:repeat;
- background-attachment:fixed;
- border-left: double 3px #000;
- border-top: double 3px #000;
- border-right: double 3px #000;
- border-bottom: double 3px #000;
- padding:2px;
- color:#fff;
- overflow: auto;
- text-shadow:1px 1px 0px #000,
- 1px -1px 0px #000,
- -1px -1px 0px #000,
- -1px 1px 0px #000,
- 0px 1px 0px #000,
- 0px -1px 0px #000,
- 1px 0px 0px #000,
- -1px 0px 0px #000;
- font-size:15px;
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- }
- b {
- font: 12px georgia;
- text-transform:uppercase;
- color: #03a2e8;
- letter-spacing: 1px;}
- i {
- font: 20px georgia;
- font-style: italic;
- text-transform: uppercase;
- text-shadow:1px 1px 1px #ffffff;
- color: #c9d942;}
- p {
- margin-top:5px;
- margin-bottom:5px;}
- ol {
- list-style:normal;}
- ul {
- list-style:square;}
- small {
- font-size:10px}
- sup,sub {
- font-size:11px}
- pre {
- font-size: 10px;
- letter-spacing:3px;
- background-color:#c9d942;
- font-family: "Times New Roman", Times, serif;
- font-style: none;
- text-align:center;
- }
- big {
- font-size:14px;
- text-transform:uppercase;
- letter-spacing:2px;
- font-family: "Times New Roman", Times, serif;
- color: #4a132c;
- text-shadow: 0px 0px 2px #93345f;
- }
- blockquote {
- word-wrap: break-word;
- padding:2px 7px;
- padding-right:17px;
- margin:3px 0 3px 10px;
- border-left:3px solid #2b2927;
- -webkit-border-radius: 30px;
- background-color:transparent;
- word-wrap: break-word;
- }
- blockquote img{
- max-width:100%;
- height:auto;
- }
- blockquote blockquote img{
- max-width:100%;
- height:auto;
- }
- /*LINKS*/
- a:link, a:active, a:visited {
- text-decoration: none;
- color: #5a674d;
- font-family:courier;
- font-size: 9px;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(0px);}
- a:hover {
- color: #8f8f8f;
- font-family:courier;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- -webkit-filter: blur(1px);}
- a.second, a.second:link, a.second:active, a.second:visited {
- font-family:consolas;
- font-size:8px;
- line-height:8pt;
- letter-spacing:0px;
- color:#d4cec3;
- text-shadow:0px 0px 7px #7f7f7f;
- text-decoration:none;
- text-transform:uppercase;
- letter-spacing:0px;
- background-color:#74c2ad;
- text-align:center;
- display:block;
- margin:1px 0px 3px 0px;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- transition-duration: 0.4s;}
- a.second:hover {
- font-family:consolas;
- font-style: bold;
- font-size:8px;
- line-height:8pt;
- letter-spacing:2px;
- font-weight:normal;
- color:#9b968c;
- background-color: #91f2d8;
- text-decoration:none;
- text-transform:uppercase;
- text-shadow:2px 2px #000000;
- background-color: #2a100c;
- text-align:center;
- display:block;
- margin:1px 0px 3px 0px;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- a.third, a.third:link, a.third:active, a.third:visited {
- font-family:consolas;
- font-size:10px;
- line-height:10pt;
- letter-spacing:0px;
- color:#222222;
- text-decoration:none;
- text-transform:uppercase;
- letter-spacing:0px;
- background-color:#e7e7dd;
- border: 5px solid #e7e7dd;
- margin: 2px;
- text-align:center;
- text-shadow:4px 0px transparent;
- display:inline-block;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- transition-duration: 0.4s;}
- a.third:hover {
- font-family:consolas;
- font-style: bold;
- font-size:10px;
- line-height:10pt;
- letter-spacing:2px;
- font-weight:normal;
- color:#ffffff;
- text-decoration:none;
- text-transform:uppercase;
- text-shadow:2px 2px #000000;
- text-align:center;
- display:inline-block;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- a.fourth, a.fourth:link, a.fourth:active, a.fourth:visited {
- font-family:consolas;
- font-size:12px;
- line-height:12pt;
- letter-spacing:0px;
- color:#222;
- text-decoration:none;
- text-transform:uppercase;
- letter-spacing:0px;
- background-color:#c9d942;
- text-align:center;
- text-shadow:4px 0px transparent;
- display:inline-block;
- margin:1px 0px 3px 0px;
- -webkit-border-radius: 30px;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- transition-duration: 0.4s;}
- a.fourth:hover {
- font-family:consolas;
- font-style: bold;
- font-size:12px;
- line-height:12pt;
- letter-spacing:2px;
- font-weight:normal;
- color:#222222;
- text-decoration:none;
- text-transform:uppercase;
- text-shadow:2px 2px #000000;
- background-color:#e7e7dd;
- text-align:center;
- display:inline-block;
- margin:1px 0px 3px 0px;
- -webkit-border-radius: 30px;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- .pagination {
- position:fixed;
- top: 410px;
- left: 300px;
- height: 100px;
- width: 100px;
- text-align:center;
- }
- #navlinks {
- text-align:center;
- margin-top:10px;
- font-size:13px;
- }
- #navlinks a {
- color:{color:link colour};
- }
- /* POST INFO DETAILS */
- #infobox {
- border:1px solid transparent;
- margin-bottom:0px;
- padding-top:10px;
- }
- #info {
- margin-left:20px;
- }
- #info a {
- color:#0e412c;
- text-shadow: 0px 0px 10px #3d3e41;
- }
- #info a:hover {
- color:transparent;}
- #tags {
- width:250px;
- height: 25px;
- padding:10px;
- margin-top: 10px;
- font-size:7px;
- text-align:justify;
- font-family:arial;
- text-transform:uppercase;
- background:transparent;
- overflow: auto;
- border-bottom:1px solid #474747;
- }
- #tags a {
- font-family:consolas;
- font-size:8px;
- line-height:8pt;
- letter-spacing:0px;
- color:#222;
- text-shadow:0px 0px 7px #7f7f7f;
- text-decoration:none;
- text-transform:uppercase;
- letter-spacing:0px;
- text-align:center;
- display:inline-block;
- margin:1px 0px 3px 0px;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- transition-duration: 0.4s; }
- #tags a:hover {
- color:#555;
- text-shadow:0px 0px 1px #777;
- -webkit-filter:none;
- -webkit-transition: all 0.6s ease-in-out;
- opacity:1;
- -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;
- }
- /* 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:#aaf5e1;
- padding:20px;
- border:1px solid #eee; /* 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 */
- }
- *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.7; /* change to opacity:1; */
- }
- .popupnavlinks {
- padding-top:5px;
- text-align:center; }
- .popupnavlinks a {
- display:inline-block;
- width:90px; height:4px;
- margin:2px; padding:3px 6px 10px;
- text-align:center;
- background-image: url('');
- background:#c9d942;
- background-repeat:repeat;
- background-attachment:fixed;
- border-left: double 3px #000;
- border-top: double 3px #000;
- border-right: double 3px #000;
- border-bottom: double 3px #000;
- color:#fff;
- font-size:9px;
- font-family:calibri;
- text-shadow:1px 1px 0px #000,
- 1px -1px 0px #000,
- -1px -1px 0px #000,
- -1px 1px 0px #000,
- 0px 1px 0px #000,
- 0px -1px 0px #000,
- 1px 0px 0px #000,
- -1px 0px 0px #000;
- display: inline-block;
- cursor: pointer;
- }
- .popupnavlinks a:hover {
- display:inline-block;
- letter-spacing:2px;
- border-radius: 46px 10px 58px 0px;
- -moz-border-radius: 46px 10px 58px 0px;
- -webkit-border-radius: 46px 10px 58px 0px;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }}
- .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: #1c0915;
- background-image:url('https://i.imgur.com/rU0tRWC.png');
- background-repeat:repeat;
- background-attachment:fixed;
- border-left: double 3px #000;
- border-top: double 3px #000;
- border-right: double 3px #000;
- border-bottom: double 3px #000;
- color:#5a674d;
- text-shadow:1px 1px 0px #000,
- 1px -1px 0px #000,
- -1px -1px 0px #000,
- -1px 1px 0px #000,
- 0px 1px 0px #000,
- 0px -1px 0px #000,
- 1px 0px 0px #000,
- -1px 0px 0px #000;
- z-index:99999999999999999999;
- font-size:9px;
- letter-spacing:2px;
- font-style:bold;
- letter-spacing:2px;
- font-family: calibri;
- text-transform:uppercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.1);}
- /*VERSES*/
- #ocehans1{
- height:14px;
- text-align:justify;
- overflow:auto;
- margin-top:-1px;
- border-bottom:3px solid #efefef;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- line-height:10px;
- z-index:999999999999999999999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans1:hover{
- height:100px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans2{
- height:14px;
- text-align:justify;
- overflow:auto;
- border-bottom:3px solid #efefef;
- text-transform:uppercase;
- background-color:;
- letter-spacing:1px;
- font-size;8px;
- line-height:13px;
- z-index:999999999999999999999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans2:hover{
- height:100px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans3{
- height:14px;
- text-align:justify;
- overflow:auto;
- border-bottom:3px solid #efefef;
- text-transform:uppercase;
- background-color:;
- letter-spacing:1px;
- font-size;8px;
- line-height:13px;
- z-index:999999999999999999999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans3:hover{
- height:100px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans4{
- height:14px;
- text-align:justify;
- overflow:auto;
- border-bottom:3px solid #efefef;
- text-transform:uppercase;
- background-color:;
- letter-spacing:1px;
- font-size;8px;
- line-height:13px;
- z-index:999999999999999999999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans4:hover{
- height:100px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans5{
- height:14px;
- text-align:justify;
- overflow:auto;
- border-bottom:0px solid #efefef;
- text-transform:uppercase;
- background-color:;
- letter-spacing:1px;
- font-size;8px;
- line-height:13px;
- z-index:999999999999999999999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans5:hover{
- height:100px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #ocehans{
- text-align:left;
- font-size:8px;
- text-transform:None;
- opacity: .8;
- position:fixed;
- font-family:calibri;
- left:570px;
- background-color:transparent;
- letter-spacing:1px;
- width:250px;
- z-index:9999;
- padding:4px;
- top:205px;
- }
- /*CREDIT*/
- .credit {
- position:fixed;
- text-shadow: 0px 0px 11px #fff;
- right:15px;
- bottom:15px;
- transform: rotate(0deg);
- font-family: helvetica;
- font-size: 14px; }
- .credit a {
- padding:10px;
- color:#fff;
- 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: 2px 2px 2px #000000;
- }
- </style>
- <body>
- <script type="text/javascript" src="http://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
- <div class="nav">
- <a href="/" class="poplight third" title="ask">H</a>
- <a href="/ask" class="poplight third" title="ask">A</a>
- <a href="#?w=260" rel="box2" class="poplight third" title="rules">R</a>
- <a href="#?w=260" rel="box3" class="poplight third" title="navigation">N</a>
- <a href="#?w=260" rel="box4" class="poplight third" title="verses">V</a>
- </div>
- <div class="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="fourth">☚</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="fourth">☛</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- <div id="container">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}"{Quote}"{block:Source}{Source}{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}{Title}</a>{/block:Title}
- {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
- {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Answer}<div id="asker" style="margin-left:-5px;width:300px; color:#91a3ac; text-shadow:0 0 2px #000; ">{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}
- <!--
- INFO AND SYMBOLS
- -->
- <div id="infobox">
- <div id="info">
- <br>
-
- {block:Date}
- <a href="{Permalink}" style="position:absolute; margin-left:-100px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #5a674d;" title=" {ShortMonth} {DayOfMonthWithZero} - {TimeAgo} "> ☪ </a>
- {/block:Date}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" style="position:absolute; margin-left:-25px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" via. {ReblogParentName} "> ☄ </a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" style="position:absolute; margin-left:-30px; margin-top:20px; font-size:22px;opacity:0.7" title=" source. {SourceTitle} "> ✶</a>
- {/block:ContentSource}
- <a href="{Permalink}" style=style="position:absolute; margin-left:-10px; margin-top:0px; font-size:34px;line-height:100%; width:30px;opacity:1" title=" {NoteCount} notes "> ✱ </a>
- <a href="{ReblogURL}" style="position:absolute; margin-left:-25px; margin-top:5px; font-size:10px;opacity:0.6" title="reblog"> ☀ </a>
- <br>
- <!--
- INFO AND SYMBOLS ENDS
- -->
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}" title="{Tag}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
- <br><br><br><br>
- {/block:Posts}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div>
- {/block:Posts}
- </div>
- </body>
- <div class="sidebox">
- <h4>Owes</h4>
- <center>
- <b>Starters:</b> 00 || <b>Drafts:</b> 00 || <b>Memes:</b> 00
- </center>
- </div>
- <!--
- ♛ POP UP PAGES !!!
- -->
- <div id="box2" class="popup_block">
- <div style="width:auto;height:425px;overflow:auto;padding:5px;">
- <h1>GUIDELINES</h1>
- RULES RULES RULES RULES
- </div>
- </div>
- <div id="box3" class="popup_block">
- <div style="width:auto;height:425px;overflow:auto;padding:5px;">
- <center>
- <h1>NAVIGATION</h1>
- <div class="popupnavlinks">
- <a href="/tagged/whatever">LINK</a>
- <a href="/tagged/whatever">LINK</a>
- <br>
- <a href="/tagged/whatever">LINK</a>
- <a href="/tagged/whatever">LINK</a>
- <br>
- <a href="/tagged/whatever">LINK</a>
- <a href="/tagged/whatever">LINK</a>
- <br>
- <a href="/tagged/whatever">LINK</a>
- <a href="/tagged/whatever">LINK</a>
- <br>
- <a href="/tagged/whatever">LINK</a>
- <a href="/tagged/whatever">LINK</a>
- <br>
- <a href="/tagged/whatever">LINK</a>
- <a href="/tagged/whatever">LINK</a>
- <br>
- <a href="/tagged/whatever">LINK</a>
- <a href="/tagged/whatever">LINK</a>
- <br><br><br>
- </div>
- </div></div>
- <!--
- VERSES STARTS
- -->
- <div id="box4" class="popup_block">
- <div style="width:auto; height: 425px; overflow:auto;padding:5px;">
- <H4>Verses</H4>
- <div id="ocehans">
- <center>
- <div id="ocehans1">
- <div style="font-size:11px;">CANON</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:justify; color:#b9b9b9; width: 250px;">
- <br>
- In this verse, everything that happened in the tv show is how I write my character. The bright personality, the twist to the dark side and of course, we can't forget the redemption story as well. Allison is truely a great character and it's such a shame that she was twisted and warped into something evil by her grandfather and aunt. But also, let's talk about how awesome Kate is as La Loba. I kind of do like her character.
- <p></p>
- </div>
- </div>
- <div id="ocehans2">
- <div style="font-size:11px;">AU</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:justify; color:#b9b9b9; width: 250px;">
- <br>
- TEXT GOES HERE<br>
- TEXT GOES HERE<br>
- TEXT GOES HERE<br>
- <p></p>
- </div></div>
- <div id="ocehans3">
- <div style="font-size:11px;">VERSE 3</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:justify; color:#b9b9b9; width: 250px;">
- <br>
- TEXT GOES HERE<br>
- TEXT GOES HERE<br>
- TEXT GOES HERE<br>
- <p></p>
- </div>
- </div>
- <div id="ocehans4">
- <div style="font-size:11px;">VERSE 4</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:justify; color:#b9b9b9; width: 250px;">
- <br>
- TEXT GOES HERE<br>
- TEXT GOES HERE<br>
- TEXT GOES HERE<br>
- <p></p>
- </div></div>
- <div id="ocehans5">
- <div style="font-size:11px;">VERSE 5</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:justify; color:#b9b9b9;width: 250px;">
- <br>
- TEXT GOES HERE<br>
- TEXT GOES HERE<br>
- TEXT GOES HERE<br>
- <p></p>
- </div></div>
- </div></div></div></div>
- </div>
- </div>
- <!--
- VERSES ENDS
- -->
- <div class="credit">
- <a href="http://starxbcrn.tumblr.com/" title="starxbcrn">C.</a>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment