Difference between revisions of "MediaWiki:Common.css"

From Data JW United
Jump to navigation Jump to search
Line 9: Line 9:
 
     text-align: justify;
 
     text-align: justify;
 
}
 
}
.two-columns-container.first-column {
+
.two-columns-container .first-column {
 
    flex: 1;
 
    flex: 1;
 
     margin-right: 20px;
 
     margin-right: 20px;
 
}
 
}
.two-columns-container.second-column {
+
.two-columns-container .second-column {
 
flex: 1;
 
flex: 1;
 
}
 
}
.two-columns-container.column-questions-delimiter {
+
.two-columns-container .column-questions-delimiter {
 
    border-top: 0.15em solid;
 
    border-top: 0.15em solid;
 
     width: 56px;
 
     width: 56px;
Line 22: Line 22:
 
     background-color: inherit;
 
     background-color: inherit;
 
}
 
}
.two-columns-container.column-question-container {
+
.two-columns-container .column-question-container {
 
font-size: 11.9px;
 
font-size: 11.9px;
 
}
 
}

Revision as of 12:34, 13 June 2020

/* CSS placed here will be applied to all skins */
.wh-header-image {
	max-width: 100% ;
	height: auto;
}
.two-columns-container {
	    display: flex;
    max-width: 720px;
    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;
}