/* 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: 'venice_classicmedium';
    src: url('https://feelingmachine.moe/veniceclassic-webfont.woff2') format('woff2'),
         url('https://feelingmachine.moe/veniceclassic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#ahsc {
  margin: 0 auto;
  padding: 15px; /* creates some space around the widget */
  width: 400px;
}

#ahsc table {
  background-color: black;
  margin: 0 auto; /* centers the widget */
  border: 4px #6f3d7b double;
  border-radius: 10px;
  background-image: url("https://feelingmachine.moe/alterring/ahscbackground.png");
  font-size: 16px;
  width: 250px;
  height: 150px;
}

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

#ahsc .ahsc-prev {
  font-size: 16px;
  text-align:left;
      font-family: 'serif';
  color: white;
}

#ahsc .ahsc-info {
  font-size: 16px;
   text-align:center;
       font-family: 'venice_classicmedium';

  color: white;
}

#ahsc .ahsc-next {
  font-size: 16px;
  text-align:right;
      font-family: 'serif';

  color: white;
}

#ahsc .ahsc-links {
  font-size:12px;;
      font-family: 'venice_classicmedium';
  color: white;
  
}
#ahsc a {
  color: #bb00ff;
}
#ahsc a:hover {
  color: #ff00ff;
}
#ahsc a:visited {
  color: #8B00C6;
}