미디어위키:Common.css: 두 판 사이의 차이
외관
Reconcile S3 Research Memory canonical schema |
S3 연구 메모리 원본 스키마 동기화 |
||
| (같은 사용자의 중간 판 4개는 보이지 않습니다) | |||
| 303번째 줄: | 303번째 줄: | ||
padding: 1.4rem 1rem; | padding: 1.4rem 1rem; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| 461번째 줄: | 424번째 줄: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
width: 100%; | width: 100%; | ||
} | |||
.formtable { | |||
table-layout: fixed; | |||
} | } | ||
| 478번째 줄: | 445번째 줄: | ||
font-family: var(--s3-font-sans); | font-family: var(--s3-font-sans); | ||
font-size: 0.86rem; | font-size: 0.86rem; | ||
min-width: 12rem; | |||
text-align: left; | text-align: left; | ||
width: 12rem; | width: 12rem; | ||
| 506번째 줄: | 474번째 줄: | ||
max-width: 100%; | max-width: 100%; | ||
padding: 0.55rem 0.65rem; | padding: 0.55rem 0.65rem; | ||
} | |||
.formtable input[type="text"], | |||
.formtable textarea { | |||
width: 100%; | |||
} | } | ||
| 521번째 줄: | 494번째 줄: | ||
background: var(--s3-indigo-dark); | background: var(--s3-indigo-dark); | ||
border-color: var(--s3-indigo-dark); | border-color: var(--s3-indigo-dark); | ||
} | |||
/* Knowledge graph home */ | |||
.page-Main_Page .mw-body-header, | |||
.page-연구_메모리 .mw-body-header, | |||
.page-Main_Page .mw-body-content > .mw-parser-output, | |||
.page-연구_메모리 .mw-body-content > .mw-parser-output { | |||
max-width: 1440px; | |||
} | |||
.page-Main_Page .mw-body-content, | |||
.page-연구_메모리 .mw-body-content { | |||
margin-top: 0.75rem; | |||
} | |||
.s3rm-home-intro { | |||
align-items: center; | |||
border: 0; | |||
display: flex; | |||
min-height: 2.7rem; | |||
padding: 0 0 0.75rem; | |||
} | |||
.s3rm-home-intro p { | |||
color: var(--s3-muted); | |||
font-family: var(--s3-font-sans); | |||
font-size: 0.94rem; | |||
line-height: 1.55; | |||
max-width: none; | |||
} | |||
.s3rm-eyebrow { | |||
color: var(--s3-indigo); | |||
font-size: 0.7rem; | |||
font-weight: 800; | |||
letter-spacing: 0.06em; | |||
line-height: 1.4; | |||
margin-bottom: 0.35rem; | |||
} | |||
.s3rm-graph-section { | |||
background: #fff; | |||
border: 1px solid var(--s3-line); | |||
box-shadow: 0 16px 42px rgba(23, 25, 51, 0.09); | |||
color: var(--s3-text); | |||
margin: 0 0 3.2rem; | |||
overflow: hidden; | |||
} | |||
.s3rm-graph-heading { | |||
align-items: flex-end; | |||
border-bottom: 1px solid var(--s3-line); | |||
display: flex; | |||
gap: 2rem; | |||
justify-content: space-between; | |||
padding: 1.35rem 1.5rem 1.2rem; | |||
} | |||
.s3rm-graph-heading .s3rm-eyebrow { | |||
color: var(--s3-indigo); | |||
} | |||
.s3rm-graph-heading h2 { | |||
border: 0; | |||
color: var(--s3-navy); | |||
font-size: clamp(1.25rem, 2vw, 1.65rem); | |||
line-height: 1.35; | |||
margin: 0 0 0.35rem; | |||
padding: 0; | |||
} | |||
.s3rm-graph-heading p { | |||
color: var(--s3-muted); | |||
font-size: 0.88rem; | |||
line-height: 1.5; | |||
margin: 0; | |||
} | |||
.s3rm-graph-shortcuts { | |||
display: flex; | |||
flex: 0 0 auto; | |||
gap: 0.55rem; | |||
} | |||
.s3rm-graph-shortcuts a { | |||
border: 1px solid var(--s3-indigo-dark); | |||
color: var(--s3-indigo-dark) !important; | |||
font-size: 0.8rem; | |||
font-weight: 700; | |||
padding: 0.42rem 0.72rem; | |||
text-decoration: none; | |||
} | |||
.s3rm-graph-shortcuts a:last-child { | |||
background: var(--s3-indigo); | |||
border-color: var(--s3-indigo); | |||
color: #fff !important; | |||
} | |||
.s3rm-semantic-search { | |||
background: var(--s3-canvas); | |||
border-bottom: 1px solid var(--s3-line); | |||
padding: 1.1rem 1.5rem 1.2rem; | |||
} | |||
.s3rm-semantic-search-loading { | |||
color: var(--s3-muted); | |||
font-size: 0.82rem; | |||
} | |||
.s3rm-semantic-intro { | |||
align-items: center; | |||
display: flex; | |||
gap: 0.75rem; | |||
margin-bottom: 0.8rem; | |||
} | |||
.s3rm-semantic-icon { | |||
align-items: center; | |||
background: #ececf5; | |||
border: 1px solid var(--s3-line); | |||
color: var(--s3-indigo); | |||
display: flex; | |||
flex: 0 0 2.35rem; | |||
font-size: 1.35rem; | |||
height: 2.35rem; | |||
justify-content: center; | |||
} | |||
.s3rm-semantic-intro strong { | |||
color: var(--s3-navy); | |||
display: block; | |||
font-size: 0.92rem; | |||
margin-bottom: 0.1rem; | |||
} | |||
.s3rm-semantic-intro p { | |||
color: var(--s3-muted); | |||
font-size: 0.75rem; | |||
line-height: 1.45; | |||
margin: 0; | |||
} | |||
.s3rm-semantic-form { | |||
display: flex; | |||
gap: 0.55rem; | |||
} | |||
.s3rm-semantic-input { | |||
background: #fff; | |||
border: 1px solid #a7a9ba; | |||
border-radius: 0; | |||
box-sizing: border-box; | |||
color: var(--s3-text); | |||
flex: 1 1 auto; | |||
font-family: var(--s3-font-sans); | |||
font-size: 0.93rem; | |||
height: 3rem; | |||
min-width: 0; | |||
padding: 0 0.95rem; | |||
} | |||
.s3rm-semantic-input::placeholder { | |||
color: #777b8f; | |||
} | |||
.s3rm-semantic-submit { | |||
background: var(--s3-indigo); | |||
border: 1px solid var(--s3-indigo); | |||
border-radius: 0; | |||
color: #fff; | |||
cursor: pointer; | |||
flex: 0 0 auto; | |||
font-family: var(--s3-font-sans); | |||
font-size: 0.84rem; | |||
font-weight: 800; | |||
min-width: 7rem; | |||
padding: 0 1rem; | |||
} | |||
.s3rm-semantic-submit:hover { | |||
background: var(--s3-indigo-dark); | |||
border-color: var(--s3-indigo-dark); | |||
} | |||
.s3rm-semantic-submit:disabled { | |||
cursor: wait; | |||
opacity: 0.7; | |||
} | |||
.s3rm-semantic-examples { | |||
align-items: center; | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 0.4rem; | |||
margin-top: 0.55rem; | |||
} | |||
.s3rm-semantic-examples > span { | |||
color: var(--s3-muted); | |||
font-size: 0.67rem; | |||
margin-right: 0.1rem; | |||
} | |||
.s3rm-semantic-examples button { | |||
background: #fff; | |||
border: 1px solid var(--s3-line); | |||
border-radius: 1rem; | |||
color: var(--s3-indigo-dark); | |||
cursor: pointer; | |||
font-family: var(--s3-font-sans); | |||
font-size: 0.67rem; | |||
padding: 0.25rem 0.55rem; | |||
} | |||
.s3rm-semantic-examples button:hover { | |||
background: #ececf5; | |||
border-color: #b9bcce; | |||
color: var(--s3-navy); | |||
} | |||
.s3rm-semantic-feedback { | |||
border-top: 1px solid var(--s3-line); | |||
margin-top: 0.9rem; | |||
padding-top: 0.9rem; | |||
} | |||
.s3rm-semantic-result-header { | |||
align-items: center; | |||
display: flex; | |||
gap: 1rem; | |||
justify-content: space-between; | |||
margin-bottom: 0.6rem; | |||
} | |||
.s3rm-semantic-result-header > strong { | |||
color: var(--s3-navy); | |||
font-size: 0.78rem; | |||
font-weight: 700; | |||
} | |||
.s3rm-semantic-mode { | |||
color: var(--s3-indigo-dark); | |||
font-size: 0.67rem; | |||
white-space: nowrap; | |||
} | |||
.s3rm-semantic-graph-note { | |||
color: var(--s3-muted); | |||
font-size: 0.72rem; | |||
line-height: 1.5; | |||
margin: -0.1rem 0 0.55rem; | |||
} | |||
.s3rm-semantic-result-links { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 0.35rem; | |||
} | |||
.s3rm-semantic-result-links a { | |||
background: #fff; | |||
border: 1px solid var(--s3-line); | |||
color: var(--s3-indigo-dark) !important; | |||
display: inline-block; | |||
font-size: 0.65rem; | |||
line-height: 1.35; | |||
max-width: 15rem; | |||
overflow: hidden; | |||
padding: 0.28rem 0.5rem; | |||
text-decoration: none; | |||
text-overflow: ellipsis; | |||
white-space: nowrap; | |||
} | |||
.s3rm-semantic-result-links a:hover { | |||
background: #ececf5; | |||
border-color: var(--s3-indigo); | |||
} | |||
.s3rm-semantic-results { | |||
display: grid; | |||
gap: 0.5rem; | |||
grid-template-columns: repeat(3, minmax(0, 1fr)); | |||
} | |||
.s3rm-semantic-result { | |||
background: #fff; | |||
border: 1px solid var(--s3-line); | |||
box-sizing: border-box; | |||
color: var(--s3-navy) !important; | |||
min-width: 0; | |||
padding: 0.75rem; | |||
text-decoration: none; | |||
transition: background var(--s3-motion), border-color var(--s3-motion); | |||
} | |||
.s3rm-semantic-result:hover { | |||
background: #f1f2f7; | |||
border-color: var(--s3-indigo); | |||
} | |||
.s3rm-semantic-result-top { | |||
align-items: flex-start; | |||
display: flex; | |||
gap: 0.55rem; | |||
justify-content: space-between; | |||
} | |||
.s3rm-semantic-result-top > strong { | |||
font-size: 0.76rem; | |||
line-height: 1.4; | |||
} | |||
.s3rm-semantic-result .s3rm-confidence { | |||
flex: 0 0 auto; | |||
font-size: 0.58rem; | |||
padding: 0.12rem 0.35rem; | |||
} | |||
.s3rm-semantic-result p { | |||
color: var(--s3-muted); | |||
display: -webkit-box; | |||
font-size: 0.68rem; | |||
-webkit-box-orient: vertical; | |||
-webkit-line-clamp: 2; | |||
line-height: 1.45; | |||
margin: 0.45rem 0 0; | |||
overflow: hidden; | |||
} | |||
.s3rm-semantic-searching, | |||
.s3rm-semantic-empty, | |||
.s3rm-semantic-error { | |||
color: var(--s3-muted); | |||
font-size: 0.76rem; | |||
margin: 0; | |||
padding: 0.45rem 0; | |||
} | |||
.s3rm-semantic-error { | |||
align-items: center; | |||
display: flex; | |||
gap: 0.7rem; | |||
justify-content: space-between; | |||
} | |||
.s3rm-semantic-error a { | |||
color: var(--s3-indigo-dark) !important; | |||
font-weight: 700; | |||
} | |||
.s3rm-knowledge-graph { | |||
min-height: 590px; | |||
} | |||
.s3rm-graph-loading, | |||
.s3rm-graph-empty { | |||
align-items: center; | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: center; | |||
min-height: 590px; | |||
padding: 2rem; | |||
text-align: center; | |||
} | |||
.s3rm-graph-loading { | |||
color: #d7dcf2; | |||
gap: 0.25rem; | |||
} | |||
.s3rm-graph-loading > span:last-child { | |||
color: #8e96b4; | |||
font-size: 0.82rem; | |||
} | |||
.s3rm-graph-loading-mark { | |||
animation: s3rm-graph-pulse 1.4s ease-in-out infinite; | |||
background: #8ca8ff; | |||
border-radius: 50%; | |||
box-shadow: 18px 8px 0 -2px #53c18b, -18px 11px 0 -3px #a17bd7; | |||
display: block; | |||
height: 12px; | |||
margin: 0 0 1.25rem; | |||
width: 12px; | |||
} | |||
@keyframes s3rm-graph-pulse { | |||
0%, 100% { opacity: 0.45; transform: scale(0.92); } | |||
50% { opacity: 1; transform: scale(1.08); } | |||
} | |||
.s3rm-graph-toolbar { | |||
align-items: center; | |||
background: #151a2f; | |||
border-bottom: 1px solid #292f4b; | |||
display: flex; | |||
gap: 0.6rem; | |||
padding: 0.7rem 0.85rem; | |||
} | |||
.s3rm-graph-search { | |||
flex: 1 1 19rem; | |||
max-width: 30rem; | |||
position: relative; | |||
} | |||
.s3rm-graph-search-input, | |||
.s3rm-graph-filter, | |||
.s3rm-graph-reset, | |||
.s3rm-graph-clear-search { | |||
background: #0f1324; | |||
border: 1px solid #353c5d; | |||
border-radius: 0; | |||
box-sizing: border-box; | |||
color: #edf0ff; | |||
font-family: var(--s3-font-sans); | |||
font-size: 0.82rem; | |||
height: 2.35rem; | |||
} | |||
.s3rm-graph-search-input { | |||
padding: 0 0.8rem 0 2.25rem; | |||
width: 100%; | |||
} | |||
.s3rm-graph-search::before { | |||
color: #7d87aa; | |||
content: "⌕"; | |||
font-size: 1.2rem; | |||
left: 0.75rem; | |||
line-height: 1; | |||
pointer-events: none; | |||
position: absolute; | |||
top: 0.55rem; | |||
z-index: 2; | |||
} | |||
.s3rm-graph-search-input::placeholder { | |||
color: #7d87aa; | |||
} | |||
.s3rm-graph-filter, | |||
.s3rm-graph-reset, | |||
.s3rm-graph-clear-search { | |||
padding: 0 0.75rem; | |||
} | |||
.s3rm-graph-reset, | |||
.s3rm-graph-clear-search { | |||
cursor: pointer; | |||
font-weight: 700; | |||
} | |||
.s3rm-graph-reset:hover, | |||
.s3rm-graph-clear-search:hover { | |||
background: #252c4a; | |||
} | |||
.s3rm-graph-clear-search { | |||
background: #263464; | |||
border-color: #6378d9; | |||
color: #fff; | |||
} | |||
.s3rm-graph-search-results { | |||
background: #181e35; | |||
border: 1px solid #3d456a; | |||
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34); | |||
left: 0; | |||
max-height: 17rem; | |||
overflow-y: auto; | |||
position: absolute; | |||
right: 0; | |||
top: calc(100% + 0.35rem); | |||
z-index: 5; | |||
} | |||
.s3rm-graph-search-results button, | |||
.s3rm-graph-search-results > span { | |||
background: transparent; | |||
border: 0; | |||
border-bottom: 1px solid #2d3452; | |||
box-sizing: border-box; | |||
color: #edf0ff; | |||
display: block; | |||
font-family: var(--s3-font-sans); | |||
font-size: 0.82rem; | |||
padding: 0.7rem 0.8rem; | |||
text-align: left; | |||
width: 100%; | |||
} | |||
.s3rm-graph-search-results button { | |||
cursor: pointer; | |||
} | |||
.s3rm-graph-search-results button:hover, | |||
.s3rm-graph-search-results button:focus-visible { | |||
background: #252d50; | |||
} | |||
.s3rm-graph-body { | |||
display: grid; | |||
grid-template-columns: minmax(0, 1fr) 260px; | |||
min-height: 472px; | |||
} | |||
.s3rm-graph-viewport { | |||
background-color: #0d1120; | |||
background-image: radial-gradient(circle, rgba(140, 168, 255, 0.13) 1px, transparent 1px); | |||
background-size: 24px 24px; | |||
min-width: 0; | |||
overflow: hidden; | |||
position: relative; | |||
} | |||
.s3rm-graph-canvas { | |||
display: block; | |||
height: 100%; | |||
min-height: 472px; | |||
touch-action: none; | |||
width: 100%; | |||
} | |||
.s3rm-graph-canvas.is-dragging { | |||
cursor: grabbing !important; | |||
} | |||
.s3rm-graph-hint { | |||
background: rgba(16, 20, 38, 0.86); | |||
bottom: 0.75rem; | |||
color: #8992b2; | |||
font-size: 0.68rem; | |||
left: 0.75rem; | |||
padding: 0.32rem 0.5rem; | |||
pointer-events: none; | |||
position: absolute; | |||
} | |||
.s3rm-graph-inspector { | |||
background: #151a2f; | |||
border-left: 1px solid #292f4b; | |||
box-sizing: border-box; | |||
min-width: 0; | |||
padding: 1.2rem; | |||
} | |||
.s3rm-inspector-welcome { | |||
align-items: flex-start; | |||
color: #aeb5cf; | |||
display: flex; | |||
flex-direction: column; | |||
height: 100%; | |||
justify-content: center; | |||
} | |||
.s3rm-inspector-welcome strong { | |||
color: #f5f7ff; | |||
margin-bottom: 0.3rem; | |||
} | |||
.s3rm-inspector-welcome p { | |||
font-size: 0.8rem; | |||
line-height: 1.55; | |||
margin: 0; | |||
} | |||
.s3rm-inspector-symbol { | |||
color: #8ca8ff; | |||
font-size: 2.2rem; | |||
line-height: 1; | |||
margin-bottom: 0.9rem; | |||
} | |||
.s3rm-inspector-kicker { | |||
color: #8ca8ff; | |||
font-size: 0.68rem; | |||
font-weight: 800; | |||
letter-spacing: 0.08em; | |||
margin-bottom: 0.5rem; | |||
} | |||
.s3rm-graph-inspector h3 { | |||
color: #fff; | |||
font-size: 1.05rem; | |||
line-height: 1.45; | |||
margin: 0 0 0.85rem; | |||
} | |||
.s3rm-inspector-meta { | |||
align-items: center; | |||
color: #9fa8c8; | |||
display: flex; | |||
font-size: 0.76rem; | |||
gap: 0.6rem; | |||
} | |||
.s3rm-inspector-relations { | |||
border-top: 1px solid #303754; | |||
list-style: none; | |||
margin: 1.1rem 0; | |||
padding: 0.6rem 0 0; | |||
} | |||
.s3rm-inspector-relations li { | |||
align-items: center; | |||
color: #aeb5cf; | |||
display: flex; | |||
font-size: 0.78rem; | |||
justify-content: space-between; | |||
padding: 0.25rem 0; | |||
} | |||
.s3rm-inspector-relations strong { | |||
color: #fff; | |||
} | |||
.s3rm-inspector-muted { | |||
color: #929ab8; | |||
font-size: 0.78rem; | |||
line-height: 1.5; | |||
margin: 1.1rem 0; | |||
} | |||
.s3rm-graph-primary-link { | |||
background: #687ee9; | |||
color: #fff !important; | |||
display: inline-block; | |||
font-size: 0.8rem; | |||
font-weight: 700; | |||
margin-top: 0.75rem; | |||
padding: 0.52rem 0.78rem; | |||
text-decoration: none; | |||
} | |||
.s3rm-graph-footer { | |||
align-items: center; | |||
background: #151a2f; | |||
border-top: 1px solid #292f4b; | |||
color: #8f98b8; | |||
display: flex; | |||
font-size: 0.7rem; | |||
gap: 1rem; | |||
justify-content: space-between; | |||
min-height: 2.45rem; | |||
padding: 0 0.9rem; | |||
} | |||
.s3rm-graph-legend { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 0.8rem; | |||
} | |||
.s3rm-graph-legend-item { | |||
align-items: center; | |||
display: inline-flex; | |||
gap: 0.3rem; | |||
} | |||
.s3rm-graph-legend-item i { | |||
border-radius: 50%; | |||
display: inline-block; | |||
height: 0.4rem; | |||
width: 0.4rem; | |||
} | |||
.s3rm-graph-empty { | |||
background: #0d1120; | |||
color: #aeb5cf; | |||
} | |||
.s3rm-graph-empty strong { | |||
color: #fff; | |||
font-size: 1.05rem; | |||
} | |||
.s3rm-graph-empty p { | |||
font-size: 0.83rem; | |||
margin: 0.35rem 0 0; | |||
} | |||
.s3rm-graph-fallback { | |||
background: #0d1120; | |||
color: #c8cee5; | |||
min-height: 12rem; | |||
padding: 4rem 1rem; | |||
text-align: center; | |||
} | |||
.s3rm-home-lower { | |||
display: grid; | |||
gap: clamp(2.5rem, 5vw, 5rem); | |||
grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.72fr); | |||
} | |||
.s3rm-quick-start-header { | |||
align-items: flex-end; | |||
} | |||
.s3rm-quick-start-header h2, | |||
.s3rm-recent-section .s3rm-section-header h2 { | |||
padding-bottom: 0; | |||
} | |||
.s3rm-quick-start-header h2::before, | |||
.s3rm-recent-section .s3rm-section-header h2::before { | |||
display: none; | |||
} | |||
.s3rm-onboarding-steps { | |||
display: grid; | |||
gap: 0; | |||
grid-template-columns: repeat(3, minmax(0, 1fr)); | |||
list-style: none; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.s3rm-onboarding-steps li { | |||
border-bottom: 1px solid var(--s3-line); | |||
border-right: 1px solid var(--s3-line); | |||
display: flex; | |||
gap: 0.75rem; | |||
min-width: 0; | |||
padding: 1rem; | |||
} | |||
.s3rm-onboarding-steps li:first-child { | |||
padding-left: 0; | |||
} | |||
.s3rm-onboarding-steps li:last-child { | |||
border-right: 0; | |||
} | |||
.s3rm-onboarding-steps li > span { | |||
align-items: center; | |||
background: var(--s3-navy); | |||
border-radius: 50%; | |||
color: #fff; | |||
display: inline-flex; | |||
flex: 0 0 1.65rem; | |||
font-size: 0.72rem; | |||
font-weight: 800; | |||
height: 1.65rem; | |||
justify-content: center; | |||
} | |||
.s3rm-onboarding-steps strong { | |||
color: var(--s3-navy); | |||
display: block; | |||
font-size: 0.86rem; | |||
margin: 0.1rem 0 0.22rem; | |||
} | |||
.s3rm-onboarding-steps p { | |||
color: var(--s3-muted); | |||
font-size: 0.76rem; | |||
line-height: 1.48; | |||
margin: 0; | |||
} | |||
.s3rm-quick-start .s3rm-create-panel { | |||
align-items: center; | |||
border-top: 0; | |||
gap: 1.5rem; | |||
grid-template-columns: minmax(0, 1fr) minmax(290px, 0.8fr); | |||
padding: 1.2rem 0; | |||
} | |||
.s3rm-quick-start .s3rm-create-panel h3 { | |||
font-size: 1rem; | |||
margin: 0 0 0.35rem; | |||
} | |||
.s3rm-quick-start .s3rm-create-panel p { | |||
color: var(--s3-muted); | |||
font-size: 0.79rem; | |||
line-height: 1.55; | |||
margin: 0; | |||
} | |||
.s3rm-quick-start .s3rm-create-panel .s3rm-create-hint { | |||
margin-top: 0.35rem; | |||
} | |||
.s3rm-quick-start .s3rm-form-launcher { | |||
background: #f1f2f7; | |||
border: 1px solid var(--s3-line); | |||
} | |||
.s3rm-recent-section .s3rm-section-header { | |||
align-items: flex-end; | |||
} | |||
.s3rm-recent-section .s3rm-recent-list { | |||
border-bottom: 0; | |||
} | |||
.s3rm-recent-section .s3rm-lesson-summary { | |||
margin-left: 0; | |||
margin-right: 0; | |||
padding-left: 0; | |||
padding-right: 0; | |||
} | } | ||
@media screen and (max-width: 960px) { | @media screen and (max-width: 960px) { | ||
.s3rm-home-lower { | |||
gap: 2.5rem; | |||
grid-template-columns: 1fr; | |||
} | |||
.s3rm-create-panel { | .s3rm-create-panel { | ||
grid-template-columns: 1fr; | grid-template-columns: 1fr; | ||
| 543번째 줄: | 1,328번째 줄: | ||
grid-template-columns: 1fr; | grid-template-columns: 1fr; | ||
margin-bottom: 2.5rem; | margin-bottom: 2.5rem; | ||
} | |||
.s3rm-graph-section { | |||
margin-left: -0.75rem; | |||
margin-right: -0.75rem; | |||
} | |||
.s3rm-graph-heading { | |||
align-items: flex-start; | |||
flex-direction: column; | |||
gap: 0.85rem; | |||
padding: 1.1rem; | |||
} | |||
.s3rm-semantic-search { | |||
padding: 1rem; | |||
} | |||
.s3rm-semantic-form { | |||
align-items: stretch; | |||
flex-direction: column; | |||
} | |||
.s3rm-semantic-submit { | |||
min-height: 2.75rem; | |||
} | |||
.s3rm-semantic-examples { | |||
display: none; | |||
} | |||
.s3rm-semantic-results { | |||
grid-template-columns: 1fr; | |||
} | |||
.s3rm-graph-toolbar { | |||
align-items: stretch; | |||
flex-wrap: wrap; | |||
} | |||
.s3rm-graph-search { | |||
flex-basis: 100%; | |||
max-width: none; | |||
} | |||
.s3rm-graph-filter { | |||
flex: 1; | |||
} | |||
.s3rm-graph-body { | |||
grid-template-columns: 1fr; | |||
} | |||
.s3rm-graph-canvas, | |||
.s3rm-graph-viewport { | |||
min-height: 390px; | |||
} | |||
.s3rm-graph-inspector { | |||
border-left: 0; | |||
border-top: 1px solid #292f4b; | |||
min-height: 10rem; | |||
} | |||
.s3rm-inspector-welcome { | |||
min-height: 8rem; | |||
} | |||
.s3rm-graph-footer { | |||
align-items: flex-start; | |||
flex-direction: column; | |||
padding-bottom: 0.6rem; | |||
padding-top: 0.6rem; | |||
} | |||
.s3rm-graph-legend { | |||
gap: 0.55rem; | |||
} | |||
.s3rm-onboarding-steps { | |||
grid-template-columns: 1fr; | |||
} | |||
.s3rm-onboarding-steps li, | |||
.s3rm-onboarding-steps li:first-child, | |||
.s3rm-onboarding-steps li:last-child { | |||
border-right: 0; | |||
padding: 0.8rem 0; | |||
} | } | ||
| 559번째 줄: | 1,432번째 줄: | ||
.s3rm-content-section { | .s3rm-content-section { | ||
margin-bottom: 2.5rem; | margin-bottom: 2.5rem; | ||
} | } | ||
| 585번째 줄: | 1,439번째 줄: | ||
.formtable td { | .formtable td { | ||
display: block; | display: block; | ||
min-width: 0; | |||
width: auto; | width: auto; | ||
} | } | ||
2026년 7월 19일 (일) 11:07 기준 최신판
:root {
--s3-navy: #1d2040;
--s3-navy-deep: #171933;
--s3-indigo: #3e42d1;
--s3-indigo-dark: #393c9f;
--s3-sky: #8eb2ee;
--s3-paper: #f0f0f0;
--s3-canvas: #f7f7fa;
--s3-text: #212121;
--s3-muted: #626579;
--s3-green: #2f6b4f;
--s3-amber: #8a6a1f;
--s3-amber-bg: #f6eed6;
--s3-line: #d9dbe7;
--s3-motion: 150ms ease;
--s3-font-sans: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Montserrat, Arial, sans-serif;
--s3-font-serif: "Noto Serif KR", "Nanum Myeongjo", Bitter, Georgia, serif;
}
::selection {
background: var(--s3-sky);
color: var(--s3-navy-deep);
}
html {
scroll-behavior: smooth;
}
body,
.mw-body-content {
color: var(--s3-text);
font-family: var(--s3-font-sans);
font-size: 17px;
line-height: 1.72;
}
body {
background: var(--s3-canvas);
}
a,
.mw-body-content a:visited {
color: var(--s3-indigo-dark);
transition: color var(--s3-motion);
}
a:hover {
color: var(--s3-indigo);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
outline: 3px solid var(--s3-indigo);
outline-offset: 2px;
}
.vector-header-container,
.skin-vector-2022 .mw-header {
background: var(--s3-navy);
color: #fff;
}
.vector-header-container a,
.vector-header-container .vector-menu-heading,
.vector-header-container .vector-dropdown-label {
color: #fff;
}
.vector-header-container .mw-logo-wordmark,
.vector-header-container .mw-logo-tagline,
.vector-header-container .mw-ui-icon::before {
filter: brightness(0) invert(1);
}
.vector-header-container .mw-logo-icon {
filter: none;
}
.vector-header-container .mw-logo-wordmark {
color: #fff;
}
.vector-header-container .cdx-text-input__input,
.vector-header-container input {
background: #fff;
color: var(--s3-text);
}
.mw-page-container {
background: #fff;
}
.mw-body-header {
background: var(--s3-paper);
border: 0;
padding: 1.6rem clamp(1.25rem, 4vw, 4.4rem);
}
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body-header .firstHeading {
color: var(--s3-text);
font-family: var(--s3-font-sans);
font-weight: 700;
}
.mw-body h2 {
border-bottom: 1px solid var(--s3-line);
font-size: clamp(1.4rem, 2.2vw, 1.75rem);
padding-bottom: 0.45rem;
}
.mw-body h3 {
font-size: 1.18rem;
}
.page-Main_Page .mw-body-content,
.page-연구_메모리 .mw-body-content {
font-size: 16px;
line-height: 1.65;
margin-top: 1.2rem;
}
.page-Main_Page .mw-body-header,
.page-연구_메모리 .mw-body-header {
background: #fff;
border-bottom: 1px solid var(--s3-line);
margin: 0 auto;
max-width: 960px;
padding: 1.1rem 0 0.85rem;
}
.page-Main_Page .mw-body-header .firstHeading,
.page-연구_메모리 .mw-body-header .firstHeading {
font-size: clamp(1.8rem, 3vw, 2.15rem);
line-height: 1.3;
}
.page-Main_Page .mw-body-content > .mw-parser-output,
.page-연구_메모리 .mw-body-content > .mw-parser-output {
margin: 0 auto;
max-width: 960px;
}
.s3rm-home-intro {
border-bottom: 1px solid var(--s3-line);
border-top: 3px solid var(--s3-navy);
padding: 1.15rem 0 1.25rem;
}
.s3rm-home-intro p {
color: var(--s3-navy-deep);
font-family: var(--s3-font-serif);
font-size: clamp(1.12rem, 1.8vw, 1.32rem);
line-height: 1.6;
margin: 0;
max-width: 760px;
text-wrap: pretty;
}
.s3rm-content-section {
margin: 0 auto 3.25rem;
}
.s3rm-home-actions {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
border-bottom: 1px solid var(--s3-line);
margin-bottom: 3.25rem;
}
.s3rm-action-card {
border-right: 1px solid var(--s3-line);
box-shadow: inset 0 0 0 0 transparent;
min-width: 0;
padding: 1.05rem 1.35rem 1.15rem;
transition: box-shadow var(--s3-motion);
}
.s3rm-action-card:hover {
box-shadow: inset 0 3px 0 -1px var(--s3-indigo);
}
.s3rm-action-card:first-child {
padding-left: 0;
}
.s3rm-action-card:last-child {
border-right: 0;
padding-right: 0;
}
.s3rm-action-title {
font-family: var(--s3-font-sans);
font-size: 1rem;
font-weight: 700;
margin-bottom: 0.3rem;
}
.s3rm-action-title a {
color: var(--s3-indigo-dark);
text-decoration-thickness: 1px;
text-underline-offset: 0.2em;
transition: text-decoration-thickness var(--s3-motion),
text-underline-offset var(--s3-motion);
}
.s3rm-action-card:hover .s3rm-action-title a {
text-decoration-thickness: 2px;
text-underline-offset: 0.24em;
}
.s3rm-action-card p {
color: var(--s3-muted);
font-size: 0.9rem;
line-height: 1.55;
margin: 0;
}
.s3rm-section-header {
align-items: baseline;
border-bottom: 1px solid var(--s3-line);
display: flex;
gap: 1rem;
justify-content: space-between;
}
.s3rm-section-header h2 {
align-items: center;
border: 0;
display: flex;
font-size: 1.35rem;
gap: 0.55rem;
margin: 0;
padding: 0 0 0.65rem;
}
.s3rm-section-header h2::before {
background: var(--s3-indigo);
content: "";
height: 1.1em;
width: 4px;
}
.s3rm-section-link {
font-size: 0.88rem;
white-space: nowrap;
}
.s3rm-recent-list {
border-bottom: 1px solid var(--s3-line);
}
.s3rm-lesson-summary {
background: #fff;
border-bottom: 1px solid var(--s3-line);
box-shadow: inset 0 0 0 0 transparent;
margin: 0 -0.9rem;
padding: 0.85rem 0.9rem;
transition: background var(--s3-motion), box-shadow var(--s3-motion);
}
.s3rm-lesson-summary:hover {
background: var(--s3-canvas);
box-shadow: inset 3px 0 0 0 var(--s3-indigo);
}
.s3rm-lesson-summary:last-child {
border-bottom: 0;
}
.s3rm-lesson-summary-title {
font-family: var(--s3-font-sans);
font-size: 1rem;
font-weight: 700;
line-height: 1.45;
margin: 0 0 0.45rem;
}
.s3rm-lesson-summary-title a {
color: var(--s3-navy);
}
.s3rm-lesson-summary-meta {
align-items: center;
color: var(--s3-muted);
display: flex;
flex-wrap: wrap;
font-size: 0.82rem;
gap: 0.45rem;
}
.s3rm-empty-state {
background: var(--s3-canvas);
border: 1px dashed var(--s3-line);
color: var(--s3-muted);
font-size: 0.92rem;
padding: 1.4rem 1rem;
text-align: center;
}
.s3rm-create-panel {
border-bottom: 1px solid var(--s3-line);
border-top: 1px solid var(--s3-line);
display: grid;
gap: 2.25rem;
grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
padding: 1.4rem 0;
}
.s3rm-create-panel h2 {
border: 0;
font-size: 1.35rem;
margin-top: 0;
padding: 0;
}
.s3rm-form-launcher {
background: var(--s3-paper);
min-width: 0;
padding: 1rem;
}
.s3rm-form-label {
color: var(--s3-navy);
font-family: var(--s3-font-sans);
font-size: 0.86rem;
font-weight: 700;
margin-bottom: 0.45rem;
}
.s3rm-form-launcher .pfFormInputWrapper {
max-width: 100%;
}
.s3rm-form-launcher .oo-ui-horizontalLayout {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
max-width: 100%;
}
.s3rm-form-launcher .oo-ui-horizontalLayout > .oo-ui-widget {
margin-right: 0;
}
.s3rm-form-launcher .pfPageNameWithoutNamespace {
flex: 1 1 14rem;
min-width: 0;
width: auto !important;
}
.s3rm-form-launcher input[type="text"] {
box-sizing: border-box;
max-width: 100%;
min-width: 0;
width: 100% !important;
}
.s3rm-form-note {
background: #f5f5f8;
border-left: 4px solid var(--s3-indigo);
margin: 1.2rem 0 1.8rem;
padding: 1rem 1.2rem;
}
.s3rm-confidence,
.s3rm-kind,
.s3rm-relation-label {
background: #ececf5;
color: var(--s3-navy);
display: inline-block;
font-family: var(--s3-font-sans);
font-size: 0.78rem;
font-weight: 700;
line-height: 1.4;
padding: 0.2rem 0.55rem;
}
.s3rm-confidence-high { background: #dceee5; color: var(--s3-green); }
.s3rm-confidence-low { background: #f4e6e3; color: #8a3f34; }
.s3rm-lesson-meta {
align-items: center;
border-bottom: 1px solid var(--s3-line);
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
margin-bottom: 1.5rem;
padding-bottom: 1rem;
}
.s3rm-lesson-actions {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
margin: -0.55rem 0 1.4rem;
}
.s3rm-lesson-actions a {
border: 1px solid var(--s3-indigo-dark);
color: var(--s3-indigo-dark);
display: inline-block;
font-size: 0.86rem;
font-weight: 700;
padding: 0.42rem 0.7rem;
text-decoration: none;
transition: background var(--s3-motion), color var(--s3-motion);
}
.s3rm-lesson-actions a:hover {
background: var(--s3-indigo-dark);
color: #fff;
}
.s3rm-lesson-table,
.formtable,
.smwtable {
border-collapse: collapse;
width: 100%;
}
.formtable {
table-layout: fixed;
}
.s3rm-lesson-table th,
.s3rm-lesson-table td,
.formtable th,
.formtable td {
border: 0;
border-bottom: 1px solid var(--s3-line);
padding: 0.85rem 0.75rem;
vertical-align: top;
}
.s3rm-lesson-table th,
.formtable th {
color: var(--s3-navy);
font-family: var(--s3-font-sans);
font-size: 0.86rem;
min-width: 12rem;
text-align: left;
width: 12rem;
}
.s3rm-evidence {
background: #f7f7fa;
border-left: 4px solid var(--s3-indigo);
margin: 0.75rem 0;
padding: 0.85rem 1rem;
}
.s3rm-relation {
border-bottom: 1px solid var(--s3-line);
display: block;
margin: 0.35rem 0;
padding: 0.55rem 0;
}
.pfFormInputWrapper input,
.createboxInput,
.formtable input[type="text"],
.formtable textarea,
.formtable select {
border: 1px solid #a7a9ba;
box-sizing: border-box;
font-family: var(--s3-font-sans);
max-width: 100%;
padding: 0.55rem 0.65rem;
}
.formtable input[type="text"],
.formtable textarea {
width: 100%;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button,
.cdx-button--action-progressive.cdx-button--weight-primary {
background: var(--s3-indigo);
border-color: var(--s3-indigo);
color: #fff;
min-height: 44px;
transition: background var(--s3-motion);
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover,
.cdx-button--action-progressive.cdx-button--weight-primary:hover {
background: var(--s3-indigo-dark);
border-color: var(--s3-indigo-dark);
}
/* Knowledge graph home */
.page-Main_Page .mw-body-header,
.page-연구_메모리 .mw-body-header,
.page-Main_Page .mw-body-content > .mw-parser-output,
.page-연구_메모리 .mw-body-content > .mw-parser-output {
max-width: 1440px;
}
.page-Main_Page .mw-body-content,
.page-연구_메모리 .mw-body-content {
margin-top: 0.75rem;
}
.s3rm-home-intro {
align-items: center;
border: 0;
display: flex;
min-height: 2.7rem;
padding: 0 0 0.75rem;
}
.s3rm-home-intro p {
color: var(--s3-muted);
font-family: var(--s3-font-sans);
font-size: 0.94rem;
line-height: 1.55;
max-width: none;
}
.s3rm-eyebrow {
color: var(--s3-indigo);
font-size: 0.7rem;
font-weight: 800;
letter-spacing: 0.06em;
line-height: 1.4;
margin-bottom: 0.35rem;
}
.s3rm-graph-section {
background: #fff;
border: 1px solid var(--s3-line);
box-shadow: 0 16px 42px rgba(23, 25, 51, 0.09);
color: var(--s3-text);
margin: 0 0 3.2rem;
overflow: hidden;
}
.s3rm-graph-heading {
align-items: flex-end;
border-bottom: 1px solid var(--s3-line);
display: flex;
gap: 2rem;
justify-content: space-between;
padding: 1.35rem 1.5rem 1.2rem;
}
.s3rm-graph-heading .s3rm-eyebrow {
color: var(--s3-indigo);
}
.s3rm-graph-heading h2 {
border: 0;
color: var(--s3-navy);
font-size: clamp(1.25rem, 2vw, 1.65rem);
line-height: 1.35;
margin: 0 0 0.35rem;
padding: 0;
}
.s3rm-graph-heading p {
color: var(--s3-muted);
font-size: 0.88rem;
line-height: 1.5;
margin: 0;
}
.s3rm-graph-shortcuts {
display: flex;
flex: 0 0 auto;
gap: 0.55rem;
}
.s3rm-graph-shortcuts a {
border: 1px solid var(--s3-indigo-dark);
color: var(--s3-indigo-dark) !important;
font-size: 0.8rem;
font-weight: 700;
padding: 0.42rem 0.72rem;
text-decoration: none;
}
.s3rm-graph-shortcuts a:last-child {
background: var(--s3-indigo);
border-color: var(--s3-indigo);
color: #fff !important;
}
.s3rm-semantic-search {
background: var(--s3-canvas);
border-bottom: 1px solid var(--s3-line);
padding: 1.1rem 1.5rem 1.2rem;
}
.s3rm-semantic-search-loading {
color: var(--s3-muted);
font-size: 0.82rem;
}
.s3rm-semantic-intro {
align-items: center;
display: flex;
gap: 0.75rem;
margin-bottom: 0.8rem;
}
.s3rm-semantic-icon {
align-items: center;
background: #ececf5;
border: 1px solid var(--s3-line);
color: var(--s3-indigo);
display: flex;
flex: 0 0 2.35rem;
font-size: 1.35rem;
height: 2.35rem;
justify-content: center;
}
.s3rm-semantic-intro strong {
color: var(--s3-navy);
display: block;
font-size: 0.92rem;
margin-bottom: 0.1rem;
}
.s3rm-semantic-intro p {
color: var(--s3-muted);
font-size: 0.75rem;
line-height: 1.45;
margin: 0;
}
.s3rm-semantic-form {
display: flex;
gap: 0.55rem;
}
.s3rm-semantic-input {
background: #fff;
border: 1px solid #a7a9ba;
border-radius: 0;
box-sizing: border-box;
color: var(--s3-text);
flex: 1 1 auto;
font-family: var(--s3-font-sans);
font-size: 0.93rem;
height: 3rem;
min-width: 0;
padding: 0 0.95rem;
}
.s3rm-semantic-input::placeholder {
color: #777b8f;
}
.s3rm-semantic-submit {
background: var(--s3-indigo);
border: 1px solid var(--s3-indigo);
border-radius: 0;
color: #fff;
cursor: pointer;
flex: 0 0 auto;
font-family: var(--s3-font-sans);
font-size: 0.84rem;
font-weight: 800;
min-width: 7rem;
padding: 0 1rem;
}
.s3rm-semantic-submit:hover {
background: var(--s3-indigo-dark);
border-color: var(--s3-indigo-dark);
}
.s3rm-semantic-submit:disabled {
cursor: wait;
opacity: 0.7;
}
.s3rm-semantic-examples {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
margin-top: 0.55rem;
}
.s3rm-semantic-examples > span {
color: var(--s3-muted);
font-size: 0.67rem;
margin-right: 0.1rem;
}
.s3rm-semantic-examples button {
background: #fff;
border: 1px solid var(--s3-line);
border-radius: 1rem;
color: var(--s3-indigo-dark);
cursor: pointer;
font-family: var(--s3-font-sans);
font-size: 0.67rem;
padding: 0.25rem 0.55rem;
}
.s3rm-semantic-examples button:hover {
background: #ececf5;
border-color: #b9bcce;
color: var(--s3-navy);
}
.s3rm-semantic-feedback {
border-top: 1px solid var(--s3-line);
margin-top: 0.9rem;
padding-top: 0.9rem;
}
.s3rm-semantic-result-header {
align-items: center;
display: flex;
gap: 1rem;
justify-content: space-between;
margin-bottom: 0.6rem;
}
.s3rm-semantic-result-header > strong {
color: var(--s3-navy);
font-size: 0.78rem;
font-weight: 700;
}
.s3rm-semantic-mode {
color: var(--s3-indigo-dark);
font-size: 0.67rem;
white-space: nowrap;
}
.s3rm-semantic-graph-note {
color: var(--s3-muted);
font-size: 0.72rem;
line-height: 1.5;
margin: -0.1rem 0 0.55rem;
}
.s3rm-semantic-result-links {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
}
.s3rm-semantic-result-links a {
background: #fff;
border: 1px solid var(--s3-line);
color: var(--s3-indigo-dark) !important;
display: inline-block;
font-size: 0.65rem;
line-height: 1.35;
max-width: 15rem;
overflow: hidden;
padding: 0.28rem 0.5rem;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.s3rm-semantic-result-links a:hover {
background: #ececf5;
border-color: var(--s3-indigo);
}
.s3rm-semantic-results {
display: grid;
gap: 0.5rem;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.s3rm-semantic-result {
background: #fff;
border: 1px solid var(--s3-line);
box-sizing: border-box;
color: var(--s3-navy) !important;
min-width: 0;
padding: 0.75rem;
text-decoration: none;
transition: background var(--s3-motion), border-color var(--s3-motion);
}
.s3rm-semantic-result:hover {
background: #f1f2f7;
border-color: var(--s3-indigo);
}
.s3rm-semantic-result-top {
align-items: flex-start;
display: flex;
gap: 0.55rem;
justify-content: space-between;
}
.s3rm-semantic-result-top > strong {
font-size: 0.76rem;
line-height: 1.4;
}
.s3rm-semantic-result .s3rm-confidence {
flex: 0 0 auto;
font-size: 0.58rem;
padding: 0.12rem 0.35rem;
}
.s3rm-semantic-result p {
color: var(--s3-muted);
display: -webkit-box;
font-size: 0.68rem;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.45;
margin: 0.45rem 0 0;
overflow: hidden;
}
.s3rm-semantic-searching,
.s3rm-semantic-empty,
.s3rm-semantic-error {
color: var(--s3-muted);
font-size: 0.76rem;
margin: 0;
padding: 0.45rem 0;
}
.s3rm-semantic-error {
align-items: center;
display: flex;
gap: 0.7rem;
justify-content: space-between;
}
.s3rm-semantic-error a {
color: var(--s3-indigo-dark) !important;
font-weight: 700;
}
.s3rm-knowledge-graph {
min-height: 590px;
}
.s3rm-graph-loading,
.s3rm-graph-empty {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 590px;
padding: 2rem;
text-align: center;
}
.s3rm-graph-loading {
color: #d7dcf2;
gap: 0.25rem;
}
.s3rm-graph-loading > span:last-child {
color: #8e96b4;
font-size: 0.82rem;
}
.s3rm-graph-loading-mark {
animation: s3rm-graph-pulse 1.4s ease-in-out infinite;
background: #8ca8ff;
border-radius: 50%;
box-shadow: 18px 8px 0 -2px #53c18b, -18px 11px 0 -3px #a17bd7;
display: block;
height: 12px;
margin: 0 0 1.25rem;
width: 12px;
}
@keyframes s3rm-graph-pulse {
0%, 100% { opacity: 0.45; transform: scale(0.92); }
50% { opacity: 1; transform: scale(1.08); }
}
.s3rm-graph-toolbar {
align-items: center;
background: #151a2f;
border-bottom: 1px solid #292f4b;
display: flex;
gap: 0.6rem;
padding: 0.7rem 0.85rem;
}
.s3rm-graph-search {
flex: 1 1 19rem;
max-width: 30rem;
position: relative;
}
.s3rm-graph-search-input,
.s3rm-graph-filter,
.s3rm-graph-reset,
.s3rm-graph-clear-search {
background: #0f1324;
border: 1px solid #353c5d;
border-radius: 0;
box-sizing: border-box;
color: #edf0ff;
font-family: var(--s3-font-sans);
font-size: 0.82rem;
height: 2.35rem;
}
.s3rm-graph-search-input {
padding: 0 0.8rem 0 2.25rem;
width: 100%;
}
.s3rm-graph-search::before {
color: #7d87aa;
content: "⌕";
font-size: 1.2rem;
left: 0.75rem;
line-height: 1;
pointer-events: none;
position: absolute;
top: 0.55rem;
z-index: 2;
}
.s3rm-graph-search-input::placeholder {
color: #7d87aa;
}
.s3rm-graph-filter,
.s3rm-graph-reset,
.s3rm-graph-clear-search {
padding: 0 0.75rem;
}
.s3rm-graph-reset,
.s3rm-graph-clear-search {
cursor: pointer;
font-weight: 700;
}
.s3rm-graph-reset:hover,
.s3rm-graph-clear-search:hover {
background: #252c4a;
}
.s3rm-graph-clear-search {
background: #263464;
border-color: #6378d9;
color: #fff;
}
.s3rm-graph-search-results {
background: #181e35;
border: 1px solid #3d456a;
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
left: 0;
max-height: 17rem;
overflow-y: auto;
position: absolute;
right: 0;
top: calc(100% + 0.35rem);
z-index: 5;
}
.s3rm-graph-search-results button,
.s3rm-graph-search-results > span {
background: transparent;
border: 0;
border-bottom: 1px solid #2d3452;
box-sizing: border-box;
color: #edf0ff;
display: block;
font-family: var(--s3-font-sans);
font-size: 0.82rem;
padding: 0.7rem 0.8rem;
text-align: left;
width: 100%;
}
.s3rm-graph-search-results button {
cursor: pointer;
}
.s3rm-graph-search-results button:hover,
.s3rm-graph-search-results button:focus-visible {
background: #252d50;
}
.s3rm-graph-body {
display: grid;
grid-template-columns: minmax(0, 1fr) 260px;
min-height: 472px;
}
.s3rm-graph-viewport {
background-color: #0d1120;
background-image: radial-gradient(circle, rgba(140, 168, 255, 0.13) 1px, transparent 1px);
background-size: 24px 24px;
min-width: 0;
overflow: hidden;
position: relative;
}
.s3rm-graph-canvas {
display: block;
height: 100%;
min-height: 472px;
touch-action: none;
width: 100%;
}
.s3rm-graph-canvas.is-dragging {
cursor: grabbing !important;
}
.s3rm-graph-hint {
background: rgba(16, 20, 38, 0.86);
bottom: 0.75rem;
color: #8992b2;
font-size: 0.68rem;
left: 0.75rem;
padding: 0.32rem 0.5rem;
pointer-events: none;
position: absolute;
}
.s3rm-graph-inspector {
background: #151a2f;
border-left: 1px solid #292f4b;
box-sizing: border-box;
min-width: 0;
padding: 1.2rem;
}
.s3rm-inspector-welcome {
align-items: flex-start;
color: #aeb5cf;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}
.s3rm-inspector-welcome strong {
color: #f5f7ff;
margin-bottom: 0.3rem;
}
.s3rm-inspector-welcome p {
font-size: 0.8rem;
line-height: 1.55;
margin: 0;
}
.s3rm-inspector-symbol {
color: #8ca8ff;
font-size: 2.2rem;
line-height: 1;
margin-bottom: 0.9rem;
}
.s3rm-inspector-kicker {
color: #8ca8ff;
font-size: 0.68rem;
font-weight: 800;
letter-spacing: 0.08em;
margin-bottom: 0.5rem;
}
.s3rm-graph-inspector h3 {
color: #fff;
font-size: 1.05rem;
line-height: 1.45;
margin: 0 0 0.85rem;
}
.s3rm-inspector-meta {
align-items: center;
color: #9fa8c8;
display: flex;
font-size: 0.76rem;
gap: 0.6rem;
}
.s3rm-inspector-relations {
border-top: 1px solid #303754;
list-style: none;
margin: 1.1rem 0;
padding: 0.6rem 0 0;
}
.s3rm-inspector-relations li {
align-items: center;
color: #aeb5cf;
display: flex;
font-size: 0.78rem;
justify-content: space-between;
padding: 0.25rem 0;
}
.s3rm-inspector-relations strong {
color: #fff;
}
.s3rm-inspector-muted {
color: #929ab8;
font-size: 0.78rem;
line-height: 1.5;
margin: 1.1rem 0;
}
.s3rm-graph-primary-link {
background: #687ee9;
color: #fff !important;
display: inline-block;
font-size: 0.8rem;
font-weight: 700;
margin-top: 0.75rem;
padding: 0.52rem 0.78rem;
text-decoration: none;
}
.s3rm-graph-footer {
align-items: center;
background: #151a2f;
border-top: 1px solid #292f4b;
color: #8f98b8;
display: flex;
font-size: 0.7rem;
gap: 1rem;
justify-content: space-between;
min-height: 2.45rem;
padding: 0 0.9rem;
}
.s3rm-graph-legend {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
}
.s3rm-graph-legend-item {
align-items: center;
display: inline-flex;
gap: 0.3rem;
}
.s3rm-graph-legend-item i {
border-radius: 50%;
display: inline-block;
height: 0.4rem;
width: 0.4rem;
}
.s3rm-graph-empty {
background: #0d1120;
color: #aeb5cf;
}
.s3rm-graph-empty strong {
color: #fff;
font-size: 1.05rem;
}
.s3rm-graph-empty p {
font-size: 0.83rem;
margin: 0.35rem 0 0;
}
.s3rm-graph-fallback {
background: #0d1120;
color: #c8cee5;
min-height: 12rem;
padding: 4rem 1rem;
text-align: center;
}
.s3rm-home-lower {
display: grid;
gap: clamp(2.5rem, 5vw, 5rem);
grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.72fr);
}
.s3rm-quick-start-header {
align-items: flex-end;
}
.s3rm-quick-start-header h2,
.s3rm-recent-section .s3rm-section-header h2 {
padding-bottom: 0;
}
.s3rm-quick-start-header h2::before,
.s3rm-recent-section .s3rm-section-header h2::before {
display: none;
}
.s3rm-onboarding-steps {
display: grid;
gap: 0;
grid-template-columns: repeat(3, minmax(0, 1fr));
list-style: none;
margin: 0;
padding: 0;
}
.s3rm-onboarding-steps li {
border-bottom: 1px solid var(--s3-line);
border-right: 1px solid var(--s3-line);
display: flex;
gap: 0.75rem;
min-width: 0;
padding: 1rem;
}
.s3rm-onboarding-steps li:first-child {
padding-left: 0;
}
.s3rm-onboarding-steps li:last-child {
border-right: 0;
}
.s3rm-onboarding-steps li > span {
align-items: center;
background: var(--s3-navy);
border-radius: 50%;
color: #fff;
display: inline-flex;
flex: 0 0 1.65rem;
font-size: 0.72rem;
font-weight: 800;
height: 1.65rem;
justify-content: center;
}
.s3rm-onboarding-steps strong {
color: var(--s3-navy);
display: block;
font-size: 0.86rem;
margin: 0.1rem 0 0.22rem;
}
.s3rm-onboarding-steps p {
color: var(--s3-muted);
font-size: 0.76rem;
line-height: 1.48;
margin: 0;
}
.s3rm-quick-start .s3rm-create-panel {
align-items: center;
border-top: 0;
gap: 1.5rem;
grid-template-columns: minmax(0, 1fr) minmax(290px, 0.8fr);
padding: 1.2rem 0;
}
.s3rm-quick-start .s3rm-create-panel h3 {
font-size: 1rem;
margin: 0 0 0.35rem;
}
.s3rm-quick-start .s3rm-create-panel p {
color: var(--s3-muted);
font-size: 0.79rem;
line-height: 1.55;
margin: 0;
}
.s3rm-quick-start .s3rm-create-panel .s3rm-create-hint {
margin-top: 0.35rem;
}
.s3rm-quick-start .s3rm-form-launcher {
background: #f1f2f7;
border: 1px solid var(--s3-line);
}
.s3rm-recent-section .s3rm-section-header {
align-items: flex-end;
}
.s3rm-recent-section .s3rm-recent-list {
border-bottom: 0;
}
.s3rm-recent-section .s3rm-lesson-summary {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
@media screen and (max-width: 960px) {
.s3rm-home-lower {
gap: 2.5rem;
grid-template-columns: 1fr;
}
.s3rm-create-panel {
grid-template-columns: 1fr;
gap: 1.1rem;
}
}
@media screen and (max-width: 720px) {
.mw-body-header {
padding: 1.35rem 1.15rem;
}
.page-Main_Page .mw-body-header,
.page-연구_메모리 .mw-body-header {
padding: 1rem 0 0.75rem;
}
.s3rm-home-actions {
grid-template-columns: 1fr;
margin-bottom: 2.5rem;
}
.s3rm-graph-section {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.s3rm-graph-heading {
align-items: flex-start;
flex-direction: column;
gap: 0.85rem;
padding: 1.1rem;
}
.s3rm-semantic-search {
padding: 1rem;
}
.s3rm-semantic-form {
align-items: stretch;
flex-direction: column;
}
.s3rm-semantic-submit {
min-height: 2.75rem;
}
.s3rm-semantic-examples {
display: none;
}
.s3rm-semantic-results {
grid-template-columns: 1fr;
}
.s3rm-graph-toolbar {
align-items: stretch;
flex-wrap: wrap;
}
.s3rm-graph-search {
flex-basis: 100%;
max-width: none;
}
.s3rm-graph-filter {
flex: 1;
}
.s3rm-graph-body {
grid-template-columns: 1fr;
}
.s3rm-graph-canvas,
.s3rm-graph-viewport {
min-height: 390px;
}
.s3rm-graph-inspector {
border-left: 0;
border-top: 1px solid #292f4b;
min-height: 10rem;
}
.s3rm-inspector-welcome {
min-height: 8rem;
}
.s3rm-graph-footer {
align-items: flex-start;
flex-direction: column;
padding-bottom: 0.6rem;
padding-top: 0.6rem;
}
.s3rm-graph-legend {
gap: 0.55rem;
}
.s3rm-onboarding-steps {
grid-template-columns: 1fr;
}
.s3rm-onboarding-steps li,
.s3rm-onboarding-steps li:first-child,
.s3rm-onboarding-steps li:last-child {
border-right: 0;
padding: 0.8rem 0;
}
.s3rm-action-card,
.s3rm-action-card:first-child,
.s3rm-action-card:last-child {
border-bottom: 1px solid var(--s3-line);
border-right: 0;
padding: 0.85rem 0;
}
.s3rm-action-card:last-child {
border-bottom: 0;
}
.s3rm-content-section {
margin-bottom: 2.5rem;
}
.s3rm-lesson-table th,
.s3rm-lesson-table td,
.formtable th,
.formtable td {
display: block;
min-width: 0;
width: auto;
}
.s3rm-lesson-table th,
.formtable th {
border-bottom: 0;
padding-bottom: 0.15rem;
}
.s3rm-lesson-table td,
.formtable td {
padding-top: 0.15rem;
}
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*,
*::before,
*::after {
transition-duration: 0.01ms !important;
}
}