/* 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: "rustic roadway"; src: url('../fonts/RusticRoadway.otf'); format("opentype");}
@font-face { font-family: "brillant"; src: url('../fonts/brillant.otf'); format("opentype");}

#writer {
  margin: 0 auto;
  padding: 10px; /* creates some space around the widget */
  font-size: 12px;
  font-family: "brillant"
}

#writer a {
  color: #A04668;
  text-decoration: none;
}

#writer a:hover {
  color: #FFB17A;
  text-dcoration: dotted underline;
}

#writer table {
/* makes the background pure white */
  margin: 0 auto; /* centers the widget */
}

#writer table tr td {
 /* creates some space between the links and text inside the widget */
}

#writer .webring-prev {
  text-align:right;
}

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

#writer .webring-next {
  text-align:left;
}

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