|
|
| Line 98: |
Line 98: |
| } | | } |
|
| |
|
| div #mw-head {
| |
| /* 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 */
| |
| background-image: url("/images/TexturedBackground.jpg");
| |
| background-attachment: scroll;
| |
| background-color: rgba(0, 0, 0, .5);
| |
| background-image: none;
| |
| background-position: 0% 0%;
| |
| background-repeat: repeat;
| |
| color: rgb(0, 0, 0);
| |
|
| |
| /* Box */
| |
| height: 80px;
| |
| width: 1709px;
| |
| border: 0px none rgb(0, 0, 0);
| |
| border-top: 0px none rgb(0, 0, 0);
| |
| border-right: 0px none rgb(0, 0, 0);
| |
| border-bottom: 0px none rgb(0, 0, 0);
| |
| border-left: 0px none rgb(0, 0, 0);
| |
| margin: 0px;
| |
| padding: 0px;
| |
| max-height: none;
| |
| min-height: 0px;
| |
| max-width: none;
| |
| min-width: 0px;
| |
|
| |
| /* Miscellaneous */
| |
| overflow: visible;
| |
| cursor: auto;
| |
| visibility: visible;
| |
|
| |
| /* Effects */
| |
| transform: none;
| |
| transition: all 0s ease 0s;
| |
| outline: rgb(0, 0, 0) dashed 1px;
| |
| outline-offset: 0px;
| |
| box-sizing: content-box;
| |
| resize: none;
| |
| text-shadow: none;
| |
| text-overflow: clip;
| |
| word-wrap: normal;
| |
| box-shadow: none;
| |
| border-top-left-radius: 0px;
| |
| border-top-right-radius: 0px;
| |
| border-bottom-left-radius: 0px;
| |
| border-bottom-right-radius: 0px;
| |
| }
| |
|
| |
|
| div #mw-panel { | | div #mw-panel { |