Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!--
- ᴛʜᴇᴍᴇ 05: ʟɪᴋᴇ ᴄʟᴏᴄᴋᴡᴏʀᴋ
- ᴅᴇ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="#9c9c9c"/>
- <meta name="color:Border" content="#e6e4e4"/>
- <meta name="color:Scrollbar" content="#fbfbfb"/>
- <meta name="color:Link" content="#111111"/>
- <meta name="color:Hover" content="#b8b8b8"/>
- <meta name="color:Asker" content="#f5f5f5"/>
- <meta name="color:Text" content="#111111"/>
- <!--Images-->
- <meta name="image:Background" content=""/>
- <!--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="" />
- <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};
- background-image: url("{image:background}");
- margin:90px;
- color:{color:text};
- font-family:Times New Roman;
- font-size:8px;
- text-align:justify;
- letter-spacing:1px;
- line-height:140%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:Text};
- -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;
- }
- h1 {
- font-size:12px;
- text-transform:lowercase;
- font-style:italic;
- text-align: center;
- color:{color:Title};
- }
- a:hover {
- color: {color:Border};
- }
- 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-width: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:250px;
- font-style:none;
- margin-left:560px;
- margin-top:90px;
- }
- #entries a { color:{color:Text;}
- }
- #entries a:hover{
- text-decoration: none;
- color: {color:Hover};
- }
- #post {
- width:250px;
- opacity:1;
- padding-bottom:10px;
- overflow:hidden;
- }
- #quote {
- font-size:10px;
- font-style:none;
- text-align:center;
- line-height:140%;
- }
- #sidebar {
- width:250px;
- height: 800px;
- position:fixed;
- margin-left:250px;
- margin-top:-90px;
- }
- #sidebarimage img{
- width:43px;
- height:190px;
- margin-left:235px;
- position:fixed;
- margin-top:555px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- #sidebarimage2 img{
- width:43px;
- height:190px;
- margin-left:615px;
- margin-top:555px;
- position:fixed;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #links {
- width:70px;
- font-size:8px;
- margin-top:600px;
- margin-left:145px;
- opacity:1;
- position:fixed;
- -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; }
- #links a {
- display:block;
- text-transform: uppercase;
- color:{color:Link};
- font-style:none;
- letter-spacing:1px;
- padding:5px;
- text-align: right;
- border-right: 2px solid {color:Border};
- -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-shadow:-2px 0 0 rgba(255,0,0,0.4), 2px 0 0 rgba(0,255,250,0.4);
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- #description {
- padding:5px;
- font-size:9px;
- width:90px;
- height:95px;
- opacity:1;
- position:fixed;
- font-style:none;
- text-align:left;
- line-height:140%;
- margin-top:600px;
- margin-left:680px;
- border-left: 2px solid {color:Border};
- }
- #info {
- text-align:right;
- margin-top:5px;
- margin-bottom:6px;
- padding-top:5px;
- text-transform:uppercase;
- font-style:none;
- font-size:6px;
- line-height:140%;
- border-top: 1px solid {color:Border};
- }
- #info a:hover{
- text-decoration: none;
- color: {color:Hover};
- }
- #tags {
- font-size:6px;
- margin-top:0px;
- -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;}
- #notes {
- text-align:right;
- text-transform:uppercase;
- font-size:6px;
- }
- #question {
- padding:10px;
- border-left: 5px solid {color:Border};
- background:{color:Asker};
- color:{color:Text};
- }
- #credit {
- font-family:Calibri;
- font-size:9px;
- letter-spacing:1px;
- float:right;
- position:fixed;
- bottom:15px;
- right:10px;
- }
- #credit a {
- color:{color:Background};
- padding:5px;
- text-transform:uppercase;
- background:{color:Link};
- }
- #credit a:hover {
- color:{color:Link};
- text-transform:uppercase;
- font-style:none;
- background:{color:Background};
- }
- {CustomCSS}</style><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script></head><body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="http://24.media.tumblr.com/9240723960ce57a567032b2adc79547d/tumblr_mnv1tpNvbx1rfmwu3o1_100.jpg"></div>
- <div id="sidebarimage2"><img src="http://24.media.tumblr.com/9240723960ce57a567032b2adc79547d/tumblr_mnv1tpNvbx1rfmwu3o1_100.jpg"></div>
- <div id="links">
- <a href="/">index</a>
- <a href="/ask">mail</a>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- </div>
- <div id="description">{Description}
- <br><br>
- <div id="pagination">
- </div>
- </div></div></div></div>
- <div id="entries">
- <div class="autopagerize_page_element">{block:Posts}
- <div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div id="quote">❝<i>{Quote}</i>❞{block:Source} — <i>{Source}</i></div>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {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: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-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="question">{Asker}: <i>{Question}</i></div><br>{Answer}{/block:answer}
- <div id="info">
- <a href="{Permalink}">{Month} {Year}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} | © <a href="{SourceURL}">{SourceLink}</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}</div>
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment