Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <!--
- Blogroll 01 Dilemma by hermionegrangcr (hermionejean.co.vu)
- THEME BLOG: grangersdesigns (granger.cf)
- ♛ ♛ ♛
- ♛♛♛ ♛♛♛ ♛♛♛
- ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛
- ♛♛♛ ♥ G♚D ♥ ♛♛♛
- ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛
- ♛ ♛ ♛ ♛ ♛ ♛ ♛ © hermionegrangcr (hermionejean.co.vu)
- TERMS OF USE:
- ♚ BASIC RULES (see http://hermionejean.co.vu/rules) APPLY
- ♚ PLEASE RESPECT THEM IF USING! ANY FORMS OF THEFTS WILL BE HUNTED DOWN.
- ♚ PLEASE DO NOT ALTER OR COVER THE CREDIT
- ♚ FAILURE TO ABIDE TO THE RULES WILL LEAD TO AN IMMEDIATE BLOCK & REPORT & A PERMANENT PLACE ON HTTP://HERMIONEJEAN.CO.VU/WOS
- THAT'S IT! ENJOY USING MY CODE AND DON'T BE AFRAID TO ASK ME IF YOU ENCOUNTER ANY PROBLEMS c:
- -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Raleway:400,800,300' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- ::-webkit-scrollbar {width: 5px; height: 3px; background: #FFFFFF; }
- ::-webkit-scrollbar-thumb { background-color: #B5D8EB; -webkit-border-radius: 0ex; }
- ::selection {background:#fff; color:#000000;}
- ::-moz-selection {background:#fff;color:#000000;}
- ::-webkit-selection {background:#fff;color:#000000;}
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 10px;
- z-index:9999999999;
- padding:5px;
- color:#fff;
- background:#000000;
- font-size:12px;
- }
- body{
- font-family: 'Lato',Arial, sans-serif;
- background: #fff;
- font-weight: 400;
- font-size: 15px;
- color: #000;
- height:100%;
- width:100%;
- overflow-x:hidden;
- }
- a{
- color: #73A8AF;
- text-decoration:none;
- -webkit-transition-duration:.6s;
- -moz-transition-duration:.6s;
- -o-transition-duration:.6s;
- -ms-transition-duration:.6s;
- }
- a:hover{
- -webkit-transition-duration:.6s;
- -moz-transition-duration:.6s;
- -o-transition-duration:.6s;
- -ms-transition-duration:.6s;
- }
- h1{
- font-family:'Lato',Arial, sans-serif;
- text-transform: uppercase;
- font-size: 50px;
- line-height: 50px;
- position: relative;
- font-weight: 400;
- color: #E8DAFB;
- margin:20px;
- text-align: center;
- }
- h2{
- font-size: 16px;
- font-style: italic;
- padding: 0px 0px 15px 0px;
- }
- /*Broll cont*/
- .wizards{
- position: relative;
- width:750px;
- margin: 180px auto;
- }
- .wizards:before,
- .wizards:after {
- content:"";
- display:table;
- }
- .wizards:after {
- clear:both;
- }
- /*icons*/
- .wizards article{
- width: 128px;
- height: 128px;
- padding:10px;
- background: #fff;
- cursor: pointer;
- float: left;
- border: 1px solid #fafafa;
- text-align: left;
- text-transform: none;
- margin: 15px;
- z-index: 1;
- box-shadow:
- 0px 0px 0px 10px #fafafa,
- 1px 1px 3px 10px #fafafa;
- transition:
- all 0.4s ease-in-out;
- -webkit-transition:all 0.4s ease-in-out;
- -moz-transition:all 0.4s ease-in-out;
- -o-transition:all 0.4s ease-in-out;
- -ms-transition:all 0.4s ease-in-out;
- -webkit-backface-visibility: hidden;
- }
- .wizards article.blur{
- box-shadow: 0px 0px 20px 10px #fafafa;
- transform: scale(0.9);
- -webkit-transform: scale(0.9);
- -moz-transform: scale(0.9);
- -o-transform: scale(0.9);
- -ms-transform: scale(0.9);
- opacity: 0.7;
- -moz-filter:blur(5px);
- -webkit-filter: blur(5px);
- filter: blur(5px);
- }
- .wizards article.active{
- transform: scale(1.05);
- -webkit-transform: scale(1.05);
- -moz-transform: scale(1.05);
- -o-transform: scale(1.05);
- -ms-transform: scale(1.05);
- box-shadow:
- 0px 0px 0px 10px #fafafa,
- 1px 11px 15px 10px #fafafa;
- z-index: 100;
- opacity: 1;
- -webkit-filter: blur(0px);
- -moz-filter:blur(0px);
- filter: blur(0px);
- transition:
- all 0.4s ease-in-out;
- -webkit-transition:all 0.4s ease-in-out;
- -moz-transition:all 0.4s ease-in-out;
- -o-transition:all 0.4s ease-in-out;
- -ms-transition:all 0.4s ease-in-out;
- }
- .wizards article.active h3 a,
- .wizards article.active header span,
- .wizards article.active p{
- opacity; 1;
- }
- /*Header*/
- .barca {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background: #000; /*you can change the colour of the header*/
- z-index: 10000;
- height: 150px;
- overflow: hidden;
- -webkit-transition: height 0.3s;
- -moz-transition: height 0.3s;
- transition: height 0.3s;
- }
- .barca nav a {
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- transition: all 0.3s;
- }
- .barca.midget {
- height: 30px;
- }
- .midget .blaugrana {
- margin-top:-105px;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- transition: all 0.3s;
- }
- nav a {
- position: relative;
- display: inline-block;
- margin: 20px auto 10px auto;
- outline: none;
- color: #fff;
- text-decoration: none;
- text-transform: uppercase;
- letter-spacing: 1px;
- font-weight: 400;
- text-shadow: 0 0 1px rgba(255,255,255,0.3);
- font-size: 2.5em;
- }
- nav a:hover,
- nav a:focus {
- outline: none;
- }
- .albiceleste {
- text-align:center;
- }
- .albiceleste a {
- padding: 10px;
- color: #fff;
- font-weight: 700;
- text-shadow: none;
- -webkit-transition: color 0.3s;
- -moz-transition: color 0.3s;
- transition: color 0.3s;
- }
- .albiceleste a::before,
- .albiceleste a::after {
- position: absolute;
- left: 0;
- width: 100%;
- height: 2px;
- background: #fff;
- content: '';
- opacity: 0;
- -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
- -moz-transition: opacity 0.3s, -moz-transform 0.3s;
- transition: opacity 0.3s, transform 0.3s;
- -webkit-transform: translateY(-10px);
- -moz-transform: translateY(-10px);
- transform: translateY(-10px);
- }
- .albiceleste a::before {
- top: 0;
- -webkit-transform: translateY(-10px);
- -moz-transform: translateY(-10px);
- transform: translateY(-10px);
- }
- .albiceleste a::after {
- bottom: 0;
- -webkit-transform: translateY(10px);
- -moz-transform: translateY(10px);
- transform: translateY(10px);
- }
- .albiceleste a:hover,
- .albiceleste a:focus {
- color: #fff;
- }
- .albiceleste a:hover::before,
- .albiceleste a:focus::before,
- .albiceleste a:hover::after,
- .albiceleste a:focus::after {
- opacity: 1;
- -webkit-transform: translateY(0px);
- -moz-transform: translateY(0px);
- transform: translateY(0px);
- }
- .blaugrana {
- font-family:'Lato', Arial, Sans-Serif;
- font-weight:400;
- text-align:center;
- position: relative;
- margin: 5px auto;
- width: 560px;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- transition: all 0.3s;
- }
- .blaugrana a {
- color:#fff;
- font-size:16px;
- margin:15px;
- display:inline-block;
- }
- .blaugrana a::after {
- position: absolute;
- top: 100%;
- left: 0;
- width: 100%;
- height: 1px;
- background: #fff;
- content: '';
- opacity: 0;
- -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
- -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
- transition: height 0.3s, opacity 0.3s, transform 0.3s;
- -webkit-transform: translateY(-10px);
- -moz-transform: translateY(-10px);
- transform: translateY(-10px);
- }
- .blaugrana a:hover::after,
- .blaugrana a:focus::after {
- height: 5px;
- opacity: 1;
- -webkit-transform: translateY(0px);
- -moz-transform: translateY(0px);
- transform: translateY(0px);
- }
- /*PLEASE DO NOT ALTER OR COVER THE CREDIT, THANKS! C: */
- #leo {
- font-family: Arial, Sans-Serif;
- text-transform:uppercase;
- text-align:center;
- z-index:999999999;
- }
- #leo a {
- z-index:999999999;
- position:fixed;
- font-size:12px;
- line-height:16px;
- width:18px;
- height:18px;
- font-weight:300;
- bottom:10px;
- right:10px;
- color:#000;
- background:rgba(255,255,255,0.4);
- padding:5px;
- transition: all 1s ease-in-out;
- -webkit-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- }
- #leo a:hover {
- background-color:rgba(0,0,0,1);
- color:#fff;
- border-radius:50%;
- -webkit-animation: hermione 1s; /* Chrome, Safari, Opera */
- -moz-animation: hermione 1s;
- -o-animation: hermione 1s;
- animation: hermione 1s;
- animation-timing-function: ease-in-out;
- -webkit-animation-timing-function: ease-in-out;
- -moz-animation-timing-function: ease-in-out;
- -o-animation-timing-function: ease-in-out;
- -moz-transform: rotate(720deg); /* IE 9 */
- -webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */
- transform: rotate(720deg);
- transition: all 1s ease-in-out;
- -webkit-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- }
- @-webkit-keyframes hermione {
- 0% {color:#000;}
- 25% {color:#ACE4EA;}
- 50% {color:#FFFBDD;}
- 75% {color:#ACE4EA;}
- 100% {color:#fff;}
- }
- @-moz-keyframes hermione {
- 0% {color:#000;}
- 25% {color:#ACE4EA;}
- 50% {color:#FFFBDD;}
- 75% {color:#ACE4EA;}
- 100% {color:#fff;}
- }
- @-o-keyframes hermione {
- 0% {color:#000;}
- 25% {color:#ACE4EA;}
- 50% {color:#FFFBDD;}
- 75% {color:#ACE4EA;}
- 100% {color:#fff;}
- }
- @keyframes hermione {
- 0% {color:#000;}
- 25% {color:#ACE4EA;}
- 50% {color:#FFFBDD;}
- 75% {color:#ACE4EA;}
- 100% {color:#fff;}
- }
- /*END OF CREDIT*/
- </style>
- </head>
- <body>
- <div class="barca">
- <nav class="albiceleste" id="albiceleste">
- <a href="/" data-hover="Following">Following</a>
- </nav>
- <nav class="blaugrana" id="blaugrana">
- <!--Header Links-->
- <a href="#">Top</a>
- <a href="/">Back</a>
- <a href="/ask">Ask</a>
- <a href="http://www.tumblr.com">Dash</a>
- <!-- End of Header Links-->
- </nav>
- </div>
- <!--Blogroll-->
- {block:Following}
- <section class="wizards" id="wizards">
- {block:Followed}
- <article>
- <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-128}"/></a>
- </article>
- {/block:Followed}
- </section>
- {/block:Following}
- <!--End of Blogroll-->
- <!--PLEASE DO NOT ALTER OR COVER THE CREDIT-->
- <div id="leo">
- <a href="http://hermionejean.co.vu">♚</a>
- </div>
- <!--END OF CREDIT-->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script type="text/javascript">
- $(function() {
- var $container = $('#wizards'),
- $articles = $container.children('article'),
- timeout;
- $articles.on( 'mouseenter', function( event ) {
- var $article = $(this);
- clearTimeout( timeout );
- timeout = setTimeout( function() {
- if( $article.hasClass('active') ) return false;
- $articles.not( $article.removeClass('blur').addClass('active') )
- .removeClass('active')
- .addClass('blur');
- }, 65 );
- });
- $container.on( 'mouseleave', function( event ) {
- clearTimeout( timeout );
- $articles.removeClass('active blur');
- });
- });
- </script>
- <!--Sticky Header-->
- <script src="http://static.tumblr.com/xbvpdcx/8a7nkqvai/classie.js" ></script>
- <script>
- /**
- * cbpAnimatedHeader.min.js v1.0.0
- * http://www.codrops.com
- *
- * Licensed under the MIT license.
- * http://www.opensource.org/licenses/mit-license.php
- *
- * Copyright 2013, Codrops
- * http://www.codrops.com
- */
- var cbpAnimatedHeader=(function(){
- var b=document.documentElement,g=document.querySelector(".barca"),
- e=false,a=150;function f(){window.addEventListener("scroll",function(h){if(!e){e=true;setTimeout(d,250)}},false)}function d(){var h=c();if(h>=a){classie.add(g,"midget")}else{classie.remove(g,"midget")}e=false}function c(){return window.pageYOffset||b.scrollTop}f()})();
- </script>
- </body>
- </html><!--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement