« MediaWiki:Common.css » : différence entre les versions
De DMS
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(24 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
h3 { | |||
font-size: 1.6em; | |||
} | |||
ul li a.external.text, | |||
p a: visited, p a, p a.external.text { | p a: visited, p a, p a.external.text { | ||
color: #F7921D ; | color: #F7921D ; | ||
font-weight: | font-weight: 400; | ||
font-size: 1.1em; | font-size: 1.1em; | ||
} | |||
div.inline ul li a, | |||
ul li a.external.text, | |||
div#mw-content-text p a, | |||
div#bodyContent p a:hover | |||
{ | |||
text-decoration: none; | |||
} | |||
div.inline ul li a:before, div.inline ul li a:after, | |||
ul li a.external.text:before, ul li a.external.text:after, | |||
div#mw-content-text p a:before, div#mw-content-text p a:after, | |||
div#bodyContent p a:before, div#bodyContent p a:after{ | |||
opacity: 0; | |||
transition: all 0.3s ease; | |||
font-size: 20px; | |||
} | |||
div.inline ul li a:before, | |||
ul li a.external.text:before, | |||
div#mw-content-text p a:before, | |||
div#bodyContent p a:before{ | |||
content: '['; | |||
} | |||
div.inline ul li a:after, | |||
ul li a.external.text:after, | |||
div#mw-content-text p a:after, | |||
div#bodyContent p a:after{ | |||
content: ']'; | |||
} | |||
div.inline ul li a:hover:before, | |||
ul li a.external.text:hover:before, | |||
div#mw-content-text p a:hover:before, | |||
div#bodyContent p a:hover:before{ | |||
margin-right: 7px; | |||
content: '['; | |||
-webkit-transform: translateX(20px); | |||
-moz-transform: translateX(20px); | |||
transform: translateX(20px); | |||
opacity: 1; | |||
} | |||
div.inline ul li a:hover:after, | |||
ul li a.external.text:hover:after, | |||
div#mw-content-text p a:hover:after, | |||
div#bodyContent p a:hover:after{ | |||
margin-left: 7px; | |||
content: ']'; | |||
-webkit-transform: translateX(-20px); | |||
-moz-transform: translateX(-20px); | |||
transform: translateX(-20px); | |||
opacity: 1; | |||
} | |||
.containerlegal { | |||
font-size: .85em; | |||
text-align: center; | |||
} | |||
.mw-normal-catlinks | |||
{ | |||
right: 10px; | |||
text-align: right; | |||
} | |||
.inline ul | |||
{ | |||
margin: 20px 0px 20px; | |||
padding: 0px; | |||
left: 0px; | |||
} | |||
.inline li + li::before { | |||
content: " | "; | |||
} | |||
.inline ul li | |||
{ | |||
display:inline; | |||
} | |||
.inline ul li a | |||
{ | |||
color: #F7921D ; | |||
} | |||
#bp-widget | |||
{ | |||
z-index: 999 !important; | |||
} | } |
Dernière version du 24 novembre 2021 à 18:45
/* Le CSS placé ici sera appliqué à tous les habillages. */ h3 { font-size: 1.6em; } ul li a.external.text, p a: visited, p a, p a.external.text { color: #F7921D ; font-weight: 400; font-size: 1.1em; } div.inline ul li a, ul li a.external.text, div#mw-content-text p a, div#bodyContent p a:hover { text-decoration: none; } div.inline ul li a:before, div.inline ul li a:after, ul li a.external.text:before, ul li a.external.text:after, div#mw-content-text p a:before, div#mw-content-text p a:after, div#bodyContent p a:before, div#bodyContent p a:after{ opacity: 0; transition: all 0.3s ease; font-size: 20px; } div.inline ul li a:before, ul li a.external.text:before, div#mw-content-text p a:before, div#bodyContent p a:before{ content: '['; } div.inline ul li a:after, ul li a.external.text:after, div#mw-content-text p a:after, div#bodyContent p a:after{ content: ']'; } div.inline ul li a:hover:before, ul li a.external.text:hover:before, div#mw-content-text p a:hover:before, div#bodyContent p a:hover:before{ margin-right: 7px; content: '['; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); transform: translateX(20px); opacity: 1; } div.inline ul li a:hover:after, ul li a.external.text:hover:after, div#mw-content-text p a:hover:after, div#bodyContent p a:hover:after{ margin-left: 7px; content: ']'; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); transform: translateX(-20px); opacity: 1; } .containerlegal { font-size: .85em; text-align: center; } .mw-normal-catlinks { right: 10px; text-align: right; } .inline ul { margin: 20px 0px 20px; padding: 0px; left: 0px; } .inline li + li::before { content: " | "; } .inline ul li { display:inline; } .inline ul li a { color: #F7921D ; } #bp-widget { z-index: 999 !important; }