mobile: minor style adjustments (#5969)

This commit is contained in:
Frédéric Péters 2014-11-19 14:31:54 +01:00
parent b1f56856d6
commit 41ac2a049a
1 changed files with 29 additions and 8 deletions

View File

@ -7,7 +7,7 @@ a#menu {
}
div#top h1 a {
color: #E87B1C;
color: #164295;
}
@ -18,20 +18,41 @@ ul#categories li a {
border: 1px solid white;
}
div#services > ul > li:nth-child(5n),
div#services > ul > li.active > ul li:first-child a {
border-top-width: 2px;
border-top-style: solid;
}
div#services > ul > li.active > ul a {
padding-top: 12px;
border-bottom-width: 2px;
font-size: 110%;
}
div#services > ul > li:nth-child(5n) strong,
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),
div#services > ul > li:nth-child(5n) > ul a { border-color: #F68423; }
div#services > ul > li:nth-child(5n+1) strong,
ul#categories li:nth-child(5n+1) { background-color: #EB590C; }
div#services > ul > li:nth-child(5n+1) > ul a { border-color: #EB590C; }
div#services > ul > li:nth-child(5n+2) strong,
ul#categories li:nth-child(5n+2) { background-color: #1F4791; }
div#services > ul > li:nth-child(5n+3),
div#services > ul > li:nth-child(5n+2) > ul a { border-color: #1F4791; }
div#services > ul > li:nth-child(5n+3) strong,
ul#categories li:nth-child(5n+3) { background-color: #A3D117; }
div#services > ul > li:nth-child(5n+4),
div#services > ul > li:nth-child(5n+3) > ul a { border-color: #A3D117; }
div#services > ul > li:nth-child(5n+4) strong,
ul#categories li:nth-child(5n+4) { background-color: #A8599F; }
div#services > ul > li:nth-child(5n+4) > ul a { border-color: #A8599F; }
#content > h2,
div.category h3 {
background: #F68423;
background: #164295;
color: #eef;
}
div#services > ul strong a {