mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
2624be1c90
add hash and skull icon
98 lines
4.3 KiB
CSS
98 lines
4.3 KiB
CSS
@charset "UTF-8";
|
|
@font-face {
|
|
font-family: 'gallery-icon';
|
|
src: url('../font/gallery-icon.eot?17614864');
|
|
src: url('../font/gallery-icon.eot?17614864#iefix') format('embedded-opentype'),
|
|
url('../font/gallery-icon.woff2?17614864') format('woff2'),
|
|
url('../font/gallery-icon.woff?17614864') format('woff'),
|
|
url('../font/gallery-icon.ttf?17614864') format('truetype'),
|
|
url('../font/gallery-icon.svg?17614864#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?17614864#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-check-outline:before { content: '\0e81'; } /* 'ກ' */
|
|
.gallery-icon-up-open:before { content: '\e800'; } /* '' */
|
|
.gallery-icon-attention-circled:before { content: '\e802'; } /* '' */
|
|
.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-calendar:before { content: '\e81c'; } /* '' */
|
|
.gallery-icon-height:before { content: '\e81d'; } /* '' */
|
|
.gallery-icon-width:before { content: '\e81e'; } /* '' */
|
|
.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-arrow-right-from-bracket:before { content: '\e826'; } /* '' */
|
|
.gallery-icon-left-chevron:before { content: '\e827'; } /* '' */
|
|
.gallery-icon-lock:before { content: '\e828'; } /* '' */
|
|
.gallery-icon-at:before { content: '\e829'; } /* '' */
|
|
.gallery-icon-moon:before { content: '\e82e'; } /* '' */
|
|
.gallery-icon-sun:before { content: '\e82f'; } /* '' */
|
|
.gallery-icon-star-1:before { content: '\e847'; } /* '' */
|
|
.gallery-icon-star-empty-1:before { content: '\e848'; } /* '' */
|
|
.gallery-icon-plus-circled:before { content: '\e84a'; } /* '' */
|
|
.gallery-icon-eye:before { content: '\e84d'; } /* '' */
|
|
.gallery-icon-pencil-1:before { content: '\e84f'; } /* '' */
|
|
.gallery-icon-search:before { content: '\e900'; } /* '' */
|
|
.gallery-icon-hash:before { content: '\e943'; } /* '' */
|
|
.gallery-icon-skull:before { content: '\e944'; } /* '' */
|
|
.gallery-icon-hdd:before { content: '\f0a0'; } /* '' */
|
|
.gallery-icon-star-half-alt:before { content: '\f123'; } /* '' */
|
|
.gallery-icon-crop:before { content: '\f125'; } /* '' */
|
|
.gallery-icon-left:before { content: '\f177'; } /* '' */
|
|
.gallery-icon-file-image:before { content: '\f1c5'; } /* '' */
|
|
.gallery-icon-ok-circled:before { content: ''; } /* '\f1276' */
|