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

#pot8os-webring {
  margin: 0 auto;
  padding: 10px;
  max-width: 400px;
  color: #ff0000; /* metin */
}

#pot8os-webring table {
  background-color: transparent;
  margin: 0 auto;
  border-collapse: collapse;
}

#pot8os-webring table tr td {
  padding: 5px;
  vertical-align: middle;
}

/* Link*/
#pot8os-webring a {
  color: #ffffff !important;
  text-decoration: none; /* Alt çizgi */
}

#pot8os-webring .webring-prev {
  text-align: right;
  width: 20%;
}

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

/* --- Görsel Ayarları --- */
#pot8os-webring .webring-info::before {
  content: "";
  display: block;
  margin: 0 auto 10px auto;
  width: 200px;
  height: 200px;
  background-image: url('https://greenapl.neocities.org/Pot8os/poto.jpeg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#pot8os-webring .webring-next {
  text-align: left;
  width: 20%;
}

#pot8os-webring .webring-links {
  font-size: small;
  font-weight: bold;
}