Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!--
- ᴛʜᴇᴍᴇ 35: ɢʀᴀᴘᴇs
- ᴅᴇsɪɢɴᴇᴅ ᴀɴᴅ ᴄᴏᴅᴇᴅ ʙʏ ᴀɴᴅʀᴇᴀ @ ᴍʟɪᴋʙᴏʏ
- ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛs. ᴛʜᴀɴᴋ ʏᴏᴜ.
- -->
- <!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><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}
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Title" content="#474545"/>
- <meta name="color:Border" content="#000000"/>
- <meta name="color:Sidebar Background" content="#ebf2fa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Scrollbar" content="#fbfbfb"/>
- <meta name="color:Hover" content="#cfcfcf"/>
- <meta name="color:Title Text" content="#696969"/>
- <meta name="color:Posts Background" content="#fcfcfc"/>
- <meta name="color:Quote" content="#fafafa"/>
- <meta name="color:Info Border" content="#e6e4e4"/>
- <meta name="color:Hover" content="#cfcfcf"/>
- <meta name="color:Tags" content="#d7d9da"/>
- <meta name="color:Text" content="#000000"/>
- <!--Images-->
- <meta name="image:Background" content="/">
- <meta name="image:Sidebar" content="http://static.tumblr.com/14e2425eb05298771467fef43638f95c/czllhpn/y1xmuliwh/tumblr_static_untitled-1.jpg"/>
- <!--Links-->
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="" />
- <!--Functions-->
- <meta name="if:Lazy Load" content="1"/>
- <!--Lazy Load-->
- {block:IfLazyLoad}
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- </style>
- {/block:IfLazyLoad}
- <!--qTip-->
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background: {color:Border};
- height: 80px;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 3px;
- background: {color:Scrollbar};
- }
- body {
- background:{color:Background};
- margin:10px;
- font-family:Arial;
- font-size:9px;
- color:{color:Text};
- background-image: url("{image:Background}");
- background-attachment:fixed;
- text-align:justify;
- letter-spacing:1px;
- line-height:140%;
- cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:Link};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- img {
- border:none;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid {color:Border};
- }
- h1 {
- font-size:30px;
- text-transform:lowercase;
- font-weight:bold;
- font-style:none;
- line-height:140%;
- letter-spacing:-1px;
- text-align:center;
- font-family:Trebuchet MS;
- color:{color:Title};
- }
- a:hover {
- color:{color:Hover};
- }
- small {
- font-size:9px;
- line-height:140%;
- }
- big {
- font-size:12px;
- line-height:140%;
- }
- b, strong {
- color:{color:Text};
- }
- i, em {
- color:{color:Text};
- }
- p {
- margin-top:5px;
- margin-bottom:5px;
- }
- blockquote {
- padding:0px;
- padding-left:5px;
- margin:5px;
- border-left:1px solid {color:Border};
- }
- blockquote img {
- max-width:300px;
- }
- ul, li img {
- max-with:250px;
- }
- .audio { height:60px; padding:5px; margin-bottom:5px; }
- .audio-album { position:absolute; width:60px; }
- .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
- .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
- #entries {
- padding:10px;
- width:500px;
- margin-left:480px;
- margin-top:30px;
- }
- #post {
- width:500px;
- overflow:hidden;
- padding-top:35px;
- margin-top:15px;
- padding:10px;
- }
- #quote {
- padding:10px;
- margin-bottom:5px;
- background:{color:Quote};
- font-family:Courier;
- font-size:12px;
- font-style:none;
- letter-spacing:1px;
- -webkit-border-radius:2px;
- -moz-border-radius:2px;
- border-radius:2px;
- }
- #chat {
- text-transform:uppercase;
- letter-spacing:0px;
- font-family:Trebuchet MS;
- }
- #website {
- font-family:Arial;
- font-style:italic;
- text-align:right;
- font-size:12px;
- color:{color:Text};
- }
- #sidebar {
- width:150px;
- height: 100%;
- position:fixed;
- margin-left:250px;
- margin-top:-30px;
- padding:10px;
- background:{color:Sidebar Background};
- }
- #sidebarimage img{
- width:140px;
- height:150px;
- margin-left:3px;
- padding:0px;
- margin-top:145px;
- border: 2px solid {color:Background};
- }
- #qTip {
- padding:3px;
- width:auto;
- display: none;
- text-align: center;
- position:fixed;
- font-size:8px;
- text-transform:uppercase;
- font-family:Helvetica;
- background:{color:Background};
- color: {color:Text};
- font-style:none;
- letter-spacing: 0px;
- border-right:1px solid {color:Hover};
- border-bottom:1px solid {color:Hover};
- }
- #links {
- margin-top: 10px;
- padding-top:10px;
- margin-left:-50px;
- position:absolute;
- width:250px;
- line-height:140%;
- padding:0px;
- font-size:10px;
- letter-spacing:1px;
- font-family:Trebuchet MS;
- text-transform:uppercase;
- margin-right:0px;
- text-align:center;
- margin-bottom:0px;
- font-style:none;
- }
- #links a {
- width:15px;
- margin-right:3px;
- color:{color:Text};
- display:inline-block;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #links a:hover{
- text-decoration:none;
- color:{color:Hover};
- }
- #description {
- font-size:9px;
- width:140px;
- height:70px;
- font-style:none;
- opacity:0.9;
- padding:5px;
- font-family:Trebuchet MS;
- position:absolute;
- text-transform:uppercase;
- text-align:justify;
- margin-top:25px;
- line-height: 140%;
- margin-left:00px;
- letter-spacing:0px;
- color:{color:Text};
- }
- .pagination {
- margin: 30px 0 0 0;
- font-size: 10px;
- text-transform:uppercase;
- font-family:Trebuchet MS;
- }
- #question img {
- float:left;
- margin-right:11px;
- padding:5px;
- border: 1px solid {color:Info Border};
- }
- #info {
- text-align:left;
- margin-bottom:6px;
- font-family:Helvetica;
- text-transform:uppercase;
- font-style:none;
- letter-spacing:0px;
- font-size:7px;
- padding:5px;
- margin-top:10px;
- color:{color:Text};
- background:{color:Sidebar Background};
- }
- #info a {
- text-decoration: none;
- color: {color:Text};
- }
- #info a:hover {
- text-decoration: none;
- color: {color:Hover};}
- #tags {
- font-size:7px;
- margin-top:0px;
- }
- #notes {
- font-family:Helvetica;
- text-transform:uppercase;
- font-size:7px;
- }
- #credit {
- font-family:Trebuchet MS;
- font-size:9px;
- letter-spacing:1px;
- float:right;
- position:fixed;
- bottom:15px;
- right:10px;
- }
- #credit a {
- color:{color:Info Border};
- padding:5px;
- text-transform:uppercase;
- background:{color:Background};
- border:1px solid {color:Info Border};
- }
- #credit a:hover {
- color:{color:Background};
- text-transform:uppercase;
- font-style:none;
- background:{color:Text};
- }
- {CustomCSS}</style></head><body>
- <div style="position:fixed; z-index: 99; top:-20px; left:0px;">
- <object type="application/x-shockwave-flash" style="outline:none;" data="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/fish.swf?up_backgroundColor=FFFFFF&up_fishColor4=EBEBFA&up_fishColor8=F45540&up_fishColor3=E3EEFA&up_fishColor1=EDF0F2&up_fishColor2=E6EFF5&up_fishColor9=F45540&up_fishName=Fish&up_fishColor7=F45540&up_fishColor10=F45540&up_numFish=6&up_fishColor5=EBF2FA&up_foodColor=FCB347&up_fishColor6=F0FBFF&up_backgroundImage=http://&" width="260" height="900"><param name="movie" value="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/fish.swf?up_backgroundColor=FFFFFF&up_fishColor4=EBEBFA&up_fishColor8=F45540&up_fishColor3=E3EEFA&up_fishColor1=EDF0F2&up_fishColor2=E6EFF5&up_fishColor9=F45540&up_fishName=Fish&up_fishColor7=F45540&up_fishColor10=F45540&up_numFish=6&up_fishColor5=EBF2FA&up_foodColor=FCB347&up_fishColor6=F0FBFF&up_backgroundImage=http://&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
- </div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:Sidebar}"></div>
- <div id="links">
- <a href="/" title="home">001</a>
- <a href="/ask" title="mail">002</a>
- {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">003</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">004</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">005</a>{/block:ifLink3}
- </div>
- <div id="description">{Description}</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}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
- <div id="chat">
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Lines}
- <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
- {Line}</blockquote><br>
- {/block:Lines}{/block:Chat}
- </div>
- {block:Audio}<div class="audio">{block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="audio-info">{block:TrackName}<b>Title:</b>{TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b>{Artist}<br>{/block:Artist}{block:Album}<b>Album:</b> {Album}<br>{/block:Album}{block:PlayCount}<b>Plays:</b>{PlayCount}<br>{/block:PlayCount}</div></div>
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="question"><img src="{AskerPortraitURL-48}"></div> <div style="text-transform:uppercase;
- font-style:italic;
- font-size:9px;">{Question} — <b>{Asker}</b><br><br><br><br><br></div>
- {Answer}<br>{/block:Answer}
- <div id="info">
- posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via </a>{/block:RebloggedFrom} {block:ContentSource} ‧ <a href="{SourceURL}">source</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
- {block:HasTags}<div id="tags">
- {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}
- <div class="pagination">
- <center>
- {block:PreviousPage}<a title="" href="{PreviousPage}" class="new">prev</a> | {/block:PreviousPage}page {CurrentPage} of {TotalPages}{block:NextPage} | <a title"" href="{NextPage}" class="old">next</a>{/block:NextPage}
- </center>
- </div>
- <div id="credit"><a href="http://mlikboy.tumblr.com/">mb</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment