diff --git a/Src/profilo.html b/Src/profilo.html index b46130c..c30a246 100644 --- a/Src/profilo.html +++ b/Src/profilo.html @@ -15,24 +15,26 @@ margin: 0 auto; height: 100%; border: 1px solid black; - /* --gradient-background: rgba(34, 35, 48, 0.93); - background: var(--gradient-background); */ - background: hsla(205, 46%, 30%, 1); - background: linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%); - background: -moz-linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%); - background: -webkit-linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%); - filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#295270", endColorstr="#524175", GradientType=1 ); + /* --gradient-background: rgba(34, 35, 48, 0.93); */ + background: var(--gradient-background); + } + #mainbody.DefaultTheme{ + --gradient-background: linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%); + --gradient-cards-background: linear-gradient(90deg, hsla(347, 89%, 61%, 1) 0%, hsla(242, 42%, 40%, 1) 100%); + /* background: -moz-linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%); + background: -webkit-linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%); */ } #biografia{ padding: 20px 35px; } .card-comments{ border-left: 5px solid #1B98E0; - background: hsla(347, 89%, 61%, 1); + background: var(--gradient-cards-background); + /* background: hsla(347, 89%, 61%, 1); background: linear-gradient(90deg, hsla(347, 89%, 61%, 1) 0%, hsla(242, 42%, 40%, 1) 100%); background: -moz-linear-gradient(90deg, hsla(347, 89%, 61%, 1) 0%, hsla(242, 42%, 40%, 1) 100%); background: -webkit-linear-gradient(90deg, hsla(347, 89%, 61%, 1) 0%, hsla(242, 42%, 40%, 1) 100%); - filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F44369", endColorstr="#3E3B92", GradientType=1 ); + filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F44369", endColorstr="#3E3B92", GradientType=1 ); */ } * { box-sizing: border-box; @@ -46,9 +48,9 @@ background-color: black; } #img-border{ - border: 5px solid grey; + border: 3px solid grey; } - .img-fluid{ + .profileimg{ width: 260px; height: 260px; } @@ -64,11 +66,6 @@ margin-top: 10px; } } - @media (max-width: 1624px) { - .img-fluid{ - height: inherit; - } - } .lastimagecomments { /* classe utilizzata per ridimensionare le immagini relative agli ultimi commenti scritti */ height: 150px!important; @@ -129,11 +126,11 @@ -
+
- +

NOME PROFILO