|
|
Zeile 1: |
Zeile 1: |
| #globalWrapper { position: relative; margin: 1em 5em 1em 5em; }
| | |
| #firstHeading { background: #cc3333; text-align: center; margin: 0px; color: white; }
| |
| #column-one { position: absolute; top: 3.1em; width: 100%;
| |
| border-width: 0px 2px 0px 2px; border-color: black; } /* dont set background */
| |
| #bodyContent { position: relative; top: 1.6em; padding: 15px; }
| |
| #bodyContent p { text-align: justify; }
| |
|
| |
| body { background: none; font-size: 13px; line-height: 1.4; }
| |
| a {text-decoration: none; color: #3333CC;}
| |
| body, #searchInput { font-family: Candara, Optima; }
| |
|
| |
| #firstHeading, #bodyContent { border: 2px solid black; }
| |
| #searchInput { border: 1px solid darkgray; background-color: white; font-size: 12px; }
| |
|
| |
| /* MAKE ALL PORTLETS INLINE */
| |
| .generated-sidebar h5, .portlet h5 { display: inline; padding: 5px; font-size: 12px; font-weight: normal; margin: auto; }
| |
| div#searchBody, #searchform, #searchform div { display: inline; }
| |
| #p-search { float: right; } /* move the search box to the right */
| |
| div.portlet, div.pBody { display: inline; float: left; }
| |
| div.portlet ul { padding: 0px; margin: 0px; display: inline; } /* same line */
| |
|
| |
| #p-personal, #p-lang { border-width: 0px 1px 1px 1px; border-style: solid; }
| |
| #p-personal, #p-lang { margin-left: 20px; width: 125px; border-color: white; background-color: white }
| |
| #p-personal:hover, #p-lang:hover { border-color: black; }
| |
|
| |
| div.portlet li { list-style-type: none; display: inline; padding: 0px 5px 0px 5px; }
| |
| #p-personal li, #p-lang li { display: none; padding: 2px 5px; }
| |
| #p-personal:hover li, #p-lang:hover li { display: block; } /* and show when hovered over */
| |
|
| |
| /* JUNK I DONT WANT TO SEE */
| |
| #siteSub, #contentSub, #jump-to-nav, #protected-icon { display: none; }
| |
| #p-navigation, #p-interaction, #p-tb, #p-coll-create_a_book, #p-coll-print_export { display: none; }
| |
| #p-cactions h5, #p-search h5 { display: none; }
| |
| #f-poweredbyico, #f-copyrightico, #footer { display: none; }
| |
| .searchButton { display: none; } /* only the search box, no buttons */
| |
| #siteNotice { display: none; } /* hide all random notices! */
| |
|
| |
| /* LANGUAGES I CARE ABOUT */
| |
| #p-lang li:not(.interwiki-de):not(.interwiki-ta):not(.interwiki-mr):not(.interwiki-hi):not(.interwiki-it) {
| |
| display: none !important;
| |
| }
| |
|
| |
| /* IMAGES */
| |
| .thumb {
| |
| display: block;
| |
| clear: none;
| |
| width: auto;
| |
| border: thin solid #AAAAAA;
| |
| padding: 4px;
| |
| font-size: 12px;
| |
| }
| |
| .tright {float: right; margin: 10px 0 10px 10px}
| |
| .tleft {float: left ;margin: 10px 10px 10px 0;}
| |
| .tnone {float: none ;margin: 10px;}
| |
| .magnify {display: none;}
| |
|
| |
| /* COPIED FROM DRONE */
| |
| .dablink, dd {padding-left: 0 ; margin-left: 0;}
| |
| table.ambox-style, table.ambox {margin: 0; border: none ;}
| |
| #column-content h2, #column-content h3 {border-bottom: 1px solid #333333; }
| |
| #toc.toc ul {list-style: none;}
| |
| #toctitle + ul {padding-left: 0;}
| |
| dd { margin-left: 2em; } /* indent discussions properly? */
| |