Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME MADE BY BREQ --
- @justiceofbreq-t.tumblr.com
- --------------------------
- THEME 02: EVERGREEN --
- --------------------------
- TERMS OF USAGE:
- - DO NOT REMOVE THE CREDIT
- - DO NOT REDISTRIBUTE
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT USE AS A BASE
- -------------------------->
- <html>
- <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 appearance options -->
- <meta name="color:background" content="#fff">
- <meta name="color:text" content="#444444">
- <meta name="color:description" content="#347153">
- <meta name="color:title" content="#000">
- <meta name="color:bold" content="#224b37" />
- <meta name="color:italic" content="#f5ad58" />
- <meta name="color:link" content="#78c9a1">
- <meta name="color:link hover" content="#224b37">
- <meta name="color:sidelink" content="#b2a283">
- <meta name="color:sidelink hover" content="#224b37">
- <meta name="color:permalink" content="#666114" />
- <meta name="color:permalink hover" content="#bbe5b7" />
- <meta name="color:tags" content="#78c9a1" />
- <meta name="color:tags hover" content="#224b37" />
- <meta name="image:portrait" content="http://static.tumblr.com/poesisw/xh7oagyc9/sparkling_needles_evergreen_raindrops.jpg" />
- <meta name="image:background" content="" />
- <meta name="text:font size" content="11px" />
- <meta name="text:link 1" content="link">
- <meta name="text:link 1 url" content="">
- <meta name="text:link 2" content="link">
- <meta name="text:link 2 url" content="">
- <meta name="text:link 3" content="link">
- <meta name="text:link 3 url" content="">
- <meta name="text:link 4" content="link">
- <meta name="text:link 4 url" content="">
- <meta name="text:link 5" content="link">
- <meta name="text:link 5 url" content="">
- <!-- scripts -->
- <link href='https://fonts.googleapis.com/css?family=Josefin+Sans:400,300,700' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
- </head>
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: #01320e;
- border: 0px none #ffffff;
- border-radius: 10px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: #ffffff;
- }
- ::-webkit-scrollbar-thumb:active {
- background: #003400;
- }
- ::-webkit-scrollbar-track {
- background: #ffffff;
- border: 0px none #ffffff;
- border-radius: 50px;
- }
- ::-webkit-scrollbar-track:hover {
- background: #666666;
- }
- ::-webkit-scrollbar-track:active {
- background: #333132;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body {
- background-color:{color:background};
- font-family: 'Josefin Sans', sans-serif;
- font-size: {text:font size};
- color:{color:text};
- background-image:url({image:background});
- background-position: top left;
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-size:cover;
- }
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- color:{color:link hover};
- }
- b, strong {
- color:{color:bold};
- text-transform:uppercase;
- }
- i, em {
- color:{color:italic};
- font-family:'Satisfy', cursive;
- }
- blockquote {
- padding:2px 7px;
- margin:3px 0 3px 8px;
- border-left:1px solid #fff;
- }
- blockquote img {
- max-width:100%;
- height:auto;
- }
- img {
- max-width: 100%;
- }
- h1 {
- font-family:'Satisfy', cursive;
- font-size:30px;
- line-height:30px;
- text-align:right;
- text-transform: lowercase;
- padding:10px;
- }
- /* customization for post container */
- #container {
- position:absolute;
- left:675px;
- height:100%;
- overflow-y:scroll;
- width:510px;
- top:10px;
- padding:10px;
- }
- /* all the post info */
- .posts {
- width:500px;
- background-color:transparent;
- padding:10px;
- margin-bottom:30px;
- }
- .permalinks {
- text-align: center;
- text-transform: lowercase;
- padding-top: 10px;
- font-size:8px;
- color:{color:permalink};
- }
- .permalinks a {
- color:{color:permalink};
- }
- .permalinks a:hover {
- color:{color:permalink hover};
- }
- .tags {
- text-align:center;
- text-transform:lowercase;
- }
- .tags a {
- text-decoration:none;
- font-size: 8px;
- text-transform:lowercase;
- color:{color:tags};
- }
- .tags a:hover {
- color:{color:tags hover};
- }
- /* sidebar stuff */
- #sidebar {
- position:fixed;
- left:425px;
- top:250px;
- height:100%;
- width:250px;
- background:transparent;
- }
- #sidebar:hover {
- opacity:1;
- }
- /* customization for the title */
- #title {
- font-family:'Satisfy', cursive;
- font-size: 25px;
- text-align: center;
- font-style: italic;
- text-transform: lowercase;
- font-weight: bold;
- color:{color:title};
- padding-bottom:30px;
- }
- #description {
- font-size:10px;
- color:{color:description};
- text-align:center;
- padding:10px;
- }
- /* customize your sidebar image "portrait" */
- #sideimage img {
- opacity:0.5;
- max-width:250px;
- margin-left:auto;
- margin-right:auto;
- }
- #sideimage img:hover {
- opacity: 1.0;
- }
- /* customize your sidebar links */
- #sidelinks {
- padding-top: 10px;
- padding-bottom: 5px;
- margin-left:auto;
- margin-right:auto;
- text-transform: uppercase;
- font-size: 10px;
- }
- #sidelinks a {
- display:inline-block;
- color:{color:sidelink};
- padding-left:10px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #sidelinks a:hover {
- color:{color:sidelink hover};
- letter-spacing:1px;
- }
- /* more general stuffs for post and body */
- #pagination {
- text-align:center;
- }
- #pagination a {
- font-size: 15px;
- width: 270px;
- text-align: center;
- top: 10px;
- color:{color:sidelink};
- }
- #pagination a:hover {
- color:#ffffff;
- }
- .asker {
- font-size:15px;
- font-style: italic;
- text-align:center;
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- .question {
- font-style: italic;
- padding-left:50px;
- padding-right:50px;
- }
- .quote {
- font-size:13px;
- letter-spacing:1px;
- text-align:center;
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- .quotesource {
- font-size:10px;
- letter-spacing:1px;
- text-align:center;
- margin-bottom:5px;
- }
- /* DO NOT REMOVE THIS. It's my credit and I worked very hard on it. */
- #mycredit {
- z-index:8;
- bottom:0px;
- right:5px;
- height:30px;
- width:30px;
- opacity:0.8;
- position:fixed;
- padding:5px;}
- {CustomCSS}
- </style>
- <body>
- <div id="sidebar">
- <div id="title">{Title}</div>
- <div id="sideimg"><img src="{image:portrait}"></div>
- <div id="sidelinks">
- <a href="/">home</a>
- <a href="/ask">ask</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>
- <a href="{text:link 5 url}">{text:link 5}</a>
- </div>
- <div id="description">{block:Description}{Description}{/block:Description}
- </div>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">↽</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">⇁</a>{/block:NextPage}{/block:Pagination}
- </div></div>
- <div id="container">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}{Title}</a>{/block:Title}
- {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Answer}
- <div class="asker">{Asker} breathed</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- <div class="permalinks">
- <div class="date"><a href="{Permalink}">{Timeago} </a>/ {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year} / <a href="{Permalink}">{block:NoteCount} n{NoteCount}{/block:NoteCount}</a></div>
- <div class="reblogs">{block:RebloggedFrom}
- <a href="{ReblogParentURL}">via - </a>
- <a href="{ReblogRootURL}">source - </a>
- {/block:RebloggedFrom} <a href="{ReblogURL}">reblog</a></div>
- </div>
- <div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Posts}
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- DO NOT REMOVE MY CREDIT -->
- <div id="mycredit"><a href="http://rpjustxce.tumblr.com/" title="theme by Justxce Themes"><img src="http://static.tumblr.com/ewpefvd/Uteohiglh/rpj-icon.png"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment