845
edits
No edit summary |
No edit summary |
||
| Line 184: | Line 184: | ||
/* Color & Background */ | /* Color & Background */ | ||
background-attachment: scroll; | background-attachment: scroll; | ||
background-color: rgba( | background-color: rgba(209, 248, 255, 0.67); | ||
background-image: none; | background-image: none; | ||
background-position: 0% 0%; | background-position: 0% 0%; | ||
| Line 191: | Line 191: | ||
/* Box */ | /* Box */ | ||
height: | height: 704.688px; | ||
width: 160px; | width: 160px; | ||
border: | border: 6px solid rgba(0, 0, 0, 0); | ||
border-top: | border-top: 6px solid rgba(0, 0, 0, 0); | ||
border-right: | border-right: 6px solid rgba(0, 0, 0, 0); | ||
border-bottom: | border-bottom: 6px solid rgba(0, 0, 0, 0); | ||
border-left: | border-left: 6px solid rgba(0, 0, 0, 0); | ||
margin: 0px; | margin: 176px 0px 0px; | ||
padding: 0px 0px | padding: 0px 0px 15px 8px; | ||
max-height: none; | max-height: none; | ||
min-height: 0px; | min-height: 0px; | ||
| Line 208: | Line 208: | ||
position: absolute; | position: absolute; | ||
top: 0px; | top: 0px; | ||
bottom: | bottom: 373.312px; | ||
right: | right: 1541px; | ||
left: | left: -12px; | ||
float: none; | float: none; | ||
display: block; | display: block; | ||
| Line 245: | Line 245: | ||
box-shadow: none; | box-shadow: none; | ||
border-top-left-radius: 0px; | border-top-left-radius: 0px; | ||
border-top-right-radius: | border-top-right-radius: 8px; | ||
border-bottom-left-radius: 0px; | border-bottom-left-radius: 0px; | ||
border-bottom-right-radius: | border-bottom-right-radius: 8px; | ||
} | } | ||