/* 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 */


a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.schoolbell-regular {
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  font-style: normal;
}

#moe-ring {
  height: 30%;
  width: 70%;
  margin: 0 auto;
  padding: 2%; /* creates some space around the widget */
  font-family: "Schoolbell", cursive;
}

#moe-ring table {
  border-image: url(https://st4rdust-street.neocities.org/moe_webring/default_border.png);
  border-image-slice: 32%;
  border-image-outset: 8px;
  border-image-repeat: stretch;
  border-image-width: 35px;
  padding: 1%;
  border-radius: 7px;
  background-image: url(https://st4rdust-street.neocities.org/moe_webring/default_bg.png);
  margin: 0 auto; /* centers the widget */
}

#moe-ring table tr td {
  padding: 1%; /* creates some space between the links and text inside the widget */
}

#moe-ring .webring-prev {
  text-align:center;
}

#moe-ring .webring-info {
   text-align:center;
}

#moe-ring .webring-next {
  text-align:center;
}

#moe-ring .webring-links {
  font-size:small;
}
