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

#wreckring hr{height:2px;border-width:0;color:yellow;background-color:yellow;outline:1px solid blue}


#wreckring {
  margin: 0 auto;
  font-family:ms ui gothic, arial, sans-serif;font-weight:bold;
  color:white;
  text-shadow: -1px 0 blue, 0 1px blue, 1px 0 blue, 0 -1px blue;
  padding: 5px;image-rendering:pixelated; /* creates some space around the widget */
}

#wreckring table {
  background-color: black; /* makes the background pure white */;
  background-image: url('https://crygorcrisis.neocities.org/imgs/wire/brixdark.png');

		  border: 5px double blue;-moz-border-radius:2em;border-radius:1em;


  background-size:32px;width:20%;height:15%;
  margin: 0 auto; /* centers the widget */
}

#wreckring table tr td {
  padding: 5%; /* creates some space between the links and text inside the widget */
}

#wreckring .webring-prev {
  text-align:right;margin:5px;border:1px solid transparent
}
#wreckring .webring-prev:hover {
  border:1px solid yellow
}

#wreckring .webring-info {
   text-align:center;color:yellow;font-weight:bold;
}

#wreckring .webring-next {
  text-align:left;margin:5px;border:1px solid transparent
}
#wreckring .webring-next:hover {
  border:1px solid yellow
}

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

#wreckring a:link,#wreckring a:visited {
  color:yellow;text-decoration:none;
}

#wreckring a:hover {
  color:white
}

#wreckring #ilu {
  padding-bottom:0;margin-bottom:0;
}

#wreckring .webring-bottom {
  background:black; border:1px solid yellow;padding:1%
}
