다른 명령
Maintenance script (토론 | 기여) (자동 생성) 태그: 비우기 |
Maintenance script (토론 | 기여) (자동 생성) 태그: 콘텐츠 모델 변경 수동 되돌리기 |
||
| 1번째 줄: | 1번째 줄: | ||
.murim-hero { | |||
text-align: center; | |||
padding: 2em 1em; | |||
margin-bottom: 2em; | |||
border-bottom: 2px solid #8B0000; | |||
} | |||
.murim-hero h1 { | |||
font-size: 2.5em; | |||
margin-bottom: 0.3em; | |||
color: #c9aa71; | |||
} | |||
.murim-hero p { | |||
font-size: 1.1em; | |||
opacity: 0.8; | |||
} | |||
.murim-grid { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); | |||
gap: 1em; | |||
margin: 1.5em 0; | |||
} | |||
.murim-card { | |||
border: 1px solid #333; | |||
border-radius: 8px; | |||
padding: 1.5em; | |||
background: #1a1a1a; | |||
transition: transform 0.2s, box-shadow 0.2s; | |||
} | |||
.murim-card:hover { | |||
transform: translateY(-2px); | |||
box-shadow: 0 4px 12px rgba(0,0,0,0.3); | |||
border-color: #8B0000; | |||
} | |||
.murim-card h3 { | |||
margin-top: 0; | |||
color: #c9aa71; | |||
border-bottom: 1px solid #333; | |||
padding-bottom: 0.5em; | |||
} | |||
.murim-card p { | |||
font-size: 0.9em; | |||
opacity: 0.75; | |||
} | |||
.murim-card a { | |||
display: inline-block; | |||
margin-top: 0.8em; | |||
color: #8B0000; | |||
font-weight: bold; | |||
text-decoration: none; | |||
} | |||
.murim-card a:hover { | |||
text-decoration: underline; | |||
} | |||
.murim-section { | |||
margin: 2em 0; | |||
padding: 1em 0; | |||
} | |||
.murim-section h2 { | |||
border-bottom: 2px solid #8B0000; | |||
padding-bottom: 0.3em; | |||
color: #c9aa71; | |||
} | |||
.murim-links { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); | |||
gap: 0.5em; | |||
list-style: none; | |||
padding: 0; | |||
} | |||
.murim-links li a { | |||
display: block; | |||
padding: 0.5em 1em; | |||
background: #1a1a1a; | |||
border: 1px solid #333; | |||
border-radius: 4px; | |||
text-decoration: none; | |||
transition: background 0.2s, border-color 0.2s; | |||
} | |||
.murim-links li a:hover { | |||
background: #2a1a1a; | |||
border-color: #8B0000; | |||
} | |||
.wikitable.infobox { | |||
background: #1e1e1e; | |||
border-color: #444; | |||
} | |||
.wikitable.infobox th, .wikitable.infobox td { | |||
border-color: #444; | |||
padding: 8px; | |||
} | |||
.wikitable.infobox th { | |||
background: #2a2a2a; | |||
} | |||
2026년 5월 16일 (토) 07:35 판
.murim-hero {
text-align: center; padding: 2em 1em; margin-bottom: 2em; border-bottom: 2px solid #8B0000;
} .murim-hero h1 {
font-size: 2.5em; margin-bottom: 0.3em; color: #c9aa71;
} .murim-hero p {
font-size: 1.1em; opacity: 0.8;
} .murim-grid {
display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1em; margin: 1.5em 0;
} .murim-card {
border: 1px solid #333; border-radius: 8px; padding: 1.5em; background: #1a1a1a; transition: transform 0.2s, box-shadow 0.2s;
} .murim-card:hover {
transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.3); border-color: #8B0000;
} .murim-card h3 {
margin-top: 0; color: #c9aa71; border-bottom: 1px solid #333; padding-bottom: 0.5em;
} .murim-card p {
font-size: 0.9em; opacity: 0.75;
} .murim-card a {
display: inline-block; margin-top: 0.8em; color: #8B0000; font-weight: bold; text-decoration: none;
} .murim-card a:hover {
text-decoration: underline;
} .murim-section {
margin: 2em 0; padding: 1em 0;
} .murim-section h2 {
border-bottom: 2px solid #8B0000; padding-bottom: 0.3em; color: #c9aa71;
} .murim-links {
display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0.5em; list-style: none; padding: 0;
} .murim-links li a {
display: block; padding: 0.5em 1em; background: #1a1a1a; border: 1px solid #333; border-radius: 4px; text-decoration: none; transition: background 0.2s, border-color 0.2s;
} .murim-links li a:hover {
background: #2a1a1a; border-color: #8B0000;
} .wikitable.infobox {
background: #1e1e1e; border-color: #444;
} .wikitable.infobox th, .wikitable.infobox td {
border-color: #444; padding: 8px;
} .wikitable.infobox th {
background: #2a2a2a;
}