Module:Citation/CS1/styles.css: Difference between revisions
m 1 revision imported: Importing CS1 |
use https for the commons icon urls so the stylesheet validates |
||
| Line 42: | Line 42: | ||
*/ | */ | ||
.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) | background: url(https://upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg) | ||
right 0.1em center/9px no-repeat; | right 0.1em center/9px no-repeat; | ||
} | } | ||
| Line 48: | Line 48: | ||
.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) | background: url(https://upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg) | ||
right 0.1em center/9px no-repeat; | 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) | background: url(https://upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg) | ||
right 0.1em center/9px no-repeat; | right 0.1em center/9px no-repeat; | ||
} | } | ||
| Line 62: | Line 62: | ||
*/ | */ | ||
.cs1-ws-icon a { | .cs1-ws-icon a { | ||
background: url(//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg) | background: url(https://upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg) | ||
right 0.1em center/12px no-repeat; | right 0.1em center/12px no-repeat; | ||
} | } | ||