|
Β |
| (2 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* ================================================================
| |
| Β ZelocoreCMS Wiki β MediaWiki:Common.css
| |
| Β Pixel-perfect Wikipedia-style theme (en.wikipedia.org reference)
| |
| Β ================================================================ */
| |
|
| |
|
| /* ββ Variables βββββββββββββββββββββββββββββββββββββββββββββββ */ | | /* Hide the page title exclusively on the Main Page */ |
| :root {
| | body.page-Main_Page h1#firstHeading, |
| Β --bg:Β Β Β Β Β #f8f9fa;
| | body.page-Main_Page .firstHeading, |
| Β --white:Β Β Β #ffffff;
| | body.page-Main_Page .mw-page-title-main { display: none !important; } |
| Β --border:Β Β Β #a2a9b1;
| |
| Β --border-lt:Β #eaecf0;
| |
| Β --blue:Β Β Β Β #3366cc;
| |
| Β --blue-vis:Β Β #6b4ba1;
| |
| Β --blue-lt:Β Β #eaf3fb;
| |
| Β --blue-hd:Β Β #cee0f2;
| |
| Β --blue-hd2:Β Β #a3b0cc;
| |
| Β --red-new:Β Β #d33;
| |
| Β --green:Β Β Β #14866d;
| |
| Β --yellow-bg:Β #fef6e7;
| |
| Β --yellow-bd:Β #f0c93a;
| |
| Β --gray-hd:Β Β #dce3ee;
| |
| Β --text:Β Β Β Β #202122;
| |
| Β --text-dim:Β Β #54595d;
| |
| Β --text-sm:Β Β #72777d;
| |
| Β --font-sans:Β -apple-system, 'Linux Libertine', 'Helvetica Neue', Arial, sans-serif;
| |
| Β --font-serif:Β 'Linux Libertine', Georgia, 'Times New Roman', serif;
| |
| Β --font-mono:Β 'SFMono-Regular', 'Courier New', Courier, monospace;
| |
| }
| |
| Β | |
| /* ββ Reset & Base ββββββββββββββββββββββββββββββββββββββββββββ */
| |
| *, *::before, *::after { box-sizing: border-box; }
| |
| html { scroll-behavior: smooth; }
| |
| body {
| |
| Β background: var(--bg) !important;
| |
| Β color: var(--text) !important;
| |
| Β font-family: var(--font-sans) !important;
| |
| Β font-size: 14px !important;
| |
| Β line-height: 1.6 !important;
| |
| Β margin: 0; padding: 0;
| |
| }
| |
| Β | |
| /* ββ Links βββββββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| a, .mw-body-content a { color: var(--blue) !important; text-decoration: none !important; }
| |
| a:hover, .mw-body-content a:hover { text-decoration: underline !important; text-shadow: none !important; color: var(--blue) !important; }
| |
| a:visited, .mw-body-content a:visited { color: var(--blue-vis) !important; }
| |
| a.new, .mw-body-content a.new { color: var(--red-new) !important; }
| |
| a.new:visited { color: #a55858 !important; }
| |
| a.external { color: #3366cc !important; }
| |
| Β | |
| /* ββ Headings ββββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| #firstHeading, .mw-page-title-main {
| |
| Β font-family: var(--font-sans) !important;
| |
| Β font-size: 2em !important;
| |
| Β font-weight: normal !important;
| |
| Β color: var(--text) !important;
| |
| Β -webkit-text-fill-color: var(--text) !important;
| |
| Β background: none !important;
| |
| Β border-bottom: 1px solid var(--border) !important;
| |
| Β padding-bottom: 5px !important;
| |
| Β margin-top: 0 !important;
| |
| Β margin-bottom: 10px !important;
| |
| Β line-height: 1.2 !important;
| |
| }
| |
| .mw-body-content h2 {
| |
| Β font-size: 1.5em !important; font-weight: normal !important;
| |
| Β color: var(--text) !important; border-bottom: 1px solid var(--border) !important;
| |
| Β padding-bottom: 3px !important; margin-top: 20px !important;
| |
| }
| |
| .mw-body-content h2 .mw-headline {
| |
| Β color: var(--text) !important; -webkit-text-fill-color: var(--text) !important; background: none !important;
| |
| }
| |
| .mw-body-content h3 { font-size: 1.2em !important; font-weight: bold !important; color: var(--text) !important; }
| |
| .mw-body-content h4 { font-size: 1em !important; font-weight: bold !important; color: var(--text) !important; }
| |
| Β | |
| /* ββ Header / Toolbar ββββββββββββββββββββββββββββββββββββββββ */
| |
| #mw-head, .mw-header { background: var(--white) !important; border-bottom: 1px solid var(--border-lt) !important; box-shadow: none !important; }
| |
| .vector-page-toolbar { background: transparent !important; border-bottom: 1px solid var(--border-lt) !important; } | |
| Β | |
| /* ββ Search ββββββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| .cdx-text-input__input, #searchInput, input[name="search"] {
| |
| Β background: var(--white) !important; border: 1px solid var(--border) !important;
| |
| Β border-radius: 2px !important; color: var(--text) !important;
| |
| Β font-family: var(--font-sans) !important; font-size: 13px !important;
| |
| Β padding: 5px 10px !important; box-shadow: none !important;
| |
| }
| |
| .cdx-text-input__input:focus, #searchInput:focus {
| |
| Β border-color: var(--blue) !important; box-shadow: 0 0 0 2px rgba(51,102,204,0.15) !important; outline: none !important;
| |
| }
| |
| Β | |
| /* ββ Sidebar βββββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| #mw-panel, .mw-sidebar { background: transparent !important; }
| |
| .mw-panel .portal, .vector-menu-portal { background: transparent !important; border: none !important; margin-bottom: 10px !important; }
| |
| .mw-panel .portal h3, .vector-menu-heading {
| |
| Β color: var(--text-dim) !important; font-size: 0.75em !important;
| |
| Β font-weight: bold !important; text-transform: uppercase !important;
| |
| Β letter-spacing: 0.025em !important; padding: 4px 0 3px !important;
| |
| Β border-bottom: 1px solid var(--border-lt) !important; background: transparent !important;
| |
| }
| |
| .mw-panel .portal ul li a, .vector-menu-content-list li a {
| |
| Β color: var(--blue) !important; font-size: 0.875em !important;
| |
| Β padding: 2px 0 !important; display: block !important;
| |
| Β background: transparent !important; border: none !important;
| |
| }
| |
| .mw-panel .portal ul li a:hover, .vector-menu-content-list li a:hover {
| |
| Β text-decoration: underline !important; background: transparent !important; text-shadow: none !important;
| |
| }
| |
| Β | |
| /* ββ Content area ββββββββββββββββββββββββββββββββββββββββββββ */
| |
| .mw-body { background: var(--white) !important; border: none !important; padding: 20px 30px !important; color: var(--text) !important; }
| |
| .mw-body-content { background: var(--white) !important; color: var(--text) !important; font-size: 0.9375em; }
| |
| .mw-page-container { background: var(--bg) !important; }
| |
| .mw-content-container { background: var(--white) !important; }
| |
| Β | |
| /* ββ Wikitable βββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| .wikitable {
| |
| Β background: var(--white) !important; border-collapse: collapse !important;
| |
| Β border: 1px solid var(--border) !important; margin: 1em 0 !important; font-size: 0.9em;
| |
| }
| |
| .wikitable > tr > th, .wikitable > * > tr > th {
| |
| Β background: var(--blue-hd) !important; color: var(--text) !important;
| |
| Β border: 1px solid var(--border) !important; padding: 5px 8px !important;
| |
| Β font-weight: bold !important; font-size: 1em !important; text-align: left !important;
| |
| }
| |
| .wikitable > tr > td, .wikitable > * > tr > td {
| |
| Β background: var(--white) !important; color: var(--text) !important;
| |
| Β border: 1px solid var(--border) !important; padding: 5px 8px !important;
| |
| }
| |
| .wikitable > tr:nth-child(even) > td, .wikitable > tbody > tr:nth-child(even) > td {
| |
| Β background: #f8f9fa !important;
| |
| }
| |
| .wikitable > tbody > tr:hover > td { background: var(--blue-lt) !important; }
| |
| Β | |
| /* ββ Infobox βββββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| .infobox, table.infobox {
| |
| Β float: right !important; clear: right !important;
| |
| Β margin: 0 0 1em 1.5em !important; width: 22em !important;
| |
| Β background: var(--white) !important; border: 1px solid var(--border) !important;
| |
| Β border-collapse: collapse !important; font-size: 88% !important; line-height: 1.5 !important;
| |
| Β box-shadow: none !important; backdrop-filter: none !important;
| |
| }
| |
| .infobox caption, table.infobox caption {
| |
| Β background: var(--blue-hd) !important; color: var(--text) !important;
| |
| Β font-weight: bold !important; font-size: 1.1em !important;
| |
| Β padding: 6px 10px !important; text-align: center !important;
| |
| Β border-bottom: 1px solid var(--border) !important;
| |
| }
| |
| .infobox th { background: #f8f9fa !important; color: var(--text) !important; border: 1px solid var(--border) !important; padding: 4px 6px !important; font-weight: bold !important; text-transform: none !important; }
| |
| .infobox td { background: var(--white) !important; color: var(--text) !important; border: 1px solid var(--border) !important; padding: 4px 6px !important; }
| |
| Β | |
| /* ββ TOC βββββββββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| #toc, .toc {
| |
| Β background: #f8f9fa !important; border: 1px solid var(--border) !important;
| |
| Β padding: 10px 16px !important; display: table !important; margin: 0 0 1em 0 !important;
| |
| Β box-shadow: none !important; border-radius: 0 !important;
| |
| }
| |
| #toc h2, .toc h2, .toc .toctitle {
| |
| Β font-size: 1em !important; font-weight: bold !important; text-align: center !important;
| |
| Β color: var(--text) !important; -webkit-text-fill-color: var(--text) !important;
| |
| Β background: none !important; border: none !important; padding: 0 0 5px !important; margin: 0 !important;
| |
| }
| |
| .toc a, #toc a { color: var(--blue) !important; font-size: 0.875em !important; }
| |
| .toc li, #toc li { line-height: 1.7 !important; }
| |
| .toc ul, #toc ul { margin: 0 !important; padding: 0 0 0 1.5em !important; list-style: none !important; }
| |
| .tocnumber { color: var(--text-dim) !important; padding-right: 4px !important; }
| |
| Β | |
| /* ββ Code / Pre ββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| code, tt, kbd, var {
| |
| Β font-family: var(--font-mono) !important; background: #f8f9fa !important;
| |
| Β color: var(--text) !important; padding: 1px 4px !important; font-size: 0.875em !important;
| |
| Β border: 1px solid var(--border-lt) !important; border-radius: 2px !important;
| |
| }
| |
| pre, .mw-code, .mw-body-content pre {
| |
| Β font-family: var(--font-mono) !important; background: #f8f9fa !important;
| |
| Β color: var(--text) !important; border: 1px solid var(--border) !important;
| |
| Β padding: 1em !important; overflow-x: auto !important; font-size: 0.875em !important;
| |
| Β line-height: 1.5 !important; margin: 0.8em 0 !important;
| |
| Β border-radius: 0 !important; position: relative;
| |
| }
| |
| .mw-highlight { background: #f8f9fa !important; border: 1px solid var(--border) !important; }
| |
| .mw-highlight pre { border: none !important; margin: 0 !important; }
| |
| Β | |
| /* ββ Message Boxes (ambox) βββββββββββββββββββββββββββββββββββ */
| |
| .zc-note, div.zc-note {
| |
| Β background: #eaf3fb !important; border: 1px solid #36c !important;
| |
| Β border-left: 4px solid #36c !important; padding: 8px 12px !important;
| |
| Β margin: 0.8em 0 !important; font-size: 0.9em !important; border-radius: 0 !important; color: var(--text) !important;
| |
| }
| |
| .zc-warning, div.zc-warning {
| |
| Β background: #fef6e7 !important; border: 1px solid var(--yellow-bd) !important;
| |
| Β border-left: 4px solid var(--yellow-bd) !important; padding: 8px 12px !important;
| |
| Β margin: 0.8em 0 !important; font-size: 0.9em !important; border-radius: 0 !important; color: var(--text) !important;
| |
| }
| |
| .zc-tip, div.zc-tip {
| |
| Β background: #f3fbef !important; border: 1px solid #36a73a !important;
| |
| Β border-left: 4px solid #36a73a !important; padding: 8px 12px !important;
| |
| Β margin: 0.8em 0 !important; font-size: 0.9em !important; border-radius: 0 !important; color: var(--text) !important;
| |
| }
| |
| .zc-verified-banner {
| |
| Β background: #f3fbf7 !important; border: 1px solid var(--green) !important;
| |
| Β border-left: 4px solid var(--green) !important; padding: 8px 12px !important;
| |
| Β margin-bottom: 1em !important; display: flex; align-items: flex-start; gap: 10px;
| |
| Β color: var(--text) !important; border-radius: 0 !important; box-shadow: none !important; animation: none !important;
| |
| }
| |
| Β | |
| /* ββ Badges ββββββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| .zc-owner-badgeΒ { display:inline-block; background:#14866d; color:#fff !important; font-size:0.75em; font-weight:bold; padding:1px 6px; border-radius:2px; }
| |
| .zc-dev-badgeΒ Β { display:inline-block; background:var(--blue); color:#fff !important; font-size:0.75em; font-weight:bold; padding:1px 6px; border-radius:2px; }
| |
| .zc-contrib-badge { display:inline-block; background:#72777d; color:#fff !important; font-size:0.75em; font-weight:bold; padding:1px 6px; border-radius:2px; }
| |
| .zc-version-badge { display:inline-block; background:#f8f9fa; border:1px solid var(--border); color:var(--text); font-family:var(--font-mono); font-size:0.8em; padding:1px 5px; border-radius:2px; }
| |
| .zc-license-badge { display:inline-block; background:var(--blue-lt); border:1px solid var(--border); color:var(--blue); font-size:0.8em; font-weight:bold; padding:1px 5px; border-radius:2px; }
| |
| Β | |
| /* ββ Profile card ββββββββββββββββββββββββββββββββββββββββββββ */
| |
| .zc-profile-card { background:var(--white) !important; border:1px solid var(--border) !important; padding:16px !important; margin-bottom:1.5em !important; box-shadow:none !important; border-radius:0 !important; }
| |
| .zc-skill-tag { display:inline-block; background:#f8f9fa; border:1px solid var(--border); color:var(--text-dim); font-size:0.8em; padding:2px 7px; border-radius:2px; margin:2px; }
| |
| Β | |
| /* ββ Buttons βββββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| .mw-ui-button { background:#f8f9fa !important; border:1px solid var(--border) !important; border-radius:2px !important; color:var(--text) !important; font-size:0.875em !important; padding:6px 16px !important; box-shadow:none !important; }
| |
| .mw-ui-button:hover { background:var(--border-lt) !important; }
| |
| .mw-ui-progressive, .mw-ui-button.mw-ui-progressive { background:var(--blue) !important; border-color:#2a4b8d !important; color:#fff !important; }
| |
| .mw-ui-progressive:hover { background:#2a4b8d !important; }
| |
| Β | |
| /* ββ Page tabs βββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| #p-views .selected a { color:var(--text) !important; border-bottom:2px solid var(--text) !important; }
| |
| #p-views li a { color:var(--blue) !important; border-bottom:2px solid transparent; font-size:0.875em !important; }
| |
| #p-views li a:hover { text-decoration:none !important; color:var(--text) !important; }
| |
| Β | |
| /* ββ Category links ββββββββββββββββββββββββββββββββββββββββββ */
| |
| .mw-normal-catlinks, div.mw-normal-catlinks {
| |
| Β background:#f8f9fa !important; border:1px solid var(--border) !important;
| |
| Β padding:5px 10px !important; margin-top:1em !important; font-size:0.9em !important;
| |
| }
| |
| .mw-normal-catlinks a { color:var(--blue) !important; }
| |
| Β | |
| /* ββ Footer ββββββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| #footer, .mw-footer {
| |
| Β background:#f8f9fa !important; border-top:1px solid var(--border) !important;
| |
| Β color:var(--text-sm) !important; padding:16px 24px !important;
| |
| Β font-size:0.8125em !important; margin-top:2em !important;
| |
| }
| |
| #footer a, .mw-footer a { color:var(--blue) !important; }
| |
| #footer a:hover { text-decoration:underline !important; text-shadow:none !important; }
| |
| #footer-icons { float:right !important; }
| |
| .mw-footer-container { display:flex; flex-wrap:wrap; align-items:center; }
| |
| Β | |
| /* ββ Edit textarea βββββββββββββββββββββββββββββββββββββββββββ */
| |
| textarea#wpTextbox1 { background:var(--white) !important; color:var(--text) !important; border:1px solid var(--border) !important; font-family:var(--font-mono) !important; padding:8px !important; border-radius:2px !important; }
| |
| .diff-addedline { background:#d4f4d4 !important; }
| |
| .diff-deletedline { background:#f4d4d4 !important; }
| |
| .diffchange { background:#ffd !important; font-weight:bold !important; }
| |
| Β | |
| /* ββ Notifications / Echo ββββββββββββββββββββββββββββββββββββ */
| |
| .oo-ui-popupWidget { background:var(--white) !important; border:1px solid var(--border) !important; box-shadow:0 2px 8px rgba(0,0,0,0.15) !important; border-radius:2px !important; }
| |
| .mw-echo-ui-notificationItemWidget { border-bottom:1px solid var(--border-lt) !important; background:var(--white) !important; color:var(--text) !important; }
| |
| .mw-echo-ui-notificationItemWidget:hover { background:#f8f9fa !important; }
| |
| Β | |
| /* ββ Progress bar (reading) ββββββββββββββββββββββββββββββββββ */
| |
| #zc-reading-progress { background:var(--blue) !important; box-shadow:none !important; }
| |
| Β | |
| /* ββ Back to top βββββββββββββββββββββββββββββββββββββββββββββ */
| |
| #zc-back-to-top { background:var(--blue) !important; color:#fff !important; box-shadow:0 2px 8px rgba(0,0,0,0.2) !important; font-size:1rem !important; }
| |
| Β | |
| /* ββ Copy button βββββββββββββββββββββββββββββββββββββββββββββ */
| |
| .zc-copy-btn { background:#f8f9fa !important; border:1px solid var(--border) !important; color:var(--text-dim) !important; }
| |
| .zc-copy-btn:hover { background:var(--border-lt) !important; border-color:var(--blue) !important; color:var(--blue) !important; }
| |
| Β | |
| /* ββ Recent changes ββββββββββββββββββββββββββββββββββββββββββ */
| |
| .mw-changeslist-line { border-bottom:1px solid var(--border-lt) !important; padding:3px 0 !important; }
| |
| .mw-changeslist-separator { display:none; }
| |
| Β | |
| /* βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
| |
| Β MAIN PAGE β Wikipedia Layout
| |
| Β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| Β | |
| /* Hide the page title on Main_Page */
| |
| .page-Main_Page #firstHeading, | |
| .page-Main_Page .mw-page-title-main { display:none !important; } | |
| Β | |
| /* Top banner */
| |
| #mp-topbanner {
| |
| Β background: var(--blue-hd);
| |
| Β border: 1px solid var(--border);
| |
| Β padding: 12px 16px;
| |
| Β margin-bottom: 14px;
| |
| Β text-align: center;
| |
| Β font-size: 1.05em;
| |
| }
| |
| Β | |
| /* Main page column container */
| |
| #mp-upper {
| |
| Β display: flex;
| |
| Β gap: 0;
| |
| Β margin-bottom: 14px;
| |
| Β align-items: flex-start;
| |
| }
| |
| Β | |
| /* Left column (55%) */
| |
| #mp-left {
| |
| Β width: 55%;
| |
| Β padding-right: 12px;
| |
| Β border-right: 1px solid var(--border);
| |
| }
| |
| Β | |
| /* Right column (45%) */
| |
| #mp-right {
| |
| Β width: 45%;
| |
| Β padding-left: 12px;
| |
| }
| |
| Β | |
| /* Section box headings */
| |
| .mp-h2 {
| |
| Β background: var(--blue-hd);
| |
| Β border: 1px solid var(--border);
| |
| Β border-bottom: none;
| |
| Β padding: 5px 10px;
| |
| Β font-size: 0.95em;
| |
| Β font-weight: bold;
| |
| Β font-family: var(--font-sans);
| |
| Β color: var(--text);
| |
| Β margin: 0;
| |
| }
| |
| .mp-h2-yellow { background: var(--yellow-bg); border-bottom: none; }
| |
| .mp-h2-greenΒ { background: #ecf5ec; border-bottom: none; }
| |
| .mp-h2-grayΒ { background: var(--gray-hd); border-bottom: none; }
| |
| Β | |
| /* Section box body */
| |
| .mp-body {
| |
| Β background: var(--white);
| |
| Β border: 1px solid var(--border);
| |
| Β border-top: none;
| |
| Β padding: 10px 12px;
| |
| Β margin-bottom: 12px;
| |
| Β font-size: 0.875em;
| |
| Β line-height: 1.6;
| |
| Β color: var(--text);
| |
| }
| |
| .mp-body ul { margin: 0; padding-left: 1.5em; }
| |
| .mp-body li { margin-bottom: 4px; }
| |
| .mp-body a { color: var(--blue) !important; }
| |
| Β | |
| /* Portal grid (bottom of main page) */
| |
| #mp-portals {
| |
| Β margin-top: 14px;
| |
| Β border: 1px solid var(--border);
| |
| }
| |
| #mp-portals-header {
| |
| Β background: var(--gray-hd);
| |
| Β border-bottom: 1px solid var(--border);
| |
| Β padding: 6px 12px;
| |
| Β font-weight: bold;
| |
| Β font-size: 0.95em;
| |
| }
| |
| .mp-portal-grid {
| |
| Β display: flex;
| |
| Β flex-wrap: wrap;
| |
| Β gap: 0;
| |
| Β background: var(--white);
| |
| }
| |
| .mp-portal-cell {
| |
| Β flex: 1 1 16%;
| |
| Β border-right: 1px solid var(--border-lt);
| |
| Β border-bottom: 1px solid var(--border-lt);
| |
| Β padding: 10px 8px;
| |
| Β text-align: center;
| |
| Β font-size: 0.875em;
| |
| Β min-width: 100px;
| |
| }
| |
| .mp-portal-cell:hover { background: var(--blue-lt); }
| |
| .mp-portal-cell a { color: var(--blue) !important; font-weight: bold; display:block; }
| |
| .mp-portal-icon { font-size: 1.8em; display: block; margin-bottom: 4px; line-height:1; }
| |
| .mp-portal-desc { display:block; color:var(--text-dim); font-size:0.85em; margin-top:2px; font-weight:normal; }
| |
| Β | |
| Β | |
| /* ββ Responsive ββββββββββββββββββββββββββββββββββββββββββββββ */
| |
| @media (max-width: 1000px) {
| |
| Β #mp-upper { display: block !important; }
| |
| Β #mp-left, #mp-right {
| |
| Β Β width: 100% !important;
| |
| Β Β display: block !important;
| |
| Β Β padding: 0 !important;
| |
| Β Β border: none !important;
| |
| Β }
| |
| Β #mp-left { margin-bottom: 20px !important; }
| |
| Β .infobox { float: none !important; width: 100% !important; margin: 0 0 1em 0 !important; }
| |
| Β .mw-body { padding: 12px !important; }
| |
| Β .mp-portal-cell { flex: 1 1 45% !important; }
| |
| }
| |
| Β | |
| @media (max-width: 500px) {
| |
| Β .mp-portal-cell { flex: 1 1 100% !important; }
| |
| }
| |
| Β | |
| @media print {
| |
| Β #mw-head, #mw-panel, #footer, .noprint, #zc-reading-progress, #zc-back-to-top { display:none !important; }
| |
| Β body { background:#fff !important; color:#000 !important; }
| |
| Β a { color:#000 !important; text-decoration:underline !important; }
| |
| } | |