미디어위키:Common.css: 두 판 사이의 차이
(position: static !important로 이전 절대위치 명시 무효화) |
(포럼 버튼 디자인: 솔리드 네이비 CTA (Option C) 적용) |
||
| 1번째 줄: | 1번째 줄: | ||
/* 아카디아 포털 — | /* 아카디아 포털 — 솔리드 네이비 (Option C) */ | ||
.akadia-portal-links { | .akadia-portal-links { | ||
display: inline-flex !important; | display: inline-flex !important; | ||
| 12번째 줄: | 12번째 줄: | ||
.akadia-portal-link { | .akadia-portal-link { | ||
display: inline-block; | display: inline-block; | ||
padding: | padding: 6px 16px; | ||
margin: 0 3px; | margin: 0 3px; | ||
border | border: 1px solid #1a2744; | ||
border-radius: 999px; | |||
background: #1a2744; | |||
color: # | color: #fff; | ||
font-weight: | font-weight: 600; | ||
font-size: 13px; | font-size: 13px; | ||
letter-spacing: -0.01em; | |||
text-decoration: none; | text-decoration: none; | ||
line-height: 1.4; | line-height: 1.4; | ||
white-space: nowrap; | white-space: nowrap; | ||
box-shadow: 0 1px 2px rgba(26, 39, 68, 0.12); | |||
transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; | |||
} | } | ||
.akadia-portal-link:hover, | .akadia-portal-link:hover, | ||
.akadia-portal-link:focus { | .akadia-portal-link:focus { | ||
background: # | background: #2b3d6a; | ||
color: # | border-color: #2b3d6a; | ||
color: #fff; | |||
text-decoration: none; | text-decoration: none; | ||
box-shadow: 0 2px 6px rgba(26, 39, 68, 0.22); | |||
transform: translateY(-1px); | |||
} | } | ||
| 43번째 줄: | 48번째 줄: | ||
@media screen and (max-width: 720px) { | @media screen and (max-width: 720px) { | ||
.akadia-portal-link { | .akadia-portal-link { | ||
padding: | padding: 5px 12px; | ||
font-size: 12px; | font-size: 12px; | ||
} | } | ||
} | } | ||
| 52번째 줄: | 56번째 줄: | ||
.akadia-portal-links { margin-right: 4px !important; } | .akadia-portal-links { margin-right: 4px !important; } | ||
.akadia-portal-link { | .akadia-portal-link { | ||
padding: | padding: 4px 10px; | ||
font-size: | font-size: 11.5px; | ||
} | } | ||
} | } | ||
| 59번째 줄: | 63번째 줄: | ||
@media screen and (max-width: 360px) { | @media screen and (max-width: 360px) { | ||
.akadia-portal-link { | .akadia-portal-link { | ||
padding: | padding: 3px 9px; | ||
font-size: | font-size: 11px; | ||
} | } | ||
} | } | ||
2026년 5월 12일 (화) 09:24 판
/* 아카디아 포털 — 솔리드 네이비 (Option C) */
.akadia-portal-links {
display: inline-flex !important;
align-items: center !important;
margin-right: 8px;
flex-shrink: 0;
position: static !important;
right: auto !important;
top: auto !important;
transform: none !important;
}
.akadia-portal-link {
display: inline-block;
padding: 6px 16px;
margin: 0 3px;
border: 1px solid #1a2744;
border-radius: 999px;
background: #1a2744;
color: #fff;
font-weight: 600;
font-size: 13px;
letter-spacing: -0.01em;
text-decoration: none;
line-height: 1.4;
white-space: nowrap;
box-shadow: 0 1px 2px rgba(26, 39, 68, 0.12);
transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.akadia-portal-link:hover,
.akadia-portal-link:focus {
background: #2b3d6a;
border-color: #2b3d6a;
color: #fff;
text-decoration: none;
box-shadow: 0 2px 6px rgba(26, 39, 68, 0.22);
transform: translateY(-1px);
}
@media screen and (max-width: 1000px) {
.akadia-portal-links {
position: static !important;
right: auto !important;
top: auto !important;
transform: none !important;
}
}
@media screen and (max-width: 720px) {
.akadia-portal-link {
padding: 5px 12px;
font-size: 12px;
}
}
@media screen and (max-width: 480px) {
.akadia-portal-links { margin-right: 4px !important; }
.akadia-portal-link {
padding: 4px 10px;
font-size: 11.5px;
}
}
@media screen and (max-width: 360px) {
.akadia-portal-link {
padding: 3px 9px;
font-size: 11px;
}
}