Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- //The All Blue:revamp
- by espoirthemes //
- +don't remove the egg/credit. keep it visible on the index page please
- +edit it as much as you want!
- +let me know if there's any probles
- fish tutorial by yukoki
- drop down tutorial by le4f
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('fast');
- }); }); </script>
- <style type="text/css">
- .links_list { margin:0px; padding:0px; width:100%; z-index:999;}
- .links_head { padding-top:5px; padding-bottom:5px; cursor:help; position:relative; margin:1px; text-align:center; }
- .links_body { padding:2px; text-align:left; display:none;}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <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:sidebar" content="#f9f9f9" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:links" content="#000"/>
- <meta name="color:link hover" content="#eee" />
- <meta name="color:text" content="#000000"/>
- <meta name="color:Bold" content="#777777" />
- <meta name="color:Italic" content="#bbbbbb"/>
- <meta name="color:border" content="#aaa"/>
- <meta name="color:ask bubble background" content="#000" />
- <meta name="color:ask post text" content="fff" />
- <meta name="color:scrollbar" content="#eee" />
- <meta name="color:scrollbar background" content="#f8f8f8" />
- <meta name="color:tooltip" content="#000" />
- <meta name="color:tooltip text" content="#fff" />
- <meta name="color:selection background" content="#ddd" />
- <meta name="color:selection text" content="#000" />
- <meta name="text:url1" content="url" />
- <meta name="text:link1" content="link" />
- <meta name="text:url2" content="url" />
- <meta name="text:link2" content="link" />
- <meta name="text:url3" content="url" />
- <meta name="text:link3" content="link" />
- <meta name="text:url4" content="url" />
- <meta name="text:link4" content="link" />
- <meta name="text:dropdown" content="navigation" />
- <meta name="text:asked" content="shouted" />
- <meta name="text:notes" content="notes" />
- <meta name="image:background" content="http://41.media.tumblr.com/tumblr_m0leqeWfjP1r9g6hvo2_250.png"/>
- <meta name="image:fish background" content="" />
- <meta name="image:sidebar" content="" />
- <meta name="if:full background" content="" />
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
- <style type="text/css">
- #s-m-t-tooltip{
- max-width:300px;
- margin-top:-50px;
- margin-left:-20px;
- border:2px solid white;
- box-shadow: 0px 0px 0px 2px {color:tooltip};
- font-family:helvetica;
- letter-spacing:2px;
- padding:5px 5px;
- background:{color:tooltip}; /*if you're changing the color in the code, make sure this is the same as the s-m-t:after */
- color:{color:tooltip text};
- z-index:99999999;
- font-size:12px;
- text-transform:uppercase;
- }
- /* don't touch this, this is the what makes it look like a speech bubble */
- #s-m-t-tooltip:after{
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 8px 10px 0;
- border-color: {color:tooltip} transparent;
- display: block;
- width: 0;
- z-index: 1;
- bottom: -10px;
- left: 10%;}
- ::selection {
- background: {color:selection background}; /* WebKit/Blink Browsers */color:{color:selection text};
- }
- ::-moz-selection {
- background: {color:selection background}; /* Gecko Browsers */color:{color:selection text};
- }
- ::-webkit-scrollbar {
- width: 10px;
- height:10px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:scrollbar};
- border-radius: 2px;
- }
- ::-webkit-scrollbar-track {
- background:{color:scrollbar background};
- border: 4px solid {color:background};
- }
- body{
- overflow:auto;
- background:{color:background} url({image:background})
- {block:iffullbackground} no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover; {/block:iffullbackground};
- background-attachment:fixed;
- margin-left:0px;
- margin-top:0px;
- word-wrap:break-word;
- color:{color:text};
- font-family:helvetica;
- font-size:14px;
- line-height:150%;
- }
- a {font-family:consolas;
- color: #333;
- font-size:14px;
- text-decoration: none;
- transition: all .4s ease-in;
- text-decoration:none;
- color:{color:links};
- }
- a:hover{
- transition:.6s;
- color:{color:link hover}; }
- img{
- border:none;
- }
- blockquote{
- padding-left:5px;
- border-left:1px solid #C7C7C7;
- }
- .posts a {
- border-bottom:1px solid {AccentColor};
- }
- blockquote img {max-width:100%;}
- small{font-size:auto}
- big{font-size:auto}
- b, strong{color:{color:bold}}
- h1 {font-size:22px; border-bottom:1px solid {color:border}; padding:10px;}
- i, em {color:{color:italic}}
- #title{
- font-size:26px;
- padding:4px;
- position:relative;
- }
- #title a {
- font-size:22px;
- border:none;
- }
- #side{width:400px; position:fixed; background:{color:posts}; height:100%; top:0px; margin-left:0px; padding:10px;
- background:url({image:fish background});
- box-shadow:0px 0px 0px 1px {color:border};
- }
- #sidebar a {
- font-size:16px; border-bottom:1px solid {AccentColor};
- }
- #sidebar{ width:370px; margin-left:0px; top:0px; height:100%; bottom:20px; position:fixed;
- border-right:1px solid {color:border};
- background:{color:sidebar};
- padding:10px;
- }
- #wave1 {
- position:fixed;
- width:370px;
- left:0px;
- padding:10px;
- z-index:99999;
- bottom:0px;
- z-index:-1;
- background:{AccentColor};
- height:80px;
- }
- #wave1:before {
- content:'';
- height:200px;
- width:200px;
- border-top-right-radius:100%;
- background:{AccentColor};
- bottom:-10px;
- left:-10px;
- position:absolute;
- padding:10px;
- z-index:99999;
- }
- #wave1:after {
- content:'';
- height:180px;
- width:210px;
- border-bottom-left-radius:100%;
- border-bottom-right-radius:60%;
- z-index:-1;
- background:{color:sidebar};
- bottom:40px;
- left:160px;
- position:fixed;
- padding:10px;
- z-index:99999;
- }
- .wheel {
- position:fixed;
- z-index:-1;
- top:18px;
- width:210px;
- height:210px;
- left:90px;
- transition:.6s;
- }
- .wheel img {
- height:210px;
- width:210px;
- }
- #navi {
- position:absolute;
- right:90px;
- transition:.6s;
- }
- #navi li {
- list-style:none;
- text-align:right;
- margin:4px;
- }
- #navi li a {
- color:transparent;
- border:none;
- text-transform:lowercase;
- font-family:consolas;
- }
- #navi li:before {
- content:'';
- position:absolute;
- right:0px;
- width:0px;
- opacity:0;
- z-index:-99;
- height:20px;
- background:{AccentColor};
- }
- #image:hover #navi {
- right:30px;
- transition:.6s;
- }
- #image:hover #navi li a {
- color:{color:posts};
- }
- #image:hover #navi li:before {
- opacity:1; z-index:-99; width:134px;
- padding:2px;
- }
- #image:hover .wheel{
- transform:rotate(200deg);
- transition:2s;
- }
- #image{margin:50px auto; width:260px; height:140px;
- }
- #image img {}
- #image img:hover{border-radius:0px;transition:.4s;}
- #container{
- margin:0 auto;
- padding-left:20px;
- width:400px;
- }
- .posts{
- width:400px;
- position:relative;
- padding:20px;
- padding-bottom:0px;
- border:1px solid {color:border};
- margin:100px auto 100px auto;
- background-color:{color:posts};
- }
- .posts img{
- max-width:100%;
- }
- .posts iframe{
- max-width:100%;
- }
- .linkp{
- font-size:24px; text-align:center; font-family:Helvetica;
- }
- .linkp a{text-decoration:none; font-family:Helvetica; }
- .linkp:after{
- content:'»';
- transition:.6s; margin-left:2px;
- }
- .linkp:hover:after{
- margin-left:10px;
- transition:.6s;
- color:{color:link};
- }
- .playerbox {
- float:left;
- }
- #albumart {
- width:150px;
- height:150px;
- padding:0px;
- border-radius:90px;
- border-width:0px; transition:.5s;
- }
- #albumart img{
- width:150px;
- height:150px;
- padding:0px;
- opacity:.8;
- border-radius:90px;
- border-width:0px; transition:.5s;
- }
- .playerbox:hover #albumart{ -ms-transform: rotate(-300deg); /* IE 9 */
- -webkit-transform: rotate(-300deg); /* Chrome, Safari, Opera */
- transform: rotate(-300deg); transition:.8s;}
- .player {
- width:40px;
- overflow:hidden;
- height:40px;
- padding:0px;
- padding-top:5px;
- opacity:.4;
- border-radius:90px;
- position:absolute;
- left:50%;
- top:50%;
- margin-top:-20px;
- margin-left:-20px;
- -webkit-transition-duration:500ms;
- -moz-transition-duration:500ms;
- -o-transition-duration:500ms;
- -ms-transition-duration:500ms;-webkit-filter: blur(0px) ;
- }
- .playercon {
- background-color:#Fff;
- box-shadow: 0px 0px 0px 1px {AccentColor};
- border:4px solid {color:border};
- width:50px;border-radius:90px;
- height:50px;
- position:absolute;
- margin-top:-106px;
- margin-left:48px;
- -webkit-transition-duration:500ms;
- -moz-transition-duration:500ms;
- -o-transition-duration:500ms;
- -ms-transition-duration:500ms;
- }
- .infobox {
- float:left top;
- margin-left:0px;
- background-color:transparent;
- padding:20px;
- height:110px;
- text-align:center;
- color:{color:text};
- }
- .track {
- font-size:15px;
- letter-spacing:4px;
- padding:10px;
- background-color:#eee;
- font-weight:300;
- text-transform:uppercase; transition:.6s;
- font-family:Helvetica;
- color:#222;
- }
- .artist {
- letter-spacing:1px;
- font-style:italic;
- font-weight:bold;
- }
- .playcount {
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:3px;
- }
- #audiolo {
- width:400px;
- }
- .album {
- font-weight:normal;
- }
- .speechbubble
- {
- width:250px;
- position: relative;
- background:#eee;
- left:80px;
- margin: 0;
- font-size:14px;
- padding:20px;
- height: auto;
- background: #fff;
- border-radius: 8px;
- border: {color:border} solid 1px;
- }
- .speechbubble:after
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 12px 17px 12px 0;
- border-color: transparent #fff;
- display: block;
- width: 0;
- z-index: 1;
- left: -17px;
- top: 20px;
- }
- .speechbubble:before
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 12px 17px 12px 0;
- border-color: transparent {color:border};
- display: block;
- width: 0;
- z-index: 0;
- left: -18px;
- top: 20px;
- }
- .chat {
- padding:5px;
- line-height:150%;
- }
- .chat:nth-of-type(odd) {
- background:{color:posts};
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(odd) b {
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) {
- background:{color:text};
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) b{
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- #quote{
- font-size:15px;
- margin-bottom:5px;
- }
- #link{
- text-align:center;
- font-size:15px;
- }
- #permalink{
- width:100%;
- padding:10px 20px;
- height:auto;
- bottom:0px;
- min-height:30px;
- margin-top:20px;
- width:400px;
- margin-left:-20px;
- border-top:1px solid {color:border};
- text-align:right;
- }
- #permalink a {
- border:none;
- }
- .reblob {
- color:transparent;
- position:absolute;
- right:0px;
- top:0px;
- border:1px solid {color:border};
- border-top:none;
- border-right:none;
- padding:10px; opacity:0;
- letter-spacing: .5px;
- text-transform: lowercase;
- transition:.6s; transform:translate3D(20px, -40px, 0px);
- background:{color:posts};
- }
- .reblob a:hover { border:none;
- animation: spin 1.5s linear infinite; }
- @keyframes spin {
- 0% {
- -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
- -ms-transform: rotate(0deg); /* IE 9 */
- transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
- }
- 100% {
- -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
- -ms-transform: rotate(360deg); /* IE 9 */
- transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
- }
- }
- .posts:hover .reblob { transition:.6s; opacity:1; transform:translate3D(0,0,0);
- }
- .tags{text-align: left; opacity:.6; margin-top:4px; }
- ol.notes { list-style:none; padding:10px; margin-top:10px;
- width:400px; background:{color:posts};
- padding:20px; border:1px solid {color:border};
- }
- ol.notes li {border-bottom:1px solid {color:border}; margin:8px; }
- ol.notes img { width:20px; height:20px; border-radius:90px;}
- object {position: fixed;bottom: 0px;left: 0px;z-index: -1;}
- .jump_page {
- padding: 4px 8px;
- border:2px solid {color:border};
- background-color:{color:Link BG};
- color:{color:Link};
- font-size:11px;
- text-decoration:none;
- }
- .current_page {
- padding: 4px 8px;
- border:2px solid {AccentColor};
- background-color:{AccentColor};
- color:{color:posts};
- font-size:11px;
- text-decoration:none;
- }
- #egg { opacity:.8;right:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- font-family: "up";
- border:1px solid #888; z-index:4;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(6deg)}
- 80%{transform:rotate(-6deg)}
- 100%{}
- }
- {CustomCSS}</style>
- </head><body>
- <div id="side">
- <div style="position: fixed; padding:10px;z-index: -999; top: 0; left: 0; opacity:.4" >
- <object type="application/x-shockwave-flash" style="outline:none;" data="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor7=DBDBDB&up_fishColor1=07193B&up_fishColor3=07193B&up_fishColor8=00286E&up_fishColor5=07193B&up_fishColor10=C2ECFF&up_fishColor4=1B8FC4&up_numFish=10&up_backgroundColor=FFFFFF&up_fishColor6=8ADAFF&up_backgroundImage=http://&up_fishColor9=949494&up_foodColor=FCB347&up_fishName=Fish&up_fishColor2=8ADAFF&" width="420" height="100%"><param name="movie" value="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor7=DBDBDB&up_fishColor1=080403&up_fishColor3=635553&up_fishColor8=666262&up_fishColor5=00286E&up_fishColor10=C2ECFF&up_fishColor4=1B8FC4&up_numFish=10&up_backgroundColor=FFFFFF&up_fishColor6=1B8FC4&up_backgroundImage=http://&up_fishColor9=949494&up_foodColor=FCB347&up_fishName=Fish&up_fishColor2=141010&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object> </div>
- </div>
- <div id="sidebar">
- <div id="wave1"></div>
- <center>
- <div id="image"><div id="navi">
- <li><a href="/">{lang:home}</a></li>
- <li><a href="/ask">{lang:Mail}</a></li>
- <li><a href="/archive">{lang:Past}</a></li>
- </div><div class="wheel"><img src="https://upload.wikimedia.org/wikipedia/commons/3/34/Steering_wheel_ship_1.png"></div><img src="{image:sidebar}" style="width:120px; height:120px; border-radius:90px; transition:.4s; border:2px solid #222;"> </div>
- <br>
- <div id ="title"><a href="/" style="border:none; font-size:20px" title="refresh">{title}</a></div>
- <div style="max-height:160px; overflow:auto;">
- {description}</div><div class="links_list">
- <p class="links_head" title="click"><a title="click">{text:dropdown}</a></p>
- <div class="links_body">
- <center>
- <a href="{text:url1}">{text:link1}</a><br>
- <a href="{text:url2}">{text:link2}</a><br>
- <a href="{text:url3}">{text:link3}</a><br>
- <a href="{text:url4}">{text:link4}</a><br>
- </center>
- </div></div>
- </div>
- </div>
- </center>
- </div>
- </div>
- </div>
- <a href="http://espoirthemes.tumblr.com" title="credit"><div id="egg"></div></a>
- <div id="container">{block:Posts}<div class="posts">
- {block:Date}
- <div class="reblob"><a href="{ReblogURL}" target="_blank" class="fa fa-refresh" title="reblog"></a></div>
- {/block:Date}
- {block:Text}
- <div id="link">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- </div>
- {Body}
- {/block:Text}
- {block:Photo}
- <center><img src="{PhotoURL-400}" width="400"></center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <i class ="fa fa-quote-left"></i>
- {Quote}
- {block:Source} —{Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <center>
- <a href="{URL}" class="linkp" target="_blank"> {Name}</a>
- </center>
- {block:Description}
- {Description}
- {/block:Description} <br>
- {/block:Link}
- {block:Chat}{block:Title}<h1>{title}</h1>{/block:Title}{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/></div>{/block:Lines}{/block:Chat}
- {block:Answer} <br>
- <div class="askerportrait"><img style=" margin-left:0px; position:absolute; border-radius:100%; padding:2px; border:1px solid {color:border} " src="{AskerPortraitURL-48}" align="left" /></div><div class="speechbubble">{Asker} {text:asked}: {Question}</div><br>
- {Answer}
- {/block:Answer}
- {block:Audio}<div id="audiolo">
- <div class="playerbox">
- <div id="albumart"> {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- <div class="playercon"><div class="player">{AudioPlayerwhite}</div></div></div>
- <div class="infobox">
- <div class="track"> {block:TrackName}
- {TrackName}
- {/block:TrackName} </div>
- <div class="artist">
- {block:Artist}{Artist}
- {/block:Artist} </div>
- <div class="album">
- {block:Album}
- {Album}
- {/block:Album}
- </div>
- <div class="playcount">
- {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
- </div></div>
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <div id="permalink">
- {block:Date}
- <div style="float:left">
- <a href="{Permalink}">{timeago}</a>
- | <a href="{Permalink}">{NoteCount} {text:notes}</a></div>{/block:Date}
- {block:RebloggedFrom}
- <div style="float:right">
- <a href="{ReblogRootURL}" title="{reblogrootname}">source</a> <a href="{ReblogParentURL}" title="{reblogparentname}">via</a></div>
- {/block:RebloggedFrom}
- <br>
- {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}">#{Tag} </a> {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- {block:PostNotes} {PostNotes} {/block:PostNotes}
- {/block:Posts}
- <center>
- {block:Pagination}
- <center>
- {block:PreviousPage}<span class="jump_page"><a href="{PreviousPage}">-</a></span>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">
- {PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<span class="jump_page"><a href="{URL}">{PageNumber}</a></span>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <span class="jump_page"><a href="{NextPage}">+</a></span>
- {/block:NextPage}
- </center>
- {/block:Pagination}
- </center>
- </div>
- </body></html>
Add Comment
Please, Sign In to add comment