MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Macht und Herrschaft
Zur Navigation springen Zur Suche springen
 
(75 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 16: Zeile 16:
     }
     }


@media only screen and (min-width : 680px) {
.grid-fd {
 
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    }
 
.grid-sf {
 
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
    }
 
@media only screen and (min-width: 680px) {


     .grid {
     .grid {
Zeile 23: Zeile 37:
     }
     }


@media only screen and (min-width : 980px) {
@media only screen and (min-width: 980px) {


     .grid {
     .grid {
Zeile 30: Zeile 44:
         }
         }


@media only screen and (min-width : 1980px) {
@media only screen and (min-width: 1980px) {


     .grid {
     .grid {
         grid-template-columns: repeat(8, 1fr);
         grid-template-columns: repeat(8, 1fr);
        }
        }
@media only screen and (min-width: 1980px) {
    .grid-fd {
        grid-template-columns: repeat(4, 1fr);
        }
        }
@media only screen and (min-width: 1980px) {
    .grid-itw {
        grid-template-columns: repeat(9, 1fr);
         }
         }
         }
         }
Zeile 92: Zeile 120:
}
}


.HS-FD .item-header{
.HS-FD .item-header{ height: auto;


  height: 80px;
   border-top: 5px solid #cecec7;  
   border-top: 5px solid #cecec7;  


}
}


.HS-SF .item-header{
.HS-SF .item-header{ height: auto;


  height: 40px;
   border-top: 5px solid #8991ba;  
   border-top: 5px solid #8991ba;  


} .HS-ITW .item-header{
} .HS-ITW .item-header{ height: auto;


  height: 40px;
   border-top: 5px solid #CFCEC2;  
   border-top: 5px solid #CFCEC2;  


Zeile 113: Zeile 138:
.HS-TPs .item-header{
.HS-TPs .item-header{


  height: 130px;
  min-height: 130px;
   border-top: 5px solid #2a4b8b;  
   border-top: 5px solid #2a4b8b;  


Zeile 121: Zeile 146:


     border-top: 1px solid #aaa !important;
     border-top: 1px solid #aaa !important;
    /*padding: 0.2em 0.4em;*/


padding: 10px;
padding: 10px;
Zeile 158: Zeile 182:


.item-header:hover a:link {
.item-header:hover a:link {
    color: white;
} .item-header:hover span{


     color: white;
     color: white;
Zeile 175: Zeile 203:
}
}


#fd-1 {  
.SF {
 
text-align: justify;
    border: 1px solid #aaa !important;
    line-height: 1.5;
    font-family: inherit;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    padding-bottom: 20px;
 
border-top: 5px solid #8991ba!important;
 
}
 
.ITW{
 
text-align: justify;
    border: 1px solid #aaa !important;
    line-height: 1.5;
    font-family: inherit;
    padding: 20px;
 
    margin: 10px;


    grid-column-start: 1;
border-top: 5px solid #CFCEC2 !important;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;


}
}


#fd-2 {
/*Teilprojekte Hauptseiten*/


    grid-column-start: 3;
.TP-HS .TP-content li {
     grid-column-end: 5;
 
     grid-row-start: 1;
     line-height: 1.5;
     grid-row-end: 2;
     padding-inline: 10px;
     padding: 5px;


}
}


#fd-3 {  
.TP-HS .TP-Info {


    grid-column-start: 1;
padding:20px; margin-bottom: 30px;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;


}
}


#fd-4 {  
.TP-HS .HS-FD .item-body { text-align:center; line-height: 5; font-size: 14px; }
 
.TP-HS .HS-FD .item { border: 1.5px solid black; margin:5px; }


    grid-column-start: 3;
.TP-HS .HS-FD .item:hover {
    grid-column-end: 5;
 
    grid-row-start: 2;
     background: #2a4b8b;
     grid-row-end: 3;


}
}


#sf-1 {  
.TP-HS .HS-FD .item a:link {


     grid-column-start: 1;
     color: black;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;


}
}


#sf-2 {  
.TP-HS .HS-FD .item:hover a:link {


     grid-column-start: 1;
     color: white;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;


}
}


#sf-3 {  
.TP-HS .HS-FD .item a:visited {


     grid-column-start: 1;
     color: black;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;


}
}


#sf-4 {  
.TP-HS .HS-FD .item:hover a:visited {


     grid-column-start: 1;
     color: white;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 5;


}
}


.SF {
.TP-HS .HS-FD .tp-item-header a:link{ color:white; } .TP-HS .HS-FD .tp-item-header a:visited{ color:white; }
 
.TP-HS .HS-FD .tp-item-header { text-align:center; background-color: #cecec7; color: white; padding: 10px; margin-top: 20px; }


text-align: justify;
.TP-HS .HS-FD .tp-item-header span{
    border: 1px solid #aaa !important;
    line-height: 1.5;
    font-family: inherit;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    padding-bottom: 20px;


border-top: 5px solid #8991ba!important;
    color: white;


}
}


.ITW{
.TP-projekt {border-top: 5px solid #2a4b8b;}
 
/* Layout TP Test Anordnung ohne Grid*/
 
.TP-HS * { box-sizing: border-box; }
 
.TP-HS .TP-toc {height: auto;}
 
.TP-header { text-align: center; background: white; margin-left: 18%; width: 60%; margin-bottom: 30px;}
 
.TP-leftcolumn { float: left; width: 75%; }


text-align: justify;
.TP-rightcolumn { float: left; width: 25%; padding-left: 20px; }
    border: 1px solid #aaa !important;
    line-height: 1.5;
    font-family: inherit;
    padding: 20px;


    margin: 10px;
.TP-HS .row:after { content: ""; display: table; clear: both; }


border-top: 5px solid #CFCEC2 !important;
.TP-content { padding: 20px; text-align: left; margin-top: 20px; }


}
.TP-SF{ margin-bottom: 30px;}

Aktuelle Version vom 18. Juni 2021, 16:08 Uhr


/* Grid "Zentrale Hinhalte" */

.grid {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    }

.grid-itw {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    }

.grid-fd {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    }

.grid-sf {

    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
    }

@media only screen and (min-width: 680px) {

    .grid {
        grid-template-columns: repeat(2, 1fr);
        }
    }

@media only screen and (min-width: 980px) {

    .grid {
        grid-template-columns: repeat(4, 1fr);
        }
        }

@media only screen and (min-width: 1980px) {

    .grid {
        grid-template-columns: repeat(8, 1fr);
        }
        }

@media only screen and (min-width: 1980px) {

    .grid-fd {
        grid-template-columns: repeat(4, 1fr);
        }
        }

@media only screen and (min-width: 1980px) {

    .grid-itw {
        grid-template-columns: repeat(9, 1fr);
        }
        }

 .grid-item {
    text-align: justify;
    border: 1px solid #aaa !important;
    line-height: 1.5;
    font-family: inherit;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    padding-bottom: 20px;
    }

.SFB {

    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    }

.HS-SF {

    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
    }

.HS-FD {

    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
    }

.item-wrapper {

    border: 1px solid #aaa !important;
    margin-top: 20px !important;

}

.item-header {

    text-align: left;
    font-weight: bold !important;
    line-height: 1.5 !important;
    font-family: inherit !important;
    padding: 0.4em !important;
    padding-left: 20px;

padding:10px !important;

}

.HS-FD .item-header{ height: auto;

   border-top: 5px solid #cecec7; 

}

.HS-SF .item-header{ height: auto;

   border-top: 5px solid #8991ba; 

} .HS-ITW .item-header{ height: auto;

   border-top: 5px solid #CFCEC2; 

}

.HS-TPs .item-header{

  min-height: 130px;
   border-top: 5px solid #2a4b8b; 

}

.item-body{

    border-top: 1px solid #aaa !important;

padding: 10px;

}

.item-header a:link {

    color: black;

}

.HS-TPs .item-header:hover {

    background: #2a4b8b;

}

.HS-SF .item-header:hover {

    background: #8991ba;

}

.HS-FD .item-header:hover {

    background: #cecec7;

}

.HS-ITW .item-header:hover {

    background: #CFCEC2;

}

.item-header:hover a:link {

    color: white;

} .item-header:hover span{

    color: white;

}

.item-header a:visited {

    color: black;

}

.item-header:hover a:visited {

    color: white;

}

.SF {

 text-align: justify;
    border: 1px solid #aaa !important;
    line-height: 1.5;
    font-family: inherit;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    padding-bottom: 20px;

border-top: 5px solid #8991ba!important;

}

.ITW{

 text-align: justify;
    border: 1px solid #aaa !important;
    line-height: 1.5;
    font-family: inherit;
    padding: 20px;

    margin: 10px;

border-top: 5px solid #CFCEC2 !important;

}

/*Teilprojekte Hauptseiten*/

.TP-HS .TP-content li {

    line-height: 1.5;
    padding-inline: 10px;
    padding: 5px;

}

.TP-HS .TP-Info {

padding:20px; margin-bottom: 30px;

}

.TP-HS .HS-FD .item-body { text-align:center; line-height: 5; font-size: 14px; }

.TP-HS .HS-FD .item { border: 1.5px solid black; margin:5px; }

.TP-HS .HS-FD .item:hover {

    background: #2a4b8b;

}

.TP-HS .HS-FD .item a:link {

    color: black;

}

.TP-HS .HS-FD .item:hover a:link {

    color: white;

}

.TP-HS .HS-FD .item a:visited {

    color: black;

}

.TP-HS .HS-FD .item:hover a:visited {

    color: white;

}

.TP-HS .HS-FD .tp-item-header a:link{ color:white; } .TP-HS .HS-FD .tp-item-header a:visited{ color:white; }

.TP-HS .HS-FD .tp-item-header { text-align:center; background-color: #cecec7; color: white; padding: 10px; margin-top: 20px; }

.TP-HS .HS-FD .tp-item-header span{

    color: white;

}

.TP-projekt {border-top: 5px solid #2a4b8b;}

/* Layout TP Test Anordnung ohne Grid*/

.TP-HS * { box-sizing: border-box; }

.TP-HS .TP-toc {height: auto;}

.TP-header { text-align: center; background: white; margin-left: 18%; width: 60%; margin-bottom: 30px;}

.TP-leftcolumn { float: left; width: 75%; }

.TP-rightcolumn { float: left; width: 25%; padding-left: 20px; }

.TP-HS .row:after { content: ""; display: table; clear: both; }

.TP-content { padding: 20px; text-align: left; margin-top: 20px; }

.TP-SF{ margin-bottom: 30px;}