MediaWiki:Vector.css: Difference between revisions

From Rejoice in the Catholic Faith
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: .vector-menu-heading { font-weight: bold; }")
 
(Undo revision 921 by Michael Bromley (talk))
Tag: Undo
 
(21 intermediate revisions by the same user not shown)
Line 2: Line 2:




.vector-menu-heading {
# note Apr/24: this was added here some time ago, probably regarding mobile
.vector-feature-zebra-design-disabled .vector-pinnable-element .vector-menu-heading {
     font-weight: bold;
     font-weight: bold;
}
# expand/collapse
# 4/12/24: adding here bc in common.css doesn't seem to work:
.mw-collapsible span.mw-collapsible-toggle {
    float:none; !important
    font-weight: bold;
    background-color: #ffff00;
    margin-left:25px;
}
# adding to vector bc commmon.css doesn't work
/* Set max width and adjust background for Blog namespace */
.ns-3000 #content,
    max-width: 650px; /* Adjust the value as needed */
    margin: 0 auto; /* Center the content */
    font-size: 110%;
}
}

Latest revision as of 21:50, 22 May 2024

/* All CSS here will be loaded for users of the Vector skin */


# note Apr/24: this was added here some time ago, probably regarding mobile
.vector-feature-zebra-design-disabled .vector-pinnable-element .vector-menu-heading {
    font-weight: bold;
}

# expand/collapse
# 4/12/24: adding here bc in common.css doesn't seem to work:
.mw-collapsible span.mw-collapsible-toggle {
    float:none; !important
    font-weight: bold;
    background-color: #ffff00;
    margin-left:25px;
}

# adding to vector bc commmon.css doesn't work
/* Set max width and adjust background for Blog namespace */
.ns-3000 #content,
    max-width: 650px; /* Adjust the value as needed */
    margin: 0 auto; /* Center the content */
    font-size: 110%;
}