/*
Theme Name: Twenty Fifteen Child
Theme URI: https://clint.id.au
Author: Clint
Author URI: https://clint.id.au
Description: Based on Wordpress 'Twenty Fifteen'
Template: twentyfifteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme
Text Domain: twentyfifteen-child
*/

.my-links:link {
border: none;
text-decoration: none;
vertical-align: center;
}
.my-links:visited {
border: none;
text-decoration: none;
vertical-align: center;
}
.my-links:hover {
border: none;
text-decoration: none;
vertical-align: center;
}
.my-links:active {
border: none;
text-decoration: none;
vertical-align: center;
}

@keyframes blink {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.site-title {
    font-family: "Courier", "Lucida Console", monospace;
    color: #00CC00;
    font-size:2em;
    text-align: left;
    text-shadow: 0 0 0.125em rgba(0,0,0,1), 0 0 0.25em rgba(0,0,0,1), 0 0 0.375em rgba(0,0,0,1), 0 0 0.5em #00CC00, 0 0 0.875em #00CC00, 0 0 1em #00CC00, 0 0 1.25em #00CC00;
}
.site-title:before {
    content: ">";
}
.site-title:after {
    content: "_";
    text-shadow: 0 0 0.125em rgba(0,0,0,1), 0 0 0.25em rgba(0,0,0,1), 0 0 0.375em rgba(0,0,0,1), 0 0 0.5em #00CC00, 0 0 0.875em #00CC00, 0 0 1em #00CC00, 0 0 1.25em #00CC00;
    transform: translate(0.0625em, 0);
    animation: 1s step-end blink infinite;
}
