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

Template:NavCell/styles.css

Template page
.navcell {
  max-width: 100%;
  padding: 8px;
}

.navcell-ui {
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 999;
  background: rgba(0,0,0,0.6);
  padding: 8px;
  border-radius: 10px;
}

.nav-grid {
  display: grid;
  grid-template-columns: 56px 56px 56px;
  grid-template-rows: 56px 56px 56px;
  gap: 6px;
}

.nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2a2a;
  border-radius: 8px;
  font-size: 13px;
  text-align: center;
}

.nav-btn a {
  color: #eee;
  text-decoration: none;
}

.nav-center {
  background: transparent;
}

.nav-ud {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.nav-ud .nav-btn {
  width: 56px;
}

.nav-text {
  margin-top: 160px;
}

.nav-desc {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 6px;
}

.nav-nearby {
  font-size: 13px;
  opacity: 0.85;
}