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">
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
- <!--
- POSTS:
- -one, two, three 250px width columns OR
- -one, two 400px width columns
- -optional monochrome images
- -show/hide desriptions
- -optional post shadow
- -optional permalink borders
- -optional rounded post
- -optional rounded permalinks
- SIDEBAR
- -endless description
- -endless subtitle
- -nine custom links
- -infinate scroll/pagination
- -max-350px width, max-600px height sidebar image
- -optional music player
- I LOVE YOU. COME SAY HI. ENJOY THIS THEME, LOVELIES.
- -Darian
- -->
- <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}
- <meta name="color:title" content="#000000" />
- <meta name="color:background" content="" />
- <meta name="color:scrollbar" content="#773434" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:text" content="#2b2929" />
- <meta name="color:links" content="#1b1919" />
- <meta name="color:bold" content="#000000" />
- <meta name="color:italic" content="#682f2f" />
- <meta name="color:description" content="#2b2828" />
- <meta name="color:permalink" content="#acabab" />
- <meta name="color:quote" content="#000000" />
- <meta name="color:question" content="#000000" />
- <meta name="color:dateborders" content="#ffffff" />
- <meta name="color:tagborders" content="#ffffff" />
- <meta name="color:custom" content="#fdf8f8" />
- <meta name="color:datelink" content="#ffffff" />
- <meta name="color:navlinks" content="#d8d8d8" />
- <meta name="color:arrow" content="#a5a4a4" />
- <meta name="color:navigation" content="#dbd8d8" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:subtitle" content="#ffffff" />
- <meta name="image:background" content="https://lh4.googleusercontent.com/-ZVFJqRpJBV4/ULmSqf0JksI/AAAAAAAACgM/8dyw1h_rd_w/s26/tiny_grid.png"/>
- <meta name="image:sidebarback" content="https://lh4.googleusercontent.com/-3iTOn_g91No/ULmStCUOwUI/AAAAAAAACgU/gK_AdkIvdw0/s400/tumblr_ls0w5txuft1r3vazto1_400.png"/>
- <meta name="image:standalone" content="https://lh4.googleusercontent.com/-QaEA29AueP8/ULmS3NbKUkI/AAAAAAAACgc/C4EQoHcERl0/s512/render_Luffy.png"/>
- <meta name="if:Show Descriptions" content="0">
- <meta name="if:Monochrome Posts" content="1">
- <meta name="if:Small Posts" content="1">
- <meta name="if:Post Shadow" content="1">
- <meta name="if:Rounded Posts" content="0">
- <meta name="if:Rounded Permalink" content="0">
- <meta name="if:Permalink Border" content="1">
- <meta name="if:Infinite Scroll" content="1">
- <meta name="if:3D Title" content="1">
- <meta name="if:One Column" content="1">
- <meta name="if:Two Small Columns" content="0">
- <meta name="if:Three Small Two Large Columns" content="0">
- <meta name="if:Sidebar Shadow" content="1">
- <meta name="if:Player" content="1">
- <meta name="text:Link1" content="" />
- <meta name="text:Link1URL" content="/"/>
- <meta name="text:Link2" content="" />
- <meta name="text:Link2URL" content="/"/>
- <meta name="text:Link3" content="" />
- <meta name="text:Link3URL" content="/"/>
- <meta name="text:Link4" content="" />
- <meta name="text:Link4URL" content="/"/>
- <meta name="text:Link5" content="" />
- <meta name="text:Link5URL" content="/"/>
- <meta name="text:Link6" content="" />
- <meta name="text:Link6URL" content="/"/>
- <meta name="text:Link7" content="" />
- <meta name="text:Link7URL" content="/"/>
- <meta name="text:Link8" content="" />
- <meta name="text:Link8URL" content="/"/>
- <meta name="text:Link9" content="" />
- <meta name="text:Link9URL" content="/"/>
- <meta name="text:Subtitle" content="/"/>
- <meta name="text:PLAYERCODE" content=""/>
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 4px;
- height: 4px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:scrollbar};
- }
- @font-face {
- font-family: "tinytots";
- src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
- }
- @font-face{
- font-family: 'Wire One', sans-serif;
- }
- iframe{
- opacity: 0.9;
- filter:alpha(opacity=90);
- -moz-opacity: 0.9;
- -khtml-opacity: 0.9;
- }
- iframe#tumblr_controls {
- right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- /*basic derps*/
- body{
- margin-top:0;
- font-family: "tinytots";
- color:{color:text};
- font-size:8px;
- line-height:100%;
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- background-color: {color:background};
- }
- .posts a{
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:links};
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- a{
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:navlinks};
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- a:hover{
- text-shadow:2px 0 0 rgba(255,0,0,0.3), -2px 0 0 rgba(0,255,0,0.3);
- }
- em{
- color:{color:italic};
- }
- strong{
- color:{color:bold};
- }
- img{
- border:none;
- }
- blockquote{
- padding-left:5px;
- }
- blockquote blockquote{
- padding-left:5px;
- border-left:1px dashed #C7C7C7;
- }
- blockquote img{
- {block:ifnotsmallposts}max-width: 380px!important;{/block:ifnotsmallposts}
- {block:ifsmallposts}max-width: 130px!important;{/block:ifsmallposts}
- }
- blockquote blockquote img{
- {block:ifnotsmallposts}max-width: 360px!important;{/block:ifnotsmallposts}
- {block:ifsmallposts}max-width: 110px!important;{/block:ifsmallposts}
- }
- blockquote blockquote blockquote img{
- {block:ifnotsmallposts}max-width: 340px!important;{/block:ifnotsmallposts}
- {block:ifsmallposts}max-width: 100px!important;{/block:ifsmallposts}
- }
- blockquote blockquote blockquote blockquote img{
- {block:ifnotsmallposts}max-width: 320px!important;{/block:ifnotsmallposts}
- {block:ifsmallposts}max-width: 70px!important;{/block:ifsmallposts}
- }
- pre{
- font-size:8px;
- {block:ifsmallposts}max-width:230px;{/block:ifsmallposts}
- {block:ifnotsmallposts}max-width:380px;{/block:ifnotsmallposts}
- overflow:auto;
- background-color:#c7c7c7;
- padding:3px;
- }
- pre::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
- pre::-webkit-scrollbar-thumb {
- background: {color:scrollbar};
- }
- /*sidebar*/
- #sidebar{
- position:fixed;
- top:0;
- margin-left:100px;
- height:100%;
- width:100px;
- background-color:{color:sidebar};
- background-image:url('{image:sidebarback}');
- background-attachment: fixed;
- background-repeat: repeat;
- {block:ifsidebarshadow}box-shadow: 0px 0px 5px #888888;{/block:ifsidebarshadow}
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- z-index:1;
- }
- #triangle1 {
- position:fixed;
- margin-top:300px;
- margin-left:30px;
- width: 0;
- height: 0;
- border-top: 60px solid transparent;
- border-right: 80px solid {color:arrow};
- border-bottom: 60px solid transparent;
- z-index:999;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #bar1{
- position:fixed;
- margin-top:320px;
- height:60px;
- width:110px;
- left:0;
- z-index:-1;
- background-color:{color:arrow};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #sidebar:hover ~ #bar1{
- width:280px;
- }
- #sidebar:hover{
- width:130px;
- margin-left:80px;
- }
- #sidebar:hover #triangle1{
- margin-left:160px;
- border-right:80px solid {color:arrow};
- border-top:50px solid transparent;
- border-bottom:50px solid transparent;
- margin-top:310px;
- -webkit-transform: perspective(400px) rotate3d(0,1,0,180deg);
- -moz-transform: perspective(400px) rotate3d(0,1,0,180deg);
- -o-transform: perspective(400px) rotate3d(0,1,0,180deg);
- }
- #desc{
- position:fixed;
- margin-top:250px;
- width:100px;
- max-height:80px;
- overflow:auto;
- font-family:"tinytots";
- font-size:8px;
- text-align:justify;
- padding-right:2px;
- color:{color:description};
- margin-left:0;
- opacity:0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #sidebar:hover #desc{
- margin-left:15px;
- margin-top:320px;
- opacity:1;
- }
- #desc::-webkit-scrollbar {
- width: 2px;
- height:2px;
- border-radius:4px;
- }
- #desc::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- }
- /*title*/
- #main{
- position:fixed;
- margin-top:50px;
- {block:ifonecolumn}margin-left:275px;{/block:ifonecolumn}
- {block:iftwosmallcolumns}margin-left:233px;{/block:iftwosmallcolumns}
- {block:ifthreesmalltwolargecolumns}margin-left:233px;{/block:ifthreesmalltwolargecolumns}
- width:200px;
- text-align:center;
- line-height:100%;
- color:{color:title};
- font-family: 'Wire One', sans-serif;
- font-size:45px;
- {block:if3dtitle}text-shadow:2px 0 0 rgba(255,0,0,0.2), -2px 0 0 rgba(0,255,0,0.2);{/block:if3dtitle}
- }
- #small{
- position:fixed;
- margin-top:125px;
- margin-left:-50px;
- min-height:10px;
- width:120px;
- background-color:{color:subtitle};
- box-shadow: 0px 0px 5px #888888;
- opacity:0;
- text-align:justify;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- padding:5px;
- }
- #sidebar:hover #small{
- margin-left:80px;
- opacity:0.9;
- }
- /*navigation*/
- #nav{
- position:fixed;
- margin-top:225px;
- margin-left:15px;
- width:100px;
- }
- .nav{
- display:block;
- float:left;
- width:100px;
- height:8px;
- padding-top:2px;
- background-color:{color:navigation};
- text-align:center;
- box-shadow: 0px 0px 5px #888888;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- .nav:hover{
- width:85px;
- margin-left:7px;
- }
- #custom{
- position:fixed;
- margin-top:425px;
- margin-left:15px;
- width:100px;
- }
- #custom .nav{
- opacity:0;
- }
- #sidebar:hover #custom .nav{
- opacity:0.99;
- }
- .custom{
- display:block;
- float:left;
- width:100px;
- height:8px;
- margin-top:-10px;
- padding-top:2px;
- background-color:{color:custom};
- text-align:center;
- box-shadow: 0px 0px 5px #888888;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- opacity:0;
- }
- .custom:hover{
- width:85px;
- margin-left:7px;
- }
- #custom:hover .custom{
- opacity:0.99;
- margin-top:0;
- }
- #parceiros {
- opacity: 0;
- -webkit-transition:all 0.5s ease;
- -moz-transition:all 0.5s ease;
- -o-transition:all 0.5s ease;
- }
- #sidebar:hover #parceiros{
- opacity:0.99;
- }
- #parceiros:hover a {
- opacity: .20;
- }
- #parceiros a {
- opacity: .80;
- -webkit-transition:all 1s ease;
- -moz-transition:all 1s ease;
- -o-transition:all 1s ease;
- }
- #parceiros a:hover {
- opacity: .99;
- }
- /*sideimage*/
- #sideimage{
- position:fixed;
- margin-left:160px;
- max-width:350px;
- max-height:600px;
- bottom:0;
- z-index:-999;
- }
- /*music*/
- #music{
- {block:ifnotplayer}display:none;{/block:ifnotplayer}
- {block:ifplayer}position:absolute;
- margin-left:20px;
- margin-top:335px;
- width:50px;
- height:30px;{/block:ifplayer}
- -webkit-transition:all 0.5s ease;
- -moz-transition:all 0.5s ease;
- -o-transition:all 0.5s ease;
- }
- #sidebar:hover ~ #music{
- margin-left:10px;
- }
- #player{
- position:fixed;
- margin-top:10px;
- margin-left:17px;
- }
- #billy{
- position:fixed;
- margin-top:30px;
- opacity:0;
- -webkit-transition:all 0.5s ease;
- -moz-transition:all 0.5s ease;
- -o-transition:all 0.5s ease;
- }
- #music:hover #billy{
- margin-top:50px;
- opacity:1;
- }
- /*poata*/
- #postmargin{
- margin-top:10px;
- {block:ifonecolumn}width:500px;
- margin-left:550px;{/block:ifonecolumn}
- {block:iftwosmallcolumns}width:600px;
- margin-left:475px;{/block:iftwosmallcolumns}
- {block:ifthreesmalltwolargecolumns}width:900px;
- margin-left:475px;{/block:ifthreesmalltwolargecolumns}
- }
- .posts{
- {block:ifsmallposts}{block:indexpage}width:250px;{/block:indexpage}
- {block:permalinkpage}width:400px;{/block:permalinkpage}{/block:ifsmallposts}
- {block:ifnotsmallposts}width:400px;{/block:ifnotsmallposts}
- padding:10px;
- margin-bottom:10px;
- margin-right:10px;
- background-color:{color:post};
- opacity:0.9;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- z-index:1;
- {block:ifroundedposts}border-radius:15px;{/block:ifroundedposts}
- {block:ifpostshadow}box-shadow: 0px 0px 5px #888888;{/block:ifpostshadow}
- }
- .posts:hover{
- opacity:1;
- }
- .posts img{
- border:none;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- {block:ifpostshadow}box-shadow: 0px 0px 5px #888888;{/block:ifpostshadow}
- {block:ifroundedposts}border-radius:10px;{/block:ifroundedposts}
- }
- .posts iframe{
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- {block:ifroundedposts}border-radius:10px;{/block:ifroundedposts}
- }
- #date{
- display:block;
- position:absolute;
- z-index: 999;
- min-width:135px;
- height:auto;
- background-color:{color:datelink};
- {block:indexpage}bottom:0;{/block:indexpage}
- {block:permalinkpage}margin-top:10px;{/block:permalinkpage}
- {block:ifsmallposts}{block:permalinkpage}margin-left:-100px;
- {/block:permalinkpage}
- {block:indexpage}margin-left:100px;
- {/block:indexpage}{/block:ifsmallposts}
- {block:ifnotsmallposts}margin-left:-100px;
- {/block:ifnotsmallposts}
- padding:5px;
- font-family:monospace;
- font-size:9px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- opacity:0;
- {block:ifsmallposts}{block:permalinkpage}text-align:right;{/block:permalinkpage}{block:indexpage}text-align:center;{/block:indexpage}{/block:ifsmallposts}
- {block:ifnotsmallposts}text-align:right;{/block:ifnotsmallposts}
- {block:ifroundedpermalink}border-radius:100px;{/block:ifroundedpermalink}
- {block:ifpermalinkborder}border: 2px solid {color:dateborders};{/block:ifpermalinkborder}
- }
- #notes{
- display:block;
- position:absolute;
- z-index: 999;
- min-width:25px;
- height:auto;
- background-color:{color:datelink};
- {block:ifsmallposts}{block:permalinkpage}display:none;
- {/block:permalinkpage}
- {block:indexpage}margin-left:10px;
- {/block:indexpage}{/block:ifsmallposts}
- {block:ifnotsmallposts}{block:indexpage}margin-left:-100px;
- {/block:indexpage}
- {block:permalinkpage}display:none;
- {/block:permalinkpage}
- {/block:ifnotsmallposts}
- padding:5px;
- font-family:monospace;
- font-size:9px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- opacity:0;
- {block:ifsmallposts}{block:permalinkpage}text-align:right;{/block:permalinkpage}{block:indexpage}text-align:center;{/block:indexpage}{/block:ifsmallposts}
- {block:ifnotsmallposts}text-align:right;{/block:ifnotsmallposts}
- {block:ifroundedpermalink}border-radius:100px;{/block:ifroundedpermalink}
- {block:ifpermalinkborder}border: 2px solid {color:dateborders};{/block:ifpermalinkborder}
- }
- .posts:hover #notes{
- {block:ifsmallposts}{block:indexpage}margin-top:10px;{/block:indexpage}{/block:ifsmallposts}
- {block:ifnotsmallposts}margin-left:10px;{/block:ifnotsmallposts}
- opacity:0.8;
- {block:ifpostshadow}box-shadow: 0px 0px 5px #888888;{/block:ifpostshadow}
- }
- .posts:hover #date{
- {block:ifsmallposts}{block:indexpage}bottom:0;{/block:indexpage}{block:permalinkpage}margin-left:10px;{/block:permalinkpage}{/block:ifsmallposts}
- {block:ifnotsmallposts}margin-left:10px;{/block:ifnotsmallposts}
- opacity:0.8;
- {block:ifpostshadow}box-shadow: 0px 0px 5px #888888;{/block:ifpostshadow}
- }
- #tags{
- display:block;
- position:absolute;
- z-index:999;
- width:65px;
- height:auto;
- background-color:{color:permalink};
- margin-top: 30px;
- padding:5px;
- margin-left:420px;
- font-family:monospace;
- font-size:9px;
- opacity:0;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- -o-transition: all 0.7s linear;
- {block:ifpermalinkborder}border: 2px solid {color:tagborders};{/block:ifpermalinkborder}
- {block:ifpostshadow}box-shadow: 0px 0px 3px #888888;{/block:ifpostshadow}
- {block:ifroundedpermalink}border-radius:10px;{/block:ifroundedpermalink}
- }
- .posts:hover #tags{
- opacity:0.7;
- }
- #quote {
- font-family: 'Wire One', sans-serif;
- font-size:25px;
- color:{color:quote};
- padding-left:20px;
- padding-right:20px;
- padding-top:10px;
- line-height:18px;
- text-align:justify;
- }
- #title {
- font-family: 'Wire One', sans-serif;
- font-size:28px;
- color:{color:quote};
- padding-left:20px;
- padding-right:20px;
- line-height:18px;
- }
- #audioplayer {
- width:30px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:40px;
- margin-left:35px;
- margin-bottom:45px;
- border-radius:100px;
- }
- #musicinfo{
- color:{color:text};
- margin-top:-80px;
- margin-left:110px;
- border-left:2px solid {color:dateborders};
- padding-left:10px;
- line-height:10px;
- margin-bottom:50px;
- }
- #musicinfotitles{
- font-style:bold;
- }
- #audiocaption{
- {block:ifnotsmallposts}margin-top:45px;{/block:ifnotsmallposts}
- {block:ifsmallposts}{block:indexpage}margin-top:5px;{/block:indexpage}{block:permalinkpage}margin-top:45px;{/block:permalinkpage}{/block:ifsmallposts}
- padding-left:10px;
- padding-right:10px;
- padding-top:10px;
- }
- #albumart{
- height:100px;
- width:100px;
- background-image:url('https://lh3.googleusercontent.com/-ABbl71o4DHE/UZh6Xuh6QJI/AAAAAAAAEn8/j49R7fSCZHE/s200-no/Untitled-1.jpg');
- background-position:fixed;
- background-size:100px 100px;
- background-repeat:no-repeat;
- z-index:-1;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- }
- #askz {
- padding: 5px;
- margin-left:10px;
- margin-right:10px;
- margin-top:5px;
- padding-bottom: 15px;
- line-height: 140%;
- border-bottom: 1px solid {color:text};
- color:{color:question};
- }
- .askicon {
- float: left;
- border: 2px solid {color:dateborders};
- margin-right: 3px;
- margin-left: -5px;
- }
- #answer {
- padding: 4px;
- text-align: left;
- color:{color:text};
- margin-left:30px;
- }
- #qask{
- padding-top:10px;
- padding-left:10px;
- font-size:9px;
- font-style:italic;
- }
- .grayscale {
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- }
- .posts:hover .grayscale{
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- }
- ol.notes{
- max-width:400px;
- padding:0px;
- margin: 0px 15px;
- list-style-type:none;
- font-size:8 px;
- }
- ol.notes li.note{
- padding:0px;
- font-size:8px;
- }
- ol.notes li.note img{
- margin-top:7px;
- {block:ifpostshadow}box-shadow: 0px 0px 5px #888888;{/block:ifpostshadow}
- }
- ol.notes li.note img.avatar{
- margin-right:3px;
- width:16px;
- height:16px;
- border-radius:100px;
- }
- ol.notes li.note a img.avatar{
- padding:0px;
- border-width:0 px;
- border:none;
- }
- ol.notes li.note img{
- padding:0 px;
- border-width:0 px;
- border:none;
- }
- ol.notes li.note span.action{
- color:{color:text};
- }
- ol.notes li.note.answer_content{
- font-weight:normal;
- }
- ol.notes li.note.blockquote{
- padding:1 px 1 px;margin:1px 0px 0px 1px;
- }
- ol.notes li.note.blockquote a{
- text-decoration:none;
- }
- .pagination {
- {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}
- {block:ifnotinfinitescroll}
- position:fixed;
- margin-top:550px;
- opacity:1;
- width:100px;
- margin-left:0px;
- height:80px;
- font-family:"tinytots";
- font-size:50px;
- text-align:center;
- {/block:ifnotinfinitescroll}
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- -ms-transition: all 0.5s linear;
- opacity:0;
- z-index:-1;
- }
- #sidebar:hover .pagination{
- opacity:1;
- margin-top:500px;
- margin-left:15px;
- }
- .my-like {
- font-size:10px !important;
- display:inline-block;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- -ms-transition: all 0.5s linear;
- }
- .my-liked, .my-like:hover {
- font-size:10px !important;
- display:inline-block;
- }
- {CustomCSS}
- #nothing{}
- /* Start http://www.cursors-4u.com */ a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth661.cur), progress !important;} /* End http://www.cursors-4u.com */
- /* Start http://www.cursors-4u.com */ body {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;} /* End http://www.cursors-4u.com */
- </style>
- {block:IndexPage}<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#postmargin');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.posts',
- });
- });
- $container.infinitescroll({
- itemSelector : ".posts",
- navSelector : "div.pagination",
- {block:ifinfinitescroll}nextSelector : ".pagination a#next",{/block:ifinfinitescroll}
- {block:ifnotinfinitescroll}nextSelector : "none",{/block:ifnotinfinitescroll}
- loadingImg : "",
- loadingText : "<em>patience is a virtue, so hold on while i load</em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>{/block:IndexPage}
- <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>
- </head><body>
- <div id="main">{title}</div>
- <div id="sidebar">
- <div id="triangle1"></div>
- <div id="desc">{description}</div>
- <div id="small">{text:subtitle}</div>
- <div id="nav"><div id="parceiros">
- <a href="/" class="nav">home</a>
- <a href="/ask" class="nav">message</a>
- <a href="/archive" class="nav">archive</a>
- <a href="http://redfox-themes.tumblr.com/" class="nav">theme</a>
- </div></div>
- {block:IfLink1}<div id="custom">
- <div class="nav">links</div>
- <a href="{text:Link1URL}" class="custom">{text:Link1}</a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:Link2URL}" class="custom">{text:Link2}</a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:Link3URL}" class="custom">{text:Link3}</a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:Link4URL}" class="custom">{text:Link4}</a>{/block:IfLink4}
- {block:IfLink5}<a href="{text:Link5URL}" class="custom">{text:Link5}</a>{/block:IfLink5}
- {block:IfLink6}<a href="{text:Link6URL}" class="custom">{text:Link6}</a>{/block:IfLink6}
- {block:IfLink7}<a href="{text:Link7URL}" class="custom">{text:Link7}</a>{/block:IfLink7}
- {block:IfLink8}<a href="{text:Link8URL}" class="custom">{text:Link8}</a>{/block:IfLink8}
- {block:IfLink9}<a href="{text:Link9URL}" class="custom">{text:Link9}</a>{/block:IfLink9}
- </div>
- {block:ifnotinfinitescroll}
- <div class="pagination">{block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- </div>{/block:Pagination}
- </div>{/block:ifnotinfinitescroll}
- </div>
- <div id="bar1"></div>
- <div id="music">
- <img src="https://lh6.googleusercontent.com/-duv2vfAcZDQ/ULmePhXuKrI/AAAAAAAAClI/LD475ogBqag/s14/tumblr_m7w2py1dEP1r6o8v2.gif" id="player">
- <div id="billy">
- {text:PLAYERCODE}
- </div>
- </div>
- <img src="{image:standalone}" id="sideimage"/>
- <div id="postmargin">{block:Posts}<div class="posts">
- {block:Date}
- <div id="notes"><a href="{Permalink}">{notecount}</a></div>
- <div id="date">
- <a href="{Permalink}">{ShortMonth}{DayOfMonth},{ShortYear}</a>|<a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a> [<a href="{ReblogURL}">Reblog</a>] <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like this post">♥</div> </div>{/block:Date}
- {block:permalinkpage}<div id="tags">{block:NoteCount}{block:RebloggedFrom}<a href="{ReblogRootURL}">origin</a> ∗ <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{/block:NoteCount}
- <br><br>
- {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> {/block:NoteCount}
- <br><br>
- {block:HasTags}{block:Tags}x<a href="/tagged/{Tag}">{Tag} </a> {/block:Tags}{/block:HasTags}</div>{block:permalinkpage}
- {block:Text}<center><div id="title">{block:Title}{Title}{/block:Title}</div></center>{Body}{/block:Text}
- {Block:IfMonochromePosts}{block:Photo}<center>{LinkOpenTag}{block:ifnotsmallposts}<img src="{PhotoURL-500}" class="grayscale" width="400">{/block:ifnotsmallposts}{block:ifsmallposts}{block:indexpage}<img src="{PhotoURL-500}" class="grayscale" width="250">{/block:indexpage}{block:permalinkpage}<img src="{PhotoURL-500}" class="grayscale" width="400">{/block:permalinkpage}{/block:ifsmallposts}{LinkCloseTag}</center>{Block:IfShowDescriptions}{block:Caption}{Caption}{/block:Caption}{/Block:IfShowDescriptions}{/block:Photo}{/Block:IfMonochromePosts}
- {Block:IfNotMonochromePosts}{block:Photo}<center>{LinkOpenTag}{block:ifnotsmallposts}<img src="{PhotoURL-500}" width="400">{/block:ifnotsmallposts}{block:ifsmallposts}{block:indexpage}<img src="{PhotoURL-500}" width="250">{/block:indexpage}{block:permalinkpage}<img src="{PhotoURL-500}" width="400">{/block:permalinkpage}{/block:ifsmallposts}{LinkCloseTag}</center>{Block:IfShowDescriptions}{block:Caption}{Caption}{/block:Caption}{/Block:IfShowDescriptions}{/block:Photo}{/Block:IfNotMonochromePosts}
- {Block:IfMonochromePosts}<div class="grayscale"><div align="center">{block:Photoset}{block:ifnotsmallposts}{Photoset-400}{/block:ifnotsmallposts}{block:ifsmallposts}{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}{/block:ifsmallposts}{Block:IfShowDescriptions}{block:Caption}{Caption}{/block:Caption}{/Block:IfShowDescriptions}{/block:Photoset}</div></div>{/Block:IfMonochromePosts}
- {Block:IfNotMonochromePosts}<div align="center">{block:Photoset}{block:ifnotsmallposts}{Photoset-400}{/block:ifnotsmallposts}{block:ifsmallposts}{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}{/block:ifsmallposts}{Block:IfShowDescriptions}{block:Caption}{Caption}{/block:Caption}{/Block:IfShowDescriptions}{/block:Photoset}</div>{/Block:IfNotMonochromePosts}
- {block:Quote}<div id="quote">{Quote}</div><p align="right">{block:Source}—{Source}{/block:Source}</p>{/block:Quote}
- {block:Link}<div id="title" align="center"><t><a href="{URL}" {Target}>{Name}</a></t></div>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}<div id="title" align="center">{block:Title}<t>{Title}</t>{/block:Title}</div><p>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</p>{/block:Chat}
- {block:Audio}
- <div id="audioplayer">{AudioPlayerWhite} </div>
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
- <div id="musicinfo">
- <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<br/>
- <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br/>
- <b>Album:</b> {block:Album}{Album}{/block:Album}
- </div>{Block:IfShowDescriptions}
- {block:caption}<div id="audiocaption">{caption}</div>{/block:caption}{/Block:IfShowDescriptions}
- {/block:Audio}
- {block:Video}{block:ifnotsmallposts}{Video-400}{/block:ifnotsmallposts}{block:ifsmallposts}{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}{/block:ifsmallposts}{Block:IfShowDescriptions}{block:Caption}{Caption}{/block:Caption}{/Block:IfShowDescriptions}{/block:Video}
- {block:Answer}
- <div id="askz"><img src="{AskerPortraitURL-30}" class="askicon"><div id="qask">{Asker} said—</div><br>{Question}</div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- </div>
- <div class="notes">{block:PostNotes}<a name="notes">{PostNotes}</a>{/block:PostNotes}</div>
- {/block:Posts}</div>
- {block:ifinfinitescroll}<div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>{/block:ifinfinitescroll}
- </body></html>
Add Comment
Please, Sign In to add comment