Toggle menu
Toggle preferences menu
Toggle personal menu
Nejste přihlášen(a)
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Porovnání verzí

MediaWiki interface page
Bez shrnutí editace
Bez shrnutí editace
 
(Není zobrazeno 35 mezilehlých verzí od stejného uživatele.)
Řádek 1: Řádek 1:
.mw-parser-output p { margin: .0em 0; }
@import url("/index.php?title=MediaWiki:PortableInfobox.css&action=raw&ctype=text/css");


.mw-heading {
.text-gold {
   display: flex;
   background: linear-gradient(
  align-items: flex-end !important;
    180deg,
  gap: .5rem;
    #a0703a 0%,
}
    #a0703a 25%,
 
    #ffcf5b 50%,
.mw-heading .citizen-section-indicator,
    #a0703a 75%,
.mw-heading .mw-editsection {
     #a0703a 100%
  align-self: center;
  ) !important;
  line-height: 1;
}
 
h1, h2, h3, h4, h5, h6 {
     margin-block-end: 0em !important;
}
 
p {
    text-align: justify !important;
}


.private-placeholder { display: block; }
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;


.mw-parser-output .private-placeholder ~ .private-placeholder { display: none !important; }
  display: inline !important;
  white-space: normal !important;


.mw-parser-output p:has(> .private-placeholder) ~ p:has(> .private-placeholder) { display: none !important; }
  -webkit-box-decoration-break: clone !important;
.mw-parser-output li:has(> .private-placeholder) ~ li:has(> .private-placeholder) { display: none !important; }
  box-decoration-break: clone !important;
.mw-parser-output div:has(> .private-placeholder) ~ div:has(> .private-placeholder) { display: none !important; }


.pmt-textarea{
  filter:
  min-height:220px !important;
    drop-shadow(0 1px 0 rgba(0,0,0,.35))
  resize:vertical !important;
    drop-shadow(0 3px 3px rgba(0,0,0,.35))
  overflow:auto !important;
    drop-shadow(0 6px 12px rgba(0,0,0,.25)) !important;
}
}


.private-mini-toolbar{
.citizen-section > p {
   display:flex; gap:.4rem; margin:.5rem 0 .35rem;
   margin-top: 0 !important;
   flex-wrap:wrap; align-items:center;
  margin-bottom: 0 !important;
   text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
}
.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){
.mw-parser-output p.ve-ce-branchNode.ve-ce-contentBranchNode.ve-ce-paragraphNode {
  .private-mini-toolbar .pmt-btn{
  margin-top: 0 !important;
    border-color: rgba(255,255,255,.22);
   margin-bottom: 0 !important;
    background: rgba(255,255,255,.08);
    color:#eaeaea;
   }
  .private-mini-toolbar .pmt-btn:hover{
    background: rgba(255,255,255,.12);
  }
}
}


 
.ve-ui-surface .ve-ce-documentNode p {
 
   margin-top: 0 !important;
.navpills {
   margin-bottom: 0 !important;
  display: flex;
   text-align: justify !important;
  flex-wrap: wrap;
   text-justify: inter-word !important;
  gap: .5rem;
   hyphens: auto !important;
  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,
p:not(.mw-empty-elt) + ul,p:not(.mw-empty-elt) + ol,p:not(.mw-empty-elt) + table,p:not(.mw-empty-elt) + dl,p:not(.mw-empty-elt) + blockquote {
.navpill .mw-selflink {
    margin-top: 5px !important;
  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; }

Aktuální verze z 14. 10. 2025, 11:54

@import url("/index.php?title=MediaWiki:PortableInfobox.css&action=raw&ctype=text/css");

.text-gold {
  background: linear-gradient(
    180deg,
    #a0703a 0%,
    #a0703a 25%,
    #ffcf5b 50%,
    #a0703a 75%,
    #a0703a 100%
  ) !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;

  display: inline !important;
  white-space: normal !important;

  -webkit-box-decoration-break: clone !important;
  box-decoration-break: clone !important;

  filter:
    drop-shadow(0 1px 0 rgba(0,0,0,.35))
    drop-shadow(0 3px 3px rgba(0,0,0,.35))
    drop-shadow(0 6px 12px rgba(0,0,0,.25)) !important;
}

.citizen-section > p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.mw-parser-output p.ve-ce-branchNode.ve-ce-contentBranchNode.ve-ce-paragraphNode {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ve-ui-surface .ve-ce-documentNode p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: justify !important;
  text-justify: inter-word !important;
  hyphens: auto !important;
}

p:not(.mw-empty-elt) + ul,p:not(.mw-empty-elt) + ol,p:not(.mw-empty-elt) + table,p:not(.mw-empty-elt) + dl,p:not(.mw-empty-elt) + blockquote {
    margin-top: 5px !important;
}