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

#siwebring {
	color: black;
	margin:15px auto 15px
	}

#siwebring #templateWebring {
    font-family: trebuchet ms, sans-serif;
    text-align: center;
    background: url('/siwebring/siwidgetbg.png') no-repeat;
    background-size: cover;
    border: 3px #FF74B8 solid;
    font-size: 16px;
}

#siwebring #templateWebring a {
    color: #E7338C;
}

#siwebring #templateWebring a:hover{
    font-weight: bold;
}

#siwebring #webringboxes {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}

#siwebring #webringiconbox, #siwebring #iconWebring {
    width: 100px ;
    height: 100px;
    display: block;
}

#siwebring #webringiconbox {
    border: 3px solid #FF74B8;
    background-color:#ff74b8;
    border-radius: 4px;

}

p#webringdesc {
      color:#E7338C
  }

#siwebring #webringlinks{
    margin:auto;
}

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

#cdr {
  width: 200px;
  margin: 0 auto;
  padding: 6px;
}

#cdr table {
  background-color: #ffffff;
  margin: 0 auto;
}

#cdr table tr td {
  padding: 1px; 
}

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

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

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

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


#cdr p {
  margin: 0.3em 0; 
}

.cdr-badge {
  display: block;
  margin: 0.2em auto; 
  max-width: 100px;
  height: auto;
}

.cdr-widget {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  margin: 0; 
  line-height: 1.2; 
}

.cdr-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  margin: 0.2em 0; 
}

.cdr-nav .cdr-prev,
.cdr-nav .cdr-next {
  font-weight: bold;
  text-decoration: none;
}



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