slightly update styles

git-svn-id: file:///var/kolibrios-org-repos@29 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30
This commit is contained in:
leency 2021-11-05 17:27:16 +00:00
parent f4500f59d2
commit df4170708c

View File

@ -48,8 +48,12 @@ body {
#article, #banner { #article, #banner {
border-radius: 8px; border-radius: 8px;
box-shadow: rgb(27 20 65 / 10%) 0px 10px 20px 0px;
border: none;
/*
box-shadow: 0 3px 8px -6px rgba(0,0,0,.1); box-shadow: 0 3px 8px -6px rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.14); border: 1px solid rgba(0,0,0,.14);
*/
} }
#article { #article {
@ -72,6 +76,8 @@ body {
width: 900px; width: 900px;
height: 150px; height: 150px;
transition: border 0.5s ease; transition: border 0.5s ease;
border: 1px solid rgba(0,0,0,.14);
box-shadow: none;
} }
#banner:hover { #banner:hover {
@ -204,11 +210,10 @@ td {
border: 1px solid #182028; border: 1px solid #182028;
display: block; display: block;
position: relative; position: relative;
top: 50%; top: 48px;
left: 50%; left: 50%;
margin-left: -576px; margin-left: -576px;
margin-top: -432px; border-radius: 8px;
border-radius: 5px;
overflow: hidden; overflow: hidden;
} }
@ -223,17 +228,16 @@ td {
#carousel { #carousel {
position: fixed; position: fixed;
bottom:0; bottom: 10px;
width: 420px; right: 10px;
padding: 0 7px; width: 400px;
left: calc(50% - 210px); padding: 0 7px
border-radius: 5px 5px 0 0; border-radius: 5px;
text-align: center; text-align: center;
background: #333; background: #333333DD;
z-index:9000; z-index: 10;
vertical-align: middle; color: #fff;
color:#fff; text-shadow: 1px 1px 0 #111111;
text-shadow: 1px 1px 0 #111;
} }
iframe { iframe {