Jump to content

Module:Citation/CS1/styles.css and Module:Citation/CS1/sandbox/styles.css: Difference between pages

(Difference between pages)
Content deleted Content added
nix notes
 
m Protected "Module:Citation/CS1/sandbox/styles.css": High-risk template or module: 265 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite))
 
Line 1: Line 1:
/*
History of changes since last sync: 2024-08-02
* Shift fallback red of error per upstream

*/

/* Protection icon
/* Protection icon
the following line controls the page-protection icon in the upper right corner
the following line controls the page-protection icon in the upper right corner
Line 94: Line 100:
.cs1-hidden-error {
.cs1-hidden-error {
display: none;
display: none;
color: var(--color-error, #d33);
color: var(--color-error, #bf3c2c);
}
}


.cs1-visible-error {
.cs1-visible-error {
color: var(--color-error, #d33);
color: var(--color-error, #bf3c2c);
}
}