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:#ffffff; /*background color*/
- border:1px solid #E0E0E0; /*border info*/
- font-family:calibri; /*tooltip font*/
- font-size:9px; /*tooltip font size*/
- letter-spacing:2px; /*tooltip letter spacing*/
- text-transform:uppercase; /*makes the tooltip title uppercase*/
- color:#000; /*tooltip font color*/
- z-index:999999999999999999999999999999999999;
- }
- </style>
- <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="#ffffff"/>
- <meta name="color:Text" content="#9B9B9B"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Link Hover" content="#eeeeee"/>
- <meta name="color:link hover shadow" content="#fff"/>
- <meta name="color:sidebar links" content="#DDDDDD"/>
- <meta name="color:sidebar hover" content="#DDDDDD"/>
- <meta name="color:selection bg" content="#000000"/>
- <meta name="color:selection text" content="#ffffff"/>
- <meta name="color:scrollbar" content="#ffffff"/>
- <meta name="color:scrollbar bg" content="#e3f2ff"/>
- <meta name="color:tooltip text" content="#fff"/>
- <meta name="color:tooltip bg" content="#000"/>
- <meta name="color:bold" content="#fff"/>
- <meta name="color:bold shadow" content="#fff"/>
- <meta name="color:italics" content="#fff"/>
- <meta name="color:italics shadow" content="#fff"/>
- <meta name="color:updates tab hover" content="#d4d4d4"/>
- <meta name="image:Background" content="/">
- <meta name="image:sidebar" content=""/>
- <meta name="image:navi" content="/">
- <meta name="image:ask" content="/">
- <meta name="image:cursor hover" content="/">
- <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:"stars";
- z-index: 1000;
- border: 1px solid #cacaca;
- background-color:#fff;
- color: #9b9b9b;
- text-transform:uppercase;
- letter-spacing: 2px;
- }
- </style>
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- background-color: {color:scrollbar};
- border: 0px solid {color:scrollbar bg};
- border-radius:05px;
- height:auto;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:4px;
- background-color: transparent;
- border:4px solid 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;
- }
- b, strong {
- color: {color:bold};
- font-style:bold;
- font-family:'silkscreen';
- text-shadow: 3px 1px 2px {color:bold shadow};
- }
- i, em {
- color: {color:italics};
- font-style:italic;
- font-size:17px;
- font-family:'silkscreen';
- text-shadow: 0px 0px 2px {color:italics shadow};
- }
- ::selection {
- background: transparent;
- color:{color:selection text};
- }
- ::-moz-selection {
- background: transparent;
- color:{color:selection text};
- }
- ::-webkit-selection {
- background: transparent;
- color:{color:selection text};
- }
- body {
- background:#f5f8fc;
- margin:0px;
- color:{color:text};
- font-family:"stars";
- font-size:10px;
- line-height:100%;
- background-image:url("http://static.tumblr.com/bttbnbf/Etjnqpwrz/__inigo_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:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link hover};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- #post {
- width:500px;
- padding-bottom:30px;
- margin-top:-10px;
- opacity:0.8;
- -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:hover {
- 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;
- }
- #entries {
- padding:10px;
- left:320px;
- position:fixed;
- background-color:transparent;
- width:514px;
- height:325px;
- top:40px;
- 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:220px;
- margin-top:130px;
- margin-left:-225px;
- font-size:20px;
- text-transform:uppercase;
- text-align:center;
- line-height:280%;
- transform: rotate(30deg);
- -ms-transform: rotate(30deg);
- -webkit-transform: rotate(30deg);
- -o-transform: rotate(30deg);
- -moz-transform: rotate(30deg);
- text-shadow:1px 1px 15px #82929e;
- }
- #links a{
- line-height:280%;
- border-bottom:1px none #fff;
- margin-top:4px;
- margin-left:13px;
- color:#6e7b85;
- text-decoration:none;
- -moz-transition-duration:.2s;
- -webkit-transition-duration:.2s;
- -o-transition-duration:.2s;
- }
- #links a:hover {
- color: #b4c9d9;
- width:60px;
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- text-shadow:1px 1px 15px #c5dced;
- }
- #description {
- position:fixed;
- width:200px;
- font-family:"stars";
- margin-top:55px;
- margin-left:-9px;
- text-align:justify;
- font-size:0px;
- 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:"stars";
- line-height:120%;
- margin-left:-13px;
- font-size:0px;
- margin-top:10px;
- color:{color:title};
- }
- #pagination {
- font-family:"stars";
- width:210px;
- font-size:29px;
- margin-top:185px;
- margin-left:-8px;
- padding-left:5px;
- letter-spacing:1px;
- font-style:normal;
- text-align:center;
- }
- #pagination a {
- color:{color:link};
- }
- #info {
- font-family:"stars";
- width:492px;
- margin-top:15px;
- padding:1px;
- font-size:20px;
- border:3px double {color:link};
- color:{color:text};
- text-transform:uppercase;
- letter-spacing:1px;
- font-style:normal;
- text-align:center;
- background-color: rgba(159, 159, 159, 0.1);
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- #info a {
- color:{color:link};
- font-style:normal;
- }
- #info a:hover {
- color:{color:link hover};
- }
- .tags {
- font-family:"stars";
- 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:{color:link};
- -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};
- }
- #credit {
- font-size:9px;
- font-family:"stars";
- 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}
- #boxbyireverent {
- position:fixed;
- z-index:999;
- padding:13px;
- background:#fff;
- position:fixed;
- font-family:corbel;
- font-size:11px;
- overflow:auto;
- text-align:left;
- line-height:12px;
- position:fixed;
- margin-left:30px;
- bottom:7px;
- border-radius:5px;
- color:#999999;
- width:64px;
- height:33px;
- text-transform:none;
- border:3px double #eee;
- overflow-x:scroll;
- scroll:left;
- overflow-x: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;
- }
- @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
- @font-face { font-family: "stars"; src: url('http://static.tumblr.com/yzd1hs5/4t6nemvan/starsfromoureyes.ttf'); }
- </style></head><body>
- <div id="boxbyireverent">
- <div style="overflow:auto ; width: 60px;padding-right:4px; height: 37; border: 0px solid #000000; background-color: #ffffff;font-family:consolas;font-size:12px;letter-spacing:1px;text-transform:uppercase; text-align: center;">
- {description}
- </div>
- </div>
- <div id="sidebar">
- <div id="sidebarimage">
- <img src="{image:sidebar}"></div>
- <div class="sidebartitle">{text:sidebartitle}</div>
- <div id="links">
- <a title="{text:link 1}" href="{text:link 1 url}">●</a>
- <a title="{text:link 2}" href="{text:link 2 url}">●</a>
- <a title="{text:link 3}" href="{text:link 3 url}">●</a>
- <a title="{text:link 4}" href="{text:link 4 url}">●</a>
- <a title="{text:link 5}" href="{text:link 5 url}">●</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-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{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-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{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></br>
- </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