MediaWiki:Common.css: verschil tussen versies

(added flexbox styles)
k
 

/* Korrektur der Darstellung von Tokens-Input-Feldern */ .inputSpan > .pfTokens > ul, .inputSpan > .pfTokens {

   margin: 0 0 0 0!important;

}

table.tcontainer {

display: flex

organisationsprofil-table{ display: block;

                   padding-top: 20px;
 flex  padding-wrapbottom: wrap20px;

            

}

.tcontainer > * {

                 flex: 1 1 calc(280px + 1em); /* 1em margin als Spaltenabstand berücksichtigt, calc() nicht notwendig */

            

} .tcard {

                 display: flex;
 flex-wrap: wrap;
 background: silver;

            

}

.tcard > * {

                 flex-grow: 1;
 flex-shrink: 1;
 flex-basis: 280px;

            

}

.media {

                 background: black;
 min-height: 280px   padding-left: 20px;
   text-align: left;
   font-size: 13px;
   width: 100%;
   background: white;
   box-shadow: 2px 2px 5px #DEDEDE, -2px -2px 5px #DEDEDE;

            

} tr.organisationsprofil-row{

                   width: 50px;
   height: 10px;

            

} tr.organisationsprofil-row > th{ padding-right: 10px; } tr.organisationsprofil-row > td{ padding-right: 10px; } tr.organisationsprofil-row > td + td b{ padding-left: 20px; } tr.organisationsprofil-row > td > div.hw-protokolle-inputbox, tr.organisationsprofil-row > td > div.hw-protokolle-results{ margin-left: 25px; }

/* imagemap hover test */ area:hover {

                   opacity:0.2;
   background-color: yellow;

            

}

/* Korrektur der Darstellung von Tokens-Input-Feldern */
        
        .inputSpan > .pfTokens > ul, .inputSpan > .pfTokens {
        
            margin: 0 0 0 0!important;
        
        }
        
        
        
        
        .tcontainer {
            
              display: flex;
            
              flex-wrap: wrap;
            
            }
            
            
            
            .tcontainer > * {
            
              flex: 1 1 calc(280px + 1em); /* 1em margin als Spaltenabstand berücksichtigt, calc() nicht notwendig */
            
            }
            
            .tcard {
            
              display: flex;
            
              flex-wrap: wrap;
            
              background: silver;
            
            }
            
            
            
            .tcard > * {
            
              flex-grow: 1;
            
              flex-shrink: 1;
            
              flex-basis: 280px;
            
            }
            
            
            
            .media {
            
              background: black;
            
              min-height: 280pxtable.organisationsprofil-table{
            
            	display: block;
            
                padding-top: 20px;
            
                padding-bottom: 20px;
            
                padding-left: 20px;
            
                text-align: left;
            
                font-size: 13px;
            
                width: 100%;
            
                background: white;
            
                box-shadow: 2px 2px 5px #DEDEDE, -2px -2px 5px #DEDEDE;
            
            }
            
            tr.organisationsprofil-row{
            
                width: 50px;
            
                height: 10px;
            
            }
            
            tr.organisationsprofil-row > th{
            
            	padding-right: 10px;
            
            }
            
            tr.organisationsprofil-row > td{
            
            	padding-right: 10px;
            
            }
            
            tr.organisationsprofil-row > td + td b{
            
            	padding-left: 20px;
            
            }
            
            tr.organisationsprofil-row > td > div.hw-protokolle-inputbox,
            
            tr.organisationsprofil-row > td > div.hw-protokolle-results{
            
            	margin-left: 25px;
            
            }
            
            
            
            /* imagemap hover test */
            
            area:hover {
            
                opacity:0.2;
            
                background-color: yellow;
        
        }
(38 tussenliggende versies door 3 gebruikers niet weergegeven)
Regel 4: Regel 4:
 
}
 
}
  
.tcontainer {
+
table.organisationsprofil-table{
  display: flex;
+
display: block;
  flex-wrap: wrap;
+
    padding-top: 20px;
 +
    padding-bottom: 20px;
 +
    padding-left: 20px;
 +
    text-align: left;
 +
    font-size: 13px;
 +
    width: 100%;
 +
    background: white;
 +
    box-shadow: 2px 2px 5px #DEDEDE, -2px -2px 5px #DEDEDE;
 
}
 
}
 
+
tr.organisationsprofil-row{
.tcontainer > * {
+
    width: 50px;
  flex: 1 1 calc(280px + 1em); /* 1em margin als Spaltenabstand berücksichtigt, calc() nicht notwendig */
+
    height: 10px;
 +
}
 +
tr.organisationsprofil-row > th{
 +
padding-right: 10px;
 +
}
 +
tr.organisationsprofil-row > td{
 +
padding-right: 10px;
 
}
 
}
.tcard {
+
tr.organisationsprofil-row > td + td b{
  display: flex;
+
padding-left: 20px;
  flex-wrap: wrap;
 
  background: silver;
 
 
}
 
}
 
+
tr.organisationsprofil-row > td > div.hw-protokolle-inputbox,
.tcard > * {
+
tr.organisationsprofil-row > td > div.hw-protokolle-results{
  flex-grow: 1;
+
margin-left: 25px;
  flex-shrink: 1;
 
  flex-basis: 280px;
 
 
}
 
}
  
.media {
+
/* imagemap hover test */
  background: black;
+
area:hover {
  min-height: 280px;
+
    opacity:0.2;
 +
    background-color: yellow;
 
}
 
}