|
|
| Line 1: |
Line 1: |
| − | /* All CSS here will be loaded for users of the Vector skin */
| |
| | | | |
| − | /*******
| |
| − | * Logo *
| |
| − | ********/
| |
| − | #p-logo {
| |
| − | top: 35px;
| |
| − | left: 50vw;
| |
| − | margin-left: -9.5em;
| |
| − | width: 10em;
| |
| − | height: 160px;
| |
| − | margin-bottom: 1em;
| |
| − | position: absolute;
| |
| − | }
| |
| − | #p-logo a {
| |
| − | background-position: center center;
| |
| − | background-repeat: no-repeat;
| |
| − | display: block;
| |
| − | width: 23em;
| |
| − | height: 12.2em;
| |
| − | text-decoration: none;
| |
| − | }
| |
| − |
| |
| − | /*******
| |
| − | * End Logo *
| |
| − | ********/
| |
| − |
| |
| − | /*******
| |
| − | * PageContent *
| |
| − | ********/
| |
| − |
| |
| − | #mw-head-base {
| |
| − | margin-top: 11em;
| |
| − | margin-left: 10em;
| |
| − | height: 5em;
| |
| − | }
| |
| − |
| |
| − | #mw-head {
| |
| − | position: absolute;
| |
| − | top: 16em;
| |
| − | right: 0;
| |
| − | width: 100%;
| |
| − | }
| |
| − |
| |
| − | /*******
| |
| − | * Head Bar *
| |
| − | ********/
| |
| − | #p-personal {
| |
| − | right: 0;
| |
| − | top: 0;
| |
| − | position: fixed;
| |
| − | width: 100%;
| |
| − | background-color: aliceblue;
| |
| − | }
| |
| − | #p-personal ul {
| |
| − | float: right;
| |
| − | padding-left: 0;
| |
| − | }
| |