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 30 mezilehlých verzí od stejného uživatele.)
Řádek 1: Řádek 1:
/* Zlatý text (metalický) */
@import url("/index.php?title=MediaWiki:PortableInfobox.css&action=raw&ctype=text/css");
.gold-text {
 
  /* ostrý vertikální přechod se záblesky */
.text-gold {
   background: linear-gradient(
   background: linear-gradient(
     180deg,
     180deg,
     #fff7d1 0%,
     #a0703a 0%,
     #f4d98b 16%,
     #a0703a 25%,
     #c9953a 28%,
     #ffcf5b 50%,
     #ffe7a3 40%,
     #a0703a 75%,
     #9e6a1f 52%,
     #a0703a 100%
    #f8e7b5 66%,
   ) !important;
    #c88b35 78%,
    #7a4b12 88%,
    #e6c469 100%
   );


   -webkit-background-clip: text;
   -webkit-background-clip: text !important;
   background-clip: text;
   background-clip: text !important;
   color: transparent;                 /* klíč k textovému gradientu */
  -webkit-text-fill-color: transparent !important;
   color: transparent !important;


   /* jemná plasticita */
   display: inline !important;
   filter: drop-shadow(0 1px 1px rgba(0,0,0,.35));
  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;
}
}


/* Volitelné: trochu „lesku“ šikmým přechodem přes celý element */
.citizen-section > p {
.gold-text.shine {
  margin-top: 0 !important;
   position: relative;
  margin-bottom: 0 !important;
   display: inline-block;
  text-align: justify;
   text-justify: inter-word;
   hyphens: auto;
}
}
.gold-text.shine::after {
 
   content: "";
.mw-parser-output p.ve-ce-branchNode.ve-ce-contentBranchNode.ve-ce-paragraphNode {
   position: absolute; inset: 0;
  margin-top: 0 !important;
   background: linear-gradient(
  margin-bottom: 0 !important;
    70deg,
}
    transparent 15%,
 
    rgba(255,255,255,.25) 25%,
.ve-ui-surface .ve-ce-documentNode p {
    transparent 38%
   margin-top: 0 !important;
  );
   margin-bottom: 0 !important;
  mix-blend-mode: screen;            /* dodá highlight, ne vždy nutné */
  text-align: justify !important;
  pointer-events: none;
   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;
}
}

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