« MediaWiki:Common.css » : différence entre les versions
De WikiMetz, l'histoire de Metz, l'encyclopédie de Metz
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 52 : | Ligne 52 : | ||
{background-color: #c8ccd1;} | {background-color: #c8ccd1;} | ||
div.vectorMenu h5 span | div.vectorMenu h5 span | ||
{background-color: # | {background-color: #c8ccd1;} | ||
div.vectorMenu:hover h5 a | div.vectorMenu:hover h5 a | ||
{background-color: # | {background-color: #c8ccd1;} | ||
div.vectorMenu h5 a | div.vectorMenu h5 a | ||
{background-color: # | {background-color: #c8ccd1;} | ||
div.vectorMenu:hover | div.vectorMenu:hover | ||
{background-color: # | {background-color: #c8ccd1;} | ||
div.vectorMenu ul | div.vectorMenu ul | ||
{border: solid 2px # | {border: solid 2px #c8ccd1; | ||
border-top: none;} | border-top: none;} | ||
@media (max-width: 768px) | @media (max-width: 768px) | ||
{#hamburgerIcon:hover | {#hamburgerIcon:hover | ||
{background-color: # | {background-color: #c8ccd1;} | ||
img.editbutton:hover | img.editbutton:hover | ||
{background-color: # | {background-color: #c8ccd1;} | ||
div.actionmenu ul | div.actionmenu ul | ||
{border-top: solid 2px # | {border-top: solid 2px #c8ccd1;} | ||
#left-navigation | #left-navigation | ||
{background-color: # | {background-color: #c8ccd1;} | ||
} | } |
Version du 18 avril 2020 à 12:07
/* Le CSS placé ici sera appliqué à tous les habillages. */ /* To change the tile bar background color*/ // For green background tile. .tilebar { background: green !important; } /* les puces */ ul { list-style-type: disc; .list-style-image-svg('images/bullet-circle-icon.svg', 'images/bullet-circle-icon.png'); } /* les couleurs du header */ #mw-page-base {background-color: #9933ff !important; background-image: none;} #footer{background:#2d2d2d;} div#footer #footer-info li { color: #c8ccd1;} div#footer #footer-info li a { color: white;} @media (max-width:768px) {#mw-page-base {background-color: #9933ff;} #footer{background:#2d2d2d;} div#footer #footer-info li { color: #c8ccd1;} div#footer #footer-info li a { color: white;} } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {#mw-page-base {background-color: #9933ff;} #footer{background:#2d2d2d;} div#footer #footer-info li { color: #c8ccd1;} div#footer #footer-info li a { color: white;} } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {#mw-page-base {background-color: #9933ff;} #footer{background:#2d2d2d;} div#footer #footer-info li { color: #c8ccd1;} div#footer #footer-info li a { color: white;} } div.vectorTabs a:hover {background-color: #c8ccd1;} div.onhoverbg:hover {background-color: #c8ccd1;} img.downarrow:hover {background-color: #c8ccd1;} div.vectorMenu:hover h5 span {background-color: #c8ccd1;} div.vectorMenu h5 span {background-color: #c8ccd1;} div.vectorMenu:hover h5 a {background-color: #c8ccd1;} div.vectorMenu h5 a {background-color: #c8ccd1;} div.vectorMenu:hover {background-color: #c8ccd1;} div.vectorMenu ul {border: solid 2px #c8ccd1; border-top: none;} @media (max-width: 768px) {#hamburgerIcon:hover {background-color: #c8ccd1;} img.editbutton:hover {background-color: #c8ccd1;} div.actionmenu ul {border-top: solid 2px #c8ccd1;} #left-navigation {background-color: #c8ccd1;} }