Template:NavCell/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
.navcell { | .navcell { | ||
width: 100%; | max-width: 100%; | ||
padding: 8px; | |||
} | } | ||
.navcell- | .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; | |||
.nav- | grid-template-rows: 56px 56px 56px; | ||
gap: 6px; | |||
} | } | ||
| Line 57: | Line 25: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
background: #2a2a2a; | |||
background: # | border-radius: 8px; | ||
font-size: 13px; | |||
border-radius: | |||
text-align: center; | text-align: center; | ||
} | } | ||
.nav-btn a { | .nav-btn a { | ||
color: | color: #eee; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.nav-center { | .nav-center { | ||
background: transparent; | background: transparent; | ||
} | } | ||
.nav-ud { | |||
.nav- | |||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
margin-top: 6px; | |||
} | } | ||
.nav- | .nav-ud .nav-btn { | ||
width: 56px; | |||
} | } | ||
.nav- | .nav-text { | ||
margin-top: 160px; | |||
} | } | ||
.nav- | .nav-desc { | ||
font-size: 14px; | |||
line-height: 1.25; | |||
margin-bottom: 6px; | |||
} | } | ||
.nav- | .nav-nearby { | ||
font-size: 13px; | |||
opacity: 0.85; | |||
font-size: | |||
} | } | ||
Revision as of 16:31, 20 December 2025
.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;
}