Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style type="text/css">
- /* --- UPDATES ---*/
- #updates {
- font-size:9px;
- color:#000000;
- text-align:left;
- height:13px;
- width:137px;
- padding:4px;
- top:15px;
- left:20px;
- z-index:10;
- position:fixed;
- overflow:hidden;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #updates:hover {
- height:185px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #updatestitle {
- font-size:10px;
- width:150px;
- text-transform:uppercase;
- font-family:arial;
- font-weight:bold;
- color:#5e1919;
- }
- </style>
- <!-- THEME 001 BY WILDFLOWEREDS-->
- <!-- - DO NOT REPOST
- - DO NOT REMOVE CREDIT
- - DO NOT STEAL/COPY THIS THEME BC I WILL KNOW
- - ENJOY IT & TRY NOT 2 MESS AROUND WITH THE HTML 2 MUCH -->
- <!DOCTYPE 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 Variables-->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#aaaaaa"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:scrollbar" content="#eee" />
- <meta name="color:border" content="#000000"/>
- <meta name="color:text shadow" content="#000000"/>
- <meta name="image:one" content=""/>
- <meta name="image:two" content=""/>
- <meta name="image:three" content=""/>
- <meta name="text:link 1 url" content="" />
- <meta name="text:link 1" content="" />
- <meta name="text:link 2 url" content="" />
- <meta name="text:link 2" content="" />
- <meta name="text:link 3 url" content="" />
- <meta name="text:link 3" content="" />
- <meta name="text:link 4 url" content="" />
- <meta name="text:link 4" content="" />
- <!--CSS customization here. -->
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 3px;
- }
- ::-webkit-scrollbar-track {
- background:#ffffff;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:window-inactive {
- background: transparent;
- }
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- background:{color:background};
- }
- zz
- /*basics*/
- blockquote {padding:5px 0 5px 30px;
- border-left:1px solid {color:text};
- margin-left:30px;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:arial;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:16px;}
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- text-decoration:none;
- letter-spacing:2px;
- text-shadow:1px 1px 1px {color:text shadow};
- }
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {font-size:12px;
- line-height:18px;
- font-weight:bold;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:middle;
- }
- /*sidebar*/
- #sidebar {text-align:left;
- position:fixed;
- margin-left:-131px;
- margin-top:55px;
- width:241px;
- height:455px;
- padding:15px;
- padding-top:60px;
- border:1px solid;
- border-color:{color:border};
- }
- #sidebarim {margin-bottom:40px
- }
- #one {
- margin-top:-114px;
- margin-left:-15px;
- position:fixed;
- border-radius:100px;
- z-index:999999;
- width:50px;
- height:50px;
- background-image: {image:one} ;
- }
- #one img {
- border:1px solid;
- border-color:{color:border};
- max-width:80px; height: auto;
- margin-top:20px;
- margin-left:6px;
- }
- #two {
- margin-top:-114px;
- margin-left:71px;
- position:fixed;
- z-index:999999;
- width:50px;
- height:50px;
- background-image: {image:two};
- }
- #two img {
- border:1px solid;
- border-color:{color:border};
- max-width:80px; height: auto;
- margin-top:20px;
- margin-left:8px;
- ;
- }
- #three {
- margin-top:-114px;
- margin-left:157px;
- position:fixed;
- z-index:999999;
- width:50px;
- height:50px;
- background-image: {image:three};
- }
- #three img {
- border:1px solid;
- border-color:{color:border};
- max-width:80px; height: auto;
- margin-top:20px;
- margin-left:10px;
- }
- #blogt {
- width:242px;
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- padding-top:28px;
- padding-bottom:28px;
- text-align:center;
- font-size:18px;
- font-weight:bold;
- text-transform:uppercase;
- text-shadow: 1px 1px 1px {color:text shadow};
- color:{color:title}
- }
- #links {
- border-top:1px solid {color:border};
- line-height:16px;
- text-transform:lowercase;
- padding-top:20px;
- text-align:center;
- padding-bottom:20px;
- border-bottom:1px solid {color:border};
- }
- #links a {
- margin-right:5px;
- display:inline-block;
- margin-bottom:5px;
- padding:10px;
- }
- #description {
- margin-top:30px;
- padding:5px;
- margin-bottom:30px;
- height:auto;
- }
- /*pagination*/
- #pagination {
- margin:50px 0;
- text-transform:lowercase;
- font-weight:bold;
- }
- #pagination a {
- padding:0 15px;
- }
- /*container*/
- #con {
- left:50%;
- margin-left:-250px;
- position:absolute;
- }
- /*posts*/
- #entries {
- margin-left:141px;
- margin-top:55px;
- width:500px;
- padding-top:15px;
- padding-left:15px;
- padding-right:15px;
- padding-bottom:15px;
- position:fixed;
- overflow:scroll;
- overflow-x:hidden;
- height:500px;
- border:1px solid;
- border-color:{color:border};
- background-color: #ffffff;
- }
- #posts {
- width:500px;
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:500px;
- }
- #posts img, #posts li, #posts blockquote {max-width: 100%;}
- .caption {width:100%;
- margin-top:10px;
- }
- /*quote*/
- #titlequote{text-align:left;
- font-size:14px;
- line-height:18px;
- font-weight:bold;
- }
- #source {
- margin-top:15px;
- margin-left:15px;}
- /*audio*/
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;}
- .audioinfo {
- margin-left:50px;
- }
- /*asks*/
- .q {margin-bottom:10px;
- }
- .as {
- font-weight:bold;}
- .a {
- margin-top:10px;
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- /*permalink and notes*/
- #permalink {
- margin-top:15px;
- font-size:9px;
- text-transform:uppercase;
- }
- #permalink a {margin-right:10px;
- }
- .tags {
- word-break:break-all;
- font-size:9px;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:400px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- .credit {
- position:fixed;
- background:#fff;
- border:1px solid #eeeeee;
- padding:5px;
- text-align:center;
- font-size:10px;
- right:10px;
- bottom:10px;
- }
- .credit a {
- font-style:normal;
- padding:3px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <!-- beginning of updates -->
- <div id="updates">
- <div id="updatestitle"><strong><em>&&.</strong></em></div>
- <div style="padding-top:10px;">
- <center>here is your updates tab!!! feel free to delete :)</center>
- </div></div>
- <!-- end of updates -->
- <div class="credit"><b><a href="http://wildflowereds.tumblr.com/">WF</a></b></div>
- <div id="con">
- <div id="sidebar">
- <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
- <div id="one"><img src="{image:one}"/></div>
- <div id="two"><img src="{image:two}"/></div>
- <div id="three"><img src="{image:three}"/></div>
- <div id="blogt">{Title}</div>
- <div id="description">{Description}</div>
- <div id="links">
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink1}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
- {block:ifLink2}<a href="{text:Link 4 URL}" >{text:Link 4}</a>{/block:ifLink4}
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as">{Asker} said: </div>
- {Question}</div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">← previous </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next →</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment