4,599
edits
imported>Trappist the monk (update per RfC;) |
(Created page with "→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 Some wikis do not override user agent default styles for HTML <cite> and <q>, unlike en.wp. On en.wp, keep these the same as [[MediaWiki:Common.css]]. The word-wrap and :target styles were moved here from Common.css. On en.wp, keep these the same as [[Template:Citation/styles.css]].: ...") |
||
| Line 8: | Line 8: | ||
/* 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>, | ||
unlike en. | unlike en.wp. On en.wp, keep these the same as [[MediaWiki:Common.css]]. | ||
The word-wrap and :target styles were moved here from Common.css. | The word-wrap and :target styles were moved here from Common.css. | ||
On en. | On en.wp, keep these the same as [[Template:Citation/styles.css]]. | ||
*/ | */ | ||
cite.citation { | cite.citation { | ||
| Line 41: | Line 41: | ||
.citation .cs1-lock-free a { | .citation .cs1-lock-free a { | ||
background: linear-gradient(transparent, transparent), | background: linear-gradient(transparent, transparent), | ||
url(//upload.wikimedia.org/ | 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 50: | Line 50: | ||
.citation .cs1-lock-registration a { | .citation .cs1-lock-registration a { | ||
background: linear-gradient(transparent, transparent), | background: linear-gradient(transparent, transparent), | ||
url(//upload.wikimedia.org/ | 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; | ||
} | } | ||
| Line 57: | Line 57: | ||
.citation .cs1-lock-subscription a { | .citation .cs1-lock-subscription a { | ||
background: linear-gradient(transparent, transparent), | background: linear-gradient(transparent, transparent), | ||
url(//upload.wikimedia.org/ | 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 67: | Line 67: | ||
.cs1-ws-icon a { | .cs1-ws-icon a { | ||
background: linear-gradient(transparent, transparent), | background: linear-gradient(transparent, transparent), | ||
url(//upload.wikimedia.org/ | 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; | ||
} | } | ||