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

@font-face {
  font-family: 'Berlin Sans FB';
  font-style: normal;
  font-weight: normal;
  src: url('https://wythos.neocities.org/BRLNSR.woff') format('woff');
}

#fnaf-ring-ring {
  font-family: 'Berlin Sans FB';
  text-shadow: 0 0 0 white;
  margin: 0 0;
  padding: 0; /* creates some space around the widget */
}

#fnaf-ring-ring table {
  color: #0068D0;
  margin: 0 auto; /* centers the widget */
}

#fnaf-ring-ring table tr td {
  padding: 5px; /* creates some space between the links and text inside the widget */
}

#fnaf-ring-ring .webring-prev {
  text-align:right;
}

#fnaf-ring-ring .webring-info {
   text-align:center;
}

#fnaf-ring-ring .webring-next {
  text-align:left;
}

#fnaf-ring-ring .webring-links {
  font-size:small;
}
