make the gradient deeper
This commit is contained in:
parent
e1483ada95
commit
fa5f8ee8cb
@ -97,15 +97,15 @@ body{
|
|||||||
.contentBody .contentWrapper .content .unexpanded{
|
.contentBody .contentWrapper .content .unexpanded{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
bottom:0px;
|
bottom:0px;
|
||||||
min-width:98vw; /*Add a comment here.*/
|
min-width:98vw;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-size:1.75em;
|
font-size:1.75em;
|
||||||
background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(15,15,15,1.0) 100%);
|
background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(32,32,32,1.0) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentBody .contentWrapper .content .unexpanded:hover{
|
.contentBody .contentWrapper .content .unexpanded:hover{
|
||||||
bottom:-8px;
|
bottom:-8px;
|
||||||
background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(32,32,32,1.0) 100%);
|
background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(32,32,32,1.0) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentBody .contentWrapper .datebar{
|
.contentBody .contentWrapper .datebar{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user