Şablon:İstifadəçi:Əkrəm Cəfər/styles.css

a:visited {
  color: var(--color-progressive, #36c);
}

div#container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

div#container > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1;
  text-align: center;
}

span#title {
  font: 700 24px/1.25 sans-serif;
}

span.signature {
  padding: 6px 12px;
  background: #000;
  color: #fff;
}

span.signature span {
  color: #ababab;
}

div.userbox {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 396px;
  min-height: 36px;
}

div.userbox span.icon {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

div.userbox span.icon span.small {
  font-size: 0.8rem;
}

div.userbox span.content {
  flex: 5;
  text-align: left;
}