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

@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');

#sscf-webring {
  margin: 0 auto;
  padding: 15px; /* creates some space around the widget */
}

#sscf-webring table {
  background:url(https://sylferns.neocities.org/projects/sscf/sscfwebring/sscfwebring_backdrop.png);
  background-size:contain;
  height:275px;
  width:370px;
  margin: 0 auto; /* centers the widget */
  border-radius:4px;
}

#sscf-webring tr {
  justify-content:center;
  display:flex;
  padding:20px 0px;
}

#sscf-webring .webring-info {
  font-family:"Goldman", sans-serif;
  font-size:14px;
  text-align:center!important;
  margin-top:-10px;
  color:#772321;
}

#sscf-webring .webring-info .title {
  font-family:"Goldman", sans-serif;
  font-size:20px;
  text-align:center!important;
  color:#772321;
}

#sscf-webring table tr td {
  padding: 15px; /* creates some space between the links and text inside the widget */
}

#sscf-webring .webring-prev, #sscf-webring .webring-next {
  width:50%!important;
  padding:0px 15px;
}

#sscf-webring .webring-prev img {
  float:right;
}

#sscf-webring .webring-prev img, #sscf-webring .webring-next img {
  margin-top:-50px;
  cursor:crosshair;
}

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

#sscf-webring .webring-info-onion {
  font-family:"Goldman", sans-serif;
  font-size:20px;
  text-align:center!important;
  margin-top:-30px;
}

#sscf-webring .webring-info-onion a {
  color:#772321;
  text-decoration:none;
}
