Skip to content
Snippets Groups Projects
infobox.css 1.25 KiB
Newer Older
resynth1943's avatar
resynth1943 committed
.info-box {
    border-left: 10px solid #019286;
    padding-top: 10px;
    background: #242833;
    padding-bottom: 10px;
    margin-bottom: 60px;
    /* max-width: max-content; */
    padding-right: 20px;
    /* font-weight: bold; */
}

.info-box > ul {
    /* Clear out any margin that the list has, so we can put it on the info-box instead */
    margin: 0;

    /* Hide the dot things that appear on lists */
    list-style-type: none;
}

/* .info-box > ul > li {
    display: inline-block;
}

.info-box > ul > li:not(:last-child) {
    margin-right: 20px;
}

.info-box > ul > li:not(:last-child)::after {
    content: '|';
    margin-left: 20px;
    color: rgb(189, 189, 189);
} */

.info-box > ul > li a {
    text-decoration: none;
    color: #37a4a1;
    /* padding: 10px; */
    /* border: 2px solid #37a4a1; */
    /* background: #434c5e; */
    transition: background 0.25s linear;
    font-weight: normal;
}

resynth1943's avatar
resynth1943 committed
.info-box > ul > li a:hover, .info-box > ul > li a:focus {
resynth1943's avatar
resynth1943 committed
    background: #2d0675;
}

.replace-info-addendum {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-left: 42px;
    font-style: italic;
    color: rgb(189, 189, 189);
    /* display: inline-block; */
    display: none;
}

.replace-info-list {
    /* display: inline-block; */
}