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 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: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:#7d7d7d; /*background color*/
- border-left:3px solid #fff; /*border info*/
- border-right:3px solid #fff; /*border info*/
- font-family:"silkscreen"; /*tooltip font*/
- font-size:9px; /*tooltip font size*/
- letter-spacing:2px; /*tooltip letter spacing*/
- text-transform:uppercase; /*makes the tooltip title uppercase*/
- color:#fff; /*tooltip font color*/
- z-index:999999999999999999999999999999999999;
- box-shadow:0px 0px 0px 0px #ababab;
- }
- </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"></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><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}
- <!---- this is theme 41 by Hollywhood
- please don't remove the credit
- thank you
- --->
- <meta name="color:Background" content="#d7d7d7"/>
- <meta name="color:Text" content="#9B9B9B"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:scrollbar" content="#999999">
- <meta name="color:title" content="#999999">
- <meta name="color:Link Hover" content="#eeeeee"/>
- <meta name="color:pop up title bg" content="#ffffff"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:sidebartitle" content="">
- <meta name="text:link 1" content="Link 1"/>
- <meta name="text:link 1 url" content="/"/>
- <meta name="text:link 2" content="Link 2"/>
- <meta name="text:link 2 url" content="/"/>
- <meta name="text:link 3" content="Link 3"/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 4" content="Link 4"/>
- <meta name="text:link 4 url" content="/"/>
- <meta name="text:link 5" content="Link 5"/>
- <meta name="text:link 5 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-size:7px;
- margin-left:10px;
- margin-top:-2px;
- line-height:9px;
- font-family:arial;
- z-index: 1000;
- border: 1px solid #cacaca;
- background-color:#fff;
- color: #9b9b9b;
- text-transform:uppercase;
- letter-spacing: 2px;
- }
- </style>
- <style type="text/css">
- b, strong {
- color: {color:bold};
- font-style:bold;
- font-family:'ronda';
- font-size:19px;
- text-shadow: 0px 1px 3px {color:bold shadow};
- }
- i, em {
- color: {color:italics};
- font-style:italic;
- font-size:17px;
- font-family:'ronda';
- text-shadow: 0px 0px 1px #808080;
- }
- ::-webkit-scrollbar-thumb{
- background-color: transparent;
- border: 2px solid transparent;
- height:auto;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:11px;
- background-color: transparent;
- border:5px solid transparent;
- }
- ::selection {color: #ffffff; background: transparent;}
- ::-moz-selection {color: #ffffff; background: transparent;}
- ::-webkit-selection {color: #ffffff; background: transparent;}
- 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:uppercase;
- 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:trebuchet ms;
- font-size:14px;
- line-height:100%;
- background-image:url("http://static.tumblr.com/bttbnbf/WzWns7ink/___morgan_bg.png");
- background-attachment: fixed;
- background-image:stretch;
- background-repeat: no-repeat;
- background-image:cover;
- background-position:left top;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#616161;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- text-shadow:0px 0px 2px #313147;
- letter-spacing:1px;
- }
- a:hover {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link hover};
- text-shadow:0px 0px 2px #212121;
- letter-spacing:2px;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- #post {
- width:400px;
- padding-bottom:30px;
- margin-top:30px;
- }
- #entries {
- padding:10px;
- left:400px;
- top:50px;
- position:fixed;
- background-color:transparent;
- width:450px;
- height:425px;
- top:10px;
- padding: 20px;
- overflow-x:scroll;
- scroll:left;
- overflow-x:hidden;
- }
- #sidebar {
- color:{color:text};
- position:fixed;
- width:100px;
- height:auto;
- margin-top:39px;
- margin-left:250px;
- text-align:left;
- }
- #sidebarimage img {
- width:200px;
- margin-top:-10px;
- margin-bottom:0px;
- margin-left:-9px;
- }
- #links {
- position:absolute;
- position:fixed;
- font-family:arial;
- width:20px;
- margin-top:-190px;
- margin-left:95px;
- font-size:28px;
- text-transform:uppercase;
- text-align:center;
- line-height:280%;
- text-shadow:0px 0px 0px #313147;
- }
- #links a{
- line-height:280%;
- border-bottom:1px solid transparent;
- margin-top:4px;
- margin-left:13px;
- color:#4a4a4a;
- text-decoration:none;
- -moz-transition-duration:.9s;
- -webkit-transition-duration:.9s;
- -o-transition-duration:.9s;
- letter-spacing:1px;
- text-shadow:0px 0px 0px #313147;
- }
- #links a:hover {
- color: {color:link hover};
- width:60px;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- letter-spacing:1px;
- }
- #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;
- }
- #description a {
- color:{color:link};
- }
- #description a:hover {
- color:{color:link hover};
- }
- .sidebartitle {
- width:210px;
- text-align:center;
- position:fixed;
- font-family:arial;
- line-height:120%;
- margin-left:-13px;
- font-size:13px;
- margin-top:10px;
- color:{color:title};
- }
- #pagination {
- font-family:cambria;
- width:310px;
- font-size:49px;
- margin-top:225px;
- margin-left:-118px;
- padding-left:5px;
- letter-spacing:1px;
- font-style:normal;
- text-align:center;
- }
- #pagination a {
- color:#fff;
- }
- #info {
- font-family:arial;
- width:400px;
- height:15px;
- margin-top:15px;
- padding-top:1px;
- font-size:20px;
- border-top:3px solid #fff;
- border-bottom:3px solid #fff;
- border-radius:1px;
- background-image:url("http://static.tumblr.com/bttbnbf/Eaqns7lii/2.png");
- background-attachment:fixed;
- background-position:top left;
- background-repeat: no-repeat;
- padding:2px;
- color:#fff;
- text-transform:uppercase;
- font-style:normal;
- text-align:center;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- box-shadow:-1px 1px 3px 0px #6e6e6e;
- }
- #info a {
- color:#fff;
- font-style:normal;
- letter-spacing:1px;
- }
- #info a:hover {
- color:{color:link hover};
- letter-spacing:1px;
- transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- }
- .tags {
- font-family:calibri;
- font-style:normal;
- width:495px;
- text-transform:normal;
- font-style:normal;
- line-height:120%;
- padding-left:5px;
- font-size:10px;
- text-align:left;
- padding-top:5px;
- padding-bottom:15px;
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- .tags a{
- color:#fff;
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- .tags a:hover{
- color:{color:link hover};
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- .audio{
- background-color:#e5e5e5;
- height:65px;
- overflow:hidden;
- }
- #ask {
- float:left;
- color:{color:text};
- }
- #question {margin:05px 0px;
- padding:10px 20px;
- line-height:15px;
- border-bottom:3px solid #fff;
- border-top:3px solid #fff;
- background-image:url("http://static.tumblr.com/bttbnbf/f5jns7ntb/morgan_question.png");
- height:150px;
- width:370px;
- text-align:center;
- box-shadow:-3px 3px 3px 1px #ababab;
- color:#ffffff;
- text-shadow:0px 0px 3px #5b5b66;
- }
- #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:#191919;
- }
- {CustomCSS}
- .popup_block{
- display:none;
- background:#fff;
- padding:20px;
- border:1px solid #eee;
- float:left;
- position:fixed;
- text-align:center;
- top:50%;left:50%;
- z-index: 99999;
- height:400px;
- width:500px;
- overflow-x:scroll;
- scroll:left;
- overflow-x:hidden;
- background-image:url('http://static.tumblr.com/bttbnbf/MrBns7n1o/morgan_pop_up.png');
- }
- *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; */
- }
- @font-face { font-family: "ronda"; src: url'http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
- @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
- /*** start of the bubble tab ***/
- #tabs{
- border-bottom-right-radius: 15px; /*to round the bottom right corner*/
- font-family: Lucida Sans; /*font of the text not on hover*/
- color: #000; /*color of the text not on hover*/
- background: #f7f7f7; /*background color of the tab*/
- height: 25px; /*height of the tab when not hovered*/
- width: 25px; /*width of the tab when not hovered*/
- left: 0px; /*to change to the right side, change left to right*/
- top: -1px; /*to put it in the bottom, change top to bottom*/
- text-align: center; /*to center the plus sign*/
- line-height: 12px; /*to hide the text inside the updates tab*/
- padding: 10px; /*enlarge the number if you want the tab surrounding the plus sign to enlarge*/
- position: fixed; /*don't change the position or it won't appear when you scroll your blog*/
- overflow: hidden; /*to hide the scroll*/
- opacity: 0.7; /*transparency of the tab*/
- -webkit-transition: opacity 0.7s linear; /*transition*/
- -webkit-transition: all 0.7s ease-in-out; /*transition*/
- -moz-transition: all 0.7s ease-in-out; /*transition*/
- -o-transition: all 0.7s ease-in-out; /*transition*/
- z-index:999999999;
- }
- #tabs:hover{
- border-bottom-right-radius: 15px; /*to 'un-round' the bottom right corner*/
- font-family: Arial; /*font of the text on hover*/
- color: #000; /*color of the text on hover*/
- background: #f7f7f7; /*background color of the tab on hover*/
- height: 300px; /*height of the tab on hover*/
- width: 250px; /*width of the tab on hover*/
- text-align: center; /*to center the text on hover*/
- line-height: 12px; /*to not crowd the text on hover*/
- padding: 10px; /*enlarge the number if you want the tab to enlarge*/
- overflow: auto; /*to automatically scroll when needed*/
- -webkit-transition: opacity 0.9s linear; /*transition*/
- -webkit-transition: all 0.9s ease-in-out; /*transition*/
- -moz-transition: all 0.9s ease-in-out; /*transition*/
- -o-transition: all 0.9s ease-in-out; /*transition*/
- z-index:999999999;
- }
- .ttitle {
- font-size: 12px; /*size of the plus sign*/
- }
- /*** credit goes to html-tutorials, by caffeous ***/
- </style></head><body>
- <div id="rules" class="popup_block"><div style="background-color:{color:pop up title bg}; width:350px;padding:10px;text-align:center; text-style:normal;border:4px double #c4c4c4;border-radius:0px; color:{color:text};opacity:.7; letter-spacing:1px;font-size:14px;font-family:'ronda';height:auto">LAWS.</div><p>
- place morgan's rules here
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="about" class="popup_block">
- <div style="background-color:{color:pop up title bg}; width:350px;padding:10px;text-align:center; text-style:normal;border:4px double #c4c4c4;border-radius:0px; color:{color:text};opacity:.7; letter-spacing:1px;font-size:14px;font-family:'ronda';height:auto">ABOUT.</div><p>
- place morgan's about here
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="navi" class="popup_block">
- <div style="background-color:{color:pop up title bg}; width:350px;padding:10px;text-align:center; text-style:normal;border:4px double #c4c4c4;border-radius:0px; color:{color:text};opacity:.7; letter-spacing:1px;font-size:14px;font-family:'ronda';height:auto">WORLD MAP.</div><p>
- place links here
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!-- bubble tab -->
- <div class="wrapper">
- <div id="tabs">
- <div style="font-size: 32px;"><img src="http://static.tumblr.com/bttbnbf/Wdans7o4q/warknowledgeicon.png" /></div></b><br><p>
- <div style="background: #7a7a7a;padding: 5px;font-size: 12px;">UPDATES</b></div><p>
- YOUR UPDATES HERE</p>
- <div style="background: #7a7a7a; padding: 5px;font-size: 12px;">NETWORKS</b></div><p>
- YOUR NETWORKS HERE</p>
- <div style="background: #7a7a7a;padding: 5px;font-size: 12px;">SOURCES</b></div><p>
- <a href="http://html-tutorials.tumblr.com/post/52133461314/bubble-tab">update tab.</a><br><a href="http://www.pixiv.net/member_illust.php?mode=medium&illust_id=33949436">sidebar.</a> </p>
- </div>
- <!-- bubble tab -->
- <div id="sidebar">
- <div id="sidebarimage">
- <a href="/"><img src="{image:sidebar}"></a></div>
- <div class="sidebartitle">{text:sidebartitle}</div>
- <div id="links">
- <a href="{text:link 1 url}" title="{text:link 1}">■</a>
- <a href="{text:link 2 url}" title="{text:link 2}">■</a>
- <a href="#?w=400" rel="rules" title="{text:link 3}" class="poplight">■</a>
- <a href="#?w=400" rel="about" title="{text:link 4}" class="poplight">■</a>
- <a href="#?w=400" rel="navi" title="{text:link 5}" class="poplight">■</a>
- </div>
- <div id="description">{description}
- <div id="pagination">
- <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
- </div></div></div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {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}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName} {TrackName}{/block:TrackName}
- {block:Artist} — {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><div id="question"><br><em>{Asker} asked ;</em><br> « {Question} »</div><br><center><img src="https://31.media.tumblr.com/8b5205621bc585cfc02b6c3061e43bea/tumblr_inline_ns7k5rapwI1tt21hq_500.gif" /><br><em><small>Morgan answered... !</small></em><br><br><img src="http://33.media.tumblr.com/0d9081b2634d0a7d3b1fff4541b4a66a/tumblr_inline_mverf43WHi1r63cto.gif"><img src="http://33.media.tumblr.com/0d9081b2634d0a7d3b1fff4541b4a66a/tumblr_inline_mverf43WHi1r63cto.gif"></center><p>{Answer}{/block:Answer}
- {block:Date}<div id="info"><a title="{TimeAgo}" href="{Permalink}">☆</a>
- {/block:Date} {block:NoteCount} <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>
- {block:HasTags}
- <div class="tags">
- tagged as:{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="credit"><a href="http://hollywhood.tumblr.com">HW</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment