90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley/**
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley * The contents of this file are subject to the terms of the Common Development and
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley * Distribution License (the License). You may not use this file except in compliance with the
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley * License.
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley *
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley * specific language governing permission and limitations under the License.
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley *
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley * When distributing Covered Software, include this CDDL Header Notice in each file and include
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley * Header, with the fields enclosed by brackets [] replaced by your own identifying
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley * information: "Portions copyright [year] [name of copyright owner]".
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley *
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley * Copyright 2015 ForgeRock AS.
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley */
90929d4c6b284dd318f4a78c2aa407afb7423747oliver.bradley
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne@font-face {
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne font-family: 'fontello';
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne src: url('../fonts/fontello.eot?3016478');
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne src: url('../fonts/fontello.eot?3016478#iefix') format('embedded-opentype'),
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne url('../fonts/fontello.woff?3016478') format('woff'),
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne url('../fonts/fontello.ttf?3016478') format('truetype'),
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne url('../fonts/fontello.svg?3016478#fontello') format('svg');
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne font-weight: normal;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne font-style: normal;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne}
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne[class^="icon-"]:before, [class*=" icon-"]:before {
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne font-family: "fontello";
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne font-style: normal;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne font-weight: normal;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne speak: none;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne display: inline-block;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne text-decoration: inherit;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne width: 1em;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne margin-right: .2em;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne text-align: center;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne /* opacity: .8; */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne /* For safety - reset parent styles, that can break glyph codes*/
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne font-variant: normal;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne text-transform: none;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne /* fix buttons height, for twitter bootstrap */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne line-height: 1em;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne /* Animation center compensation - margins should be symmetric */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne /* remove if not needed */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne margin-left: .2em;
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne /* you can be more comfortable with increased icons size */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne /* font-size: 120%; */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne /* Uncomment for 3D effect */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne}
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne.icon-xml:before { content: '\e800'; } /* 'î €' */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne.icon-cloud:before { content: '\e801'; } /* '' */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne.icon-cubes:before { content: '\e802'; } /* 'î ‚' */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne.icon-scriptedsql:before { content: '\e803'; } /* 'î ƒ' */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne.icon-ldap:before { content: '\e804'; } /* 'î „' */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne.icon-db:before { content: '\e805'; } /* 'î …' */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne.icon-csv:before { content: '\e806'; } /* 'î †' */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne.icon-connector-01:before { content: '\e807'; } /* 'î ‡' */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne.icon-salesforce:before { content: '\e808'; } /* 'î ˆ' */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne.icon-google:before { content: '\e809'; } /* 'î ‰' */
8d7f4062530cb28c3500555d87f62ed1a95cc630Jason Browne.icon-database:before { content: '\e80a'; } /* 'î Š' */