style new publik 2020 page

This commit is contained in:
Frédéric Péters 2017-06-20 17:15:03 +02:00
parent 241c64db9f
commit f7e58bc860
1 changed files with 30 additions and 2 deletions

View File

@ -27,7 +27,7 @@ html, body {
padding: 0; padding: 0;
margin: 0; margin: 0;
font-family: sans-serif; font-family: sans-serif;
font-size: 12px; font-size: 13px;
background: white; background: white;
color: #333; color: #333;
} }
@ -72,6 +72,7 @@ ul li:before {
top: 40px; top: 40px;
right: 10px; right: 10px;
font-family: Abeezee; font-family: Abeezee;
font-size: 12px;
} }
#menu ul { #menu ul {
@ -123,7 +124,7 @@ div.intro > div {
bottom: 50px; bottom: 50px;
background: rgba(255, 255, 255, 0.9); background: rgba(255, 255, 255, 0.9);
border-radius: 3px; border-radius: 3px;
font-size: 120%; font-size: 110%;
} }
@media(max-width: 668px) { div.intro > div { width: 90%; } } @media(max-width: 668px) { div.intro > div { width: 90%; } }
@ -246,6 +247,7 @@ div.textcell h2 {
} }
div.se-voir h2, div.se-parler h2, div.se-voir h2, div.se-parler h2,
div.textcell.dark-background h1,
div.textcell.chiffres-cles h1, div.textcell.chiffres-cles h2, div.textcell.chiffres-cles h1, div.textcell.chiffres-cles h2,
div.textcell.prix-vincennes h1, div.textcell.prix-vincennes h2, div.textcell.prix-vincennes h1, div.textcell.prix-vincennes h2,
div.textcell.prix-montpellier h1, div.textcell.prix-montpellier h2, div.textcell.prix-montpellier h1, div.textcell.prix-montpellier h2,
@ -277,6 +279,7 @@ div.textcell.libre a {
border-bottom-color: #fff; border-bottom-color: #fff;
} }
div.textcell.dark-background,
div.textcell.chiffres-cles, div.textcell.chiffres-cles,
div.textcell.tablette, div.textcell.tablette,
div.textcell.prix-montpellier, div.textcell.prix-montpellier,
@ -298,6 +301,7 @@ div.textcell.libre {
font-size: 110%; font-size: 110%;
} }
div.textcell.dark-background > div,
div.textcell.chiffres-cles > div, div.textcell.chiffres-cles > div,
div.textcell.prix-montpellier > div, div.textcell.prix-montpellier > div,
div.textcell.prix-vincennes > div, div.textcell.prix-vincennes > div,
@ -317,6 +321,12 @@ div.textcell.libre > div {
margin: 0 auto; margin: 0 auto;
} }
div.textcell.dark-background > div a {
color: white;
font-weight: bold;
border-bottom-color: white;
}
div.textcell.libre > div { div.textcell.libre > div {
background: url(../img/libre.png) no-repeat top right; background: url(../img/libre.png) no-repeat top right;
} }
@ -347,6 +357,20 @@ div.textcell.bistro > div {
padding-left: 240px; padding-left: 240px;
} }
div.textcell.applications table {
width: 100%;
}
div.textcell.applications table tbody tr th {
}
div.textcell.applications table tbody tr td {
padding: 0.5ex 1ex;
}
div.textcell.applications table tbody tr:nth-child(odd) td {
background: #eee;
}
div#suite p, div#suite p,
div#footer { div#footer {
background: #333; background: #333;
@ -461,6 +485,10 @@ a.legal {
background-image: url(../img/dossier-de-presse.jpg); background-image: url(../img/dossier-de-presse.jpg);
} }
.page-publik-2020 div.textcell.intro {
background-image: url(../img/diodes.jpg);
}
div.intro img { div.intro img {
display: none; display: none;
} }