Files
2024-11-11 18:46:54 +01:00

247 lines
4.6 KiB
CSS

@font-face {
font-family: 'GalauIcon';
src: url('../fonts/GalauIcon.eot?280216');
src: url('../fonts/GalauIcon.eot?#iefix') format('embedded-opentype'), url('../fonts/GalauIcon.woff?280216') format('woff'), url('../fonts/GalauIcon.woff2?280216') format('woff2'), url('../fonts/GalauIcon.ttf?280216') format('truetype'), url('../fonts/GalauIcon.svg?#GalauIcon') format('svg');
}
.guicon,
.guicon:before {
display: inline-block;
font-family: 'GalauIcon' !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: baseline !important;
text-align: left;
}
.guicon-spin {
-webkit-animation: guicon-spin 2s infinite linear;
animation: guicon-spin 2s infinite linear;
}
@-webkit-keyframes guicon-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes guicon-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.guicon-code:before {
content: "\f100";
}
.guicon-grid:before {
content: "\f101";
}
.guicon-bootstrap:before {
content: "\f102";
}
.guicon-panel:before {
content: "\f103";
}
.guicon-view-grid:before {
content: "\f104";
}
.guicon-alert:before {
content: "\f105";
}
.guicon-button:before {
content: "\f106";
}
.guicon-table:before {
content: "\f107";
}
.guicon-image:before {
content: "\f108";
}
.guicon-text:before {
content: "\f109";
}
.guicon-glyphicons:before {
content: "\f10a";
}
.guicon-dashicons:before {
content: "\f10b";
}
.guicon-fontawesome:before {
content: "\f10c";
}
.guicon-search:before {
content: "\f10d";
}
.guicon-form:before {
content: "\f10e";
}
.guicon-label:before {
content: "\f10f";
}
.guicon-plus:before {
content: "\f110";
}
.guicon-jumbotron:before {
content: "\f111";
}
.guicon-well:before {
content: "\f112";
}
.guicon-tab:before {
content: "\f113";
}
.guicon-badges:before {
content: "\f114";
}
.guicon-effect:before,
.guicon-fx:before {
content: "\f115";
}
.guicon-carousel:before {
content: "\f116";
}
.guicon-foundation_icons:before {
content: "\f117";
}
.guicon-foundation:before {
content: "\f118";
}
.guicon-spinner:before {
content: "\f119";
}
.guicon-lg-device:before {
content: "\f11a";
}
.guicon-md-device:before {
content: "\f11b";
}
.guicon-sm-device:before {
content: "\f11c";
}
.guicon-xs-device:before {
content: "\f11d";
}
.guicon-file-dir:before {
content: "\f120";
}
.guicon-file-dir-open:before {
content: "\f121";
}
.guicon-file-blank:before {
content: "\f122";
}
.guicon-file-sql:before {
content: "\f123";
}
.guicon-file-pdf:before {
content: "\f124";
}
.guicon-file-doc:before,
.guicon-file-docx:before {
content: "\f125";
}
.guicon-file-xls:before,
.guicon-file-xlsx:before {
content: "\f126";
}
.guicon-file-ppt:before,
.guicon-file-pptx:before {
content: "\f127";
}
.guicon-file-png:before,
.guicon-file-jpg:before,
.guicon-file-jpeg:before,
.guicon-file-gif:before,
.guicon-file-bmp:before {
content: "\f128";
}
.guicon-file-zip:before,
.guicon-file-rar:before,
.guicon-file-gz:before,
.guicon-file-7z:before {
content: "\f129";
}
.guicon-file-wav:before,
.guicon-file-mp3:before,
.guicon-file-aac:before {
content: "\f12a";
}
.guicon-file-mp4:before,
.guicon-file-mkv:before,
.guicon-file-avi:before {
content: "\f12b";
}
.guicon-file-txt:before,
.guicon-file-xml:before {
content: "\f12c";
}
.guicon-file-html:before,
.guicon-file-html5:before {
content: "\f12d";
}
.guicon-file-htm:before {
content: "\f12e";
}
.guicon-file-css:before {
content: "\f12f";
}
.guicon-file-php:before {
content: "\f130";
}
.guicon-file-less:before {
content: "\f131";
}
.guicon-file-js:before {
content: "\f132";
}
.guicon-genericon:before {
content: "\f11e";
}
.guicon-ionicons:before {
content: "\f11f";
}
.mce-i-guicon-alert {
color: #C20D0D;
}
#gui_bs_alert_preview,
#gui_bs_alert_preview * {
white-space: normal !important;
box-sizing: border-box !important;
}
.mce-gui-about-us {
background: #fff !important;
}
.mce-gui-about-us h2 {
font-size: 24px !important;
font-weight: 600;
}
.mce-gui-about-us h4 {
font-size: 16px;
}
.mce-gui-about-us h4 a:link {
cursor: pointer;
font-size: 16px;
font-weight: 600;
}
.mce-gui-about-us h4 a:hover {
text-decoration: underline;
}
.mce-gui-about-us p {
font-size: 12px;
margin-top: 16px;
}
.mce-gui-about-us p a:link {
cursor: pointer;
font-weight: 700;
font-size: 12px;
}
.mce-gui-about-us p a:hover {
text-decoration: underline;
}