MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 519: Line 519:
body.page-Main_Page {
body.page-Main_Page {
   padding-top: 60px;
   padding-top: 60px;
}
#grantha-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #1a2e40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 9999;
}
.gt-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gt-icon {
  width: 20px;
  height: 20px;
}
.gt-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.gt-btn {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
}
.gt-btn:hover {
  background: rgba(255,255,255,0.2);
}
}