Advertisement
hermionemessi

Blogroll 01

May 27th, 2015
1,658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.44 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <!--
  3.  
  4. Blogroll 01 Dilemma by hermionegrangcr (hermionejean.co.vu)
  5.  
  6. THEME BLOG: grangersdesigns (granger.cf)
  7.  
  8.  
  9. ♛ ♛ ♛
  10. ♛♛♛ ♛♛♛ ♛♛♛
  11. ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛
  12. ♛♛♛ ♥ G♚D ♥ ♛♛♛
  13. ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛
  14. ♛ ♛ ♛ ♛ ♛ ♛ ♛ © hermionegrangcr (hermionejean.co.vu)
  15.  
  16.  
  17. TERMS OF USE:
  18.  
  19. ♚ BASIC RULES (see http://hermionejean.co.vu/rules) APPLY
  20.  
  21. ♚ PLEASE RESPECT THEM IF USING! ANY FORMS OF THEFTS WILL BE HUNTED DOWN.
  22.  
  23. ♚ PLEASE DO NOT ALTER OR COVER THE CREDIT
  24.  
  25. ♚ FAILURE TO ABIDE TO THE RULES WILL LEAD TO AN IMMEDIATE BLOCK & REPORT & A PERMANENT PLACE ON HTTP://HERMIONEJEAN.CO.VU/WOS
  26.  
  27. THAT'S IT! ENJOY USING MY CODE AND DON'T BE AFRAID TO ASK ME IF YOU ENCOUNTER ANY PROBLEMS c:
  28.  
  29. -->
  30. <head>
  31. <title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700' rel='stylesheet' type='text/css'>
  36. <link href='http://fonts.googleapis.com/css?family=Raleway:400,800,300' rel='stylesheet' type='text/css'>
  37.  
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39.  
  40. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  41.  
  42. <script>
  43.  
  44. (function($){
  45.  
  46. $(document).ready(function(){
  47.  
  48. $("a[title]").style_my_tooltips({
  49.  
  50. tip_follows_cursor:true,
  51.  
  52. tip_delay_time:30,
  53.  
  54. tip_fade_speed:300,
  55.  
  56. attribute:"title"
  57.  
  58. });
  59.  
  60. });
  61.  
  62. })(jQuery);
  63.  
  64. </script>
  65. <style type="text/css">
  66.  
  67.  
  68. ::-webkit-scrollbar {width: 5px; height: 3px; background: #FFFFFF; }
  69.  
  70. ::-webkit-scrollbar-thumb { background-color: #B5D8EB; -webkit-border-radius: 0ex; }
  71.  
  72. ::selection {background:#fff; color:#000000;}
  73. ::-moz-selection {background:#fff;color:#000000;}
  74. ::-webkit-selection {background:#fff;color:#000000;}
  75.  
  76.  
  77. #s-m-t-tooltip{
  78. position:absolute;
  79. margin-top: 10px;
  80. z-index:9999999999;
  81. padding:5px;
  82. color:#fff;
  83. background:#000000;
  84. font-size:12px;
  85.  
  86. }
  87.  
  88. body{
  89. font-family: 'Lato',Arial, sans-serif;
  90. background: #fff;
  91. font-weight: 400;
  92. font-size: 15px;
  93. color: #000;
  94. height:100%;
  95. width:100%;
  96. overflow-x:hidden;
  97. }
  98. a{
  99. color: #73A8AF;
  100. text-decoration:none;
  101. -webkit-transition-duration:.6s;
  102. -moz-transition-duration:.6s;
  103. -o-transition-duration:.6s;
  104. -ms-transition-duration:.6s;
  105. }
  106.  
  107. a:hover{
  108. -webkit-transition-duration:.6s;
  109. -moz-transition-duration:.6s;
  110. -o-transition-duration:.6s;
  111. -ms-transition-duration:.6s;
  112. }
  113.  
  114. h1{
  115. font-family:'Lato',Arial, sans-serif;
  116. text-transform: uppercase;
  117. font-size: 50px;
  118. line-height: 50px;
  119. position: relative;
  120. font-weight: 400;
  121. color: #E8DAFB;
  122. margin:20px;
  123. text-align: center;
  124. }
  125.  
  126. h2{
  127. font-size: 16px;
  128. font-style: italic;
  129. padding: 0px 0px 15px 0px;
  130. }
  131.  
  132.  
  133. /*Broll cont*/
  134. .wizards{
  135. position: relative;
  136. width:750px;
  137. margin: 180px auto;
  138.  
  139. }
  140.  
  141. .wizards:before,
  142. .wizards:after {
  143. content:"";
  144. display:table;
  145. }
  146. .wizards:after {
  147. clear:both;
  148. }
  149.  
  150. /*icons*/
  151. .wizards article{
  152. width: 128px;
  153. height: 128px;
  154. padding:10px;
  155. background: #fff;
  156. cursor: pointer;
  157. float: left;
  158. border: 1px solid #fafafa;
  159. text-align: left;
  160. text-transform: none;
  161. margin: 15px;
  162. z-index: 1;
  163. box-shadow:
  164. 0px 0px 0px 10px #fafafa,
  165. 1px 1px 3px 10px #fafafa;
  166. transition:
  167. all 0.4s ease-in-out;
  168. -webkit-transition:all 0.4s ease-in-out;
  169. -moz-transition:all 0.4s ease-in-out;
  170. -o-transition:all 0.4s ease-in-out;
  171. -ms-transition:all 0.4s ease-in-out;
  172.  
  173. -webkit-backface-visibility: hidden;
  174. }
  175.  
  176.  
  177.  
  178. .wizards article.blur{
  179. box-shadow: 0px 0px 20px 10px #fafafa;
  180. transform: scale(0.9);
  181. -webkit-transform: scale(0.9);
  182. -moz-transform: scale(0.9);
  183. -o-transform: scale(0.9);
  184. -ms-transform: scale(0.9);
  185. opacity: 0.7;
  186. -moz-filter:blur(5px);
  187. -webkit-filter: blur(5px);
  188. filter: blur(5px);
  189. }
  190.  
  191. .wizards article.active{
  192. transform: scale(1.05);
  193. -webkit-transform: scale(1.05);
  194. -moz-transform: scale(1.05);
  195. -o-transform: scale(1.05);
  196. -ms-transform: scale(1.05);
  197. box-shadow:
  198. 0px 0px 0px 10px #fafafa,
  199. 1px 11px 15px 10px #fafafa;
  200. z-index: 100;
  201. opacity: 1;
  202. -webkit-filter: blur(0px);
  203. -moz-filter:blur(0px);
  204. filter: blur(0px);
  205. transition:
  206. all 0.4s ease-in-out;
  207. -webkit-transition:all 0.4s ease-in-out;
  208. -moz-transition:all 0.4s ease-in-out;
  209. -o-transition:all 0.4s ease-in-out;
  210. -ms-transition:all 0.4s ease-in-out;
  211. }
  212. .wizards article.active h3 a,
  213. .wizards article.active header span,
  214. .wizards article.active p{
  215. opacity; 1;
  216. }
  217.  
  218. /*Header*/
  219.  
  220. .barca {
  221. position: fixed;
  222. top: 0;
  223. left: 0;
  224. width: 100%;
  225. background: #000; /*you can change the colour of the header*/
  226. z-index: 10000;
  227. height: 150px;
  228. overflow: hidden;
  229. -webkit-transition: height 0.3s;
  230. -moz-transition: height 0.3s;
  231. transition: height 0.3s;
  232. }
  233.  
  234. .barca nav a {
  235. -webkit-transition: all 0.3s;
  236. -moz-transition: all 0.3s;
  237. transition: all 0.3s;
  238. }
  239.  
  240. .barca.midget {
  241. height: 30px;
  242. }
  243.  
  244. .midget .blaugrana {
  245. margin-top:-105px;
  246. -webkit-transition: all 0.3s;
  247. -moz-transition: all 0.3s;
  248. transition: all 0.3s;
  249. }
  250.  
  251. nav a {
  252. position: relative;
  253. display: inline-block;
  254. margin: 20px auto 10px auto;
  255. outline: none;
  256. color: #fff;
  257. text-decoration: none;
  258. text-transform: uppercase;
  259. letter-spacing: 1px;
  260. font-weight: 400;
  261. text-shadow: 0 0 1px rgba(255,255,255,0.3);
  262. font-size: 2.5em;
  263. }
  264.  
  265. nav a:hover,
  266. nav a:focus {
  267. outline: none;
  268. }
  269.  
  270. .albiceleste {
  271. text-align:center;
  272. }
  273.  
  274. .albiceleste a {
  275. padding: 10px;
  276. color: #fff;
  277. font-weight: 700;
  278. text-shadow: none;
  279. -webkit-transition: color 0.3s;
  280. -moz-transition: color 0.3s;
  281. transition: color 0.3s;
  282. }
  283.  
  284. .albiceleste a::before,
  285. .albiceleste a::after {
  286. position: absolute;
  287. left: 0;
  288. width: 100%;
  289. height: 2px;
  290. background: #fff;
  291. content: '';
  292. opacity: 0;
  293. -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  294. -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  295. transition: opacity 0.3s, transform 0.3s;
  296. -webkit-transform: translateY(-10px);
  297. -moz-transform: translateY(-10px);
  298. transform: translateY(-10px);
  299. }
  300.  
  301. .albiceleste a::before {
  302. top: 0;
  303. -webkit-transform: translateY(-10px);
  304. -moz-transform: translateY(-10px);
  305. transform: translateY(-10px);
  306. }
  307.  
  308. .albiceleste a::after {
  309. bottom: 0;
  310. -webkit-transform: translateY(10px);
  311. -moz-transform: translateY(10px);
  312. transform: translateY(10px);
  313. }
  314.  
  315. .albiceleste a:hover,
  316. .albiceleste a:focus {
  317. color: #fff;
  318. }
  319.  
  320. .albiceleste a:hover::before,
  321. .albiceleste a:focus::before,
  322. .albiceleste a:hover::after,
  323. .albiceleste a:focus::after {
  324. opacity: 1;
  325. -webkit-transform: translateY(0px);
  326. -moz-transform: translateY(0px);
  327. transform: translateY(0px);
  328. }
  329.  
  330. .blaugrana {
  331. font-family:'Lato', Arial, Sans-Serif;
  332. font-weight:400;
  333. text-align:center;
  334. position: relative;
  335. margin: 5px auto;
  336. width: 560px;
  337. -webkit-transition: all 0.3s;
  338. -moz-transition: all 0.3s;
  339. transition: all 0.3s;
  340. }
  341.  
  342. .blaugrana a {
  343. color:#fff;
  344. font-size:16px;
  345. margin:15px;
  346. display:inline-block;
  347. }
  348.  
  349. .blaugrana a::after {
  350. position: absolute;
  351. top: 100%;
  352. left: 0;
  353. width: 100%;
  354. height: 1px;
  355. background: #fff;
  356. content: '';
  357. opacity: 0;
  358. -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  359. -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  360. transition: height 0.3s, opacity 0.3s, transform 0.3s;
  361. -webkit-transform: translateY(-10px);
  362. -moz-transform: translateY(-10px);
  363. transform: translateY(-10px);
  364. }
  365.  
  366. .blaugrana a:hover::after,
  367. .blaugrana a:focus::after {
  368. height: 5px;
  369. opacity: 1;
  370. -webkit-transform: translateY(0px);
  371. -moz-transform: translateY(0px);
  372. transform: translateY(0px);
  373. }
  374.  
  375. /*PLEASE DO NOT ALTER OR COVER THE CREDIT, THANKS! C: */
  376. #leo {
  377.  
  378. font-family: Arial, Sans-Serif;
  379. text-transform:uppercase;
  380. text-align:center;
  381. z-index:999999999;
  382.  
  383. }
  384.  
  385. #leo a {
  386. z-index:999999999;
  387. position:fixed;
  388. font-size:12px;
  389. line-height:16px;
  390. width:18px;
  391. height:18px;
  392. font-weight:300;
  393. bottom:10px;
  394. right:10px;
  395. color:#000;
  396. background:rgba(255,255,255,0.4);
  397. padding:5px;
  398. transition: all 1s ease-in-out;
  399. -webkit-transition: all 1s ease-in-out;
  400. -o-transition: all 1s ease-in-out;
  401. -moz-transition: all 1s ease-in-out;
  402.  
  403. }
  404.  
  405. #leo a:hover {
  406. background-color:rgba(0,0,0,1);
  407. color:#fff;
  408. border-radius:50%;
  409. -webkit-animation: hermione 1s; /* Chrome, Safari, Opera */
  410. -moz-animation: hermione 1s;
  411. -o-animation: hermione 1s;
  412. animation: hermione 1s;
  413. animation-timing-function: ease-in-out;
  414. -webkit-animation-timing-function: ease-in-out;
  415. -moz-animation-timing-function: ease-in-out;
  416. -o-animation-timing-function: ease-in-out;
  417.  
  418. -moz-transform: rotate(720deg); /* IE 9 */
  419. -webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */
  420. transform: rotate(720deg);
  421.  
  422. transition: all 1s ease-in-out;
  423. -webkit-transition: all 1s ease-in-out;
  424. -o-transition: all 1s ease-in-out;
  425. -moz-transition: all 1s ease-in-out;
  426.  
  427.  
  428. }
  429.  
  430. @-webkit-keyframes hermione {
  431. 0% {color:#000;}
  432. 25% {color:#ACE4EA;}
  433. 50% {color:#FFFBDD;}
  434. 75% {color:#ACE4EA;}
  435. 100% {color:#fff;}
  436. }
  437. @-moz-keyframes hermione {
  438. 0% {color:#000;}
  439. 25% {color:#ACE4EA;}
  440. 50% {color:#FFFBDD;}
  441. 75% {color:#ACE4EA;}
  442. 100% {color:#fff;}
  443. }
  444. @-o-keyframes hermione {
  445. 0% {color:#000;}
  446. 25% {color:#ACE4EA;}
  447. 50% {color:#FFFBDD;}
  448. 75% {color:#ACE4EA;}
  449. 100% {color:#fff;}
  450. }
  451.  
  452. @keyframes hermione {
  453. 0% {color:#000;}
  454. 25% {color:#ACE4EA;}
  455. 50% {color:#FFFBDD;}
  456. 75% {color:#ACE4EA;}
  457. 100% {color:#fff;}
  458. }
  459. /*END OF CREDIT*/
  460.  
  461.  
  462. </style>
  463. </head>
  464.  
  465. <body>
  466.  
  467. <div class="barca">
  468. <nav class="albiceleste" id="albiceleste">
  469. <a href="/" data-hover="Following">Following</a>
  470. </nav>
  471.  
  472. <nav class="blaugrana" id="blaugrana">
  473. <!--Header Links-->
  474. <a href="#">Top</a>
  475. <a href="/">Back</a>
  476. <a href="/ask">Ask</a>
  477. <a href="http://www.tumblr.com">Dash</a>
  478. <!-- End of Header Links-->
  479.  
  480. </nav>
  481. </div>
  482.  
  483. <!--Blogroll-->
  484. {block:Following}
  485. <section class="wizards" id="wizards">
  486. {block:Followed}
  487. <article>
  488.  
  489. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-128}"/></a>
  490. </article>
  491. {/block:Followed}
  492.  
  493. </section>
  494.  
  495. {/block:Following}
  496. <!--End of Blogroll-->
  497.  
  498. <!--PLEASE DO NOT ALTER OR COVER THE CREDIT-->
  499. <div id="leo">
  500. <a href="http://hermionejean.co.vu">♚</a>
  501. </div>
  502. <!--END OF CREDIT-->
  503.  
  504. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  505. <script type="text/javascript">
  506. $(function() {
  507.  
  508. var $container = $('#wizards'),
  509. $articles = $container.children('article'),
  510. timeout;
  511.  
  512. $articles.on( 'mouseenter', function( event ) {
  513.  
  514. var $article = $(this);
  515. clearTimeout( timeout );
  516. timeout = setTimeout( function() {
  517.  
  518. if( $article.hasClass('active') ) return false;
  519.  
  520. $articles.not( $article.removeClass('blur').addClass('active') )
  521. .removeClass('active')
  522. .addClass('blur');
  523.  
  524. }, 65 );
  525.  
  526. });
  527.  
  528. $container.on( 'mouseleave', function( event ) {
  529.  
  530. clearTimeout( timeout );
  531. $articles.removeClass('active blur');
  532.  
  533. });
  534.  
  535. });
  536. </script>
  537. <!--Sticky Header-->
  538. <script src="http://static.tumblr.com/xbvpdcx/8a7nkqvai/classie.js" ></script>
  539. <script>
  540. /**
  541. * cbpAnimatedHeader.min.js v1.0.0
  542. * http://www.codrops.com
  543. *
  544. * Licensed under the MIT license.
  545. * http://www.opensource.org/licenses/mit-license.php
  546. *
  547. * Copyright 2013, Codrops
  548. * http://www.codrops.com
  549. */
  550. var cbpAnimatedHeader=(function(){
  551.  
  552. var b=document.documentElement,g=document.querySelector(".barca"),
  553. 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()})();
  554. </script>
  555. </body>
  556. </html><!--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement