Template:Map key/styles.css

Template page
/* Collapsible key container */
.collapsible-key {
  width: 100%;
  padding: 20px;
  padding-top:0;
  padding-bottom:0;
  box-sizing: border-box;
  background-color: #3d3d3f;
  box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  color:white;
  font-size:80%;
  
}

html.skin-citizen-dark .collapsible-key {
background-color: #161a24;
box-shadow: -4px 4px 8px 0px rgba(225, 225, 225, 0.1);

}

/* Collapsible key header */
.collapsible-key-header {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.collapsible-key-header-text {
  flex-grow: 1;
}

/* Collapsible key content (hidden by default) */
.collapsible-key-content {
  display: none;
  padding: 10px;
  text-align:center;
}

.icon-description {
  display: inline-flex; /* Use inline-flex to keep icon and text aligned */
  align-items: center; /* Align the icon and text vertically */
  white-space: nowrap;
}

.icon-description img {
  margin-left: 15px;
}

html.skin-citizen-dark .icon-description img {
filter: invert(1);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.