|
|
| Line 37: |
Line 37: |
| border-bottom-left-radius: 0px; | | border-bottom-left-radius: 0px; |
| border-bottom-right-radius: 8px; | | border-bottom-right-radius: 8px; |
| }
| |
|
| |
| div #content .mw-body {
| |
| /* 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(32, 33, 34);
| |
| text-align: start;
| |
| text-indent: 0px;
| |
| text-transform: none;
| |
| vertical-align: baseline;
| |
| white-space: normal;
| |
| word-spacing: 0px;
| |
|
| |
| /* Color & Background */
| |
| background-attachment: scroll;
| |
| background-color: rgba(209, 248, 255, 0.67);
| |
| background-image: none;
| |
| background-position: 0% 0%;
| |
| background-repeat: repeat;
| |
| color: rgb(32, 33, 34);
| |
|
| |
| /* Box */
| |
| height: 2178.06px;
| |
| width: 1468px;
| |
| border: 1px solid rgb(167, 215, 249);
| |
| border-top: 1px solid rgb(167, 215, 249);
| |
| border-right: 1px solid rgb(167, 215, 249);
| |
| border-bottom: 1px solid rgb(167, 215, 249);
| |
| border-left: 1px solid rgb(167, 215, 249);
| |
| margin: -1px 15px 60px 176px;
| |
| padding: 20px 24px 24px;
| |
| max-height: none;
| |
| min-height: 500px;
| |
| max-width: none;
| |
| min-width: 0px;
| |
|
| |
| /* Positioning */
| |
| position: static;
| |
| top: auto;
| |
| bottom: auto;
| |
| right: auto;
| |
| left: auto;
| |
| float: none;
| |
| display: block;
| |
| clear: none;
| |
| z-index: auto;
| |
|
| |
| /* List */
| |
| list-style-image: none;
| |
| list-style-type: disc;
| |
| list-style-position: outside;
| |
|
| |
| /* Table */
| |
| border-collapse: separate;
| |
| border-spacing: 0px 0px;
| |
| caption-side: top;
| |
| empty-cells: show;
| |
| table-layout: auto;
| |
|
| |
| /* Miscellaneous */
| |
| overflow: visible;
| |
| cursor: auto;
| |
| visibility: visible;
| |
|
| |
| /* Effects */
| |
| transform: none;
| |
| transition: all 0s ease 0s;
| |
| outline: rgb(255, 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;
| |
| } | | } |