Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Winter Fell Theme by rockwithyous | tumblr
- PLEASE DO NOT:
- * redistribute
- * remove credit
- * use as base code
- * claim as your own!
- Doing these are also considered as stealing!-->
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#ffffff" />
- <meta name="color:border" content="#e4e2e1" />
- <meta name="color:post bg" content="#000000" />
- <meta name="color:link" content="#000000" />
- <meta name="color:linkhover" content="#dfa46e" />
- <meta name="color:scrollbar" content="#000000" />
- <meta name="color:scrollbg" content="#ffffff" />
- <meta name="image:sbar background" content="http://media.tumblr.com/ca988d65a2581a373c192e9a5e1272af/tumblr_inline_mjq2xalso11r94h34.png" />
- <meta name="image:background" content="" />
- <!-- LINKS -->
- <meta name="text:link 1" content="link 1" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 2" content="link 2" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 3" content="link 3" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 4" content="link 4" />
- <meta name="text:link 4 url" content="/" />
- <!-- TITLES -->
- <meta name="text:title1" content="Title One" />
- <meta name="text:title2" content="Title Two" />
- <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Oxygen+Mono' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <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}" />
- <style type="text/css">
- ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
- ::-webkit-scrollbar-corner {background:{color:scrollbg}}
- ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
- ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
- ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
- ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
- ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
- ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt}
- body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; line-height:100%; font-family:calibri;font-style:none; text-transform:uppercase; letter-spacing:1px; font-size:8px;text-align:justify;}
- a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
- a:hover {text-decoration: none;
- -webkit-transition: all 0.2s ease-out;
- -o-transition: all 0.2s ease-out;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- color:{color:linkhover};
- }
- b, strong{color:{color:title}}
- i, em {color:{color:text}}
- p{margin-top:5px; margin-bottom:5px}
- blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid #fff;}
- img a{border:none; width:100%}
- #container {background-color:transparent; text-align:center; width:530px; margin:0 auto 0 auto;}
- #entries {margin-top:20px; margin-left:300px; text-align:justify;}
- #entry {margin: 0px 0 0px 0; width: 500px; text-align: justify; padding: 15px; background-color:{color:post bg}; color:{color:text}; }
- #sidebar { top:-120px; margin-left:-8px; margin-top:100px; padding:0px; width: 235px; height:750px; position:fixed; font-family:calibri; background-image: url('{image:sbar background}'); }
- #stext {color:#fff; text-align:justify; font-family: 'Inconsolata'; font-size: 8px; padding:6px; margin-left:5px; width:110px; letter-spacing:1px; border-right: 1px solid #fff; text-transform: uppercase;}
- #description {font-family:'Inconsolata'; padding-top:1px; width:130px; margin-left:10px; margin-top:40px; text-align:center; line-height:110%; font-size:10px;}
- #description:hover .links {
- opacity:1;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .links {
- opacity:1;
- margin-top:-25px;
- margin-left:130px;
- position:fixed;
- width:80px;
- height:180px;
- font-size:6px;
- text-transform:uppercase;
- text-align:left;
- padding:0px;
- letter-spacing:2px;
- font-family:'oxygen mono';
- line-height:170%;
- z-index:999;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .links a{
- color:#fff;
- background-color: #000;
- display:block;
- padding:5px;
- margin:5px;
- text-decoration:none;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .links a:hover{
- color:#000;
- background-color: #fff;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #titles {
- background:transparent;
- margin-left:5px;
- }
- .blogtitle{
- text-align: center;
- letter-spacing: 1px;
- font-size: 25px;
- line-height: 16px;
- margin-top: 150px;
- margin-bottom:-10px;
- margin-left:0px;
- color: #fff;
- text-transform: lowercase;
- font-family: 'Oleo Script' bold italic;
- z-index:1;
- }
- .blogtitle2{
- text-align: center;
- letter-spacing: 0px;
- font-size: 10px;
- line-height: 16px;
- margin-top: -5px;
- margin-bottom:-10px;
- margin-left:-0px;
- color: #fff;
- text-transform: uppercase;
- font-family: georgia;
- z-index:1;
- }
- #title {margin-top:17px; font-family:'Lobster Two'; color:{color:Title}; text-transform:lowercase; font-size:14px; font-style:italic; line-height:12px; letter-spacing:0px; text-align:center;text-transform:none; letter-spacing:none;text-decoration:none;}
- #title1 {font-size:20px; font-style:none; font-family:'Lobster Two'; text-decoration: none;line-height:16px; text-transform:none; text-decoration:none;}
- #title2 {font-size:15px; font-style:none; font-family:'Lobster Two';line-height:16px; text-transform:none; letter-spacing:none;}
- #audio {margin-bottom:5px; width:500px; height:105px;}
- .albumart {width:100px; height:100px; position:absolute;}
- .albumart img {width:100px; height:100px; float:left;}
- .playercontainer {opacity: .2; display:block; width:100px; height:100px; background-color:#ffffff; position:absolute; z-index:3;}
- .playercontainer:hover {opacity:.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;}
- .player {margin-left:36px; margin-top:36px; width:25px; height:25px; overflow:hidden; background-color:white;}
- .audioinfo {margin-left:110px; float:left; background-color:#fffdf3;} width:388px; padding:2px; margin-top:3px;}
- #postinfo{text-transform:uppercase;font-family:'Inconsolata'; letter-spacing:2px; font-size: 9px; color: {color:text}; text-align: left; padding:6px 5px 6px 5px;border:3px double {color:border}; background-color: #eee; }
- #postinfo :hover {color:{color:linkhover};}
- .info a{
- color:#fff;
- background-color: #000;
- text-decoration:none;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .info a:hover{
- color:#000;
- background-color: #fff;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .info {text-transform:uppercase;font-family:Inconsolata; text-spacing:2px; font-size: 9px; color: #fff; text-align: left; padding:6px 5px 6px 5px;border:3px double #fff; background-color: #000; width:485px;}
- #postnotes {background-color:#000; width:500px; padding:15px;}
- .pagination{margin-left:-50px;}
- .pagination {background: transparent; margin-bottom:10px; text-align:center; line-height:0px; font-family:calibri; font-size:7px; font-weight:bold; color: #fff; padding:2px;}
- .pagination a{
- color:#fff;
- background-color: transparent;
- text-decoration:none;
- padding:2px;
- border:1px solid #fff;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .pagination a:hover{
- color:#000;
- background-color: #fff;
- padding:2px;
- border:1px solid #000;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #tags {margin-top:5px; margin-right:7px; font-family:'oxygen mono'; text-align:right; text-transform:lowercase; font-style:none;font-size:7px; color: #fff;}
- #tags a{
- color:#fff;
- background-color: #000;
- text-decoration:none;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #tags a:hover{
- color:#000;
- background-color: #fff;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #question { padding:10px; background-color: #000; position: relative;color: #fff; border:5px solid #fff;}
- #question:after, #demo:before { border: solid transparent; content: ' '; height: 0; left: 100%; position: absolute; width: 0;}
- #question:after { border-width: 15px; border-left-color: {color:box}; top: 0px;}
- #question:before { border-width: 20px; border-left-color: {color:box}; top: 5px;}
- #quotesource {margin-top:3px; text-align:right; margin-bottom:5px; font-size:8px;}
- .chat {line-height: 12px; list-style: none;}
- .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
- .person1 {background-color:{color:background}; color: {color:gray};}
- .person1 .label {font-style: underline ;font-weight: bold; padding: 0px; margin-left: 5px; color:{color:gray};}
- .person2 {color: {color:Text};}
- .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text};}
- /* CREDIT */
- .cred { font-family:calibri; letter-spacing:1px; font-size:10px; bottom:1px; right:5px; position:fixed; padding:10px; text-align:right; font-weight:bold; color:#000; }
- .cred:hover #name { margin-bottom:0;
- -webkit-transition: all 0.2s ease-out;
- -o-transition: all 0.2s ease-out;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;}
- .cred:hover #star { opacity:0;
- -webkit-transition: all 0.2s ease-out;
- -o-transition: all 0.2s ease-out;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;}
- #star { font-size:20px; padding-bottom:10px; }
- #name { margin-bottom:-36px;
- -webkit-transition: all 0.2s ease-out;
- -o-transition: all 0.2s ease-out;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="container">
- </div>
- <div id="sidebar">
- <div id="titles">
- <div class="blogtitle">{text:title1}</div><br><p>
- <div class="blogtitle2">{text:title2}</div>
- </div><p>
- <div id="description"><center>
- <div id="sb">
- <div class="links"><br>
- <a href="/">index</a>
- <a href="/ask">message</a>
- <a href="{text:link 1 url}">{text:link 1}</a>
- <a href="{text:link 2 url}">{text:link 2}</a>
- <a href="{text:link 3 url}">{text:link 3}</a>
- <a href="{text:link 4 url}">{text:link 4}</a>
- </div></center>
- <div id="stext">{Description}</div><br>
- {block:Pagination}<div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:JumpPagination length="4"}{block:CurrentPage}
- <span class="current_page" style="padding-right:5px;padding-left:5px;">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">→</a> {/block:NextPage}
- </div>{/block:Pagination}</div><br>
- </div></div><div class="cred"><div id="star">★</div>
- <div id="name"><i><font color="black">theme by</i> <br /><a href="http://rockwithyousthemes.tumblr.com">©ROCKWITHYOUS</a></font></div>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="entry">
- {block:Title}<div id="title1">{Title}</div>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}<div id="title2">"{Quote}"</div>
- {block:Source}<div id="quotesource">— <b>{Source}</b></div>{/block:Source}{/block:Quote}
- {block:Link}<div id="title1"><a href="{URL}" class="link" {Target}>{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label" style="font-weight:bold; color:{color:text};"><u>{Label}</u></span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <img align="right" src="{AskerPortraitURL-40}"> <div id="question" style="width:420px;"> <font color="#000"><i><strong><big><code>{Asker}</code></big></strong></i></font> <i>whispered</i>: {Question}</div> <BR>
- {Answer}
- {/block:Answer}
- {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- <br>
- <div id="postinfo" class="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} • <a href="{ReblogURL}" target="_blank">reblog</a></div><p>
- <div id="tags">{block:HasTags}{block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
- <br /><br>
- {/block:Posts}
- <div id="postnotes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div><br />
- </div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment