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">
- <!-- Theme by Juan | locomoto-r.tumblr.com
- DON'T REMOVE THE CREDIT -->
- <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:background" content="#ffffff">
- <meta name="color:text" content="#9a9a9a">
- <meta name="color:tags" content="#9a9a9a">
- <meta name="color:link" content="#aaaaaa">
- <meta name="color:chat" content="#f3f3f3">
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:ask" content="#eeeeee">
- <meta name="color:hover" content="#454545">
- <meta name="text:Link title 1" content="link 1 title" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link title 2" content="link 2 title" />
- <meta name="text:Link 2" content="/" />
- <meta name="image:sidebar" content=""/>
- <style type="text/css" media="screen">
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration:none;
- -webkit-transition-duration: .90s;
- padding: 1px;}
- a:hover{
- color:{color:linkhovercolor};
- -webkit-transition-duration: .90s;}
- ::-webkit-scrollbar {width: 5px; height:5px; background:{color:background};}
- ::-webkit-scrollbar-corner {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
- body {
- color:#999999;
- text-transform:none;
- background-color:{color:background};
- font-family:trebuchet ms;
- font-size:8px;
- line-height:100%;
- font-style:none;
- font-weight:normal;
- }
- #qTip {
- font-family:trebuchet ms;
- display: none;
- text-align:left;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight:normal;
- z-index:99;
- font-size:7px;
- padding:1px 4px;
- line-height:13px;
- color:#828282;
- background:#ffffff;
- border: 1px solid #e8e8e8;
- border-radius:2px;
- }
- h1 {
- font-weight:normal;
- font-size:10px;
- text-align:center;
- font-style:normal;
- line-height:80%;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- }
- h2 {
- font-size:15px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:text};
- font-weight:normal;
- padding:5px;
- padding-bottom:2px;
- }
- h3 {
- font-family:trebuchet ms;
- border-left:3px solid #999;
- padding:8px;
- background-color:#fafafa;
- font-size:10px;
- text-transform:none;
- font-weight:normal;
- }
- blockquote {
- font-family:trebuchet ms;
- border-left:2px solid #e6cec8;
- padding-left:5px;
- margin:5px;
- color:{color:text};
- }
- #theme {
- width:700px;
- margin: 0 auto -12px -12px;
- text-align: center;
- }
- #sidebar {
- position:fixed;
- width:100px;
- padding:25px;
- height:auto;
- margin-top:100px;
- margin-left:300px;
- text-align:left;
- color:;
- border-right:1px solid;
- border-left:1px solid;
- border-color:#f1f0f0;
- }
- #sidebar img {
- width:70px;
- height:auto;
- padding:0px;
- margin-top:0px;
- margin-left:15px;
- margin-bottom:15px;
- background-color:#ffffff;
- border:3px solid; border-color: #f1f1f1;
- }
- #sidebar:hover .links {
- opacity:1;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;}
- .links { position:fixed;
- width:30px;
- z-index:-1px;
- font-family:'Trebuchet MS';
- text-transform:uppercase;
- padding:10px;
- font-size:7px;
- letter-spacing:1px;
- margin-left:85px;
- margin-top:-100px;
- font-style:none;
- position:fixed;
- text-align:center;
- opacity:0;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s
- }
- .links a {
- color:#000;
- background-color:#fff;
- letter-spacing:1px;
- display:block;
- padding:6px;
- margin-bottom:6px;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .links a:hover {
- color:#FFF;
- background-color:{color:hover};
- z-index:-2;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #s-m-t-tooltip { max-width:300px; padding:2px; border: 1px solid #eee;
- margin:10px 0px 0px 10px; background-color:#fff; /* change the background color */ font-family:calibri; text-transform:uppercase;
- font-size:7.5px; /* change the font size */ letter-spacing:2px; /* change the letter spacing */ color:#000; /* change the text color */ z-index:999999999999999999999999999999999999 }
- .desc {
- padding:30px;
- margin-left:-40px;
- margin-top:-10px;
- width:120px;
- text-align:justify;
- font-size:9px;
- font-family:cambria;
- font-style:italic;
- letter-spacing:0px;
- line-height:150%;
- color:{color:text};
- }
- .desc a {
- color:{color:link};
- }
- .desc:first-letter {
- font-family:cambria;
- font-size:14px;
- font-style:italic;
- text-transform:uppercase;
- padding:5px 13px 5px 13px;
- border:3px double;
- border-color:#ffffff;
- float:left;
- line-height:150%;
- margin-right:3px;
- margin-top:1px;
- color:#ffffff;
- background-color:{color:hover};
- }
- .pagination {
- position:fixed;
- padding:10px;
- width:80px;
- text-align:center;
- margin-top:30px;
- border-top: 1px solid #e8e8e8;
- margin-left:1px;
- font-family:trebuchet ms;
- font-size:7px;
- letter-spacing:4px;
- text-transform:uppercase;
- font-style:normal;
- z-index:100;
- }
- .pagination a {
- color:#999999;
- }
- #container {
- float:left;
- margin-left:480px;
- margin-top:35px;
- text-align:justify;
- background-color:{color:background};
- color:{color:text};
- margin-bottom: 35px;
- }
- #post {
- width:500px;
- margin-top:15px;
- text-align:justify;
- padding:10px;
- margin-bottom:20px;
- font-size:9px;
- line-height:90%;
- letter-spacing:0px;
- color:{color:text};
- background-color:{color:post};
- }
- #post:hover .musicplayer{
- opacity:1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- .caption {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- .question {
- padding:10px;
- text-align:justify;
- font-style:italic;
- background-color:{color:ask};
- }
- .asker {
- font-size:8px;
- font-weight:bold;
- text-transform:uppercase;
- text-align:right;
- margin-right:10px;
- margin-top:-2px;
- font-family:calibri;
- }
- .musicplayer{
- background-color:#fff;
- padding: 38px 38px 35px 35px;
- position:absolute;
- opacity:0;
- filter:alpha(opacity=70);
- width:27px;
- height:27px;
- overflow:hidden;
- position:absolute;
- z-index:2;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- .audio{
- position:absolute;
- width:40px;
- height:40px;
- }
- .audioimg{
- width:100px;
- height:100px;
- position:absolute;
- }
- .audioimg img{
- float:left;
- opacity:1;
- width:100px;
- }
- .audioinfo{
- font-size:13px;
- font-style:italic;
- font-family:'playfair display';
- color:#9a9a9a;
- margin-bottom: 1px;
- margin-left:101px;
- height:65px;
- display:block;
- width:399px;
- text-align:center;
- background-color:#fafafa;
- padding-top:35px;
- }
- .note {
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:0px;
- font-size: 9px;
- text-align:left;
- line-height:90%;
- margin-left:-40px;
- }
- .note li {
- list-style-type:none;
- font-size:7px;
- border-bottom:1px solid {color:border};
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tagS {
- font-style:normal;
- width:500px;
- color:{color:tags};
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:1px;
- font-size:7px;
- line-height:100%;
- text-align:right;
- padding:1px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tagS a{
- display:inline;
- background-color:{color:tags};
- padding:-3px;
- text-align:left;}
- .tagS a:hover {
- color:#000;
- }
- .bottomline {
- margin-top:10px;
- padding:5px;
- border-top:1px solid #f1f1f1;
- }
- .doubleline {
- padding-top:5px;
- border-bottom:3px double #f1f1f1;
- }
- .date {
- text-transform:none;
- font-family:trebuchet ms;
- font-size:10px;
- color:#fff;
- padding:5px 10px 5px 10px;
- background:{color:hover}; }
- .box, .box a {
- font-family:trebuchet ms;
- text-transform:uppercase;
- font-size:7px;
- margin-top:9px;
- margin-bottom:-3px;}
- .chat {
- font-size:8px;
- line-height:12px;
- text-transform:uppercase;
- list-style:none
- font-family:calibri;
- }
- .chat ul {
- line-height:15px;
- list-style:none;
- padding:0px;
- line-height:20px;
- }
- .person1 {
- background-color:{color:chat};
- padding-left:6px;
- padding-right:6px;
- font-family:calibri;
- }
- .person1 .label {
- font-weight:bold;
- font-family:calibri;
- }
- .person2 {
- background-color:{color:entries};
- padding-left:6px;
- padding-right:6px;
- font-family:calibri;}
- .person2 .label {
- font-weight:bold;
- font-family:calibri;
- }
- .person3 {
- background-color:{color:chat};
- padding-left:6px;
- padding-right:6px;
- font-family:calibri; }
- .person3 .label {
- font-weight:bold;
- font-family:calibri;
- }
- .person4 {
- background-color:{color:entries};
- padding-left:6px;
- padding-right:6px;
- font-family:calibri;
- }
- .person4 .label {
- font-weight:bold;
- font-family:calibri;
- }
- .person5 {
- background-color:{color:chat};
- padding-left:6px;
- padding-right:6px;
- font-family:calibri;
- }
- .person5 .label {
- font-weight:bold;
- font-family:calibri;
- }
- .person6 {
- background-color:{color:entries};
- padding-left:6px;
- padding-right:6px;
- }
- .person6 .label {
- font-weight:bold;
- }
- #credit{position:fixed; bottom:10px; right:10px; font-size:9px; font-family:calibri;color:{color:text}; text-transform:uppercase;letter-spacing: 0px; font-style:normal;}
- #cred a {
- padding:3px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- color:{color:text};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="sidebarimg"><a href="/"><img src="{image:sidebar}"></a></div>
- <div class="links">
- <a title="ask" href="/ask">01.</a>
- <a title="{text:Link title 1}"href="{text:Link 1}">02.</a>
- <a title="{text:Link title 2}"href="{text:Link 2}">03.</a>
- </div>
- <div class="desc">
- {Description}
- </div>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>
- {/block:PreviousPage}{block:JumpPagination length="4"}
- {block:CurrentPage}<span class="current_page" style="color:#aaaaaa;">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">→</a>
- {/block:NextPage}</div>{/block:Pagination}</div></div>
- <div id="container">
- {block:Posts}
- <div id="post">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}<br>{block:Caption}<h3>{Caption}</h3>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}{block:Caption}<h3>{Caption}</h3>{/block:Caption}
- {/block:Photoset}
- {block:Chat}
- {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label"><u>{Label}</u></span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Video}{Video-500}{block:Caption}<h3>{Caption}</h3>{/block:Caption}{/block:Video}
- {block:Answer}<div class="question">{Question}</div><div class="asker"><span style="font-size:20px;color:{color:ask};">◥</span> {Asker}</div>{Answer}{/block:Answer}
- {block:Audio}
- <div class="audio"><div class="musicplayer">{AudioPlayer}</div>
- <div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
- <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>
- <div style="font-size:8px;font-family:calibri;letter-spacing:1px;margin-top:5px;text-transform:uppercase;font-style:normal;">{block:Artist}{Artist}{/block:Artist}{block:Album} - {Album}{/block:Album}</div></div>
- {block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}{/block:Audio}
- <div class="doubleline"> </div>{block:Date}
- <div class="box"><span class="date"><a href="{Permalink}">{TimeAgo}</a></span> <a href="{ReblogURL}" target="_blank"> reblog</a>   at {24Hour}:{Minutes} {block:NoteCount}<a href="{Permalink}"><font color="fc0707">♥</font></span> {NoteCount} NOTES</a> {/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> © <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}</div>
- {/block:Date}
- <div class="bottomline"></div><div class="tagS">{block:HasTags}<span style="text-transform:uppercase;font-size:7px;color:{color:text}">tagged as:</span> {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
- {/block:Posts}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- <div id="credit"><a href="http://locomtor.tumblr.com/">©credit</a></div>
- </body>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment