| Line 26: |
Line 26: |
| | ********/ | | ********/ |
| | | | |
| | + | /******* |
| | + | * PageContent * |
| | + | ********/ |
| | + | |
| | + | #mw-head-base { |
| | + | margin-top: 11em; |
| | + | margin-left: 10em; |
| | + | height: 5em; |
| | + | } |
| | + | |
| | + | #p-personal { |
| | + | right: 0; |
| | + | top: -16em; |
| | + | width: 100%; |
| | + | background-color: aliceblue; |
| | + | } |
| | + | |
| | + | #mw-head { |
| | + | position: absolute; |
| | + | top: 16em; |
| | + | right: 0; |
| | + | width: 100%; |
| | + | } |
| | | | |
| | /******* | | /******* |