/* 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: 'MaruMonica';
    text-align: center;
      width:155px;
      height:170px;
    background: url('/siwebring/siwidgetbg.png') no-repeat;
    background-size: cover;
    border: 0px #FF74B8 solid;
    font-size: 12px;
}

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

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

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

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

#siwebring #webringiconbox {
    border: 3px double #fff;
    border-radius: 0px;
}

#siwebring #webringdescbox {
      width:155px;
    margin-left: 0px;
    margin-top: -10px;
    font-size:12.5px;
}

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

#siwebring #webringlinks{
    width:100%;
    margin:auto;
    margin-top: -10px;
}