/* 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: 200px !important;
    height: 200px !important;
    overflow: hidden !important;
    font-size: 11px !important;
    position: relative !important;
    background: url('/siwebring/siwidgetbg.png') no-repeat;
    background-size: cover !important;
    background-position: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    border: 3px solid #FF74B8 !important;
}

#siwebring #templateWebring a {
    color: #E7338C;
}

#siwebring #templateWebring a:hover{
    font-weight: bold;
}

#siwebring #webringboxes {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin-top: 5px;
}

#siwebring #webringiconbox, #siwebring #iconWebring {
    width: 100px !important;
    height: 100px !important;
    display: block !important;
}

#siwebring #webringiconbox {
    border: 2px solid #FF74B8 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#siwebring #iconWebring {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border: none !important; 
    border-radius: 0 !important; 
}

#siwebring #webringdescbox {
    max-height: 35px !important;
    font-size: 12px !important;
    padding: 1px 3px !important;
    margin-top: 4px !important;
}

#siwebring #webringdesc {  
    -webkit-text-stroke: white 3px;
    paint-order: stroke; 
}

#siwebring #webringlinks {
    font-size: 13px !important;
    bottom: 3px !important;
    width:100%;
    margin:auto;
}
