LiveGobe Wiki

Special:Common.css

Common.css

.red {
  color: red;
}

.wiki-layout {
  max-width: none;
}

.wiki-frontpage-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 1.2em 0;
}

a.wiki-link.wiki-missing {
  border: none;
}

.wiki-content h2, .wiki-content h3, .wiki-content h4, .wiki-content h5, .wiki-content h6 {
  border-bottom: none !important;
}

/* External links */
a[target="_blank"] {
  color: var(--wiki-redirected-from_a-color, rgb(77, 166, 255));
}

/* Relative links */
.wiki-content a.wiki-link, .wiki-content a.wiki-link:visited, .wiki-category-list ul li a {
  color: #4da6ff;
  text-decoration: none;
  padding: 0;
}

.wiki-content a.wiki-link:hover {
  text-decoration: underline;
}

/* --- Content Area --- */
.wiki-container > .wiki-content {
  padding: 0;
  min-width: 0;
}

/* Replace padding on <code> */
code {
  padding: 5px;
}

.wiki-disclaimer {
  padding: 15px;
  border: 1px solid #8B0000;
  border-radius: 20px;
  background-color: red;
  color: white;
}
Last Edited by on 11/10/2025, 5:48:17 PM