|
|
| Line 184: |
Line 184: |
|
| |
|
| div #mw-panel { | | div #mw-panel { |
| /* Font & Text */
| |
| font-family: sans-serif;
| |
| font-size: 16px;
| |
| font-style: normal;
| |
| font-variant: normal;
| |
| font-weight: 400;
| |
| letter-spacing: normal;
| |
| line-height: normal;
| |
| text-decoration: none solid rgb(0, 0, 0);
| |
| text-align: start;
| |
| text-indent: 0px;
| |
| text-transform: none;
| |
| vertical-align: baseline;
| |
| white-space: normal;
| |
| word-spacing: 0px;
| |
|
| |
|
| /* Color & Background */ | | /* Color & Background */ |
| background-attachment: scroll; | | background-attachment: scroll; |
| background-color: rgba(255, 255, 255, 0.67); | | background-color: rgba(255, 255, 255, 0.67); |
| background-image: none; | | |
| background-position: 0% 0%;
| |
| background-repeat: repeat;
| |
| color: rgb(0, 0, 0);
| |
| | |
| /* Box */ | | /* Box */ |
| height: 500px; | | height: 500px; |
| width: 160px; | | width: 160px; |
| zzborder: 6px solid rgba(0, 0, 0, 0);
| |
| zzborder-top: 6px solid rgba(0, 0, 0, 0);
| |
| zzborder-right: 6px solid rgba(0, 0, 0, 0);
| |
| zzborder-bottom: 6px solid rgba(0, 0, 0, 0);
| |
| zzborder-left: 6px solid rgba(0, 0, 0, 0);
| |
| zzpadding: 0px 0px 15px 8px;
| |
|
| |
|
| /* Positioning */ | | /* Positioning */ |