Skip to content

Commit

Permalink
Merge pull request #34 from GaiaOrtona/main
Browse files Browse the repository at this point in the history
update css gaia
  • Loading branch information
GaiaOrtona authored Jan 22, 2024
2 parents 3656ec2 + 77f203e commit 8f1c21c
Showing 1 changed file with 38 additions and 16 deletions.
54 changes: 38 additions & 16 deletions 2030gaia.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
body {
position: relative;
cursor: url('img/2030img/cursorepianetasabbioso.png'), auto;
background-color: #C28842;
background-color: #C28842 !important;


}
Expand Down Expand Up @@ -66,18 +66,22 @@ body {

.navbar {
border-radius: 5px;
background-color: rgb(105, 90, 67);
background-color: transparent;
font-family: 'Dune';
font-weight: 900;
margin-top: -0.5cm;
}

.nav-link:hover {
cursor: url('img/2030img/cursorepianetasabbioso.png'), auto;
font-family: 'Dune';
font-weight: 900;
}

#subtitle {
z-index: 101;
font-family: 'Dune';
font-weight: 900;
}


Expand All @@ -87,32 +91,42 @@ body {


.dropdown-menu {
background-color: rgb(105, 90, 67) ;
background-color: rgb(105, 90, 67) !important ;
border: 2px solid #ffffff;
color: #F1FAEE;
z-index: 2;
font-family: 'Dune';
font-weight: 900;
}

.dropdown-menu:hover {
cursor: url('img/2030img/cursorepianetasabbioso.png'), auto;
font-family: 'Dune';
font-weight: 900;
}

/* insertion */

.dropdown-submenu {
position: relative;
font-family: 'Dune';
font-weight: 900;
}

.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
font-family: 'Dune';
font-weight: 900;
display: none; /* Hide the submenu by default */
}

.dropdown-submenu:hover .dropdown-menu {
display: block;
cursor: url('img/2030img/cursorepianetasabbioso.png'), auto;/* Display the submenu on hover */
cursor: url('img/2030img/cursorepianetasabbioso.png'), auto;
font-family: 'Dune';
font-weight: 900;
}


Expand Down Expand Up @@ -278,7 +292,7 @@ body {
.title{
font-family: 'Dune';
color: #F1FAEE;
font-weight: 900;
font-weight: 1000 !important;
font-size: 30px;
opacity: 1;
text-align: center;
Expand All @@ -303,15 +317,16 @@ body {
.publication-date {
font-family: 'Dune';
color: #F1FAEE;
font-weight: 900;
font-weight: 500;
text-align: center;
font-size: 24px;

}

.publication-location {
font-family: 'Dune';
font-weight: 800;
color: #F1FAEE;
font-weight: 500;
text-align: center;
font-size: 24px;
}
Expand All @@ -335,7 +350,7 @@ body {
}
.article img {
background-color: rgba(0, 0, 0, 0.5); /* Sfondo grigio trasparente */
mix-blend-mode: luminosity; /* Applica lo sfondo grigio solo alle parti colorate dell'immagine */
filter: brightness(1.2) contrast(1.2) saturate(1.5) blur(1px); /* Applica lo sfondo grigio solo alle parti colorate dell'immagine */
max-width: 100%;
height: auto;
border: 2px solid #ffffff;
Expand All @@ -359,23 +374,22 @@ body {

}

.table-table-striped{
font-family: 'Dune';
color: #F1FAEE;
margin: 0 auto;
border: 2px solid #ffffff;
}


table tr td, table tr th{
background-color: rgba(211, 130, 240, 0) !important;
font-family: 'Dune';
color: #F1FAEE;;
}

a {
color: rgba(242, 155, 4, 1);
color: rgba(242, 155, 4, 1) !important;
cursor: url('img/2030img/cursorepianetasabbioso.png'), auto;
}

a:hover {
color: rgb(4, 4, 4);
color: rgb(4, 4, 4) !important;
cursor: url('img/2030img/cursorepianetasabbioso.png'), auto;
}

#space {
Expand Down Expand Up @@ -493,4 +507,12 @@ a:hover {
width: 70%;
}

#footer a{
color:#F1FAEE !important;
}

#footer a:hover {
color:rgb(4, 4, 4);
}


0 comments on commit 8f1c21c

Please sign in to comment.