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">
- <! - - - - - - - - - - - - - - - - - - - - - - - - - -
- new theme ♡
- theme by oficinadehtml.tumblr.com
- @hollandsrod3n
- - - - - - - - - - - - - - - - - - - - - - - - - - - !>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <meta name="description" content="{MetaDescription}"/>
- <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:500' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Pathway+Gothic+One' rel='stylesheet' type='text/css'>
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' +id;
- liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
- };
- }, false );
- };
- </script>
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="color:bg" content="#ffffff">
- <meta name="color:link" content="#bbb8b8">
- <meta name="color:text" content="#9a9a9a">
- <meta name="color:tags" content="#b9b7b7">
- <meta name="color:ask" content="#fcfcfc">
- <meta name="color:hover" content="##b9b7b7">
- <meta name="color:border" content="#e7e7e7">
- <meta name="color:menu" content="#e7e7e7">
- <meta name="color:scrollbar" content="#d6d5d5">
- <meta name="color:name sidebar" content="#efeff3">
- <meta name="color:sidebah" content="#f5f5f5">
- <meta name="image:favicon" content="http://media.tumblr.com/tumblr_lu2de5CqUh1qfoi4t.gif" />
- <meta name="image:sidebar image 1" content="http://24.media.tumblr.com/301ffadb6cd85227559897adcc9961ac/tumblr_mzploqT65J1rfzqobo3_250.gif"/>
- <meta name="image:sidebar image 2" content="https://31.media.tumblr.com/b2a7016cae8a25d0f28a8e56002a665a/tumblr_n02iq6aMEz1rfzqobo4_250.gif"/>
- <meta name="image:sidebar image 3" content="http://31.media.tumblr.com/0b512f1009f79809177b118aad4ae494/tumblr_myow0qTShK1rfzqobo4_250.gif"/>
- <meta name="image:sidebar image 4" content="https://31.media.tumblr.com/da8afa47d3b771d5ddc64ca422615887/tumblr_mytuxciEqn1rfzqobo6_250.gif"/>
- <meta name="image:sidebar image 5" content="http://31.media.tumblr.com/d307f1e4fb3247d3904b2e9ae9ac4c1b/tumblr_n010tbMqct1rfzqobo2_250.gif"/>
- <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="text:link 5" content="">
- <meta name="text:link 5 url" content="/">
- <meta name="text:link 6" content="">
- <meta name="text:link 6 url" content="/">
- <meta name="text:link 7" content="">
- <meta name="text:link 7 url" content="/">
- <style type="text/css">
- /*--scrollbar--*/
- ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
- ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
- ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
- }
- /*--body--*/
- pre { background: url("http://static.tumblr.com/eyob2gi/IbLmef8hq/ragatanga.png");line-height: 20px; font-size: 10px; font-family: 'Scada', sans-serif; color: #b9b9b9; text-align: left; word-wrap: break-word; margin-right: 1px; margin-bottom: 7px; line-height: 20px; padding-bottom: 5px; line-height:17px;text-align: left; word-wrap: break-word;margin:1em 0; padding:0 10px 0 30px; }
- body {
- font-style:none;
- background-color:{color:bg};
- font-family:calibri;
- color:{color:text};
- font-size:9pt;
- margin-left:auto;
- margin-right:auto;
- width:750px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a:hover {
- color:{color:hover};
- text-decoration:none;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:border};
- }
- h1 {
- font-size:20pt;
- font-family: 'Pathway Gothic One', sans-serif;
- text-align:right;
- letter-spacing:1px;
- }
- mh {
- font-size:20pt;
- font-family: 'Pathway Gothic One', sans-serif;
- text-align:justify;
- letter-spacing:1px;
- line-height:20px;
- }
- *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
- /*--sidebar--*/
- #sidebar {
- position:fixed;
- width:180px;
- margin-top:200px;
- }
- #sidebarimage {
- width:230px;
- }
- #sidebarimage img {
- width:230px;
- padding:3px;
- margin-bottom:5px;
- }
- /*--links--*/
- .links {
- width:230px;
- font-family:'calibri';
- text-transform:uppercase;
- text-align:center;
- padding:3px;
- padding-top:10px;
- font-size:8px;
- }
- .links a {
- font-size:8px;
- }
- .links a:hover {
- color:{color:hover};
- }
- .linkss {background:{color:menu}; padding-top:3px; padding-bottom:3px;}
- /*--description--*/
- #description {
- margin-top:-1px;
- margin-bottom:10px;
- width:230px;
- font-family:calibri;
- font-size:10px;
- text-align:justify;
- padding:5px;
- background:{color:sidebah};
- }
- /*--pagination--*/
- #pagination {
- margin-top:15px;
- margin-left:5px;
- text-align:center;
- font-size:10px;
- font-family:calibri;
- color:{color:link};
- letter-spacing:2px;
- width:240px;
- }
- #pagination a{
- color:{color:link};
- }
- #pagination a:hover {
- color:{color:hover};
- }
- .numbers, .numbers a { -moz-transition-duration: 1s; -webkit-transition-duration: 1s; transition-duration: 1s; padding:2px 4px;}
- .current {background: #eee; border: 1px solid #eee; color: #b5b5b5;}
- .numbers:hover, .numbers a:hover {color: #fff; opacity: .6; -moz-transition-duration: 1s; -webkit-transition-duration: 1s; transition-duration: 1s;}
- /*--posts--*/
- #posts {
- width:500px;
- margin-bottom:10px;
- padding:1px;
- font-size:11px;
- color:{color:text};
- line-height:90%;
- text-align:justify;
- }
- #postscontainer {
- margin-bottom:20px;
- padding:1px;
- margin-left:260px;
- margin-top:55px;
- }
- #info {
- margin-bottom:25px;
- font-size:8px;
- margin-top:10px;
- text-align:right;
- padding:5px;
- color:{color:link};
- border-top:1px solid #e7e7e7;
- border-bottom:1px solid #e7e7e7;
- }
- #reblog {
- text-transform:uppercase;
- font-family:trebuchet ms;
- margin-left:-5px;
- margin-top:-5px;
- text-align:right;
- color:{color:tags};
- background-color:#eee;
- width:495px;
- padding:3px;
- }
- #reblog a {
- color:{color:tags};
- }
- #notes {
- margin-left:40px;
- margin-top:-12px;
- }
- #rightinfo {
- text-transform:uppercase;
- font-family:trebuchet ms;
- margin-left:370px;
- text-align:justify;
- float:right;
- background-color:#cfcece;
- padding:3px;
- margin-top:-12px;
- color:white;
- }
- #rightinfo a {
- color:white;
- }
- /*--tags--*/
- #tags {
- width:490px;
- margin-left:-4px;
- margin-top:7px;
- font-size:10px;
- color:{color:tags}:
- text-align:right;
- }
- #tags a {
- color:{color:tags};
- text-align:right;
- }
- #tags a:hover {
- color:{color:hover}
- }
- /*--asks--*/
- #askbg {
- padding:12px;
- background-color:{color:ask};
- }
- #ask {
- margin-top:0px;
- font-family:calibri;
- text-align:left;
- }
- #ask img {
- margin-top:30px;
- width:50px;
- }
- /*--credit--*/
- #credit {
- right:10px;
- bottom:25px;
- font-size:9px;
- padding:2px;
- color:{color:text};
- background-color:#fafafa;
- text-transform:uppercase;
- border:1px solid {color:border};
- position:fixed;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .tiele {font-size:19pt; margin-top:-27px; text-align:right; text-transform:lowercase; font-family: 'Pathway Gothic One', sans-serif; letter-spacing:2px; -webkit-transition-duration:.8s; width:240px; position:absolute; z-index:99999; color:{color:name sidebar};}
- .tiele:hover {letter-spacing:5px;}
- .sidm {width:230px; filter:gray; -webkit-filter: grayscale(0%); -webkit-transition: all 1s ease;}
- .sidm:hover {filter:gray; -webkit-filter: grayscale(0%);}
- heart {color:#CD5C5C; font-size:8px;}
- .menul { float:left; width:49%; text-align:justify; }
- .menur { float:right; width:49%; text-align:justify; }
- .tempo { padding:1px; margin:1px; clear:both; }
- .extrass {display : block; font-size: 8pt; text-transform: lowercase; font-family: 'calibri'; text-indent : 3px; vertical-align : middle; text-decoration : none; margin-bottom : 1px; padding: 4px; background: #fff; color: #363636; border-radius: 0px; text-align:left; border-bottom:1px solid #eee; -webkit-transition-duration: .50s; letter-spacing:1px;}
- .extrass a {color: #363636;}
- .extrass:hover {padding-left:20px;}
- .partn {display : block; font-size: 8pt; text-transform: lowercase; font-family: 'calibri'; text-indent : 3px; vertical-align : middle; padding: 7px; letter-spacing:3px; border-bottom:1px solid #eee; -webkit-transition-duration: .50s; color: #363636;}
- .partn a {color: #363636;}
- .partn:hover {padding-left:20px;}
- .extrass2 {display : block; font-size: 8pt; text-transform: lowercase; font-family: 'calibri'; text-indent : 3px; vertical-align : middle; text-decoration : none; margin-bottom : 1px; padding: 4px; background: #fff; color: #363636; border-radius: 0px; text-align:left; border-bottom:1px solid #eee; -webkit-transition-duration: .50s; letter-spacing:1px; border-right:5px solid #eee;}
- .extrass2 a {color: #363636;}
- .extrass2:hover {padding-left:20px;}
- <span>.my-like { background-image: url(http://media.tumblr.com/946f91e00ee0aa8598a3e39ff03fcb29/tumblr_inline_mkjcwmXYj31qz4rgp.png) !important; height:17px; width:19px; cursor:pointer; display:inline-block; vertical-align:top; }
- .my-liked, .my-like:hover { background-image: url(http://media.tumblr.com/0cff1acc09783ecc6096792808a10ae0/tumblr_inline_mkjcwqTeRE1qz4rgp.png) !important; height:17px; width:19px; cursor:pointer; display:inline-block; vertical-align:top; }</span>
- .rebl {
- width:500px; position:absolute; z-index:2; left:-100px; background:#eee;
- }
- ul. {list-style-type:circle;}
- ol.notes {padding: 0px; margin: 5px 0px;
- list-style-type: none;
- border-bottom: solid 1px #Cor da sua box;background:#Cor dos notes;-webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;}
- ol.notes li.note {border-top: solid 1px #Cor da sua box;
- padding: 3px;}
- ol.notes li.note img.avatar {vertical-align: -4px;
- margin-right: 8px;
- width: 16px;
- height: 16px;}
- ol.notes li.note span.action {font-weight: bold;}
- ol.notes li.note .answer_content {font-weight: normal;}
- ol.notes li.note blockquote {border-color: #eee;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;}
- ol.notes li.note blockquote a {text-decoration: none;}
- .iconask {float: right; margin-left: 4px; margin-bottom: 3px; border:2px solid #f0f0f0; border-radius:360px;}
- div.treme img{position:relative}
- .subg {line-height:20px; width:100%; background:#eee; opacity:0.2; margin-top:0px; position:absolute; z-index:99999; -webkit-transition-duration:.8s; width:240px;}
- .subg:hover {margin-top:-25px; opacity:1.0;}
- {CustomCSS}
- </style></head>
- <body>
- <div id="sidebar">
- <div class="subg">
- <div class="linkss"><center>
- <a href="{text:link 1 url}" class="links">{text:link 1}</a>
- <a href="{text:link 2 url}" class="links">{text:link 2}</a>
- <a href="{text:link 3 url}" class="links">{text:link 3}</a>
- <a href="{text:link 4 url}" class="links">{text:link 4}</a>
- <a href="{text:link 5 url}" class="links">{text:link 5}</a>
- <a href="{text:link 6 url}" class="links">{text:link 6}</a>
- <a href="{text:link 7 url}" class="links">{text:link 7}</a>
- </center>
- </div>
- </div>
- <div class="sidm">
- <Script Language="JavaScript">
- hoje = new Date()
- numero_de_imagens = 5
- segundos = hoje.getSeconds()
- numero = segundos % numero_de_imagens
- if (numero == 0){
- banner = "{image:sidebar image 1}"
- }
- if (numero == 1){
- banner = "{image:sidebar image 2}"
- }
- if (numero == 2){
- banner = "{image:sidebar image 3}"
- }
- if (numero == 3){
- banner = "{image:sidebar image 4}"
- }
- if (numero == 4){
- banner = "{image:sidebar image 5}"
- }
- document.write('<img src="' + banner + '" width="240">') </script>
- </script>
- </div>
- <div class="tiele">{title}</div>
- <div id="description">
- {description}
- </div>
- {block:Pagination}
- <div id="pagination">
- <center>
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="numbers current">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="numbers" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:Pagination}{block:NextPage}<a class="next numbers" href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}
- </center>
- </div>{/block:Pagination}
- </div></div>
- <div id="postscontainer">
- {block:Posts}
- <div id="posts">
- {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}<mh>{Quote}</mh>{block:Source} <br><br>—{Source}{/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}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="askbg">
- <div class="treme"><img src="{AskerPortraitURL-30}" class="iconask" align="right"></div>
- <div id="ask"></div><b>{Asker}</b> said: {Question}</div> {Answer}{/block:Answer}
- <div id="info">
- <div class="rebl">{LikeButton size="15" color="grey"}<br>
- <div id="reblog">
- posted {block:Date}<a href="{Permalink}">
- {TimeAgo}</a> {/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a> </div>
- {block:HasTags} <div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
- </div>
- {/block:Posts}
- {ReblogRootURL} {ReblogRootName}</a>{/block:RebloggedFrom}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {block:NoteCount}{/block:NoteCount}</div>{/block:permalink}
- {/block:Posts}
- </div>
- <div id="credit"><a href="http://oficinadehtml.tumblr.com/" title="(c) @hollandsrod3n">♥</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement