Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
(testing changes to responsive image gallery styling)
m (hide margin for responsive layout, change two column layout to 1000px)
 
Line 481: Line 481:
/*box-shadow: 0 3px 6px rgba(0,0,0,0.04),0 3px 6px rgba(0,0,0,0.0575);*/
/*box-shadow: 0 3px 6px rgba(0,0,0,0.04),0 3px 6px rgba(0,0,0,0.0575);*/
padding: 5px;
padding: 5px;
margin: 5px;
/*margin: 5px;*/
}
}


Line 490: Line 490:


/* Responsive layout - makes a two column-layout instead of four columns */
/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
@media (max-width: 1000px) {
.column {
.column {
flex: 50%;
flex: 50%;
Cookies help us deliver our services. By using our services, you agree to our use of cookies.