

/* Edit this file to make the widget look different, below where it says content: url() paste your image link to cusomize it. You can pick something I already have or your own! Don't forget to delete the comment tags. */



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

#transmasc_ring {
  margin: 0 auto;
  padding: 5px; /* creates some space around the widget */
  width: fit-content;
}

#transmasc_ring table {
  margin: 0 auto; /* centers the widget */
}

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

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

#transmasc_ring .webring-info {
   text-align:center;
   font-family: adabelle;
   font-size: 22px;
}

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

#transmasc_ring .webring-links {
}
#leftarrow{
height: 50px;  
/* content: url() */
}
#rightarrow{
height: 50px;
/* content: url() */
}
#middleflag{
height: 58px;
/* content: url() */
}
@font-face {
src: url(https://dl.dropbox.com/s/kp4x66rhekt1fz5/AdabelleHandwriting-Regular.ttf);
font-family: adabelle;
}
