| Line 1: |
Line 1: |
| | + | /* All CSS here will be loaded for users of the Vector skin */ |
| | | | |
| | + | |
| | + | /***************************************************************/ |
| | + | /* Shifts page contents down to achieve desired logo position. */ |
| | + | /***************************************************************/ |
| | + | /********/ |
| | + | /* Logo */ |
| | + | /********/ |
| | + | /*Left and right positions*/ |
| | + | #p-logo { |
| | + | top: -25em; |
| | + | left: 49vw; |
| | + | margin-left: -9.5em; |
| | + | position: absolute; |
| | + | } |
| | + | /*Image size*/ |
| | + | #p-logo a { |
| | + | width: 23em; |
| | + | height: 20em; |
| | + | } |
| | + | /************/ |
| | + | /* End Logo */ |
| | + | /************/ |
| | + | /****************/ |
| | + | /* Page Content */ |
| | + | /****************/ |
| | + | /*Postion of main page content*/ |
| | + | #mw-head-base { |
| | + | margin-top: 16em; |
| | + | } |
| | + | /*Position of top page controls*/ |
| | + | #mw-head { |
| | + | top: 19em; |
| | + | } |
| | + | /*Moves edit buttons, etc, down*/ |
| | + | .mw-body { |
| | + | padding: 4.25em 1.5em 1.5em 1.5em; |
| | + | } |
| | + | .mw-body .firstHeading { |
| | + | border-top: 1px solid #a2a9b1; |
| | + | } |
| | + | /********************/ |
| | + | /* End Page Content */ |
| | + | /********************/ |
| | + | /***************/ |
| | + | /* Top Nav Bar */ |
| | + | /***************/ |
| | + | /*Widens top bar*/ |
| | + | #p-personal { |
| | + | right: 0; |
| | + | top: 0; |
| | + | position: fixed; |
| | + | width: 100%; |
| | + | background-color: aliceblue; |
| | + | } |
| | + | /*Text in top bar*/ |
| | + | #p-personal ul { |
| | + | float: right; |
| | + | padding-right: 10px; |
| | + | } |
| | + | /*Removes white bar under top bar*/ |
| | + | #mw-page-base { |
| | + | display: none; |
| | + | } |
| | + | /*******************/ |
| | + | /* End Top Nav Bar */ |
| | + | /*******************/ |
| | + | /****************/ |
| | + | /* Side Nav Bar */ |
| | + | /****************/ |
| | + | #mw-panel { |
| | + | top: 25em; |
| | + | } |
| | + | /********************/ |
| | + | /* End Side Nav Bar */ |
| | + | /********************/ |