|
|
@ -59,14 +59,15 @@ body{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contentBody .title{ |
|
|
|
.contentBody .title{ |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
font-size:x-large; |
|
|
|
font-size:x-large; |
|
|
|
border-bottom-style: outset; |
|
|
|
border-bottom-style: outset; |
|
|
|
border-radius: 32px; |
|
|
|
border-radius: 32px; |
|
|
|
background-color:$SITE_BACKCOL; |
|
|
|
background-color:$SITE_BACKCOL; |
|
|
|
max-width:content; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contentBody .content{ |
|
|
|
.contentBody .content{ |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
border-radius: 12px 0px 12px 0px; |
|
|
|
border-radius: 12px 0px 12px 0px; |
|
|
|
border-style: none outset outset none; |
|
|
|
border-style: none outset outset none; |
|
|
|
border-color: rgb(17, 153, 17, .3); |
|
|
|
border-color: rgb(17, 153, 17, .3); |
|
|
|