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 BY AILEEN AKA LUSTINGLOU
- FOLLOW THE RULES AND STAY GUCCI
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Text" content="#bbbbbb"/>
- <meta name="color:selection" content="#D6B8FF"/>
- <meta name="color:Link" content="#aaaaaa"/>
- <meta name="color:Tags" content="#cccccc"/>
- <meta name="color:Hover" content="#f1f1f1"/>
- <meta name="color:Border" content="#eeeeee"/>
- <meta name="color:scrollbarbg" content="ffffff"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:linkA" content="">
- <meta name="text:linkA url" content="/">
- <meta name="text:linkB" content="">
- <meta name="text:linkB url" content="/">
- <meta name="text:linkC" content="">
- <meta name="text:linkC url" content="/">
- <meta name="text:linkD" content="">
- <meta name="text:linkD url" content="/">
- <style type="text/css">
- /*--scrollbar--*/
- ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbarbg};}
- ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
- ::-webkit-scrollbar {background-color:{color:scrollbarbg};height:7px;width:12px;border:5px solid #fff;}
- ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbarbg};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Arial, Helvetica;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition-duration:0.6s;
- }
- img {
- border:none;
- }
- h1 {
- font-size:12px;
- text-transform:uppercase;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- a:hover {
- color:{color:hover};
- -webkit-transition-duration:0.6s;
- }
- #sidebar {
- position:fixed;
- width:150px;
- margin-left:190px;
- margin-top:200px;
- opacity:1;
- }
- }
- #sidebarimage {
- width 150px;
- }
- #sidebarimage img {
- width:235px;
- padding:5px;
- }
- .desc {
- position:fixed;
- margin-top:-95px;
- margin-left:25px;
- font-family:Mangal ;
- line-height:115%;
- font-size:9px;
- font-style:normal;
- width:180px;
- padding:9px;
- text-align:center;
- color:{color:text};
- opacity:0;
- -webkit-transition-duration:0.6s;
- }
- .desc a
- {color:{color:text};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- #sidebar:hover .desc{
- -webkit-transition-duration:0.6s;
- opacity:1;
- color:{color:text};
- background:#fff;
- opacity:0.9;
- z-index:1;
- }
- .links {
- position:fixed;
- margin-top:2px;
- margin-left:-11px;
- width:250px;
- padding: 9px;
- word-spacing:15px;
- font-family:arial;
- text-align:center;
- text-transform:lowercase;
- }
- .links a {
- font-size: 19px;
- text-shadow:10px 0px transparent, -10px 0px transparent;
- transition: all 0.5s ease;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease
- }
- .links a:hover {
- color:{color:hover};
- text-shadow:0px 0px {color:link}, 0px 0px {color:link};
- transition: all 0.5s ease;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- }
- #picture img{
- width:240px;
- margin-top:-18px;
- margin-left:3px;
- position:fixed;
- z-index:-1;
- }
- #pagi{
- width:100px;
- font-size:14px;
- text-align:center;
- margin-left:1124px;
- margin-top:295px;
- position:fixed;
- font-family:Mangal ;
- letter-spacing:3px;
- }
- #all {
- padding:10px;
- width:500px;
- margin-left:450px;
- margin-top:50px;
- font-size:10px;
- }
- #posts {
- width:500px;
- padding-bottom:20px;
- padding:10px;
- margin-top:30px;
- margin-left:45px;
- background-color:{color:Post};
- }
- #details {
- text-align:center;
- margin-top:8px;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- background-color:#FCFCFC;
- font-family:Mangal ;
- padding-bottom:2px;
- }
- #tags {
- font-family:Mangal ;
- letter-spacing:0px;
- text-transform:none;
- font-size:9px;
- font-style:none;
- margin-top:2px;
- text-align:center;
- padding-left:3px;
- padding-bottom:2px;
- }
- #tags a:hover {
- display:inline-block;
- padding:-3px;
- text-align:right;
- color:{color:Tags};
- }
- #question {
- padding-bottom:6px;
- font-family:cambria;
- letter-spacing:1px;
- text-align:left;
- font-style:none;
- color:{color:text};
- border-bottom:1px solid #E3E3E3;
- }
- @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
- #question a{
- text-transform:lowercase;
- padding:1px;
- font-family:Basic L;
- letter-spacing:0px;
- text-align:left;
- font-style:none;
- font-size:15px;
- color:{color:text};
- text-shadow: 0px 0px 0px #bbb;
- }
- /*--credit--*/
- #credit{
- right:8px;
- bottom: 2px;
- position:fixed;
- padding:5px;
- }
- #credit a:hover { color: {color:linkhover};}
- {CustomCSS}
- iframe#tumblr_controls { right:3px !important; position: fixed !important; z-index:999999999999999999999999999999999999999999999 !important; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; -webkit-filter: invert(100%);}
- ::-moz-selection {background: {color:selection}; color:#fff;}
- ::selection {background:{color:selection}; color:#fff; }
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 4px 5px 4px;
- margin:20px 0px 0px 20px;
- background-color:#fff;
- border-top:1px solid #D6B8FF;
- font-family:Mangal ;
- font-size:9px;
- letter-spacing:2px;
- text-transform:none;
- color:#000;
- z-index:999999999999999999999999999999999999;
- }
- </style>
- </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>
- <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'><body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="desc">
- {Description}
- </div>
- <div id="picture"><img src=""></div>
- <div class="links">
- {block:IfLinkA}
- <a title="{text:linkA}"href="{text:linkA url}">°</a>
- {/block:IfLinkA}
- {block:IfLinkB}
- <a title="{text:linkB}"href="{text:linkB url}">°</a>
- {/block:IfLinkB}
- {block:IfLinkC}
- <a title="{text:linkC}"href="{text:linkC url}">°</a>
- {/block:IfLinkC}
- {block:IfLinkD}
- <a title="{text:linkD}"href="{text:linkD url}">°</a>
- {/block:IfLinkD}
- </div>
- </div>
- {block:Pagination}<div id="pagi">
- {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="all">{block:Posts}<div id="posts">
- {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:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{/block:Quote}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
- <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;">{Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
- <div id="details">
- <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <a style="color:#D6B8FF;"> ♥ </a> <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <div id="credit" data="credit"><a href="http://nouicide.tumblr.com"><img src="http://24.media.tumblr.com/d51c7e63ee92e592f42bead860a1cb3e/tumblr_mrczibkCXy1som5q2o1_500.png" width="50px" height="65px"></a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment