|
|
@ -72,14 +72,17 @@ body{ |
|
|
|
border-color: rgb(17, 153, 17, .8); |
|
|
|
border-color: rgb(17, 153, 17, .8); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contentBody .contentWrapper:hover:after{ |
|
|
|
.contentBody .contentWrapper { |
|
|
|
|
|
|
|
border-color: rgb(17, 153, 17, .8); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.contentBody .contentWrapper .unexpanded:hover:after{ |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
background-color:rgba(255, 255, 255, .06); |
|
|
|
background-color:rgba(255, 255, 255, .06); |
|
|
|
min-width:98vw; |
|
|
|
min-width:98vw; |
|
|
|
text-align:center; |
|
|
|
text-align:center; |
|
|
|
font-size:2.75em; |
|
|
|
font-size:2.75em; |
|
|
|
content: "⤈ Click to expand."; |
|
|
|
content: "⤈ Click to expand."; |
|
|
|
border-color: rgb(17, 153, 17, .8); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contentBody .contentWrapper h1{ |
|
|
|
.contentBody .contentWrapper h1{ |
|
|
|