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 {
|
.menu {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 98vw;
|
||||||
height: fit-content;
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
transition: transform 0.3s;
|
transition: transform 0.3s;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
border-radius: 20px;
|
||||||
|
margin-left: 1vw;
|
||||||
|
margin-right: 1vw;
|
||||||
|
margin-bottom: 1vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,7 +22,9 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: auto;
|
height: auto;
|
||||||
align-items: center;
|
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 {
|
#menu a {
|
||||||
display: block; /* Add this line to make the link fill the entire menu item */
|
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 */
|
padding: 15px; /* Add some padding for better readability and clickable area */
|
||||||
color: #c32c2c;
|
color: #6D071A;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
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{
|
#menu a:hover{
|
||||||
color: #e01111;
|
color: #09c758;
|
||||||
transform: translateY(-2px);
|
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