|
|
| Řádek 1: |
Řádek 1: |
| .mw-parser-output p { margin: .0em 0; }
| |
|
| |
|
| .mw-heading {
| |
| display: flex;
| |
| align-items: flex-end !important;
| |
| gap: .5rem;
| |
| }
| |
|
| |
| .mw-heading .citizen-section-indicator,
| |
| .mw-heading .mw-editsection {
| |
| align-self: center;
| |
| line-height: 1;
| |
| }
| |
|
| |
| h1, h2, h3, h4, h5, h6 {
| |
| margin-block-end: 0em !important;
| |
| }
| |
|
| |
| p {
| |
| text-align: justify !important;
| |
| }
| |
|
| |
| .private-placeholder { display: block; }
| |
|
| |
| .mw-parser-output .private-placeholder ~ .private-placeholder { display: none !important; }
| |
|
| |
| .mw-parser-output p:has(> .private-placeholder) ~ p:has(> .private-placeholder) { display: none !important; }
| |
| .mw-parser-output li:has(> .private-placeholder) ~ li:has(> .private-placeholder) { display: none !important; }
| |
| .mw-parser-output div:has(> .private-placeholder) ~ div:has(> .private-placeholder) { display: none !important; }
| |
|
| |
| .pmt-textarea{
| |
| min-height:220px !important;
| |
| resize:vertical !important;
| |
| overflow:auto !important;
| |
| }
| |
|
| |
| .private-mini-toolbar{
| |
| display:flex; gap:.4rem; margin:.5rem 0 .35rem;
| |
| flex-wrap:wrap; align-items:center;
| |
| }
| |
| .private-mini-toolbar .pmt-btn{
| |
| padding:.25rem .55rem;
| |
| border:1px solid #c8c8c8;
| |
| background:#f6f6f6;
| |
| color:#1a1a1a;
| |
| border-radius:.375rem;
| |
| cursor:pointer; font-weight:600; line-height:1.2;
| |
| }
| |
| .private-mini-toolbar .pmt-btn:hover{ filter:brightness(.95); }
| |
|
| |
| @media (prefers-color-scheme: dark){
| |
| .private-mini-toolbar .pmt-btn{
| |
| border-color: rgba(255,255,255,.22);
| |
| background: rgba(255,255,255,.08);
| |
| color:#eaeaea;
| |
| }
| |
| .private-mini-toolbar .pmt-btn:hover{
| |
| background: rgba(255,255,255,.12);
| |
| }
| |
| }
| |
|
| |
|
| |
|
| |
| .navpills {
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| gap: .5rem;
| |
| align-items: center;
| |
| margin: .5rem 0 1rem;
| |
| overflow-x: auto;
| |
| padding-bottom: .25rem;
| |
| }
| |
| .navpills--center { justify-content: center; }
| |
| .navpills--right { justify-content: flex-end; }
| |
|
| |
| .navpill a,
| |
| .navpill .mw-selflink {
| |
| display: block;
| |
| padding: .38rem .8rem;
| |
| border-radius: 999px;
| |
| border: 1px solid var(--border-color, #3a3a3a);
| |
| background: rgba(255,255,255,.02);
| |
| text-decoration: none;
| |
| white-space: nowrap;
| |
| font-weight: 600;
| |
| }
| |
| .navpill a:hover { background: rgba(255,255,255,.06); }
| |
|
| |
| .navpill.is-active a,
| |
| .navpill .mw-selflink {
| |
| background: rgba(255,255,255,.12);
| |
| border-color: rgba(255,255,255,.25);
| |
| }
| |
|
| |
| .navpills--compact .navpill a,
| |
| .navpills--compact .navpill .mw-selflink {
| |
| padding: .25rem .6rem;
| |
| font-weight: 500;
| |
| }
| |
|
| |
| .navpill a > .icon { margin-right: .35rem; }
| |