diff --git a/2030gaia.css b/2030gaia.css index 229a7b4..4b34f19 100644 --- a/2030gaia.css +++ b/2030gaia.css @@ -17,7 +17,7 @@ body { position: relative; cursor: url('img/2030img/cursorepianetasabbioso.png'), auto; - background-color: #C28842; + background-color: #C28842 !important; } @@ -66,7 +66,7 @@ body { .navbar { border-radius: 5px; - background-color: rgb(105, 90, 67); + background-color: transparent; font-family: 'Dune'; font-weight: 900; margin-top: -0.5cm; @@ -74,10 +74,14 @@ body { .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; } @@ -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; } @@ -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; @@ -303,7 +317,7 @@ body { .publication-date { font-family: 'Dune'; color: #F1FAEE; - font-weight: 900; + font-weight: 500; text-align: center; font-size: 24px; @@ -311,7 +325,8 @@ body { .publication-location { font-family: 'Dune'; - font-weight: 800; + color: #F1FAEE; + font-weight: 500; text-align: center; font-size: 24px; } @@ -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; @@ -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 { @@ -493,4 +507,12 @@ a:hover { width: 70%; } +#footer a{ + color:#F1FAEE !important; +} + +#footer a:hover { + color:rgb(4, 4, 4); +} +