continuation de la page 'search', mise en place des pubs
This commit is contained in:
parent
45f9057490
commit
8784c290ca
37 changed files with 559 additions and 258 deletions
|
|
@ -1,7 +1,18 @@
|
|||
.conteneur {
|
||||
text-align: center;
|
||||
border: solid black 2px;
|
||||
border: solid 2px;
|
||||
border-radius: 5px;
|
||||
padding-top: 15px;
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
.lightTheme .conteneur {
|
||||
background-color: #ffffff;
|
||||
border-color: black;
|
||||
font-color: black;
|
||||
}
|
||||
|
||||
.darkTheme .conteneur {
|
||||
background-color: #c8c8c8;
|
||||
border-color: #ffffff;
|
||||
font-color: white;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue