|
|
Line 2,128: |
Line 2,128: |
| margin: 0; | | margin: 0; |
| padding: 0 | | padding: 0 |
| }
| |
|
| |
| #left-navigation {
| |
| float: left;
| |
| margin-left: 10em;
| |
| margin-top: 2.5em;
| |
| margin-bottom: -2.5em;
| |
| display: inline
| |
| }
| |
|
| |
| #right-navigation {
| |
| float: right;
| |
| margin-top: 2.5em
| |
| }
| |
|
| |
| #p-logo {
| |
| position: absolute;
| |
| top: -160px;
| |
| left: 0;
| |
| width: 10em;
| |
| height: 160px
| |
| }
| |
|
| |
| #p-logo a {
| |
| display: block;
| |
| width: 10em;
| |
| height: 160px;
| |
| background-repeat: no-repeat;
| |
| background-position: center center;
| |
| text-decoration: none
| |
| }
| |
|
| |
| #mw-panel {
| |
| font-size: inherit;
| |
| position: absolute;
| |
| top: 160px;
| |
| padding-top: 1em;
| |
| width: 10em;
| |
| left: 0
| |
| }
| |
|
| |
| #mw-panel .portal {
| |
| margin: 0 .6em 0 .7em;
| |
| padding: .25em 0;
| |
| direction: ltr;
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| background-image: url('images/portal-break.png')
| |
| }
| |
|
| |
| #mw-panel .portal h3 {
| |
| font-size: .75em;
| |
| color: #656565;
| |
| font-weight: normal;
| |
| margin: 0;
| |
| padding: .25em 0 .25em .25em;
| |
| cursor: default;
| |
| border: none
| |
| }
| |
|
| |
| #mw-panel .portal .body {
| |
| margin: 0 0 0 1.25em;
| |
| padding-top: 0
| |
| }
| |
|
| |
| #mw-panel .portal .body ul {
| |
| list-style-type: none;
| |
| list-style-image: none;
| |
| margin: 0;
| |
| padding: 0
| |
| }
| |
|
| |
| #mw-panel .portal .body ul li {
| |
| line-height: 1.125em;
| |
| margin: 0;
| |
| padding: .25em 0;
| |
| font-size: .75em;
| |
| word-wrap: break-word
| |
| }
| |
|
| |
| #mw-panel .portal .body ul li a {
| |
| color: #e69710
| |
| }
| |
|
| |
| #mw-panel .portal .body ul li a:visited {
| |
| color: #D28A0D
| |
| }
| |
|
| |
| #mw-panel .portal.first {
| |
| background-image: none;
| |
| margin-top: 0
| |
| }
| |
|
| |
| #mw-panel .portal.first h3 {
| |
| display: none
| |
| }
| |
|
| |
| #mw-panel .portal.first .body {
| |
| margin-left: .5em
| |
| }
| |
| .mw-prefs-buttons {
| |
| background-color: #4a4a4a /*make background less glaring under buttons */
| |
| } | | } |
|
| |
|