Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:OHC/styles.css: Difference between revisions

Template page
More languages
Content deleted Content added
OHC identity seed
 
Automated edit (via update-page on MediaWiki MCP Server)
Line 47: Line 47:
.ohc-navbox__group { flex: none; width: 8em; padding: 0.5em 0.7em; font-weight: 700; background: var(--color-surface-2, #f8f9fa); }
.ohc-navbox__group { flex: none; width: 8em; padding: 0.5em 0.7em; font-weight: 700; background: var(--color-surface-2, #f8f9fa); }
.ohc-navbox__items { padding: 0.5em 0.7em; }
.ohc-navbox__items { padding: 0.5em 0.7em; }

/* Domain sidebar -------------------------------------------------------- */
.ohc-sidebar { float: right; clear: right; width: 18em; max-width: 100%; margin: 0 0 1em 1.5em; border: 1px solid var(--border-color-base, #c8ccd1); border-radius: 10px; font-size: 0.85em; overflow: hidden; background: var(--color-surface-1, #ffffff); }
.ohc-sidebar__title { background: #059669; color: #ffffff; text-align: center; font-weight: 700; padding: 0.5em 0.6em; font-size: 1.05em; }
.ohc-sidebar__group { border-top: 1px solid var(--border-color-base, #c8ccd1); }
.ohc-sidebar__group-title { padding: 0.35em 0.7em; font-weight: 700; font-size: 0.9em; background: var(--color-surface-2, #f8f9fa); text-transform: uppercase; letter-spacing: 0.04em; }
.ohc-sidebar__items { padding: 0.25em 0; }
.ohc-sidebar__item { display: block; padding: 0.2em 0.7em 0.2em 1.2em; line-height: 1.5; }
.ohc-sidebar__item--active { font-weight: 700; background: var(--color-surface-2, #f8f9fa); border-left: 3px solid #059669; }
@media (max-width: 72em) { .ohc-sidebar { float: none; width: 100%; margin: 1em 0; } }


/* Message boxes --------------------------------------------------------- */
/* Message boxes --------------------------------------------------------- */