/* 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: white !important;
}

#siwebring #templateWebring {
  font-family: 'ms ui gothic', sans-serif !important;
  text-align: center;
  width: 270px !important;
  height: 150px !important;
  background: url(https://i.postimg.cc/cLq7ZMfH/pretty.jpg) no-repeat !important;
  background-size: cover;
  border: 1px solid white !important;
  border-radius: 5px !important;
  font-size: 13px !important;
  padding-bottom: 13px;
  padding-top: 5px;
  outline: 1px dotted rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}

#siwebring #templateWebring a {
  color: white;
  filter: drop-shadow(1px 1px 3px #000000);
  font-weight: bold;
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#siwebring #templateWebring a:hover{
  font-style: italic;
}

#siwebring #webringboxes {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  height: 100px;
}

#siwebring #webringiconbox, #siwebring #iconWebring {
  width: 86px;
  height: 86px;
  border-radius: 3px;
  image-rendering: auto !important;
  filter: drop-shadow(1px 1px 5px rgb(0, 0, 0, 0.6));
}

#siwebring #webringiconbox {
  width: 90px;
  height: 90px;
  border: 2px solid white;
  border-radius: 3px;
  outline: 1px dotted white;
  outline-offset: 2px;
}

#siwebring #webringdescbox {
  width: 135px;
  margin-top: 7px;
  margin-left: 17px;
}

#siwebring #webringdesc {  
  font-size: 15px;
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
  filter: drop-shadow(1px 1px 2px #000000);
}

#siwebring #webringlinks{
  width: 100%;
  margin-top: 10px;
}