castelnau-le-lez: add a custom mobile css

This commit is contained in:
Frédéric Péters 2015-07-22 15:48:44 +02:00
parent b13ca3bd9c
commit ee6615a7bf
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
div#top {
background: #E2D9BC url(castelnau-le-lez/fond_haut_vert.png) top left repeat-x;
}
a#menu {
display: none;
}
div#services > ul strong a {
color: #4449A8;
text-shadow: 1px 0 0 white;
}
div#services > ul > li,
ul#categories li {
background: #eef linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,0.1) 100%);
}
div#services > ul > li {
border-bottom: 1px solid #4449A8;
}