MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus AG3D
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(94 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


a:visited
/* Box */
{
 
color: #b2a5c6;
.invisible-box{
    border-style: solid;
    border-width:1px; 
    border-color: #ffffff;
    margin-top: 10px;
}
.text-box{
    border-style: solid;
    border-width:1px; 
    border-color: #dae7f4;
    padding: 5px;
    margin-bottom: 10px;
    /*margin-top: 10px;*/
}
}


.main-box{
.description-box{
    border-style: solid;
    border-width:1px; 
    border-color: #dae7f4;
    padding: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
 
.description-box-blue{
    display: flex
     border-style: solid;  
     border-style: solid;  
     border-width:1px;   
     border-width:1px;   
     border-color: #dedede;
     border-color: #dae7f4;
    background-color: #c7dbee;
    text-align: left;
     padding: 5px;
     padding: 5px;
     padding-bottom: 10px;
     padding-bottom: 10px;
     margin-bottom: 10px;
     margin-bottom: 10px;
}
.main-box{
    border-style: solid;
    border-width:1px; 
    border-color: #c7dbee;
    background-color: #c7dbee;
    padding: 5px;
    padding-bottom: 20px;
    padding-top: 20px;
    /*margin-bottom: 10px;*/
}
}


Zeile 19: Zeile 55:
     flex-direction: column;
     flex-direction: column;
     border-color: #001d61;
     border-color: #001d61;
     background-color: #001d61;
     /*background-color: #001d61;*/
    padding-bottom: -15px;
     margin-bottom: 10px;
     margin-bottom: 10px;
}
}
Zeile 32: Zeile 67:
}
}


/*Titel */
 
.main-box-container-dark{
    display: flex;
    flex-direction: column;
    border-color: #000e30;
    /*background-color: #000e30;*/
    margin-bottom: 10px;
}
 
/* Titel */


.title {
.title {
   font-size: 25px;
   font-size: 25px;
    color: #ffffff;
    font-weight: normal;
}
.indextitle-main {
    font-size: 25px;
     color: #000000;
     color: #000000;
     font-weight: normal;
     font-weight: normal;
    text-align: left;
    background-color: #ffffff;
}
}


.indextitle-main {
.indextitle-blue {
     font-size: 25px;
     font-size: 25px;
     color: #ffffff;
     color: #000000;
     font-weight: normal;
     font-weight: normal;
     text-align: center;
     text-align: left;
     background-color: #001d61;
     background-color: #c7dbee;
 
}
}


.indextitle {
.indextitle {
     font-size: 25px;
     font-size: 20px;
     color: #ffffff;
     color: #000000;
     font-weight: normal;
     font-weight: normal;
     text-align: center;
     text-align: center;
     background-color: #001d61;
     background-color: #c7dbee;
}
}


.indextitle-b {
.indextitle-b {
     font-size: 15px;
     font-size: 20px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    background-color: #c7dbee;
    margin: -5px;
}
.indextitle-b-inverted {
    font-size: 20px;
     color: #ffffff;
     color: #ffffff;
     font-weight: normal;
     font-weight: normal;
     text-align: center;
    border-style: solid;
     background-color: #dedede;
    border-width:1px; 
    border-color: #151D35;
    margin: -5px;
}
 
/* Text */
 
.text-inverted {
    font-weight: normal;
    color: #ffffff;
     text-align: left;
}
 
/*Links*/
 
span.Uniq1234 a {
     color: #f95433;  
}
}




/*Grid */
/* Grid */


.wrapper {
.wrapper {
   display: grid;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
   grid-gap: 10px;
   grid-gap: 10px;
}
}
.wrapper-header {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 10px;
}
/* Tabelle */
.wikitable {
  colspan="6";
  width= 100%;
}
/* Table of Contents */
/* Hide TOC Auto Numbers */
/* see https://www.mediawiki.org/wiki/Manual:Table_of_contents#Auto-numbering */
/* used on: https://ag3d.org/index.php/Kalender */
.tocnoautonumber .tocnumber { display: none; }

Aktuelle Version vom 3. Februar 2023, 14:48 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Box */

.invisible-box{
    border-style: solid; 
    border-width:1px;  
    border-color: #ffffff;
    margin-top: 10px;
}
.text-box{
    border-style: solid; 
    border-width:1px;  
    border-color: #dae7f4;
    padding: 5px;
    margin-bottom: 10px;
    /*margin-top: 10px;*/
}

.description-box{
    border-style: solid; 
    border-width:1px;  
    border-color: #dae7f4;
    padding: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.description-box-blue{
    display: flex
    border-style: solid; 
    border-width:1px;  
    border-color: #dae7f4;
    background-color: #c7dbee;
    text-align: left;
    padding: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;

}

.main-box{
    border-style: solid; 
    border-width:1px;  
    border-color: #c7dbee;
    background-color: #c7dbee;
    padding: 5px;
    padding-bottom: 20px;
    padding-top: 20px;
    /*margin-bottom: 10px;*/
}

.stacked-main-box-container{
    display: flex;
    flex-direction: column;
    border-color: #001d61;
    /*background-color: #001d61;*/
    margin-bottom: 10px;
}

.stacked-main-box{   
   flex: 1;
}

.stacked-main-box:nth-child(2n){   
   margin-top: 10px;
}


.main-box-container-dark{
    display: flex;
    flex-direction: column;
    border-color: #000e30;
    /*background-color: #000e30;*/
    margin-bottom: 10px;
}

/* Titel */

.title {
  font-size: 25px;
    color: #ffffff;
    font-weight: normal;
}

.indextitle-main {
    font-size: 25px;
    color: #000000;
    font-weight: normal;
    text-align: left;
    background-color: #ffffff;
}

.indextitle-blue {
    font-size: 25px;
    color: #000000;
    font-weight: normal;
    text-align: left;
    background-color: #c7dbee;

}

.indextitle {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    background-color: #c7dbee;
}

.indextitle-b {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    background-color: #c7dbee;
    margin: -5px;
}
.indextitle-b-inverted {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    border-style: solid; 
    border-width:1px;  
    border-color: #151D35;
    margin: -5px;
}

/* Text */

.text-inverted {
    font-weight: normal;
    color: #ffffff;
    text-align: left;
}

/*Links*/

span.Uniq1234 a { 
    color: #f95433; 
}


/* Grid */

.wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 10px;
}

.wrapper-header {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 10px;
}

/* Tabelle */

.wikitable {
  colspan="6";
  width= 100%;
}

/* Table of Contents */

/* Hide TOC Auto Numbers */
/* see https://www.mediawiki.org/wiki/Manual:Table_of_contents#Auto-numbering */
/* used on: https://ag3d.org/index.php/Kalender */

.tocnoautonumber .tocnumber { display: none; }