MediaWiki:Vector-2022.css: Difference between revisions

From EstoriaRO Wiki
Jump to navigation Jump to search
Blanked the page
Tags: Blanking Reverted
No edit summary
Tags: Manual revert Reverted
Line 1: Line 1:
/* ===== GitBook Base ===== */
body {
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
background: #ffffff;
color: #111827;
line-height: 1.7;
}


/* ===== Content Area ===== */
.mw-body-content {
max-width: 900px;
margin: auto;
padding: 3em 2em;
}
/* ===== Sidebar ===== */
#mw-panel {
background: #f8f9fb;
border-right: 1px solid #e5e7eb;
}
#mw-panel a {
color: #374151;
font-size: 14px;
}
#mw-panel a:hover {
color: #2563eb;
}
/* ===== Headings ===== */
h1 {
font-size: 2.3em;
border-bottom: 1px solid #e5e7eb;
padding-bottom: .3em;
}
h2 {
font-size: 1.6em;
margin-top: 2em;
}
h3 {
font-size: 1.3em;
}
/* ===== Code Block ===== */
pre {
background: #f3f4f6;
padding: 1em;
border-radius: 8px;
overflow-x: auto;
}
code {
background: #f3f4f6;
padding: .2em .4em;
border-radius: 4px;
font-family: JetBrains Mono, monospace;
}
/* ===== TOC ===== */
#toc {
background: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 1em;
}
/* ===== Remove Wiki Noise ===== */
#footer, #p-print, #p-tb {
display: none;
}

Revision as of 00:47, 19 December 2025

/* ===== GitBook Base ===== */
body {
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
background: #ffffff;
color: #111827;
line-height: 1.7;
}


/* ===== Content Area ===== */
.mw-body-content {
max-width: 900px;
margin: auto;
padding: 3em 2em;
}


/* ===== Sidebar ===== */
#mw-panel {
background: #f8f9fb;
border-right: 1px solid #e5e7eb;
}


#mw-panel a {
color: #374151;
font-size: 14px;
}


#mw-panel a:hover {
color: #2563eb;
}


/* ===== Headings ===== */
h1 {
font-size: 2.3em;
border-bottom: 1px solid #e5e7eb;
padding-bottom: .3em;
}


h2 {
font-size: 1.6em;
margin-top: 2em;
}


h3 {
font-size: 1.3em;
}


/* ===== Code Block ===== */
pre {
background: #f3f4f6;
padding: 1em;
border-radius: 8px;
overflow-x: auto;
}


code {
background: #f3f4f6;
padding: .2em .4em;
border-radius: 4px;
font-family: JetBrains Mono, monospace;
}


/* ===== TOC ===== */
#toc {
background: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 1em;
}


/* ===== Remove Wiki Noise ===== */
#footer, #p-print, #p-tb {
display: none;
}