MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 33: Line 33:
/* To make images responsive */
/* To make images responsive */
.res-img img {
.res-img img {
max-width:100%;
max-width:90%;
height:auto;
height:auto;
}
}
Line 45: Line 45:
background-size: cover;
background-size: cover;
background-attachment: fixed;
background-attachment: fixed;
width:95%
width:100%


}
}
Line 91: Line 91:
/* Box */
/* Box */
height: 100px;
height: 100px;
width: 100%;
width: 90%;
border: 0px none rgb(194, 200, 207);
border: 0px none rgb(194, 200, 207);
border-top: 0px none rgb(194, 200, 207);
border-top: 0px none rgb(194, 200, 207);