« MediaWiki:Common.css » : différence entre les versions

De 21Wiki
Aucun résumé des modifications
Balise : Révoqué
Aucun résumé des modifications
Balise : Révoqué
Ligne 20 : Ligne 20 :


a.external{
a.external{
     text-decoration: none;
     text-decoration: none !important;
     background-image: linear-gradient(red, red);
     background-image: linear-gradient(red, red) !important;
     background-repeat: no-repeat;
     background-repeat: no-repeat !important;
     background-position: bottom left;
     background-position: bottom lef !importantt;
     background-size: 0 3px;
     background-size: 0 3px !important;
     transition: background-size 200ms ease-in-out;
     transition: background-size 200ms ease-in-out !important;
}
}
  a.external:visited:hover{
  a.external:visited:hover{
  background-size: 100% 3px;
  background-size: 100% 3px !important;
     color: inherit;
     color: inherit !important;
  }
  }

Version du 29 août 2021 à 16:00

/* Le CSS placé ici sera appliqué à tous les habillages. */
*{
	font-family:initial !important;
}
.mw-parser-output a.external, .link-httpsttp{
	background: none !important;
	padding: 0 !important;
}
li{
	list-style-type: none;
}
.mw-wiki-logo.fallback{
content: '';
width: 11em;
height: 11em;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}

a.external{
    text-decoration: none !important;
    background-image: linear-gradient(red, red) !important;
    background-repeat: no-repeat !important;
    background-position: bottom lef !importantt;
    background-size: 0 3px !important;
    transition: background-size 200ms ease-in-out !important;
}
 a.external:visited:hover{
 	background-size: 100% 3px !important;
    color: inherit !important;
 }