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>
- <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>
- <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 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:transparent; /*background color*/
- font-family:"ag"; /*tooltip font*/
- font-size:20px; /*tooltip font size*/
- letter-spacing:2px; /*tooltip letter spacing*/
- text-transform:uppercase; /*makes the tooltip title uppercase*/
- color:#ffffff; /*tooltip font color*/
- z-index:999999999999999999999999999999999999;
- -moz-transition-duration:.3s;
- -webkit-transition-duration:.3s;
- -o-transition-duration:.3s;
- box-shadow:-1px 1px 3px 0px transparent;
- -webkit-text-stroke-width: 0px;
- -webkit-text-stroke-color: #121212;
- }
- </style>
- <title>{Title}</title>
- <link rel="shortcut icon" href="http://66.media.tumblr.com/tumblr_lkl64rhggp1qfamg6.gif">
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="color:Links" content="#727789" />
- <meta name="color:Main Color" content="#393939" />
- <meta name="color:Text" content="#606465" />
- <meta name="color:Background" content="#e2e2e2" />
- <meta name="color:Border" content="#646776" />
- <meta name="color:Scrollbar" content="#646776" />
- <meta name="color:A" content="#8a8484" />
- <meta name="color:A Shadow" content="#555c5e" />
- <meta name="color:A Hover" content="#aba2a2" />
- <meta name="color:Bold" content="#695454" />
- <meta name="color:Bold Shadow" content="#593435" />
- <meta name="color:Italic" content="#695454" />
- <meta name="color:Italic Shadow" content="#593435" />
- <meta name="color:h1" content="#fefbf5" />
- <meta name="color:h1 Shadow" content="#bbbbbb" />
- <meta name="color:h2" content="#ffffff" />
- <meta name="color:h2 Shadow" content="#eaeaea" />
- <meta name="color:label color" content="#9a8181" />
- <meta name="color:chat color" content="#eaeaea" />
- <meta name="color:popup bg" content="#c9c9c9" />
- <meta name="color:popup border" content="#242424" />
- <meta name="color:popup txt color" content="#242424" />
- <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="0" />
- <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: transparent;
- 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: 360px;
- left: 700px;
- z-index: 99999;
- height:300px;
- background-repeat:no-repeat;
- border-top:2px solid {color:popup border};
- border-bottom:2px 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:#9c8a8a;text-shadow:0px 0px 2px #967474;
- -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:22px;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 2px #9a8181;}
- .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:#736262;background:transparent;}
- ::-moz-selection {color:#736262;background:transparent;}
- ::-webkit-selection {color:#736262;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};}
- #pagination {margin:0px 0px 30px 10px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}text-align:center;letter-spacing:20px;}
- /************************************************************************/
- ul {
- list-style-type:square;
- }
- ol {
- list-style-type:upper-roman;
- }
- #sidebar {text-align:left;
- position:fixed;
- margin-left:-225px;
- margin-top:400px;
- width:300px;}
- .description {margin:13px 0px;line-height:16px;text-align:center;letter-spacing:1px;font-size:10px;}
- #links {
- margin-top:620px;
- margin-left:20px;
- line-height:16px;
- width:400px;
- text-transform:lowercase;
- position:fixed;
- }
- #links a{
- margin-right:20px;
- display:inline-block;
- margin-bottom:5px;
- font-size:50px;
- color:#d9d9d9;
- text-shadow:0px 0px 6px #a3969d;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #a3969d;
- -webkit-transition-duration:0.3s;
- -moz-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- #links a:hover {
- display:inline-block;
- margin-bottom:5px;
- color:#bbbbbb;
- text-shadow:0px 0px 2px #f0f0f0;
- -webkit-text-stroke-width: 0px;
- -webkit-text-stroke-color: #474759;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -webkit-filter: grayscale( 0 ) blur(10px);
- }
- #elinks {
- margin-top:620px;
- margin-left:220px;
- line-height:16px;
- width:10px;
- text-transform:lowercase;
- position:fixed;
- }
- #elinks a {
- margin-right:20px;
- display:inline-block;
- margin-bottom:5px;
- font-size:65px;
- color:#d9d9d9;
- opacity:1;
- text-shadow:0px 0px 4px #a3969d;
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: #a3969d;
- -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:transparent;
- opacity:1;
- text-shadow:4px 5px 0px rgb(150,128,131),
- 4px -6px 0px rgb(130,103,106),
- 6px 12px 0px rgb(150,128,131),
- -8px 5px 0px rgb(130,103,106),
- -3px -8px 0px rgb(150,128,131);
- -webkit-text-stroke-width: 2px;
- -webkit-text-stroke-color: transparent;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -webkit-filter: grayscale( 0 ) blur(1px);
- -o-transition-duration:.5s;
- }
- #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:35px;
- position:fixed;
- background-color:transparent;
- width:412px;
- height:435px;
- top:160px;
- padding: 20px;
- overflow-x:scroll;
- scroll:left;
- overflow-x:hidden;
- padding:4px;
- -webkit-mask-image: -webkit-gradient(linear, left 65%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
- }
- #post {width:400px;margin:40px 0px 80px 0px;text-align:left;line-height:14px;opacity:0.9;
- -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:350px;}
- #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:#666;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 #978489;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:#978489;font-family: -webkit-text-stroke-width: 0px;
- -webkit-text-stroke-color: #978489;}
- #permalink a:hover {color:#978489;-webkit-text-stroke-width: 0px;
- -webkit-text-stroke-color: #978489; text-shadow: 0px 0px 5px #978489;opacity:.6;}
- .tags {text-align:center;opacity:0;margin:10px 10px;-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;}
- .tags a {color:#7d7777;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px .5px #4f3132;font-size:13px;}
- .tags a:hover {text-decoration:none;color:#c2acad;-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 #c2acad;letter-spacing:0px;}
- #post:hover .tags {opacity:1;}
- /************************************************************************/
- #permalinkpage {margin-top:15px;text-align:center;padding:5px 0px;text-transform:lowercase;height:35px;border-top:2px solid #4f3132;border-bottom:2px solid #4f3132;border-left:0px solid #393939;border-right:0px solid #393939;background:transparent;color:#c2acad;width:380px; margin-left:10px;}
- #tagspp {line-height:15px;width:400px;text-align:center;color:{color:links};padding:5px 0px;}
- #tagspp a {color:#7d7777;text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px .5px #4f3132;font-size:13px;}
- #tagspp a:hover {text-decoration:none;color:#c2acad;-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 #c2acad;letter-spacing:0px;}
- /************************************************************************/
- .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 #4f3132;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:#694646;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:#6b5d5d;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;}
- /************************************************************************/
- #nav {
- width:300px;
- background:transparent;
- padding:10px; }
- #nav a{
- text-decoration:none;
- font: 15px times;
- color:{color:popup txt color};
- letter-spacing:2px;
- display:inline-block;
- text-align:center;
- background:{color:popup bg};
- border-top:2px solid {color:popup border};
- border-bottom:2px solid {color:popup border};
- border-left:4px solid {color:popup border};
- border-right:4px solid {color:popup border};
- padding: 2px;
- width:280px;
- margin:5px;
- -webkit-transition:all 0.4s ease-in-out;
- -moz-transition:all 0.4s ease-in-out;
- -o-transition:all 0.4s ease-in-out;
- transition:all 0.4s ease-in-out;}
- #nav a:hover{
- color:{color:popup txt color}
- letter-spacing:5px;
- display:inline-block;
- text-align:center;
- background:{color:popup bg};
- padding: 2px;
- width:280px;
- margin:5px;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- text-shadow:0px 0px 2px {color:popup txt color};
- }
- /* --- UPDATES ---*/
- #updates {
- font-size:14px;
- color:{color:Text};
- text-align:left;
- height:13px;
- width:150px;
- padding:4px;
- top:15px;
- left:20px;
- z-index:10;
- position:fixed;
- overflow:hidden;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- text-shadow:0px 0px 1px #1c1c1c;
- }
- #updates:hover {
- height:185px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #updatestitle {
- font-size:16px;
- text-transform:uppercase;
- font-family:times;
- font-weight:bold;
- color:#7d7979;
- text-shadow:0px 0px 1px #7d7979;
- }
- </style>
- </head>
- <body>
- <!-- begin updates tab -->
- <div id="updates">
- <div id="updatestitle">DATA.</div>
- <div style="padding-top:10px;">
- <center>private foleo of fire emblem:if.<br>by <a href="http://sairusu.flavors.me/">trisha.</a><p><a href="http://whthemes.tumblr.com/">base code credit.</a> <br><p>personals will be blocked.<p></center>
- </div></div>
- <!-- end updates tab -->
- <div id="navi" class="popup_block"><div style="background-color:{color:popup txt color}; width:300px;padding:06px;text-align:center; text-style:normal;color:{color:popup bg};opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:20px; box-shadow: 0px 0px 0px #828282;border-radius:0px 0px 0px 0px;font-size:15px;border:3px solid {color:popup bg}; outline:1px dashed #4f3132;font-family:times;">✦ PAGES.</div>
- <div id="nav">
- <a href="http://revedity.tumblr.com/ask">MESSAGE.</a>
- <a href="http://revedity.tumblr.com/submit">SUBMIT.</a>
- <a href="http://revedity.tumblr.com/archive">ARCHIVE.</a>
- <a href="http://revedity.tumblr.com/r">READ.</a>
- <a href="http://revedity.tumblr.com/a">ABOUT.</a>
- </div>
- </div>
- </div>
- </div>
- <div id="links">
- <a href="{text:link 01 url}" title="{text:link 01}">●</a>
- <a href="{text:link 02 url}" title="{text:link 02}">●</a>
- <a href="{text:link 01 url}" title="{text:link 03}">●</a>
- <a href="{text:link 04 url}" title="{text:link 04}">●</a>
- </div>
- <div id="elinks"><a href="#?w=320" rel="navi" class="poplight" title="{text:link 05}">❤</a></div>
- <div id="entries">
- {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">
- {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 class="tags">{block:HasTags} {block:Tags}<a href="{TagURL}"> {Tag} </a> {/block:Tags}{/block:HasTags}</div>
- {/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}
- {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
- {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}</div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
- <!----------------------------------------------------------------------->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment