Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:License box/styles.css

Template page
.license-box {
  display: block;
  padding: 1rem;
  background-color: var(--color-surface-2);
  border-radius: var(--border-radius--medium);
}

.license-box-title {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-bold);
  color: var(--color-base--emphasized);
}

.license-box-icons {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.license-box-metadata {
  display: none;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.