<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* === Wiki Global Styles === */
body {
  font-family: Georgia, serif;
  background-image: url('../IWOGuildDoor.png');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  color: #f5f5f5;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 60px;
}

/* === Wiki Content Box === */
.container {
  max-width: 800px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  text-align: left;
}

/* === Link Styling === */
.links {
  list-style: none;
  padding: 0;
}

.links li {
  margin: 10px 0;
}

a {
  color: #add8e6;
  text-decoration: none;
  font-size: 1.1em;
}

a:hover {
  text-decoration: underline;
}
</pre></body></html>