Module:Citation/CS1/styles.css: Difference between revisions

m 1 revision imported from wikipedia:Module:Citation/CS1/styles.css
rm unnecessary template, rm some stuff that is making templatestyles mad for no good reason
 
Line 1: Line 1:
/* Protection icon
the following line controls the page-protection icon in the upper right corner
it must remain within this comment
{{sandbox other||{{pp-template}}}}
*/
/* Overrides
/* Overrides
Some wikis do not override user agent default styles for HTML <cite> and <q>,
Some wikis do not override user agent default styles for HTML <cite> and <q>,
Line 42: Line 35:
*/
*/
.id-lock-free.id-lock-free a {
.id-lock-free.id-lock-free a {
background: url(//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg)
right 0.1em center/9px no-repeat;
}
}


.id-lock-limited.id-lock-limited a,
.id-lock-limited.id-lock-limited a,
.id-lock-registration.id-lock-registration a {
.id-lock-registration.id-lock-registration a {
background: url(//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg)
right 0.1em center/9px no-repeat;
}
}


.id-lock-subscription.id-lock-subscription a {
.id-lock-subscription.id-lock-subscription a {
background: url(//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg)
right 0.1em center/9px no-repeat;
}
}


Line 62: Line 49:
*/
*/
.cs1-ws-icon a {
.cs1-ws-icon a {
background: url(//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg)
right 0.1em center/12px no-repeat;
}
}