Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!--
- Theme 04B by louerry (tumblr)
- Do not remove credit, steal, or copy
- I will find you if you do
- -->
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#A8A8A8"/>
- <meta name="color:Link" content="#A8A8A8"/>
- <meta name="color:Hover" content="#333333"/>
- <meta name="color:infobg" content="#333333"/>
- <meta name="color:scrollbar" content="#333333"/>
- <meta name="color:pagi" content="#a8a8a8"/>
- <meta name="image:Background" content=""/>
- <meta name="image:header1" content=""/>
- <meta name="image:header2" content=""/>
- <meta name="image:header3" content=""/>
- <meta name="text:Link1 url" content="/" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link2 url" content="/" />
- <meta name="text:Link2" content="" />
- <style type="text/css">
- iframe#tumblr_controls { width:50%; white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
- iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
- 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: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- /**Hover Information**/
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- a:hover {
- color:{color:hover};
- text-decoration:none;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- /**Scrollbar**/
- ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
- /**Font Information**/
- body {
- background-color:{color:background};
- font-family:Calibri;
- font-weight:normal;
- }
- h1 {
- font-weight:normal;
- font-size:10px;
- text-align:center;
- font-style:normal;
- line-height:80%;
- letter-spacing:1px;
- text-transform:lowercase;
- 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;
- }
- blockquote {
- border-left:2px solid {color:text};
- padding-left:5px;
- margin:5px;
- }
- #theme {
- background-color:{color:background};
- width:700px;
- margin: 0 auto -12px auto;
- text-align: center;
- }
- /**Header 1**/
- #header1 {
- width:50px;
- position:fixed;
- margin-left:450px;
- margin-top:20px;
- opacity:1;
- z-index:2;
- }
- #header1image img{
- width:120px;
- height:120px;
- padding:3px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- /**Header 2**/
- #header2 {
- width:50px;
- position:fixed;
- margin-left:640px;
- margin-top:20px;
- opacity:1;
- z-index:2;
- }
- #header2image img{
- width:120px;
- height:120px;
- padding:3px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- /**Header 3**/
- #header3 {
- width:50px;
- position:fixed;
- margin-left:830px;
- margin-top:20px;
- opacity:1;
- z-index:2;
- }
- #header3image img{
- width:120px;
- height:120px;
- padding:3px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- /**Description/title/links**/
- /**hover included here**/
- #description {
- position:fixed;
- text-align:center;
- vertical-align:middle;
- width: 123px;
- height:123px;
- font-size:10px;
- background-color:#fff;
- color:{color:text};
- opacity: 0;
- margin-top:-130px;
- margin-left:0px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #header2:hover #description {
- opacity:1;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #links {
- position:absolute;
- line-height:120px;
- text-transform: normal;
- position:fixed;
- margin-left:0px;
- margin-top:-128px;
- display:inline-block;
- text-align: center;
- padding: 3px;
- text-transform:normal;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- color:{color:text};
- background:white;
- width:120px;
- height:120px;
- opacity:0;
- }
- #header1:hover #links {
- opacity:1;
- }
- #links a{
- font-size:10px;
- text-transform:normal;
- width:115px;
- padding-top:2px;
- padding-bottom:2px;
- display:inline-block;
- padding-left:10px;
- margin-bottom:1px;
- letter-spacing:3px;
- opacity:0;
- text-decoration:none;
- -webkit-transition: all 0.5s linear;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #links a:hover{
- opacity:1;
- background-color:#ffffff;
- -webkit-transition: all 0.2s ease;
- -moz-transition: all 0.2s ease;
- -o-transition: all 0.2s ease;
- }
- #links a{
- color: #9e9e9e;
- text-shadow:10px 0px transparent, -10px 0px transparent;
- -webkit-transition: all 0.5s linear;}
- #links a:hover {
- font-size:12px;
- letter-spacing: 3px;
- text-shadow:0px 0px #777, -0px 0px #777;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0c.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease -in-out;}
- #nav {
- text-align: center;
- font-size: 10px;
- position:fixed;
- left:841px;
- top:5px;
- opacity:0;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- z-index:999;
- }
- #nav:HOVER {
- position:fixed;
- opacity:1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -transition: all 0.7s ease-in-out;}
- #navbg {
- background-color:#fff;
- padding:50px 0px 10px 0px;
- width:120px;
- height: 100%;
- z-index: 1;
- }
- .navlinkie {
- display: inline-block;
- width: 80px;
- padding: 10px 0px 10px 0px;
- text-transform: lowercase;
- letter-spacing: 2px;
- color:{color:link};
- -webkit-transition: all 0.5s linear;
- margin-top:-15px;
- }
- .navlinkie a{
- color:{color:link};
- text-shadow:10px 0px transparent, -10px 0px transparent;
- -webkit-transition: all 0.5s linear;
- }
- .navlinkie:hover{
- color:transparent;-webkit-transition: all 0.5s linear;
- }
- /**Pagination**/
- .pagination {
- padding:5px;
- width:400px;
- position:fixed;
- font-size:10px;
- font-family:cambria;
- font-style;italic;
- text-align: center;
- margin-top:150px;
- margin-left:500px;
- opacity:.80;
- background-color:#ffffff;
- color:{color:pagi};
- z-index:3;
- }
- .pagination a {
- letter-spacing:3px;
- color:{color:pagi};
- }
- /**Header Background**/
- #headerbg {
- position: fixed;
- left:430px;
- top:-10px;
- z-index:1;
- }
- #headerbg img{
- width:600px;
- height:200px;
- padding:3px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- /**Posts**/
- #stuffcontainer {
- float:left;
- margin-left:450px;
- margin-top:120px;
- margin-bottom:30px;
- text-align:justify;
- background-color:{color:background};
- color:{color:text};
- margin-bottom: 35px;
- }
- #stuff {
- width:500px;
- margin-top:75px;
- text-align:justify;
- font-size:11px;
- line-height:90%;
- letter-spacing:0x;
- color:{color:text};
- }
- .caption {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- /**Ask Posts**/
- .ask {
- padding:10px;
- text-align:center;
- color:{color:asktext};
- background-color:{color:infobg};
- }
- .ans {
- text-align:left;
- padding:5px;
- color:{color:text};
- }
- /**Audio Posts**/
- .audio {
- height:60px;
- padding:5px;
- margin-bottom:55px;
- }
- .audio-album {
- position:absolute;
- width:110px;
- -webkit-transition: opacity 0.6s linear;
- opacity: 1;
- }
- .audio-player {
- opacity:1;
- filter:alpha(opacity=90);
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- border:30px;
- z-index;-999;
- margin-left:43px;
- margin-top:43px;
- opacity:0;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .audio-info {
- margin-top:7px;
- position:relative;
- margin-left:120px;
- line-height:180%;
- padding:2px;
- }
- .audio:hover .audio-player {
- opacity:.6;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- /**Chat Posts**/
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- .label {
- text-decoration:bold;
- font-weight:700;
- margin-right:5px;
- }
- /**Post Info, Notes**/
- #postinfo {
- width:500px;
- padding:3px;
- font-size:9px;
- color:{color:link};
- text-transform:lowercase;
- font-style:normal;
- letter-spacing:2px;
- text-align:center;
- border-top:1px dotted {color:text};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #postinfo a {
- color:{color:text};
- text-align:center;
- letter-spacing:1px;
- font-style:normal;
- }
- #postinfo a:hover {
- color:{color:hover};
- }
- #tags {
- text-align:center;
- font-size:10px;
- font:calibri;
- }
- .note {
- text-transform:lowercase;
- font-style:normal;
- letter-spacing:0px;
- font-size: 9px;
- text-align:left;
- line-height:110%;
- margin-left:00px;
- padding-bottom:-10px;
- }
- .note li {
- list-style-type:none;
- 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;
- }
- /**Credit**/
- /**let's be nice and not remove it :)**/
- #credit {
- position:fixed;
- font-size:10px;
- font-weight:normal;
- line-height:150%;
- letter-spacing:2px;
- right:10px;
- bottom:10px;
- text-transform:lowercase;
- text-align:center;
- }
- #credit a {
- padding:3px;
- color:{color:link};
- background-color:{color:background};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {CustomCSS}
- </style></head>
- <body>
- <div id="headerbg"><div id="header1image"><img src="http://i.imgur.com/hX6XrHk.jpg"></div>
- </div>
- <div id="header1"><div id="header1image"><img src="{image:header1}"></div>
- <div id="links">{title}</div></div>
- <div id="header2"><div id="header2image"><img src="{image:header2}"><div id="description">
- {description}
- </div> </div> </div>
- <div id="header3"><div id="header3image"><img src="{image:header3}"></div></div>
- <div id="nav">
- <div id="navbg"> <center>
- <a href="/"><div class="navlinkie">london</div></a>
- <a href="/ask"><div class="navlinkie">mail</div></a>
- {block:IfLink1}
- <a href="{text:link1 url}"><div class="navlinkie">{text:link1}</div></a>
- {/block:IfLink1}
- {block:IfLink2}
- <a href="{text:link2 url}"><div class="navlinkie">{text:link2}</div></a>
- {/block:IfLink2}
- </div></div></div>
- {block:Pagination}
- <div class="pagination">{block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{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}
- {/block:Pagination}</div></center>
- <center><div class="thm">
- </div></center>
- </div>
- <div id="stuffcontainer">
- {block:Posts}
- <div id="stuff">
- {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:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="ask"><i>{Asker} whispered:</i> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
- <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
- <div class="audio-info">
- {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
- {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
- {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
- </div></div>
- <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- <div id="postinfo">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} + <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>
- <div id="tags">{block:HasTags}{block:Tags}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Posts}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- <div id="credit"><a href="http://louerry.tumblr.com">credit</a></div>
- </div>
- </div>
- </div>
- </body>
- </html>
- <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
Advertisement
Add Comment
Please, Sign In to add comment