This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
montpellier-themes/wcs/montpellier2/mobile.css

40 lines
862 B
CSS

div#top {
background: url(logo-agglo-50p2.png) no-repeat 5px 0;
}
a#menu {
display: none;
}
div#top h1 a {
color: #E87B1C;
}
ul#categories li a {
font-weight: bold;
color: white;
text-decoration: none;
border: 1px solid white;
}
div#services > ul > li:nth-child(5n),
ul#categories li:nth-child(5n) { background-color: #F68423; }
div#services > ul > li:nth-child(5n+1),
ul#categories li:nth-child(5n+1) { background-color: #D90024; }
div#services > ul > li:nth-child(5n+2),
ul#categories li:nth-child(5n+2) { background-color: #1F4791; }
div#services > ul > li:nth-child(5n+3),
ul#categories li:nth-child(5n+3) { background-color: #A3D117; }
div#services > ul > li:nth-child(5n+4),
ul#categories li:nth-child(5n+4) { background-color: #A8599F; }
#content > h2,
div.category h3 {
background: #F68423;
}
div#services > ul strong a {
color: white;
}