|
|
|
@ -59,6 +59,7 @@ body{ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.contentBody .contentWrapper{ |
|
|
|
|
position:relative; |
|
|
|
|
border-style: none none outset none; |
|
|
|
|
border-radius: 0px 0px 12px 0px; |
|
|
|
|
border-color: rgb(17, 153, 17, .3); |
|
|
|
@ -85,7 +86,6 @@ body{ |
|
|
|
|
|
|
|
|
|
.contentBody .contentWrapper .content{ |
|
|
|
|
display: inline-block; |
|
|
|
|
position:relative; |
|
|
|
|
min-width:98vw; |
|
|
|
|
font-size:1.25em; |
|
|
|
|
padding: 4px; |
|
|
|
@ -93,20 +93,6 @@ body{ |
|
|
|
|
background-color: rgba(255, 255, 255, .06); |
|
|
|
|
z-index:0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.contentBody .contentWrapper .content .unexpanded{ |
|
|
|
|
position:absolute; |
|
|
|
|
bottom:0px; |
|
|
|
|
min-width:98vw; |
|
|
|
|
text-align:center; |
|
|
|
|
font-size:1.75em; |
|
|
|
|
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{ |
|
|
|
|
bottom:-8px; |
|
|
|
|
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{ |
|
|
|
|
font-size:0.75em; |
|
|
|
@ -124,4 +110,18 @@ body{ |
|
|
|
|
min-width:98vw; |
|
|
|
|
z-index:0; |
|
|
|
|
background-color: rgba(255, 255, 255, .06); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.contentBody .contentWrapper .unexpanded{ |
|
|
|
|
position:absolute; |
|
|
|
|
bottom:0px; |
|
|
|
|
min-width:98vw; |
|
|
|
|
text-align:center; |
|
|
|
|
font-size:1.75em; |
|
|
|
|
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 .unexpanded:hover{ |
|
|
|
|
bottom:-8px; |
|
|
|
|
background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(32,32,32,1.0) 100%); |
|
|
|
|
} |