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 31 mezilehlých verzí od stejného uživatele.)
Řádek 1: Řádek 1:
.thumbinner .mw-file-source {
@import url("/index.php?title=MediaWiki:PortableInfobox.css&action=raw&ctype=text/css");
  display: none !important;
}


body.mw-special-Search span.feedback {
.text-gold {
     display: none;
  background: linear-gradient(
}
    180deg,
    #a0703a 0%,
    #a0703a 25%,
    #ffcf5b 50%,
    #a0703a 75%,
     #a0703a 100%
  ) !important;


table .smw-chain-marker {
  -webkit-background-clip: text !important;
opacity: 0;
  background-clip: text !important;
}
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;


.mw-cookiewarning-container {
  display: inline !important;
    top: auto;
  white-space: normal !important;
    bottom: 0;
}


/** Ref Image margin **/
  -webkit-box-decoration-break: clone !important;
.reference-text img {
  box-decoration-break: clone !important;
    margin-right: 5px;
}


/** Base Table styles */
  filter:
.mw-capiunto-infobox.wikitable {
    drop-shadow(0 1px 0 rgba(0,0,0,.35))
     margin-top: 0;
     drop-shadow(0 3px 3px rgba(0,0,0,.35))
     margin-left: 2rem;
     drop-shadow(0 6px 12px rgba(0,0,0,.25)) !important;
}
}


.mw-capiunto-infobox caption,
.citizen-section > p {
table.mw-capiunto-infobox caption {
  margin-top: 0 !important;
    text-align: center;
  margin-bottom: 0 !important;
    padding-bottom: 0.5rem;
  text-align: justify;
    display: block;
  text-justify: inter-word;
  hyphens: auto;
}
}


table.mw-capiunto-infobox tbody tr:first-of-type > :first-child {
.mw-parser-output p.ve-ce-branchNode.ve-ce-contentBranchNode.ve-ce-paragraphNode {
    overflow: hidden;
  margin-top: 0 !important;
    border-top-left-radius: var(--border-radius--large);
  margin-bottom: 0 !important;
}
}


table.mw-capiunto-infobox tbody tr:first-of-type > :last-child {
.ve-ui-surface .ve-ce-documentNode p {
    border-top-right-radius: var(--border-radius--large);
  margin-top: 0 !important;
    overflow: hidden;
  margin-bottom: 0 !important;
  text-align: justify !important;
  text-justify: inter-word !important;
  hyphens: auto !important;
}
}


table.mw-capiunto-infobox tbody tr:last-of-type > :first-child {
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 {
    overflow: hidden;
     margin-top: 5px !important;
    border-bottom-left-radius: var(--border-radius--large);
}
 
table.mw-capiunto-infobox tbody tr:last-of-type > :last-child {
    border-bottom-right-radius: var(--border-radius--large);
    overflow: hidden;
}
 
 
/** Ul styles **/
.ul-col-2 {
    column-count: 2;
}
 
.ul-col-3 {
    column-count: 3;
}
 
.ul-col-4 {
    column-count: 4;
}
 
/** Helper */
.text-center {
    text-align: center;
}
 
.broadtable {
    display: table;
}
 
.center-block {
    display: block;
    text-align: center;
}
 
.img-responsive {
    max-width: 100% !important;
    height: auto;
}
 
@media screen and (max-width: 460px) {
    .mw-capiunto-infobox {
        float: none;
     }
 
    .mw-capiunto-infobox.wikitable {
        margin-left: 0;
    }
}
}

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;
}