/* 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: caveat;
  src: url(/magicalhearted/Caveat-Regular.woff);
}

@font-face {
  font-family: pacifico;
  src: url(/pacifico-regular-webfont.woff)
}

#magicalhearted-webring {
  background-color: #ffe6ef; /* makes the background pure white */
  margin: 0 auto; /* centers the widget */
  height: 100px;
  width: 200px;
  border-color: 
  #ff639c;
  border-radius: 15px;
  border-width: 2px;
  border-style: solid;
  color: #1f1f1f;
  font-family: caveat;
  font-size: 15px;
  padding: 5px 5px;
  display: flex;
  justify-content: center;
}
#magicalhearted-webring a {
  color: #fff;
  background-color: #ff639c;
  font-family: pacifico;
  text-decoration: none;
}



#magicalhearted-webring .webring-prev {
  background-color: #ff6ba1;
  color: #fff;
  padding: 2px 2px;
  font-size: 12px;
  height: 5px;
  width: 5px;
  display: inline-block:
  margin-right: 2px;
}

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

#magicalhearted-webring .webring-next {
  background-color: #ff6ba1;
  color: #fff;
  padding: 2px 2px;
  font-size: 12px;
  height: 5px;
  width: 5px;
  display: inline-block;
}

#magicalhearted-webring .webring-links {
  font-size: 12px;
  background-color: #ff6ba1;
  color: #fff;
  padding: 2px 2px;
  height: 5px; 
  width: 5px;
  display: inline-block;
  margin-right: 2px;
}