미디어위키:Common.css: 두 판 사이의 차이
외관
Install S3 Research Memory canonical schema |
S3 연구 메모리 원본 스키마 동기화 |
||
| (같은 사용자의 중간 판 7개는 보이지 않습니다) | |||
| 10번째 줄: | 10번째 줄: | ||
--s3-muted: #626579; | --s3-muted: #626579; | ||
--s3-green: #2f6b4f; | --s3-green: #2f6b4f; | ||
--s3-amber: #8a6a1f; | |||
--s3-amber-bg: #f6eed6; | |||
--s3-line: #d9dbe7; | --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-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; | --s3-font-serif: "Noto Serif KR", "Nanum Myeongjo", Bitter, Georgia, serif; | ||
} | |||
::selection { | |||
background: var(--s3-sky); | |||
color: var(--s3-navy-deep); | |||
} | } | ||
| 34번째 줄: | 42번째 줄: | ||
.mw-body-content a:visited { | .mw-body-content a:visited { | ||
color: var(--s3-indigo-dark); | color: var(--s3-indigo-dark); | ||
transition: color var(--s3-motion); | |||
} | } | ||
| 97번째 줄: | 106번째 줄: | ||
.mw-body-header .firstHeading { | .mw-body-header .firstHeading { | ||
color: var(--s3-text); | color: var(--s3-text); | ||
font-family: var(--s3-font- | font-family: var(--s3-font-sans); | ||
font-weight: 700; | font-weight: 700; | ||
} | } | ||
| 109번째 줄: | 118번째 줄: | ||
.mw-body h3 { | .mw-body h3 { | ||
font-size: 1.18rem; | font-size: 1.18rem; | ||
} | } | ||
.page-Main_Page .mw-body-content, | .page-Main_Page .mw-body-content, | ||
.page-연구_메모리 .mw-body-content { | .page-연구_메모리 .mw-body-content { | ||
margin-top: | font-size: 16px; | ||
line-height: 1.65; | |||
margin-top: 1.2rem; | |||
} | } | ||
. | .page-Main_Page .mw-body-header, | ||
.page-연구_메모리 .mw-body-header { | |||
background: #fff; | |||
margin- | 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- | .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- | .s3rm-home-intro p { | ||
font-family: var(--s3-font- | color: var(--s3-navy-deep); | ||
font-size: 1. | font-family: var(--s3-font-serif); | ||
font-size: clamp(1.12rem, 1.8vw, 1.32rem); | |||
margin- | line-height: 1.6; | ||
margin: 0; | |||
max-width: 760px; | |||
text-wrap: pretty; | |||
} | } | ||
.s3rm- | .s3rm-content-section { | ||
margin: 0 auto 3.25rem; | |||
margin: 0. | |||
} | } | ||
.s3rm-home- | .s3rm-home-actions { | ||
display: grid; | |||
border- | grid-template-columns: repeat(3, minmax(0, 1fr)); | ||
border-bottom: 1px solid var(--s3-line); | |||
margin-bottom: 3.25rem; | |||
} | } | ||
.s3rm- | .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); | |||
padding: | |||
} | } | ||
.s3rm- | .s3rm-action-card:hover { | ||
box-shadow: inset 0 3px 0 -1px var(--s3-indigo); | |||
} | } | ||
.s3rm- | .s3rm-action-card:first-child { | ||
padding-left: 0; | |||
} | } | ||
.s3rm- | .s3rm-action-card:last-child { | ||
border-right: 0; | |||
padding-right: 0; | |||
} | } | ||
.s3rm- | .s3rm-action-title { | ||
font-family: var(--s3-font-sans); | font-family: var(--s3-font-sans); | ||
font-size: 1rem; | |||
font-weight: 700; | font-weight: 700; | ||
margin-bottom: 0.3rem; | |||
} | } | ||
.s3rm- | .s3rm-action-title a { | ||
color: var(--s3-indigo-dark); | 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- | .s3rm-action-card:hover .s3rm-action-title a { | ||
text-decoration-thickness: 2px; | |||
text-underline-offset: 0.24em; | |||
} | } | ||
.s3rm- | .s3rm-action-card p { | ||
color: var(--s3-muted); | color: var(--s3-muted); | ||
font-size: 0.9rem; | |||
line-height: 1.55; | |||
margin: 0; | |||
} | } | ||
.s3rm- | .s3rm-section-header { | ||
align-items: baseline; | |||
border-bottom: 1px solid var(--s3-line); | border-bottom: 1px solid var(--s3-line); | ||
display: flex; | |||
gap: 1rem; | |||
justify-content: space-between; | |||
} | } | ||
.s3rm- | .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- | .s3rm-section-header h2::before { | ||
background: var(--s3-indigo); | |||
content: ""; | |||
height: 1.1em; | |||
width: 4px; | |||
} | } | ||
.s3rm- | .s3rm-section-link { | ||
font-size: | font-size: 0.88rem; | ||
white-space: nowrap; | |||
} | } | ||
.s3rm- | .s3rm-recent-list { | ||
border-bottom: 1px solid var(--s3-line); | |||
} | } | ||
.s3rm- | .s3rm-lesson-summary { | ||
background: #fff; | |||
margin: 0; | 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- | .s3rm-lesson-summary:hover { | ||
background: var(--s3-canvas); | |||
box-shadow: inset 3px 0 0 0 var(--s3-indigo); | |||
background: var(--s3- | |||
} | } | ||
.s3rm-lesson-summary { | .s3rm-lesson-summary:last-child { | ||
border-bottom: 0; | |||
} | } | ||
.s3rm-lesson-summary | .s3rm-lesson-summary-title { | ||
font-family: var(--s3-font-sans); | font-family: var(--s3-font-sans); | ||
font-size: 1rem; | font-size: 1rem; | ||
font-weight: 700; | |||
line-height: 1.45; | line-height: 1.45; | ||
margin: 0 0 0. | margin: 0 0 0.45rem; | ||
} | } | ||
.s3rm-lesson-summary | .s3rm-lesson-summary-title a { | ||
color: var(--s3-navy); | color: var(--s3-navy); | ||
} | } | ||
| 354번째 줄: | 297번째 줄: | ||
.s3rm-empty-state { | .s3rm-empty-state { | ||
background: | background: var(--s3-canvas); | ||
border: 1px dashed var(--s3-line); | |||
border | |||
color: var(--s3-muted); | color: var(--s3-muted); | ||
font-size: 0.92rem; | |||
font- | padding: 1.4rem 1rem; | ||
text-align: center; | |||
} | } | ||
.s3rm-create-panel { | .s3rm-create-panel { | ||
border- | border-bottom: 1px solid var(--s3-line); | ||
border-top: 1px solid var(--s3-line); | |||
display: grid; | display: grid; | ||
gap: | gap: 2.25rem; | ||
grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr); | grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr); | ||
padding: 1. | padding: 1.4rem 0; | ||
} | } | ||
.s3rm-create-panel h2 { | .s3rm-create-panel h2 { | ||
border: 0; | border: 0; | ||
font-size: 1.35rem; | |||
margin-top: 0; | margin-top: 0; | ||
padding: 0; | padding: 0; | ||
} | } | ||
.s3rm-form-launcher { | .s3rm-form-launcher { | ||
background: var(--s3-paper); | background: var(--s3-paper); | ||
padding: | min-width: 0; | ||
padding: 1rem; | |||
} | } | ||
| 434번째 줄: | 335번째 줄: | ||
} | } | ||
.s3rm- | .s3rm-form-launcher .pfFormInputWrapper { | ||
max-width: 100%; | |||
display: | } | ||
.s3rm-form-launcher .oo-ui-horizontalLayout { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 0.5rem; | |||
max-width: 100%; | |||
} | } | ||
.s3rm- | .s3rm-form-launcher .oo-ui-horizontalLayout > .oo-ui-widget { | ||
margin-right: 0; | |||
} | } | ||
.s3rm- | .s3rm-form-launcher .pfPageNameWithoutNamespace { | ||
flex: 1 1 14rem; | |||
min-width: 0; | |||
width: auto !important; | |||
} | } | ||
.s3rm- | .s3rm-form-launcher input[type="text"] { | ||
box-sizing: border-box; | |||
max-width: 100%; | |||
min-width: 0; | |||
width: 100% !important; | |||
} | } | ||
.s3rm-form-note { | .s3rm-form-note { | ||
background: #f5f5f8; | background: #f5f5f8; | ||
| 468번째 줄: | 370번째 줄: | ||
} | } | ||
.s3rm-confidence, | .s3rm-confidence, | ||
.s3rm-kind, | .s3rm-kind, | ||
| 482번째 줄: | 383번째 줄: | ||
} | } | ||
.s3rm-confidence-high { background: #dceee5; color: var(--s3-green); } | .s3rm-confidence-high { background: #dceee5; color: var(--s3-green); } | ||
.s3rm-confidence-low { background: #f4e6e3; color: #8a3f34; } | .s3rm-confidence-low { background: #f4e6e3; color: #8a3f34; } | ||
| 496번째 줄: | 394번째 줄: | ||
margin-bottom: 1.5rem; | margin-bottom: 1.5rem; | ||
padding-bottom: 1rem; | 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; | |||
} | } | ||
| 503번째 줄: | 424번째 줄: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
width: 100%; | width: 100%; | ||
} | |||
.formtable { | |||
table-layout: fixed; | |||
} | } | ||
| 520번째 줄: | 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; | ||
| 548번째 줄: | 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%; | |||
} | } | ||
| 556번째 줄: | 487번째 줄: | ||
color: #fff; | color: #fff; | ||
min-height: 44px; | 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); | |||
} | } | ||
@media screen and (max-width: | @media screen and (max-width: 960px) { | ||
.s3rm- | .s3rm-create-panel { | ||
grid-template-columns: 1fr; | grid-template-columns: 1fr; | ||
gap: 1.1rem; | |||
gap: | |||
} | } | ||
} | } | ||
| 611번째 줄: | 508번째 줄: | ||
} | } | ||
. | .page-Main_Page .mw-body-header, | ||
.page-연구_메모리 .mw-body-header { | |||
padding: | padding: 1rem 0 0.75rem; | ||
} | } | ||
.s3rm-home-actions { | |||
.s3rm-home-actions | |||
grid-template-columns: 1fr; | grid-template-columns: 1fr; | ||
margin-bottom: 2.5rem; | |||
} | } | ||
.s3rm- | .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- | .s3rm-action-card:last-child { | ||
border-bottom: 0; | |||
border- | |||
} | } | ||
.s3rm- | .s3rm-content-section { | ||
margin-bottom: 2.5rem; | |||
} | } | ||
| 650번째 줄: | 539번째 줄: | ||
.formtable td { | .formtable td { | ||
display: block; | display: block; | ||
min-width: 0; | |||
width: auto; | width: auto; | ||
} | } | ||
| 667번째 줄: | 557번째 줄: | ||
@media (prefers-reduced-motion: reduce) { | @media (prefers-reduced-motion: reduce) { | ||
html { scroll-behavior: auto; } | html { scroll-behavior: auto; } | ||
*, | |||
*::before, | |||
*::after { | |||
transition-duration: 0.01ms !important; | |||
} | |||
} | } | ||
2026년 7월 16일 (목) 19:47 기준 최신판
: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);
}
@media screen and (max-width: 960px) {
.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-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;
}
}