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 10 by
- ▀▀█▀▀ █░░░█ █▀▀ █▀▀█ █░█ ░▀░ ▀▀█▀▀ █▀▀▄ █▀▀█ █▀▀█ █▀▀█ █░░█
- ░░█░░ █▄█▄█ █▀▀ █▄▄▀ █▀▄ ▀█▀ ░░█░░ █░░█ █▄▄█ █▄▄▀ █▄▄▀ █▄▄█
- ░░▀░░ ░▀░▀░ ▀▀▀ ▀░▀▀ ▀░▀ ▀▀▀ ░░▀░░ ▀░░▀ ▀░░▀ ▀░▀▀ ▀░▀▀ ▄▄▄█
- aka ashley
- ______________________________________________________________________
- -->
- <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:Background" content="#ffffff"/>
- <meta name="color:Sidebar" content="#ffffff"/>
- <meta name="color:Text" content="#717171"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Tags" content="#000000"/>
- <meta name="color:Hover" content="#000"/>
- <meta name="color:Line" content="#000000"/>
- <meta name="color:Border" content="#e4e4e4"/>
- <meta name="color:Post" content="#ffffff"/>
- <meta name="color:scrollbarbg" content="ffffff"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:blogtitle" content="blog title"/>
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 Text" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Text" content="" />
- <meta name="if:Show Link 1" content="1" />
- <meta name="if:Show Link 2" content="1" />
- <meta name="if:Show blogtitle" content="1" />
- <link href='http://fonts.googleapis.com/css?family=Fascinate+Inline' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {
- width: 5px;height: 5px;}
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 6px;display: block;background-color: {color:white};}
- ::-webkit-scrollbar-track-piece {
- background-color: {color:scrollbarbg};}
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;background-color: #fff;border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
- /* --- BODY ---*/
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:9px;
- text-transform:uppercase;
- }
- a:hover {
- opacity:10;
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- /* --- POST ENTRIES ---*/
- #square {
- width: 195px;
- height: 195px;
- margin-top:220px;
- margin-left:65px;
- background: black;
- position: fixed;
- -webkit-transition: all .5s linear;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- }
- #toptriangle {
- width: 0;
- height: 0;
- position: fixed;
- margin-top: 20px;
- margin-left: 0px;
- border-top: 140px solid transparent;
- border-left: 140px solid black;
- border-bottom: 140px solid transparent;
- }
- #bottomtriangle {
- width: 0;
- height: 0;
- position: fixed;
- margin-top: 340px;
- margin-left: 0px;
- border-top: 140px solid transparent;
- border-left: 140px solid black;
- border-bottom: 140px solid transparent;
- }
- #box {
- width: 110px;
- height: 200%;
- margin-top:-50px;
- margin-left: 1120px;
- position:fixed;
- background-color: #000;
- }
- #entries {
- padding:10px;
- padding-top:105px;
- /*if you are not showing the title, make the padding-top smaller to move posts up mk yeah*/
- width:500px;
- margin-left:400px;
- margin-top:0px;
- font-size:12px;
- line-height: 100%;
- z-index: -100;
- }
- /* --- BODY: POSTS ---*/
- #post {
- width:500px;
- padding-bottom:20px;
- padding:10px;
- margin-top:15px;
- background-color:{color:Post};
- }
- /* --- SIDEBAR IMAGE ---*/
- .blogtitle {
- margin-top: 25px;
- margin-left: 402px;
- width: 480px;
- font-size: 38px;
- font-family:Fascinate Inline;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:2px;
- position:fixed;
- padding: 18px;
- border: 9px double #fff;
- text-shadow: 2px 1px 1px #0000FF, -1px 2px 1px #00FF62;
- color: #fff;
- background-color: #000;
- z-index: 100;
- }
- #whiteshit {
- width: 608px;
- height: 50px;
- margin-top:-10px;
- margin-left:370px;
- position:fixed;
- background-color: {color:background};
- }
- #sidebar {
- position:fixed;
- margin-left:108px;
- margin-top:280px;
- }
- #sidebarimage {
- width: 80px;
- height: 80px;
- margin-left: 15px;
- opacity: 0;
- background-color:transparent;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- }
- #sidebarimage img {
- width:80px;
- height:80px;
- opacity: .9;
- -webkit-filter:grayscale(100%);
- background-color:transparent;
- }
- #sidebar:hover #sidebarimage {
- opacity:1;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- }
- /* --- SIDEBAR LINKS ---*/
- .links {
- width:330px;
- height:5px;
- padding: 9px;
- font-family:Fascinate Inline;
- text-align:center;
- margin-top:-110px;
- margin-left:-175px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:2px;
- position:fixed;
- padding-bottom:7px;
- opacity:1;
- text-shadow: 2px 2px 3px #0000FF, -1px -1px 3px #00FF62;
- -webkit-transition: all .5s linear;
- -webkit-transform: rotate(315deg);
- -moz-transform: rotate(315deg);
- -o-transform: rotate(315deg);
- }
- .links a {
- font-size: 28px;
- color:#fff;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .links a:hover {
- color:{color:Hover};
- }
- .links2 {
- width:330px;
- height:5px;
- padding: 9px;
- font-family:Fascinate Inline;
- text-align:center;
- margin-top:-103px;
- margin-left:-57px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:2px;
- position:fixed;
- padding-bottom:7px;
- opacity:1;
- text-shadow: 2px 2px 3px #0000FF, -2px -2px 3px #00FF62;
- -webkit-transition: all .5s linear;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- }
- .links2 a {
- font-size: 28px;
- color:#fff;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .links2 a:hover {
- color:{color:Hover};
- }
- /* --- DESCRIPTION ---*/
- #description {
- position:fixed;
- font-family:cambria;
- line-height:100%;
- font-size:12px;
- font-style:italic;
- width:95px;
- margin-top:-250px;
- padding:8px;
- margin-left:1010px;
- text-align:justify;
- color:#fff;
- letter-spacing: 1px;
- }
- #description a {
- color:#fff;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- /* --- PAGINATION---*/
- #pagination {
- width:200px;
- font-size:35px;
- text-align:center;
- margin-left:970px;
- margin-top:90px;
- position:fixed;
- font-family:Fascinate Inline;
- word-spacing:0px;
- opacity:1;
- color:#fff;
- text-shadow: 2px 2px 3px #0000FF, -2px -2px 3px #00FF62;
- }
- #pagination a{
- color: #fff;
- }
- /* --- POST INFO ---*/
- #info {
- text-align:left;
- font-family:cambria;
- margin-top:10px;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- border-top:2px solid {color:Line}
- }
- /* --- POST TAGS---*/
- #tags {
- font-family:cambria;
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:10px;
- font-style:italic;
- margin-top:4px;
- text-align:left;
- display:inline;
- padding:-3px;
- text-align:left;
- opacity:0;
- color:#000;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #post:hover #tags {
- opacity: 1;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #tags a {
- color: #000;
- }
- /* --- QUESTIONS ---*/
- #asker {
- padding:5px;
- text-align:left;
- border-bottom:2px solid #000000;
- border-right:1px dashed #000000;
- border-left:1px solid #000000;
- border-top:1px dashed #000000;
- color:{color:text};
- background-color:{color:#ffffff};
- }
- /*---don't remove/change credit---*/
- @font-face{font-family:Indie Star;src:url(http://static.tumblr.com/9wzbixa/EOUmj2m9n/indiestarbb_reg.otf);}
- #credit {
- padding: 2px; font-color:#000; position:fixed; bottom:8px; right:2px; font-size:19px; letter-spacing:1px; font-family:Indie Star; }
- #credit a {
- color: #000;
- }
- /*-------------------------------*/
- {CustomCSS}</style></head><body>
- {block:IfShowblogtitle}<div class="blogtitle">{text:blogtitle}</div>
- <div id="whiteshit"></div>{/block:IfShowblogtitle}
- <div id="square"></div>
- <div id="toptriangle"></div>
- <div id="bottomtriangle"></div>
- <div id="box"></div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="description">
- {Description}
- </div>
- <div class="links">
- <a href="/">home</a>
- <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
- <a href="/ask">mssg</a>
- </div>
- <div class="links2">
- {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
- <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
- {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
- </div>
- {block:Pagination}<div id="pagination">
- {block:NextPage}<a href="{NextPage}">⇝</a>{/block:NextPage} <p>
- {block:PreviousPage}<a href="{PreviousPage}">⇜</a>{/block:PreviousPage}
- </div>{/block:Pagination}
- </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}{Quote}{/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}<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:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"><big><big><big>• {Asker}: </big></big></big>   </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
- <div id="info">
- <br>{block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">( reblog )</a><div style="float:right;">
- {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}<a href="{SourceURL}"> - (© {SourceLink})</a>{/block:ContentSource}</div><br><br>{block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div></div> {/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}{/block:Posts} </div></div>
- <div id="credit"><a href="http://twerkitnarry.tumblr.com/">twerkitnarry</a></center></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment