MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(31 intermediate revisions by the same user not shown)
Line 21: Line 21:


/* Reduce font size of footnotes */
/* Reduce font size of footnotes */
.reference, .reference-text {
/* adding .references 2/11/25 to reduce size of the footnote number - works? */
.references .reference, .reference-text {
     font-size: 0.8em; /* Adjust the value as needed */
     font-size: 0.8em; /* Adjust the value as needed */
}
}


/* limit page width using standard and not wide */
/* limit standard width */
.vector-feature-limited-width-clientpref-1 body {
/*.mw-content-container */
     max-width: 1400px;
body {
     max-width: 1200 px;
     margin: 0 auto;
     margin: 0 auto;
}
.vector-feature-limited-width-clientpref-1 .mw-content-container {
    max-width: 900px;
    margin: 0 auto;
}
/to wrap blockquotes around images/etc */
.img-wrap {
    margin-left: 220px; /* Adjust this value based on your image width and padding */
}
}