Add files via upload

This commit is contained in:
loma-one 2025-01-17 17:20:51 +01:00 committed by GitHub
parent f907a73fb3
commit 76ae106846
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -314,6 +314,18 @@ aside .widget,
border-top: 1px solid rgb(238, 238, 238);
}
.well {
background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
border-color: #eee;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}
.contact-photo,
.contact-photo-xs {
border-radius: 100% !important;