845
edits
No edit summary |
No edit summary |
||
| Line 57: | Line 57: | ||
/* Box */ | /* Box */ | ||
height: 500px; | height: 500px; | ||
width: | width: 180px; | ||
/* Positioning */ | /* Positioning */ | ||
| Line 122: | Line 122: | ||
} | } | ||
div #mw- | div #mw-panel { | ||
/* Color & Background */ | |||
background-attachment: scroll; | |||
background-color: rgba(255, 255, 255, 0.67); | |||
/* Box */ | |||
height: 500px; | |||
width: 100px; | |||
/* Positioning */ | |||
position: fixed; | |||
/* Effects */ | |||
border-padding-top: 80px; | |||
border-top-left-radius: 0px; | |||
border-top-right-radius: 8px; | |||
border-bottom-left-radius: 0px; | |||
border-bottom-right-radius: 8px; | |||
} | |||