/* onionring.js is made up of four files - onionring-widget.js, onionring-index.js, onionring-variables.js and onionring.css (this one!)
// it's licensed under the cooperative non-violent license (CNPL) v4+ (https://thufie.lain.haus/NPL.html)
// it was originally made by joey + mord of allium (è’œ) house, last updated 2020-10-24 */

/* === ONIONRING.CSS === */
/* this file affects the style of the widget. remember to replace all instances of #webringid with whatever value you have for ringID in the onionring-widget.js file. make sure it still has the # at the front, though! probably easiest to use find+replace to do it */

#siwebring {
    color: black !important;
}

#siwebring #templateWebring {
    font-family: trebuchet ms, sans-serif;
    text-align: center;
    width: 100% !important;
    height: 150px !important;
    background: url('/siwebring/siwidgetbg.png') no-repeat;
    background-size: cover;
    border: 1px #FF74B8 solid !important;
    font-size: 14px;
}

#siwebring #templateWebring a {
    color: #E7338C;
}

#siwebring #templateWebring a:hover {
    font-weight: bold;
}

#siwebring #webringboxes {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0px 5px;
    height: 100px;
}

#siwebring #webringiconbox,
#siwebring #iconWebring {
    width: 100px;
    height: 100px;
    display: block;
}

#siwebring #iconWebring {
    border: 1px solid #FF74B8;
    border-radius: 4px;

}

#siwebring #webringdescbox {
    width: 170px;
    margin-left: 0px;
}

#siwebring #webringdesc {
    -webkit-text-stroke: white 3px;
    paint-order: stroke;
}

#siwebring #webringlinks {
    width: 100%;
    margin: auto;
}