MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus agilpedia2
Die Seite wurde neu angelegt: „All CSS here will be loaded for users of the Timeless skin: *{ font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; } Avoid cutting off letters with descenders: g,j,p,q,y: #personal h2 span { height: 1.5em; position:relative; bottom:0.1em } Triangle position patch: #personal h2::after { position: relative; bottom: 0.5em; } /* Logo-Titel…“
 
(kein Unterschied)

Aktuelle Version vom 3. Dezember 2025, 16:19 Uhr

/* All CSS here will be loaded for users of the Timeless skin */

*{
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}

/* Avoid cutting off letters with descenders: g,j,p,q,y */
#personal h2 span {
    height: 1.5em;
    position:relative;
    bottom:0.1em
}

/* Triangle position patch */
#personal h2::after {
   position: relative;
   bottom: 0.5em;
}

/* Logo-Titel */
@media screen {
  #p-logo-text a {
     color: #e6d745; /* agil-gelb */
     color: #9CB4AF; /* agil-grau */
     color: #47bed8;  /* agil-blau */
     color: #000;
     color: #e20074;  /* agil-pink */
     font-size: 1.5em;
     text-transform: none;
     font-variant: none;
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif ;
  }

  .color-left {
    height: 0.35em;
    background: #47bed8;  /* agil-blau */
    background-color: rgb(71, 190, 216);  /* agil-blau */
  }

 .color-middle {
    height: 0.35em;
    background: #e20074;  /* agil-pink */
    background-color: rgb(226, 0, 116);  /* agil-pink */
  }

 .color-right {
    height: 0.35em;
    background: #e6d745;  /* agil-gelb */
    background-color: rgb(230, 215, 69);  /* agil-gelb */
  }

#mw-content-container {
    background: #9CB4AF; /* agil-grau */
    border-bottom: solid 5px  #e6d745;  /* agil-gelb */
}

}

#mw-content {
    border-bottom: solid 5px #e20074;  /* agil-pink */
}