| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/styles/admin/ |
Upload File : |
/*
Bootstrap Variables
==========================================================================
Override the Bootstrap variable values with new ones by using the same variable
name as in the "bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss".
*/
// ----------------------------------------------------------------------------
// COLORS
// ----------------------------------------------------------------------------
$brand-primary: #002337;
$brand-secondary: #fdc300;
$brand-green: #70C552;
$brand-success: #5EBD5E;
$brand-info: #5bc0de;
$brand-warning: #f0ad4e;
$brand-danger: #E66554;
$brand-alt: #fdc300;
// ----------------------------------------------------------------------------
// TYPOGRAPHY
// ----------------------------------------------------------------------------
$font-family-sans-serif: 'Roboto', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$font-size-base: 12px;
$font-size-small: 10px;
// Import Roboto Font
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
}
// Import Roboto Bold
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
// Import Font Open Sans
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
// ----------------------------------------------------------------------------
// COMPONENTS
// ----------------------------------------------------------------------------
// General
$border-radius-base: 2px;
// Tables
$table-cell-padding: 12px;
$table-condensed-cell-padding: 6px;
$table-bg-hover: #EBEBEB;
// Forms
$input-color: #777;
// Buttons
$btn-default-bg: #F5F5F5;
$btn-default-color: #777;
// Alerts
$alert-warning-bg: #F9F1C7;
$alert-warning-border: #F6DEAC;
$alert-warning-text: #AF8640;