Module:Citation/CS1/styles.css: Difference between revisions
boder is a border
(last one) |
(boder is a border) |
||
Line 27: | Line 27: | ||
*/ | */ | ||
code.cs1-code { | code.cs1-code { | ||
/* preserve font but remove other <code> styling; used in error messages */ | /* preserve font but remove other <code> styling; used in error messages */ | ||
Line 33: | Line 32: | ||
background: inherit; | background: inherit; | ||
border: inherit; | border: inherit; | ||
/* code editor doesn't like inherit with | /* code editor doesn't like inherit with border? | ||
https://www.w3.org/wiki/CSS/Properties/border suggest that inherit is ok */ | https://www.w3.org/wiki/CSS/Properties/border suggest that inherit is ok */ | ||
padding:inherit; | padding:inherit; | ||
} | } | ||
/*-----------------< A C C E S S I C O N S T Y L E >----------------------*/ | /*-----------------< A C C E S S I C O N S T Y L E >----------------------*/ | ||
.cs1-lock-free a { | .cs1-lock-free a { | ||
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png) no-repeat; | background: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png) no-repeat; | ||
Line 56: | Line 53: | ||
background-position: right .1em center; | background-position: right .1em center; | ||
} | } | ||
/*-------------------< C S 1 / C O N F I G U R A T I O N >-------------------*/ | /*-------------------< C S 1 / C O N F I G U R A T I O N >-------------------*/ | ||
Line 83: | Line 79: | ||
just .85. We could write the rule so that when this template is inside | just .85. We could write the rule so that when this template is inside | ||
references only then does it multiply by 0.95; else multiply by 0.85 */ | references only then does it multiply by 0.95; else multiply by 0.85 */ | ||
.cs1-subscription, | .cs1-subscription, | ||
.cs1-registration, | .cs1-registration, |