You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2020. It is now read-only.
transition:0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
521
+
}
522
+
523
+
/* Position the content inside the overlay */
524
+
.overlay-content {
525
+
position: relative;
526
+
top:25%; /* 25% from the top */
527
+
width:100%; /* 100% width */
528
+
text-align: center; /* Centered text/links */
529
+
margin-top:30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
530
+
}
531
+
532
+
/* The navigation links inside the overlay */
533
+
.overlaya {
534
+
padding:8px;
535
+
text-decoration: none;
536
+
font-size:36px;
537
+
color:#818181;
538
+
display: inline; /* Display block instead of inline */
539
+
transition:0.3s; /* Transition effects on hover (color) */
540
+
}
541
+
542
+
/* Position the close button (top right corner) */
543
+
.overlay .closebtn {
544
+
position: absolute;
545
+
top:20px;
546
+
right:45px;
547
+
font-size:60px;
548
+
}
549
+
550
+
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
0 commit comments