메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

미디어위키:Common.css: 두 판 사이의 차이

무림위키
(자동 생성)
 
(자동 생성)
태그: 비우기
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:33 판