Főmenü megnyitása

Módosítások

MediaWiki:Common.css

1 009 bájt hozzáadva, 2020. október 6., 06:30
nincs szerkesztési összefoglaló
text-align: center;
margin-bottom: 1em;
}
.cover-content tbody {
display: block;
}
.cover-content tbody tr {
display: flex;
}
.cover-content tbody tr td:nth-child(2){
flex:1;
}
/* Used for two columns*/
.two-columns-container {
display: flex;
text-align: justify;
}
.two-columns-container .first-column {
flex: 1;
margin-right: 20px;
}
.two-columns-container .second-column {
flex: 1;
}
.two-columns-container .column-questions-delimiter {
border-top: 0.15em solid;
width: 56px;
color: #5f6367;
background-color: inherit;
}
.two-columns-container .column-question-container {
font-size: 11.9px;
}
.dynamic-size-image {
width:100%;
height:100%;
}
.wh-header-image {
max-width: 100% ;
height: auto;
}
@media only screen and (max-width: 855px), print {
.two-columns-container {
flex-direction:column;
}
.two-columns-container .first-column {
margin-right: 0;
margin-bottom: 5px;
}
.two-columns-container .second-column {
margin-bottom: 5px;
}
.dynamic-size-image {
width:100%;
height:100%;
}
}