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

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Created page with "Change the color of the H1 headings: h1 { color: #FFFFFF; White: } Change the color of the H2 headings: h2 { color: #FFFFFF; White: } Change the color of the H3 headings: h3 { color: #FFFFFF; White: } Change the color of the H4 headings: h4 { color: #FFFFFF; White: } Change the color of the H5 headings: h5 { color: #FFFFFF; White: } Change the color of the H6 headings: h6 { color: #FFFFFF..."
 
Blanked the page
Tag: Blanking
Line 1: Line 1:
/* Change the color of the H1 headings */
h1 {
    color: #FFFFFF; /* White */
}


/* Change the color of the H2 headings */
h2 {
    color: #FFFFFF; /* White */
}
/* Change the color of the H3 headings */
h3 {
    color: #FFFFFF; /* White */
}
/* Change the color of the H4 headings */
h4 {
    color: #FFFFFF; /* White */
}
/* Change the color of the H5 headings */
h5 {
    color: #FFFFFF; /* White */
}
/* Change the color of the H6 headings */
h6 {
    color: #FFFFFF; /* White */
}

Revision as of 13:23, 15 June 2024