|
|
Line 1,155: |
Line 1,155: |
| .mw-special-Book #coll-downloadbox { | | .mw-special-Book #coll-downloadbox { |
| display: none; | | display: none; |
| }
| |
|
| |
| body:not(.page-Main_Page) #mw-content-text > div > p,
| |
| body:not(.page-Main_Page) #mw-content-text > div > blockquote,
| |
| body:not(.page-Main_Page) #mw-content-text > div > ul,
| |
| body:not(.page-Main_Page) #mw-content-text > div > ol{
| |
| max-width: 55em;
| |
| } | | } |
|
| |
|
Line 1,167: |
Line 1,160: |
| div#mw-panel div.portal h3 { | | div#mw-panel div.portal h3 { |
| font-size: 1em; /* original was 0.75em */ | | font-size: 1em; /* original was 0.75em */ |
| }
| |
|
| |
| div#mw-panel {
| |
| width: 15em; /* increase width of the container; was 10em */
| |
| }
| |
| .mw-body {
| |
| margin-left: 18em; /* move content to a fitting place; was 13em */
| |
| }
| |
| #p-cactions{
| |
| left:18.5em;
| |
| }
| |
|
| |
| body #p-logo a, body #p-logo a:hover {
| |
| height: 260px;
| |
| width: 18em;
| |
| background-size: 13em;
| |
| background-position: 45% 50% !important;
| |
| }
| |
|
| |
| #sidebar {
| |
| position:absolute;
| |
| margin-top:5em;
| |
| }
| |
|
| |
| #sidebar .portlet {
| |
| width: 17em;
| |
| }
| |
|
| |
| #sidebar .portlet h3,
| |
| #sidebar .portlet li {
| |
| line-height: 1.6;
| |
| font-size: 140%;
| |
| font-weight: bold;
| |
| } | | } |
|
| |
|