Advertisement
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">
- <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}
- <!--THEME 004 by hholms.tumblr.com (do not claim this theme as your own, and please leave the theme credit where it is)-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Link hover" content="#858585"/>
- <meta name="color:Link hover bg" content="#f9fafa"/>
- <meta name="color:Ask bg" content="#fafafa" />
- <meta name="color:Post border" content="#f2f2f2"/>
- <meta name="color:Navigation" content="#f2f2f2"/>
- <meta name="color:Navigation hover" content="#f2f2f2"/>
- <meta name="color:Navigation text" content="#f2f2f2"/>
- <meta name="color:Navigation text hover" content="#b8b8b8"/>
- <meta name="color:Scrollbar" content="#999999">
- <meta name="image:Sidebar" content=""/>
- <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="/" />
- <style type="text/css">
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- opacity:0.3;
- position: fixed !important;
- filter:alpha(opacity=30);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- iframe#tumblr_controls:hover{
- top: 0% !important;
- right:0% !important;
- opacity:0.8;
- position: fixed !important;
- filter:alpha(opacity=80);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
- ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
- body {
- background:{color:Background};
- margin:0px;
- color:{color:text};
- font-family:calibri;
- font-size:10px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:Link};
- padding:1px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- background-color:{color:Link hover bg};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- color: {color:Link hover};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:12px;
- }
- h1 a {-webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- h1 a:hover {font-size:12px; -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .quote {
- font-size:12px;
- font-style:italic;
- }
- .source {
- font-size:10px;
- font-style:normal;
- }
- .chat{
- font-size:10px;
- text-transform:uppercase;
- line-height:12px;
- letter-spacing:1px;
- }
- .entries {
- padding:10px;
- margin-left:200px;
- margin-top:40px;
- margin-bottom:60px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .entries img{
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .entries img:hover{opacity:0.93;
- }
- .post {
- width:500px;
- padding-bottom:0px;
- padding-top: 25px;
- margin-bottom:14px;
- }
- .post:hover .tags{
- opacity:1;
- margin-left:515px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .post:hover .reblogsource{
- opacity:0.9;
- margin-left:515px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .sidelinks {
- width:200px;
- position:fixed;
- text-align:left;
- margin-left:165px;
- margin-top:-170px;
- line-height:12px;
- }
- .sidelinks a {
- letter-spacing:1px;
- color:{color:Link};
- margin-left:1px;
- margin-right:1px;
- text-transform:uppercase;
- font-size:9px;
- width:109px;
- color:{color:Navigation text};
- display: inline-block;
- text-decoration:none;
- font-size:9px;
- padding:2px;
- padding-left:4px;
- border-left:10px solid {color:Navigation};
- margin-top:2px;
- -webkit-transition-property:color, text;
- -webkit-transition-duration: .25s;
- -moz-transition-duration: .25s;
- -webkit-transition-timing-function: linear, ease-in;
- }
- .sidelinks a:hover {font-size:9px;
- color:{color:Link hover};
- background-repeat:no-repeat;
- background-position:right;
- background-color:transparent;
- border-left:30px solid {color:Navigation hover};
- width:180px;
- color:{color:Navigation text hover};
- padding-left:10px;
- -webkit-transition-duration: .25s;
- -moz-transition-duration: .25s;
- }
- #sidebar {
- width:160px;
- position:fixed;
- margin-left:870px;
- margin-top:160px;
- }
- #sidebarimage {
- width 160px;
- text-align:center;
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #sidebarimage:hover {opacity:0.88;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- #sidebarimage img {
- width:160px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #sidebarimage img:hover {
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- .description {
- padding:11px 0px 0px 0px;
- line-height:11px;
- text-align:justify;
- }
- .paginacaoml {
- font-size: 10px;
- font-weight: bold;
- line-height: 21px;
- text-shadow: 0 1px 1px #fff;
- }
- .paginacaoml a {
- background: #cor de fundo;
- margin: 0 1px 0 0;
- padding: 3px 3px;
- color: #cor da fonte;
- text-decoration: none;
- }
- .paginacaoml a:hover {
- background: #cor de fundo;
- border: none;
- }
- .paginacaoml span.pagina_atual {
- background: #cor de fundo;
- margin: 0 1px 0 0;
- padding: 3px 3px;
- color: #cor da fonte;
- text-decoration: none;
- }
- .paginacaoml span.info {
- background: #cor de fundo;
- margin: 0 1px 0 0;
- padding: 3px 3px;
- color:#cor da fonte;
- text-decoration: none;
- }
- #info {
- text-align:right;
- margin-top:3px;
- padding-top: 3px;
- border-top: 1px solid {color:Post border};
- margin-bottom:1px;
- }
- .tags {
- position:absolute;
- margin-left:500px;
- width:60px;
- margin-top:30px;
- opacity:0;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .tags a {
- font-size:8px;
- text-decoration:none;
- text-transform:uppercase;
- }
- .tags a:hover{
- color:#e6e7e9;
- background-color:transparent;
- }
- .reblogsource {
- position:absolute;
- margin-left:500px;
- width:150px;
- margin-top:5px;
- opacity:0;
- letter-spacing:1px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- font-size:7.6px;
- text-transform:uppercase;
- }
- .reblogsource a {text-decoration:none;
- font-weight:normal;
- }
- .reblogsource a:hover{
- color:#e6e7e9;
- background-color:transparent;
- }
- .plus {font-weight:normal;}
- .notecount {
- font-size:9px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:1.5px;
- }
- .bubble {
- position: relative;
- background-color:{color:Ask bg};
- margin: 0;
- padding:10px;
- width:477px;
- text-transform:uppercase;
- text-align:center;
- -moz-border-radius:25px;
- -webkit-border-radius:25px;
- -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
- -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
- box-shadow: 0px 0 1px rgba(0,0,0,0);
- }
- .bubble:after {
- position: absolute;
- display: block;
- content: "";
- border-color:{color:Ask bg} transparent transparent transparent;
- border-style: solid;
- border-width: 10px;
- height:0;
- width:0;
- position:absolute;
- bottom:-19px;
- left:24em;
- }
- .asker{
- text-align:center;
- font-size:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- #credit {
- position:fixed;
- right:0px;
- bottom:0px;
- padding:5px;
- text-transform:uppercase;
- }
- .notes img{
- width:16px;
- }
- .notes ol, .notes li{
- list-style:none;
- }
- {CustomCSS}</style>
- </head><body>
- <div id="sidebar">
- {block:IfSidebarImage}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:IfSidebarImage}
- <div class="sidelinks">
- <a href="/">home</a><br/>
- <a href="/ask">ask</a><br/>
- {block:IfLink1} <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}<br/>
- {block:IfLink2} <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}<br/>
- {block:IfLink3} <a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}<br/>
- {block:IfLink4} <a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}
- </div>
- <div class="description">{Description}</div>
- <div class="paginacaoml"><span class="info" style="font-weight: normal;"></b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="3"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination} </div></div>
- <div class="entries">{block:Posts}<div class="post">
- <div class="reblogsource">{block:RebloggedFrom} via: <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> <span class="plus"></span> <br/>source: <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}</div>
- <div class="tags">
- {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {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 class="quote">{Quote}{block:Source} —<span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
- {block:Link}<h1>» <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
- {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer} <div class="post"><br><div class="bubble">{Question}</div><br><div class="asker">{Asker}</div><br><center>{Answer}</center></div>{/block:Answer}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="info">
- <div class="notecount"><a href="{Permalink}">{NoteCountWithLabel}</a> {block:Date} // {TimeAgo}{/block:Date}</div></div>
- </div>
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div>
- <div id="credit"><a href="http://www.starponds.tumblr.com" target="_blank">starponds</a>© </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement