Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- cream cut by damntomlinson
- 1. Please don't remove credit. Like Ever.
- 2. Edit as you'd like, and feel free to message me for help.-->
- <head>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Background" content="#FFFFF0"/>
- <meta name="color:Text" content="#808080"/>
- <meta name="color:description" content="#FFFAFA">
- <meta name="color:info" content="#FFFAFA"/>
- <meta name="color:Link" content="#A9A9A9"/>
- <meta name="color:Link Hover" content="#808080"/>
- <meta name="color:Border" content="#808080"/>
- <meta name="color:entries"content="#FFFAFA"/>
- <meta name="color:post" content="#FFFFF0"/>
- <meta name="color:box" content="#fafafa"/>
- <meta name="color:scrollbar" content="#808080"/>
- <!--Links-->
- <meta name="text:second title" content="" />
- <meta name="text:link 1" content="">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content="">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content="">
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 4" content="">
- <meta name="text:link 4 url" content="/">
- <meta name="if:Show Link 1 Url" content="1" />
- <meta name="if:Show Link 2 Url" content="1" />
- <meta name="if:Show Link 3 Url" content="1" />
- <meta name="if:Show Link 4 Url" content="1">
- <!--Images-->
- <meta name="image:Background" content""/>
- <meta name="image:Sidebar" content""/>
- <!--Options-->
- <meta name="if:Infinite Scrolling" content=""/>
- {block:ifInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScrolling}
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- </style>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" /><link rel="alternate" type="application/rss+xml" href="{RSS}" /><link href='http://fonts.googleapis.com/css?family=Englebert' rel='stylesheet' type='text/css'>
- <style type="text/css"><style type="text/css">
- ::-webkit-scrollbar {width: 8px; height:auto; background:{color:background}}
- ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
- ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
- ::-webkit-scrollbar-button:horizontal {width: 7px; height: 5px; display: block; background:{color:scrollbar}}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
- ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
- body{
- background-color: {color:Background};
- background-image: url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- background-position: center;
- font-family:'century gothic';
- font-size:12px;
- line-height:12px;
- color:{color:Text};
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration:none;
- }
- a:hover{
- color: {color:Link Hover};
- }
- #container{
- font-family: 'century gothic';
- padding:10px 10px 10px 10px;
- border: 1px solid #f8f8f8;
- width:535px;
- margin-left:500px;
- margin-top:40px;
- font-weight: normal;
- line-height:11px;
- background-color:{color:entries};
- border-right: 1px solid #f8f8f8;}
- #entry {
- width:500px;
- padding:15px;
- padding-bottom: 20px;
- border: 1px solid #f8f8f8;
- margin-top:0px;
- margin-bottom:15px;
- font-weight: normal;
- line-height:11px;
- font-size:9px;
- background-color:{color:post};
- font-family: 'century gothic';
- }
- #entry:hover .tags { opacity: 1; display: block; margin-left:530px;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- .tags {
- float: left;
- position:absolute;
- padding-left: 2px;
- width: 200px;
- opacity: 0;
- font-family: 'century gothic';
- text-transform:uppercase;
- font-size:8px;
- color:{color:text};
- margin-left:400px;
- margin-top:0px;
- padding: 5px;
- line-height:11px;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- .tags a {
- color:{color:link};
- }
- .tags a:hover {
- background-color:{color:link hover};
- }
- .symbols {
- font-family: 'Englebert', sans-serif;
- font-size: 9px;
- }
- #permalink{
- position:relative;
- text-align:right;
- text-transform:uppercase;
- font-family:'century gothic';
- margin-top:5px;
- padding:2px;
- font-size:7px;
- text-transform:uppercase;
- border-top: 1px dashed #eee;
- }
- #side {
- text-align:justify;
- position:fixed;
- width:140px;
- margin-top:80px;
- margin-left:-250px;
- z-index:1;
- padding:4px;
- }
- #sidebarimage img{
- max-width:130px;
- border:1px solid {color:Border};
- padding:5px; }
- #sidebarimage img:hover {
- opacity:0.7;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out; }
- .desc {
- text-align:center;
- font-style:none;
- width:130px;
- font-family:'century gothic';
- margin-top:5px;
- background-color: {color:description};
- border-top:1px solid{color:border};
- border-bottom:1px solid{color:border};
- padding:5px;
- font-size:9px;
- line-height:90%;
- letter-spacing:0px;
- }
- .navigate{
- font-size:8px;
- text-align:center;
- text-transform:uppercase;
- font-family:'century gothic';
- margin-top:4px;
- margin-bottom:4px;
- letter-spacing:1px; }
- .title {
- font-family:'century gothic';
- width:140px;
- margin-top:80px;
- margin-left: 0px;
- font-style:italic;
- font-size:15px;
- text-align:center;
- text-transform:none; }
- .title2 {
- font-family:'century gothic';
- font-size:11px;
- font-style:italic;
- text-transform:none;
- text-align:center;
- color:{color:text};
- width:130px;
- margin-left:0px;
- margin-top:-2px;
- z-index:200;
- margin-bottom:5px; }
- .posttitle{
- font-size: 5px;
- line-height: 20px;
- }
- blockquote{
- margin-left:10px;
- padding-left:4px;
- border-left: 3px solid {color:Text};
- }
- .p { padding-top: 5px; }
- .ol, ul { margin-left: 10px; padding: 5px; }
- .ul { list-style-type: square; }
- .pagination {
- width:140px;
- margin-top:5px;
- margin-left:0px;
- position:fixed;
- text-align:center;
- font-family:'century gothic';
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-style:normal;
- z-index:10000;
- color:{color:text};
- }
- .pagination a {
- color:{color:text};
- }
- #info {
- text-align:center;
- font-family:'century gothic';
- background: {color:info};
- font-size: 8px;
- line-height:8px;
- font-style: italic;
- margin-top:10px;
- border: 1px solid #f8f8f8;
- padding:3px;
- text-transform:uppercase;}
- #quote {
- width: 450px!Important;
- font-family: 'century gothic';
- font-size: 16px;
- font-style: italic;
- text-transform: none;
- line-height:16px;}
- #question {
- font-family: 'century gothic';
- text-transform:uppercase;
- font-size: 8px;
- padding:15px;
- background-color: {color:box};
- position: relative;}
- #question:after, #demo:before { border: solid transparent;
- content: ' ';
- height: 0; left: 100%;
- position: absolute;
- width: 0;}
- #question:after { border-width: 9px;
- border-left-color: {color:box};
- top: 15px;}
- #question:before { border-width: 14px;
- border-left-color: {color:box};
- top: 10px;}
- blockquote{
- color: {color:text};
- background-color: #fcfcfc;
- border: 1px solid #f8f8f8;
- font-family: cambria;
- font-size: 10px;
- font-style: italic;
- margin-left:20px;
- margin:5px;
- padding:5px;
- max-width: 490px;
- border-radius: 5px;}
- blockquote img, blockquote a img {max-width: 490px;}
- .audio {
- height:60px;
- padding:5px;
- margin-bottom:5px; }
- .audio-album {
- position:absolute;
- width:60px; }
- .audio-player {
- opacity:0.6;
- filter:alpha(opacity=60);
- border:2px solid {color:border};
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- z-index:2;
- margin-left:15px;
- margin-top:15px; }
- .audio-info {
- margin-top:-10px;
- position:relative;
- margin-left:70px;
- padding:5px; }
- .space { height:{text:entry space};}
- ol {
- list-style-type: none;
- font-size:8px;
- font-family: 'century gothic';
- text-transform: uppercase;
- margin: 0; }
- ol.notes li {
- width: 500px;
- padding: 3px;
- margin: 0 0 10px -35px;
- border-bottom: 1px solid {color:border}; }
- ol.notes li:hover {
- border-bottom: 1px solid {color:border}; }
- ol.notes li img {
- width:16px;
- padding-right: 10px;
- margin-bottom: 0px;
- opacity: 0.85;
- filter:alpha(opacity=85); }
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="container">
- <div id="side">
- <div class="title"><a href="/">{Title}</a></div>
- <div class="title2">{text:second title}</div>
- <div id="sidebarimage"><img src="{image:Sidebar}" ></div>
- <div class="navigate">
- <a href="/">home •</a>
- <a href="/ask">mssg •</a>
- {block:IfShowlink1url}<a href="{text:link 1 url}">{text:link 1}</a> {/block:IfShowlink1url}
- {block:IfShowlink2url}<a href="{text:link 2 url}">• {text:link 2}</a>{/block:IfShowlink2url}
- {block:IfShowlink3url}<a href="{text:link 3 url}">• {text:link 3}</a>{/block:IfShowlink3url}
- {block:IfShowlink4url}<a href="{text:link 4 url}">• {text:link 4}</a>{/block:IfShowlink4url}
- </div>
- <div class="desc">
- {Description}<br>
- </div>
- <div class="pagination">{block:ifNotInfiniteScrolling}
- {block:Pagination}
- {block:PreviousPage}<a style="font-size:11px;" class="current_page" href="{PreviousPage}"><small>←</small></a>{/block:PreviousPage}
- {CurrentPage} of {TotalPages}
- {block:NextPage}<a style="font-size:11px;" class="jump_page" href="{NextPage}"><small>→</small></a>{/block:NextPage}
- {/block:Pagination}
- {/block:ifNotInfiniteScrolling}</div>
- </div>
- {block:Posts}
- <div id="entry">
- <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}"><span class="symbols"> , </span> {Tag}<br></a>{/block:Tags}{/block:HasTags}</div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {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"><big>❝ </big>{Quote}</div><div id="s">{block:Source} —{Source}</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-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <img align="right" src="{AskerPortraitURL-40}"style="border-radius:160px;"> <div id="question" style="width:420px;"<big><big><big><big>❝</big></big></big> <big><b>{Asker} said:</b></big> {Question}</div> <BR>
- {Answer}
- {/block:Answer}
- <div id="info">
- {block:Date}posted {TimeAgo}{/block:Date}
- with <a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a>
- {block:RebloggedFrom}<br><b>via:</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- <b>source: </b><a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br></div>
- </div>
- </p>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- {block:Text}
- {block:Title}
- <div class="posttitle">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- <div style="position:fixed; color:{color:font}; font-size:12px;font-style:italic; bottom:3px; right:5px;">
- <a href="http://damntomlinsonthemes.tumblr.com/">©</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment