|
|
(255 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
− | /* Das folgende CSS wird für alle Benutzeroberflächen geladen.@media screen */
| |
| | | |
− |
| |
− | #mw-page-base.noprint, #mv-head, #mw-page-base, .noprint {
| |
− | background-color: inherit;
| |
− | background-image: none;
| |
− | }
| |
− | /* Navigation */
| |
− |
| |
− | div#mw-panel {
| |
− | position: absolute;
| |
− | top: 100px;
| |
− | padding-top: 1em;
| |
− | width: 7em;
| |
− | left: 3em;
| |
− | background-color: lightgray;
| |
− | padding-left: 0;
| |
− | height: 100%;
| |
− | }
| |
− |
| |
− | /* LOGO */
| |
− |
| |
− | #p-logo {
| |
− | background-color: lightgray;
| |
− | width: 7em;
| |
− | left:0;
| |
− | }
| |
− |
| |
− | /*Main page */
| |
− |
| |
− | h4{
| |
− | background-color: lightgray;
| |
− | padding-left: 5px
| |
− | }
| |
− |
| |
− |
| |
− | #left-content {
| |
− | float:left;
| |
− | width: 45%;
| |
− | border:thin solid green;
| |
− | }
| |
− | #right-content {
| |
− | float: right;
| |
− | width: 45%;
| |
− | border:thin solid blue;
| |
− | }
| |
− |
| |
− | body {
| |
− | background: url(images/verlauf-bk.png) no-repeat left top;
| |
− | }
| |
− | table.twocolortable {
| |
− | font-size: 11px;
| |
− | width :100%;
| |
− | text-align: center;
| |
− | border-collapse: collapse;
| |
− |
| |
− | }
| |
− | table.twocolortable th{
| |
− | background-color: gray;
| |
− | border-right: 2px solid darkblue;
| |
− | }
| |
− | .twocolortable td{
| |
− | border-right: 2px solid darkblue;
| |
− | }
| |
− | .twocolortable td:last-child{
| |
− | border: none;
| |
− | }
| |
− |
| |
− | .twocolortable th:last-child{
| |
− | border: none;
| |
− | }
| |
− | table.twocolortable tr:nth-child(2n) {
| |
− | background-color: lightgray;
| |
− |
| |
− | }
| |
− |
| |
− | table.simpleborder {
| |
− | text-align: left;
| |
− | width: 100%;
| |
− | border: 1px solid #000;
| |
− | border-collapse: collapse;
| |
− | }
| |
− | .simpleborder td{
| |
− | border: 1px solid #000;
| |
− | }
| |
− | .clear {
| |
− | clear: both;
| |
− | }
| |
− | .no-border{
| |
− | border: none;
| |
− | }
| |
− | .clear:after{
| |
− | clear: both;
| |
− | }
| |
− |
| |
− | /* suppress auto section numbering*/
| |
− |
| |
− | .tocnumber {
| |
− | display: none;
| |
− | }
| |
− | table.mainPage{
| |
− | border: 0;
| |
− | background: transparent;
| |
− | width: 100%;
| |
− | }
| |
− | table.mainPage td{
| |
− | vertical-align: top;
| |
− | width:45%;
| |
− | }
| |
− |
| |
− | table.mainPage td + td{
| |
− | padding-left: 40px;
| |
− | }
| |
− | table.mainPage td p{
| |
− | padding-left: 5px;
| |
− | }
| |