MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
kGeen bewerkingssamenvatting |
kGeen bewerkingssamenvatting |
||
Regel 1: | Regel 1: | ||
.infinitum { | .infinitum { | ||
background- | align-content: stretch; | ||
border: 1px solid #AAAAAA; | align-items: stretch; | ||
font- | align-self: stretch; | ||
background: #F9F9F9; | |||
border-bottom: 1px solid #AAAAAA; | |||
border-left: 1px solid #AAAAAA; | |||
border-right: 1px solid #AAAAAA; | |||
border-spacing: 2px; | |||
border-top: 1px solid #AAAAAA; | |||
box-sizing: border-box; | |||
color: #000000; | |||
column-gap: 12px; | |||
direction: ltr; | |||
display: table; | |||
flex: 0 1 auto; | |||
flex-basis: auto; | |||
flex-direction: row; | |||
flex-flow: row; | |||
flex-grow: 0; | |||
flex-shrink: 1; | |||
flex-wrap: nowrap; | |||
font: normal normal 400 12.16px/19.2px Arial; | |||
height: 83px; | |||
justify-content: flex-start; | |||
order: 0; | |||
padding: 5px; | padding: 5px; | ||
resize: none; | |||
width: 113px; | |||
} | } |
Versie van 2 jul 2013 15:38
.infinitum { align-content: stretch; align-items: stretch; align-self: stretch; background: #F9F9F9; border-bottom: 1px solid #AAAAAA; border-left: 1px solid #AAAAAA; border-right: 1px solid #AAAAAA; border-spacing: 2px; border-top: 1px solid #AAAAAA; box-sizing: border-box; color: #000000; column-gap: 12px; direction: ltr; display: table; flex: 0 1 auto; flex-basis: auto; flex-direction: row; flex-flow: row; flex-grow: 0; flex-shrink: 1; flex-wrap: nowrap; font: normal normal 400 12.16px/19.2px Arial; height: 83px; justify-content: flex-start; order: 0; padding: 5px; resize: none; width: 113px; }