﻿div#spotlight a:first-child .spotlight-item {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

div#spotlight a:last-child .spotlight-item {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

div#spotlight a:not(:last-child) .spotlight-item {
    border-bottom: dotted;
}

div#spotlight .spotlight-item {
    padding: 20px;
    background-color: #222222;
}

div#spotlight .spotlight-item.mysqlecore {
    background-image: url("/img/projects/mysqlecore/preview.jpg");
    background-size: cover;
    background-repeat: round;
}

div#spotlight .spotlight-item.vscode {
    background-image: url("/img/projects/vscode/preview.jpg");
}

div#spotlight .spotlight-item.stardew-valley {
    background-image: url("/img/projects/stardewvalley/unlimitedplayers/preview.jpg");
    background-position-y: center;
}

div#spotlight .spotlight-item.armi-life {
    background-image: url("/img/projects/tkl/preview.jpg");
}

div#spotlight .spotlight-item.tkl {
    background-image: url("/img/projects/tkl/preview.jpg");
}

div#spotlight .spotlight-item .icon {
    margin-left: 10px;
}

div#spotlight .spotlight-item.odoo img {
    float: right;
    width: 42px;
    margin-top: -4px;
    opacity: 0.2;
}

div#spotlight span.fa-steam-square {
    float: right;
    margin-top: -9px;
    font-size: 50px;
    opacity: 0.2;
}

div#spotlight .spotlight-item.armilife img {
    float: right;
    margin-top: 10px;
    width: 46px;
    opacity: 0.3;
}

div#spotlight .spotlight-item .text-box {
    width: 88%;
    border-radius: 10px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}

div#spotlight .spotlight-item div.hover-show {
    position: absolute;
    background-color: darkred;
    padding: 10px;
    border-radius: 10px;
    display: none;
}

div#spotlight .spotlight-item:active div.hover-show,
div#spotlight .spotlight-item:hover div.hover-show {
    display: block;
}
