본문으로 이동

미디어위키:Common.css

S3 연구 메모리
S3Admin (토론 | 기여)님의 2026년 7월 16일 (목) 00:41 판 (Reconcile S3 Research Memory canonical schema)

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
: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-line: #d9dbe7;
  --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;
}

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);
}

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 {
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

.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);
  min-width: 0;
  padding: 1.05rem 1.35rem 1.15rem;
}

.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;
}

.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 {
  border: 0;
  font-size: 1.35rem;
  margin: 0;
  padding: 0 0 0.65rem;
}

.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);
  padding: 0.85rem 0;
}

.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: #fff;
  padding: 1rem 0;
}

.s3rm-metrics {
  border-bottom: 1px solid var(--s3-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.s3rm-metric {
  border-left: 1px solid var(--s3-line);
  min-height: 88px;
  padding: 1rem 1.15rem;
}

.s3rm-metric:first-child {
  border-left: 0;
}

.s3rm-metric-value {
  color: var(--s3-indigo-dark);
  display: block;
  font-family: var(--s3-font-sans);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.s3rm-metric-label {
  color: var(--s3-muted);
  display: block;
  font-family: var(--s3-font-sans);
  font-size: 0.86rem;
  margin-top: 0.5rem;
}

.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-review-policy {
  color: var(--s3-muted);
  margin-top: 1.2rem;
}

.s3rm-workflow {
  align-items: center;
  color: var(--s3-navy);
  display: flex;
  flex-wrap: wrap;
  font-family: var(--s3-font-sans);
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.4rem 0.65rem;
}

.s3rm-workflow-arrow {
  color: #8a8c99;
  margin: 0 0.15rem;
}

.s3rm-review-policy p {
  margin: 0.65rem 0 0;
  max-width: 800px;
}

.s3rm-example-note {
  font-size: 0.86rem;
}

.s3rm-form-note {
  background: #f5f5f8;
  border-left: 4px solid var(--s3-indigo);
  margin: 1.2rem 0 1.8rem;
  padding: 1rem 1.2rem;
}

.s3rm-status,
.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-status-reviewed { background: #e5e7ff; color: #30358a; }
.s3rm-status-stable { background: #dceee5; color: var(--s3-green); }
.s3rm-status-superseded { background: #e7e7e7; color: #555; }
.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-table,
.formtable,
.smwtable {
  border-collapse: collapse;
  width: 100%;
}

.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;
  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;
}

.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;
}

@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-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s3rm-metric {
    border-left: 0;
    border-top: 1px solid var(--s3-line);
    min-height: 76px;
    padding: 0.85rem 0.9rem;
  }

  .s3rm-metric:nth-child(even) {
    border-left: 1px solid var(--s3-line);
  }

  .s3rm-metric:nth-child(-n + 2) {
    border-top: 0;
  }

  .s3rm-lesson-table th,
  .s3rm-lesson-table td,
  .formtable th,
  .formtable td {
    display: block;
    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; }
}