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

Template:Home/NavItem/styles.css

Template page
/* ========= NavItem ========= */
.gtw-itembtn{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px;
  border-radius:14px;
  background:rgba(0,0,0,0.2);
  border:3px solid rgba(255,255,255,0.10);
}

.gtw-itembtn > a{
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  z-index:2;
  font-size:0;
  color:transparent;
  text-decoration:none;
}

.gtw-itembtn:hover{
  background:rgba(255,255,255,0.10);
  border-color:rgba(255,255,255,0.14);
}

.gtw-itembtn__icon,
.gtw-itembtn__label{
  position:relative;
  z-index:1;
}

.gtw-itembtn__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  image-rendering:pixelated;
}

.gtw-itembtn__label{
  font-weight:800;
  white-space:nowrap;
  margin:0 auto;
}