Files
Piwigo/themes/default/vendor/fontello/css/gallery-icon.css
Willy "Linty 215c6c785a issue #2086 update fontello
Change file name (because it's linked to font-family) and icon prefix. To avoid conflicts.
2024-01-09 16:29:56 +01:00

75 lines
2.9 KiB
CSS

@font-face {
font-family: 'gallery-icon';
src: url('../font/gallery-icon.eot?78679720');
src: url('../font/gallery-icon.eot?78679720#iefix') format('embedded-opentype'),
url('../font/gallery-icon.woff2?78679720') format('woff2'),
url('../font/gallery-icon.woff?78679720') format('woff'),
url('../font/gallery-icon.ttf?78679720') format('truetype'),
url('../font/gallery-icon.svg?78679720#gallery-icon') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'gallery-icon';
src: url('../font/gallery-icon.svg?78679720#gallery-icon') format('svg');
}
}
*/
[class^="gallery-icon-"]:before, [class*=" gallery-icon-"]:before {
font-family: "gallery-icon";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.gallery-icon-tag:before { content: '\2d'; } /* '-' */
.gallery-icon-up-open:before { content: '\e800'; } /* '' */
.gallery-icon-user:before { content: '\e805'; } /* '' */
.gallery-icon-menu:before { content: '\e811'; } /* '' */
.gallery-icon-arrow-rotate-left:before { content: '\e817'; } /* '' */
.gallery-icon-user-edit:before { content: '\e818'; } /* '' */
.gallery-icon-album:before { content: '\e819'; } /* '' */
.gallery-icon-calendar-plus:before { content: '\e81b'; } /* '' */
.gallery-icon-spin6:before { content: '\e81f'; } /* '' */
.gallery-icon-checkmark:before { content: '\e820'; } /* '' */
.gallery-icon-selecters:before { content: '\e821'; } /* '' */
.gallery-icon-cancel:before { content: '\e822'; } /* '' */
.gallery-icon-trash:before { content: '\e823'; } /* '' */
.gallery-icon-search-folder:before { content: '\e824'; } /* '' */
.gallery-icon-broom:before { content: '\e825'; } /* '' */
.gallery-icon-plus-circled:before { content: '\e84a'; } /* '' */
.gallery-icon-search:before { content: '\e900'; } /* '' */
.gallery-icon-file-image:before { content: '\f1c5'; } /* '' */