/* 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: 270px;
  height: 155px;
  background: transparent;
  border: none;
  margin-left: 1px;
}

#siwebring #templateWebring a:link{
    color:var(--link);
}

#siwebring #templateWebring a:hover{
    font-weight: bold;
    color:var(--hover);
}

#siwebring #webringboxes {
display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  height: 80px;
  width: 100%;
}

#siwebring #webringiconbox, #siwebring #iconWebring {
    width: 75px;
    height: 75px;
    display: block;
}

#siwebring #webringiconbox {
  border: 3px solid var(--img);
  border-radius: 4px;
}

#siwebring #webringdescbox {
  width: 100%;
  margin-left: 0px;
  margin-top: 5px;
}

#siwebring #webringdesc {  
    -webkit-text-stroke:var(--navbg) 3px;
    paint-order: stroke;
}

#siwebring #webringlinks{
    width: 100%;
    margin-left: 12px;
}