Module:Citation/CS1/styles.css: Difference between revisions
fix lock selectors;
(templatestyles class names;) |
(fix lock selectors;) |
||
Line 35: | Line 35: | ||
/*----------------------------< 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- | .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; | ||
background-position: right .1em center; | background-position: right .1em center; | ||
} | } | ||
.cs1- | .cs1-lock-limited a, | ||
.cs1- | .cs1-lock-registration a { | ||
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png) no-repeat; | background: url(//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png) no-repeat; | ||
background-position: right .1em center; | background-position: right .1em center; | ||
} | } | ||
.cs1- | .cs1-lock-subscription a { | ||
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png) no-repeat; | background: url(//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png) no-repeat; | ||
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 >------------------------------------------*/ |