forked from rebillar/site-accueil-insa
plus jolie barre d'onglets pc et fix couleur blouse
This commit is contained in:
parent
386b31e840
commit
281a217280
4 changed files with 15985 additions and 8 deletions
|
@ -1,11 +1,14 @@
|
|||
.menu {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
width: 98vw;
|
||||
z-index: 2;
|
||||
overflow: visible;
|
||||
transition: transform 0.3s;
|
||||
bottom: 0;
|
||||
border-radius: 20px;
|
||||
margin-left: 1vw;
|
||||
margin-right: 1vw;
|
||||
margin-bottom: 1vh;
|
||||
}
|
||||
|
||||
|
||||
|
@ -19,7 +22,9 @@
|
|||
color: #fff;
|
||||
height: auto;
|
||||
align-items: center;
|
||||
background-color: rgba(64, 98, 63, 0.7); /* Add a semi-transparent background color for readability */
|
||||
background-color:#d8d5d5b9;
|
||||
background-image: url("../img/bordure_sans_fond.svg");
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -32,18 +37,20 @@ margin: 0 10px;
|
|||
|
||||
#menu a {
|
||||
display: block; /* Add this line to make the link fill the entire menu item */
|
||||
padding: 10px; /* Add some padding for better readability and clickable area */
|
||||
color: #c32c2c;
|
||||
padding: 15px; /* Add some padding for better readability and clickable area */
|
||||
color: #6D071A;
|
||||
text-decoration: none;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
background-image: url('https://etud.insa-toulouse.fr/~mougnibas/accueil_2023/assets/img/buisson.svg');
|
||||
|
||||
font-size: 30;
|
||||
background-color: rgba(45, 47, 45, 0);
|
||||
border-radius: 5px;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
#menu a:hover{
|
||||
color: #e01111;
|
||||
color: #09c758;
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
|
|
BIN
assets/img/bordure_sans_fond.png
Executable file
BIN
assets/img/bordure_sans_fond.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 213 KiB |
15969
assets/img/bordure_sans_fond.svg
Normal file
15969
assets/img/bordure_sans_fond.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 461 KiB |
1
site-accueil-insa
Symbolic link
1
site-accueil-insa
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/h3x0/dev/site-accueil-insa
|
Loading…
Reference in a new issue