ผลต่างระหว่างรุ่นของ "มีเดียวิกิ:Common.css"
หน้าตา
ไม่มีความย่อการแก้ไข |
ไม่มีความย่อการแก้ไข |
||
| บรรทัดที่ 12: | บรรทัดที่ 12: | ||
} | } | ||
/* Hide | /* ========== Botbas: Text title instead of logo ========== */ | ||
.mw-logo, .mw-wiki-logo, #p-logo { | |||
/* Hide logo image/icon (Vector 2022 + legacy) */ | |||
.mw-logo-icon, | |||
.mw-wiki-logo, | |||
#p-logo { | |||
display: none !important; | |||
} | |||
/* Optional: hide tagline if you don't want it */ | |||
.mw-logo-tagline { | |||
display: none !important; | |||
} | |||
/* Show a text title in the header (Vector 2022) */ | |||
.mw-header .mw-header-branding::before { | |||
content: "botbas docs"; | |||
font-family: "Prompt", system-ui, -apple-system, "Segoe UI", Arial, sans-serif; | |||
font-weight: 700; | |||
font-size: 18px; | |||
letter-spacing: 0.3px; | |||
display: inline-block; | |||
margin-right: 12px; | |||
} | |||
/* If the skin shows a wordmark link, make it look like text */ | |||
.mw-logo-wordmark { | |||
display: none !important; | display: none !important; | ||
} | } | ||
รุ่นแก้ไขเมื่อ 14:46, 7 มกราคม 2569
/* สไตล์ชีตในหน้านี้จะส่งผลแก่ผู้ใช้ทุกสกิน */
/* Google Font: Prompt */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap');
/* Apply site-wide */
body, .mw-body, .mw-body-content,
p, li, div, span,
h1, h2, h3, h4, h5, h6,
input, textarea, select, button {
font-family: "Prompt", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}
/* ========== Botbas: Text title instead of logo ========== */
/* Hide logo image/icon (Vector 2022 + legacy) */
.mw-logo-icon,
.mw-wiki-logo,
#p-logo {
display: none !important;
}
/* Optional: hide tagline if you don't want it */
.mw-logo-tagline {
display: none !important;
}
/* Show a text title in the header (Vector 2022) */
.mw-header .mw-header-branding::before {
content: "botbas docs";
font-family: "Prompt", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
font-weight: 700;
font-size: 18px;
letter-spacing: 0.3px;
display: inline-block;
margin-right: 12px;
}
/* If the skin shows a wordmark link, make it look like text */
.mw-logo-wordmark {
display: none !important;
}