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">
- <!-- Theme 24; the dark side by ~winchestheart.
- // http://winchestheart.tumblr.com © //
- This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
- > http://creativecommons.org/licenses/by-nc/3.0/
- Read the rules before using any of my themes:
- > http://winchestheart.tumblr.com/rules
- Do not remove the credit or use as your own work.
- Thank you.
- -->
- <html><head>
- <style>*, body{ cursor:url("http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png"), auto; }
- a, a:hover { cursor:url("http://i.imgur.com/tfUdKbO.png"), auto; }
- </style>
- <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"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></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>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:50,
- 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 3px 3px; /*padding inside tooltip*/
- margin:20px 7px -2px 20px; /*distance from word*/
- background-color:#c0c0c0; /*background color*/
- border-left:3px solid #606060;
- border-radius:10px 0px 0px 0px;
- font-family:"ernest"; /*tooltip font*/
- font-size:14px; /*tooltip font size*/
- letter-spacing:2px; /*tooltip letter spacing*/
- text-transform:uppercase; /*makes the tooltip title uppercase*/
- color:#606060; /*tooltip font color*/
- z-index:999999999999999999999999999999999999;
- line-height:18px;
- opacity:.9;
- -moz-transition-duration:.3s;
- -webkit-transition-duration:.3s;
- -o-transition-duration:.3s;
- box-shadow:-1px 1px 3px 0px #606060;
- text-shadow:0px 0px 3px #606060;
- -webkit-text-stroke-width: 0px;
- -webkit-text-stroke-color: #121212;
- }
- </style>
- <title>{Title}</title>
- <link rel="shortcut icon" href="http://65.media.tumblr.com/tumblr_lkl62yQ6jp1qfamg6.gif">
- <meta name="image:Background" content="" />
- <meta name="image:sidebar img" content="" />
- <meta name="color:Links" content="#6b6b6b" />
- <meta name="color:Main Color" content="#494949" />
- <meta name="color:Text" content="#606060" />
- <meta name="color:Background" content="#b8b8b8" />
- <meta name="color:Border" content="#eaeaea" />
- <meta name="color:Scrollbar" content="#5c5c5c" />
- <meta name="color:A" content="#9a9a9a" />
- <meta name="color:A Shadow" content="#555c5e" />
- <meta name="color:A Hover" content="#e2e2e2" />
- <meta name="color:Bold" content="#4f4f4f" />
- <meta name="color:Bold Shadow" content="#525252" />
- <meta name="color:Italic" content="#707070" />
- <meta name="color:Italic Shadow" content="#6b6b6b" />
- <meta name="color:h1" content="#686868" />
- <meta name="color:h1 Shadow" content="#8c8c8c" />
- <meta name="color:h2" content="#ffffff" />
- <meta name="color:h2 Shadow" content="#eaeaea" />
- <meta name="color:label color" content="#5d5d5d" />
- <meta name="color:chat color" content="#6d6d6d" />
- <meta name="color:popup bg" content="#c0c0c0" />
- <meta name="color:popup border" content="#4f4f4f" />
- <meta name="color:popup txt color" content="#4f4f4f" />
- <meta name="text:Link 01" content="index" />
- <meta name="text:Link 02" content="askbox" />
- <meta name="text:Link 03" content="one" />
- <meta name="text:Link 04" content="two" />
- <meta name="text:Link 05" content="three" />
- <meta name="text:Link 01 URL" content="/" />
- <meta name="text:Link 02 URL" content="/ask" />
- <meta name="text:Link 03 URL" content="/" />
- <meta name="text:Link 04 URL" content="/" />
- <meta name="text:Link 05 URL" content="/" />
- <meta name="text:Background Image Position" content="left" />
- <meta name="text:Font Family" content="arial" />
- <meta name="text:Font Size" content="14.5" />
- <meta name="if:Sidebar Image" content="0" />
- <meta name="if:Custom Scrollbar" content="1">
- <meta name="if:Background Image Repeat" content="0" />
- <meta name="if:Infinite Scrolling" content="0" />
- <meta name="if:400px posts" content="1" />
- <meta name="if:540px posts" content="0" />
- <meta name="if:Sidebar Image" content="0" />
- <!----------------------------------------------------------------------->
- <!----------------------------------------------------------------------->
- <script type="text/javascript">
- function unhide(divID) {
- var item = document.getElementById(divID);
- if (item) {
- item.className=(item.className=='hidden')?'unhidden':'hidden';
- }
- }
- </script>
- <!----------------------------------------------------------------------->
- <style type="text/css">
- @font-face { font-family: "bangalore"; src:url('http://static.tumblr.com/rmj06l2/VP8llx2mg/bangalor.ttf'); }
- @font-face { font-family: "hacked"; src: url('https://dl.dropboxusercontent.com/s/xyju89lrtr12y7q/HACKED.ttf?dl=0'); format("truetype");}
- @font-face { font-family: "marmellata_jam"; src: url('https://dl.dropboxusercontent.com/s/hfa0g49tzv8gx39/Marmellata%28Jam%29_demo.ttf?dl=0'); format("truetype");}
- @font-face { font-family: "olympic_branding"; src: url('https://dl.dropboxusercontent.com/s/b0yp3tjzthguism/Olympic%20Branding.ttf?dl=0'); format("truetype");}
- @font-face { font-family: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); format(“truetype”);}
- @font-face { font-family: "determination"; src: url('https://dl-web.dropbox.com/s/umfv28jfusg9bgt/DeterminationSansWeb.woff?dl=0'); format("truetype");}
- @font-face { font-family: "allura"; src: url('http://static.tumblr.com/gdh5wux/7hFmeryj6/allura-regular.ttf'); }
- @font-face { font-family: "master"; src: url('https://dl-web.dropbox.com/s/k445x5liwyqzbfp/master_of_break.ttf?dl=0'); format(“truetype”);}
- @font-face { font-family: "prelude"; src: url('https://dl-web.dropbox.com/s/2v8jtmjwk7k5taa/PreludeFLF.ttf?dl=0'); format(“truetype”);}
- @font-face { font-family: "limo"; src: url('https://dl-web.dropbox.com/s/qwtxsak8i2dpu06/Champagne%20%26%20Limousines%20Bold.ttf?dl=0'); format(“truetype”);}
- @font-face { font-family: 'coder'; src: url("https://dl-web.dropbox.com/s/5wwulvdufp1vvvn/coders_crux.ttf?dl=0"); format(“truetype”);}
- @font-face { font-family: "pixel"; src: url('https://dl-web.dropbox.com/s/jgs6443scpicjfo/pixelmix.ttf?dl=0'); format(“truetype”);}
- @font-face { font-family: "wendy"; src: url('https://dl-web.dropbox.com/s/1tg3mdw3i790qmt/wendy.ttf?dl=0'); format(“truetype”);}
- @font-face { font-family: "visitor"; src: url('https://www.dropbox.com/s/mgl1co15ows8kjc/visitor1.ttf?dl=0'); format(“truetype”);}
- @font-face { font-family: "ernest"; src: url('https://dl-web.dropbox.com/s/47dc45gk5jpujmd/Ernest.ttf?dl=0'); format(“truetype”);}
- @font-face { font-family: "bn"; src: url('https://dl-web.dropbox.com/s/2rkb2zdpubdomle/BebasNeue.otf?dl=0'); format(“truetype”);}
- @font-face { font-family: "ag"; src: url('https://dl-web.dropbox.com/s/9tkxep36fhemvr1/Neou-Thin.otf?dl=0'); format(“truetype”);}
- #fade {
- display: none;
- background: {color:popup bg};
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background: {color:popup bg};
- padding: 20px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 9999999999;
- height:300px;
- background-repeat:no-repeat;
- border-top:0px solid {color:popup border};
- border-bottom:0px solid {color:popup border};
- border-left:0px solid {color:popup border};
- border-right:0px solid {color:popup border};
- text-align:center;
- color:{color:popup txt color};
- opacity:1;
- overflow-x:scroll;
- scroll:left;
- overflow-x:hidden;
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- {block:IfCustomScrollbar}
- ::-webkit-scrollbar {width:5px;height:2px;background:transparent}
- ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
- {/block:IfCustomScrollbar}
- 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;}
- body {margin:0;font-family:{text:font family};font-size:{text:font size}px;line-height:11px;color:{color:text};background-color:{color:background};background-attachment:fixed;background-image:url('{image:Background}');background-position:left top;background-repeat:no-repeat;}
- a {text-decoration:none;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color:#8a8484;text-shadow:0px 0px 0px #555c5e;}
- a:hover { color:#303030;text-shadow:0px 0px 2px #c9c9c9;
- -webkit-text-stroke-width: 0px;
- -webkit-text-stroke-color: #f3f3f3;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
- strong, bold, b {font-weight:bold;font-family:times;font-size:18px;color:{color:Bold}; -webkit-text-stroke: 0px #262626; text-shadow:0px 0px 2px {color:Bold Shadow};letter-spacing:1px;line-height:25px;z-index:99;}
- italic, i, em {font-weight:italic;font-family: 'prelude' ;font-size:25px;color:{color:Italic}; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 2px {color:Italic Shadow};}
- small, sub {font-size:{text:font size}px;}
- code {font-size:{text:font size}px;font-family:{text:font family};}
- pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
- blockquote {padding-left:8px;padding-right:8px;margin-top:8px;margin-left:10px;border-left:1px dashed #7d7d7d;border-right:0px solid #7d7d7d;background:transparent;box-shadow:0px 0px 0px #6e6e6e;border-radius:0px;opacity:1;}
- h1 {font-size:30px;font-weight:none;letter-spacing:1px;padding:9px 50px;text-transform:lowercase;text-align:center;line-height:25px;color:{color:h1};line-height:30px;font-family:"bn";text-decoration:;}
- h1 a {color:{color:h1};}
- h2 {font-size:20px;font-weight:none;letter-spacing:1px;padding:8px 50px;text-transform:uppercase;text-align:center;line-height:45px;color:{color:h2};line-height:40px;text-shadow:0px 0px 1px {color:h2 shadow};font-family:"ag"; border:1px solid {color:h2};}
- .label {font-weight:normal;color:{color:label color};font-size:18px;text-transform:uppercase;text-shadow:0px 0px 1px #303030;}
- .chat {line-height:25px;margin:8px;font-family:"ernest";font-size:15px;text-transform:lowercase; color:{color:chat color};}
- n {line-height:25px;margin:8px;font-family:"ernest";font-size:20px;}
- ::selection {color:#9e9e9e;background:transparent;}
- ::-moz-selection {color:#9e9e9e;background:transparent;}
- ::-webkit-selection {color:#9e9e9e;background:transparent;}
- #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
- #credit a {color:{color:main color};}
- /************************************************************************/
- ul {
- list-style-type:square;
- }
- ol {
- list-style-type:upper-roman;
- }
- .description {margin:13px 0px;line-height:16px;text-align:center;letter-spacing:1px;font-size:10px;}
- #links {
- margin-top:140px;
- margin-left:115px;
- width:10px;
- text-transform:lowercase;
- position:fixed;
- }
- #links a{
- display:inline-block;
- margin-bottom:5px;
- font-size:65px;
- color:#ffffff;
- text-shadow:0px 0px 10px #828282;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #ffffff;
- -webkit-transition-duration:0.4s;
- -moz-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #links a:hover {
- display:inline-block;
- color:#ffffff;
- text-shadow:0px 0px 12px #ffffff;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #ffffff;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -webkit-filter: grayscale( 0 ) blur(0px);
- }
- #blinks {
- margin-top:150px;
- margin-left:170px;
- width:10px;
- text-transform:lowercase;
- position:fixed;
- }
- #blinks a {
- margin-right:20px;
- display:inline-block;
- margin-bottom:5px;
- font-size:40px;
- color:#ffffff;
- text-shadow:0px 0px 6px #828282;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #ffffff;
- -webkit-transition-duration:0.4s;
- -moz-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #blinks a:hover {
- display:inline-block;
- margin-bottom:5px;
- color:#ffffff;
- text-shadow:0px 0px 12px #ffffff;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #ffffff;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -webkit-filter: grayscale( 0 ) blur(0px);
- }
- #clinks {
- margin-top:160px;
- margin-left:210px;
- width:10px;
- text-transform:lowercase;
- position:fixed;
- }
- #clinks a {
- margin-right:20px;
- display:inline-block;
- margin-bottom:5px;
- font-size:25px;
- color:#ffffff;
- text-shadow:0px 0px 6px #828282;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #ffffff;
- -webkit-transition-duration:0.4s;
- -moz-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #clinks a:hover {
- display:inline-block;
- margin-bottom:5px;
- color:#ffffff;
- text-shadow:0px 0px 12px #ffffff;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #ffffff;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -webkit-filter: grayscale( 0 ) blur(0px);
- }
- #dlinks {
- margin-top:140px;
- margin-left:230px;
- width:10px;
- text-transform:lowercase;
- position:fixed;
- }
- #dlinks a {
- display:inline-block;
- margin-bottom:5px;
- font-size:40px;
- color:#ffffff;
- text-shadow:0px 0px 10px #828282;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #ffffff;
- -webkit-transition-duration:0.4s;
- -moz-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #dlinks a:hover {
- display:inline-block;
- color:#ffffff;
- text-shadow:0px 0px 12px #ffffff;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #ffffff;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -webkit-filter: grayscale( 0 ) blur(0px);
- }
- #elinks {
- margin-top:150px;
- margin-left:265px;
- width:10px;
- text-transform:lowercase;
- position:fixed;
- }
- #elinks a {
- margin-right:20px;
- display:inline-block;
- margin-bottom:5px;
- font-size:25px;
- color:#ffffff;
- text-shadow:0px 0px 10px #828282;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #ffffff;
- -webkit-transition-duration:0.4s;
- -moz-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #elinks a:hover {
- display:inline-block;
- margin-bottom:5px;
- color:#ffffff;
- text-shadow:0px 0px 12px #ffffff;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #ffffff;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -webkit-filter: grayscale( 0 ) blur(0px);
- }
- #description {
- position:fixed;
- width:0px;
- font-family:trebuchet ms;
- margin-top:55px;
- margin-left:-9px;
- text-align:justify;
- font-size:9px;
- color: {color:text};
- letter-spacing:0px;
- line-height:130%;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /************************************************************************/
- #entries {
- padding:10px;
- left:398px;
- position:fixed;
- background-color:transparent;
- width:412px;
- top:380px;
- height:340px;
- padding: 20px;
- overflow-x:scroll;
- scroll:left;
- overflow-x:hidden;
- padding:4px;
- -webkit-mask-image: -webkit-gradient(linear, left 45%, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
- }
- #post {width:400px;margin:40px 0px 80px 580px;text-align:left;line-height:14px;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;line-height:20px;
- -webkit-filter:grayscale(0%);
- -webkit-transition: all 0.6s ease-in-out;}
- #post: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;
- }
- #post img {max-width:400px;}
- #post blockquote div {margin-top:8px;}
- #post blockquote img {max-width:320px;}
- #permalink {-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;width:380px;color:#3b3b3b;margin-top:15px;padding-top:8px;text-transform:lowercase;line-height:14px;text-align:center;font-size:25px;letter-spacing:1px;background-image:url();background-repeat:repeat;background-attachment:;height:25px;border-top:1px dashed #3b3b3b;border-bottom:0px solid #978489;border-left:0px solid #525b5e;border-right:0px solid #525b5e; -webkit-text-stroke-width: 1px;outline:0px solid #5e5766;
- -webkit-text-stroke-color: #cfcfcf;margin-left:10px;margin-top:10px;}
- #permalink a {color:#3b3b3b;font-family: -webkit-text-stroke-width: 0px;
- -webkit-text-stroke-color: #3b3b3b;}
- #permalink a:hover {color:#595959;-webkit-text-stroke-width: 1px;
- -webkit-text-stroke-color: #595959; text-shadow: 0px 0px 5px #3b3b3b;opacity:1;}
- .tags {text-align:center;opacity:1;margin:0px 10px;padding-bottom:20px;-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;font-size:13px;text-transform:none;font-size:12px;width:380px;border-bottom:1px dashed #3b3b3b;border-left:0px solid #7d7777;}
- .tags a {color:#666666;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px 2px #ffffff;font-size:13px;}
- .tags a:hover {text-decoration:none;color:#666666;-webkit-transition: all .3s linear;-moz-transition: all 3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;text-shadow:0px 0px 4px #666666;}
- /************************************************************************/
- #permalinkpage {margin-top:15px;text-align:center;padding:5px 0px;text-transform:lowercase;height:35px;border-top:1px dashed #3b3b3b;border-bottom:0px solid #4f3132;border-left:0px solid #393939;border-right:0px solid #393939;background:transparent;color:#3b3b3b;width:380px; margin-left:10px;}
- #tagspp {line-height:15px;width:400px;text-align:center;color:{color:links};padding:5px 0px;}
- #tagspp a {color:#666666;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px .5px #666666;font-size:13px;}
- #tagspp a:hover {text-decoration:none;color:#666666;-webkit-transition: all .3s linear;-moz-transition: all 3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;text-shadow:0px 0px 4px #666666;letter-spacing:0px;}
- .pagination {
- width:{select:posts width}px;
- text-align:center;}
- .pagination a {
- cursor:help;
- border-bottom:0px solid {color:a};
- padding-bottom:10px;
- margin:0px 5px;}
- .pagination a:hover, .pagination span {
- text-decoration:none;
- border-bottom:0px solid {color:a hover};}
- .pagination span, .pagination a {padding:10px;}
- /************************************************************************/
- .tumblr_audio_player {border:1px solid {color:border};height:40px;margin-bottom:5px;width:396px;}
- .audio {position:relative;margin-top:-100px;margin-left:102px;height:100px;width:390px;color:{color:links};font-family:"pixel";font-weight:normal;font-size:11px;}
- .audioart {padding-right:2px;width:100px;height:100px;}
- .audioart img {width:100px;}
- /************************************************************************/
- .quote {font-weight:italic;font-family: 'times' ;font-size:20px;color:#f8f8f8; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 3px #f8f8f8;line-height:25px;word-spacing:2px;text-transform:lowercase;}
- .source {font-weight:normal;padding-left:8px;display:inline-block;font-family:"pixel";}
- /************************************************************************/
- #question {margin:20px 0px;padding:20px 20px;line-height:20px;border-bottom:0px solid #4f3132;border-top:1px dashed #383838;border-left:0px solid #545a5c;border-right:0px solid #545a5c;border-radius:0px 0px 0px 0px;text-align:center;background-repeat:repeat;background-attachment:fixed;font-family:'ag';text-transform:uppercase;font-size:25px;-webkit-text-stroke: 0px #697e80;color:#383838;text-shadow:0px 0px 0px #393939;margin-top:-12px;font-size:20px;background:transparent; box-shadow:0px 0px 0px #694646;width:300px;margin-left:30px;}
- #sender {font-size:30px; font-style:none;margin-top:-10px;margin-left:30px;font-family:"bn";text-transform:;color:#4f4f4f;text-shadow:0px 0px 0px #6b5d5d;width:380px;text-align:left; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #f3f3f3;}
- /************************************************************************/
- .notes {margin-left:-15px;margin-top:30px;width:380px;}
- .notes a:hover {background-color:transparent;color:{color:links};}
- ol.notes {list-style-type:none;}
- ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
- ol.notes li.note img.avatar {vertical-align:-6px;}
- ol.notes li.note img {padding:2px 5px 2px 2px;}
- ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
- /************************************************************************/
- .hidden {display:none;}
- .unhidden {display:block;}
- /************************************************************************/
- #boxbyireverent {
- position:fixed;
- z-index:999;
- padding:13px;
- background:transparent;
- position:fixed;
- font-family:corbel;
- font-size:11px;
- overflow:auto;
- text-align:left;
- line-height:12px;
- position:fixed;
- left:120px;
- top:290px;
- border-radius:5px;
- color:#666;
- width:220px;
- height:90px;
- text-transform:none;
- border:0px double #eee;
- overflow:hidden;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- </style>
- </head>
- <body>
- <div id="boxbyireverent">
- <div style="overflow:auto; width: 210px;padding-right:4px; height: 50px; border: 0px solid #000000; background-color: transparent;font-family:times;font-size:8px;letter-spacing:1px;text-transform:uppercase; text-align: center;">
- niles of fe:if / written by leaf.<br><a href="http://winchestheart.tumblr.com/">base code.</a>
- <p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="links">
- <a href="{text:link 01 url}" title="{text:link 01}">☾</a></div>
- <div id="blinks"><a href="{text:link 02 url}" title="{text:link 02}">✦</a></div>
- <div id="clinks"><a href="{text:link 03 url}" title="{text:link 03}">✦</a></div>
- <div id="dlinks"><a href="{text:link 04 url}" title="{text:link 04}">✦</a>
- </div>
- <div id="elinks"><a href="{text:link 05 url}" title="{text:link 05}">✦</a></div>
- {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
- {block:Posts}
- <div id="post">
- {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
- {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:If400pxPosts}{block:If540pxPosts}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Photoset-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Photoset}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">❝ {Quote} </div>{block:Source}<div class="source">» {Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}<div id="chat">{block:Title}<p style="font-size:30px;text-transform:lowercase;line-height:30px;text-align:center;font-family:prelude;"><a href="{Permalink}">{Title}</a>{/block:Title}<div class="chat">{block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</div>{/block:Lines}</div></div>{/block:Chat}
- {block:Video}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Video-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Video-500}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}<div class="audioart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div><div class="audio">{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}<span class="height:60px;">{block:TrackName} TRACK NAME: {TrackName}{/block:TrackName} <br> {block:Artist} ARTIST: {Artist}{/block:Artist} <br> {block:Album} ALBUM: {Album}{/block:Album}</span></div>{block:caption}{caption}{/block:caption}{/block:Audio}
- {block:Answer}<p><div id="sender">{Asker}</div><p><div id="question">❝ {Question} </div>{Answer}{/block:Answer}
- {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:IndexPage}
- <div id="permalink"><div style="margin-top:-14px;">
- {block:Date}<a href="{Permalink}" title="{TimeAgo}">✦</a>{/block:Date} <a href="{Permalink}" title="{NoteCount} notes">✦</a>{/block:NoteCount} {block:RebloggedFrom}<a title="via: {ReblogParentName}" href="{ReblogParentURL}">✦</a> {/block:RebloggedFrom}{block:ContentSource}<a title="source: {SourceTitle}" href="{SourceURL}">✦</a> {/block:ContentSource}{/block:RebloggedFrom}<a href="{ReblogURL}" title="reblog?" target="_blank" class="details">✦</a>
- </div></div>{block:HasTags}
- <div class="tags">
- {block:Tags} <a title="{Tag}" href="{TagURL}"> {Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}{block:Date}<div id="permalinkpage">shared {TimeAgo} on {ShortDayOfWeek}, {DayOfMonthWithZero}{DayOfMonthSuffix}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}<br>Originally made by <a href="{ReblogRootURL}">{ReblogRootName}</a>, reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} </div>{/block:Date}{/block:PermalinkPage}
- {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}"> {Tag} </a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
- {block:PostNotes}
- <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
- <div style="margin-top:-6px;text-align:center;color:{color:text};"><span style="background-color:{color:background};padding:0px 5px;"><a href="javascript:unhide('notes');">show notes</a></span></div>
- <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- <p>
- {block:Pagination}<div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}" title="previous page">‹</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span>{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}" title="next page">›</a>
- {/block:NextPage}
- </div>{/block:Pagination}
- <!----------------------------------------------------------------------->
- </body>
- </html
Advertisement
Add Comment
Please, Sign In to add comment