Add ubuntu theme (#55)

This commit is contained in:
Nicolas Pochet 2019-02-05 16:07:27 +01:00 committed by Pete Vander Giessen
parent 987c657094
commit 4e4d802b43
15 changed files with 1412 additions and 3 deletions

View File

@ -17,7 +17,6 @@ STATIC_ROOT = '/var/snap/microstack/common/var/horizon/static'
# the fix.)
AVAILABLE_THEMES = [
('default', 'Default', 'themes/default'),
# ('material', 'Material', 'themes/material'),
# ('material', 'Material', 'themes/material'),
('ubuntu', 'Ubuntu', 'themes/ubuntu'),
]

View File

@ -0,0 +1,236 @@
@import "bootstrap/styles";
@import "horizon/styles";
/* Ubuntu styles */
body,
.page-header {
font-family: Ubuntu, Arial, "libra sans", sans-serif;
font-weight: 300;
}
p {
margin: 10px 0;
}
a,
a:link,
a:visited {
color: $brand-color;
}
.row {
margin-bottom: 20px;
margin-top: 20px;
}
table {
background-color: $table-bg;
border: 1px solid #ddd;
}
.table_actions {
margin-bottom: 10px;
}
.topbar,
.topbar .switcher_bar .btn.btn-topnav,
.navbar-default {
background: $brand-color;
}
.navbar-default .navbar-nav > li > a {
border-color: $brand-color;
color: $white !important;
&:hover,
&:focus {
border-color: $topbar-link-hover;
background: $topbar-link-hover;
color: $white;
}
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: $topbar-link-hover;
color: $white;
}
.navbar-brand {
background-image: url("/static/themes/ubuntu/img/logo-ubuntu-white.svg");
background-position: 20px 4px;
background-repeat: no-repeat;
background-size: 110px;
img {
opacity: 0;
}
}
.nav_accordion dt li a.active,
.nav_accordion dd li a.active {
border-left: 4px solid $brand-color;
color: $brand-color;
}
.nav-tabs {
margin-bottom: 10px;
}
.navbar .dropdown-menu:before {
display: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
background-color: $nav-active-color;
&:hover {
background-color: $nav-hover-color;
}
}
.d3_pie_chart_usage .arc.inner {
fill: $brand-color;
}
.container-fluid {
padding-bottom: 5px;
padding-top: 5px;
}
.fa.hz-icon-required {
color: $brand-color;
}
.context-selection > li > ul > li > a > .fa.fa-check {
left: 0.5em;
padding: 0;
}
.form-group label {
margin-right: 5px;
}
/* Login splash screen */
#splash {
background: url("/static/themes/ubuntu/img/image-background-pattern.png");
background: linear-gradient(to right, rgba(100, 100, 100, 0.2), transparent), url("/static/themes/ubuntu/img/image-background-pattern.png");
.login {
background-color: $white;
box-shadow: 0px 1px 3px 1px rgba(51,51,51,0.2);
-moz-box-shadow: 0px 1px 3px 1px rgba(51,51,51,0.2);
-webkit-box-shadow: 0px 1px 3px 1px rgba(51,51,51,0.2);
max-width: 500px;
padding-bottom: 20px;
padding-top: 60px;
position: relative;
.splash-logo {
display: none;
}
&:after {
background-image: url("/static/themes/ubuntu/img/logo-ubuntu-orange.svg");
background-repeat: no-repeat;
background-size: 110px;
color: $brand-color;
content: "OpenStack Dashboard";
display: block;
font-size: 21px;
left: 20px;
line-height: 1.7em;
position: absolute;
text-indent: 115px;
top: 25px;
width: 100%;
}
.horizontal-center {
margin: 0;
width: auto;
}
}
}
/* Sidebar panel */
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
color: #888;
background-color: $light-grey;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
font-weight: bold;
}
/* Buttons (btn) */
.btn-primary {
background-color: $brand-color;
border-color: darken($brand-color, 5%);
color: $white !important;
margin-right: 5px;
&.pull-right {
margin-right: 0;
}
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-color: lighten($brand-color, 5%);
border-color: $brand-color;
}
.btn-primary.disabled {
background-color: #efefef;
border: 1px solid #efefef;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
background: $brand-color;
color: $white;
cursor: not-allowed;
opacity: .3;
}
/* btn-danger overrides */
.dropdown-menu > li > .btn.btn-danger {
color: $brand-danger;
background-color: $white;
}
.btn-danger, a.btn-danger, a.btn-danger:link, a.btn-danger:visited {
color: $white;
background-color: $brand-danger;
border-color: darken($brand-danger, 5%);
}
a.btn-danger:hover {
background-color: darken($brand-danger, 5%);
}
/* Loading spinner */
.modal-body p {
margin: 0 0 9px;
}

View File

@ -0,0 +1,17 @@
@import "bootstrap/variables";
@import "horizon/variables";
@import "/horizon/lib/font_awesome/scss/variables";
/* Custom Variables */
$font-size-base: 16px;
$brand-color: #e95420;
$topbar-link-hover: #ec5b29;
$white: #fff;
$light-grey: #f7f7f7;
$brand-primary: $brand-color;
$nav-active-color: #b83a10;
$nav-hover-color: #e1662f;
$table-bg: #efefef;

View File

@ -0,0 +1,2 @@
@import 'components/navs';
@import 'components/navbar';

View File

@ -0,0 +1,853 @@
// a flag to toggle asset pipeline / compass integration
// defaults to true if twbs-font-path function is present (no function => twbs-font-path('') parsed as string == right side)
// in Sass 3.3 this can be improved with: function-exists(twbs-font-path)
$bootstrap-sass-asset-helper: (twbs-font-path("") != unquote('twbs-font-path("")')) !default;
//
// Variables
// --------------------------------------------------
//== Colors
//
//## Gray and brand colors for use across Bootstrap.
/* Bootstrap variables overrides */
$gray-darker: lighten(#000, 13.5%) !default; // #222
$gray-dark: lighten(#000, 20%) !default; // #333
$gray: #6e6e6e !default;
$gray-light: #BBB !default;
$gray-lighter: lighten(#000, 93.5%) !default; // #eee
$brand-primary: #428bca !default;
$brand-success: #5cb85c !default;
$brand-info: #5bc0de !default;
$brand-warning: #f0ad4e !default;
$brand-danger: #d9534f !default;
//== Scaffolding
//
//## Settings for some of the most global styles.
//** Background color for `<body>`.
$body-bg: #fff !default;
//** Global text color on `<body>`.
$text-color: $gray-dark !default;
//** Global textual link color.
$link-color: $brand-primary !default;
//** Link hover color set via `darken()` function.
$link-hover-color: darken($link-color, 15%) !default;
//== Typography
//
//## Font, line-height, and color for body text, headings, and more.
$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
$font-family-serif: Georgia, "Times New Roman", Times, serif !default;
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
$font-family-base: $font-family-sans-serif !default;
$font-size-base: 13px !default;
$font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
$font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
$font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px
$font-size-h2: floor(($font-size-base * 2.15)) !default; // ~30px
$font-size-h3: ceil(($font-size-base * 1.7)) !default; // ~24px
$font-size-h4: ceil(($font-size-base * 1.25)) !default; // ~18px
$font-size-h5: $font-size-base !default;
$font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px
//** Unit-less `line-height` for use in components like buttons.
$line-height-base: 1.428571429 !default; // 20/14
//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
$line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px
//** By default, this inherits from the `<body>`.
$headings-font-family: inherit !default;
$headings-font-weight: 500 !default;
$headings-line-height: 1.1 !default;
$headings-color: inherit !default;
//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//** Load fonts from this directory.
$icon-font-path: "../../bootstrap/fonts/bootstrap/" !default;
//** File name for all font files.
$icon-font-name: "glyphicons-halflings-regular" !default;
//** Element ID within SVG icon file.
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
//== Components
//
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
$padding-base-vertical: 6px !default;
$padding-base-horizontal: 12px !default;
$padding-large-vertical: 10px !default;
$padding-large-horizontal: 16px !default;
$padding-small-vertical: 5px !default;
$padding-small-horizontal: 10px !default;
$padding-xs-vertical: 1px !default;
$padding-xs-horizontal: 5px !default;
$line-height-large: 1.33 !default;
$line-height-small: 1.5 !default;
$border-radius-base: 4px !default;
$border-radius-large: 6px !default;
$border-radius-small: 3px !default;
//** Global color for active items (e.g., navs or dropdowns).
$component-active-color: #fff !default;
//** Global background color for active items (e.g., navs or dropdowns).
$component-active-bg: $brand-primary !default;
//** Width of the `border` for generating carets that indicator dropdowns.
$caret-width-base: 4px !default;
//** Carets increase slightly in size for larger components.
$caret-width-large: 5px !default;
//== Tables
//
//## Customizes the `.table` component with basic values, each used across all table variations.
//** Padding for `<th>`s and `<td>`s.
$table-cell-padding: 8px !default;
//** Padding for cells in `.table-condensed`.
$table-condensed-cell-padding: 5px !default;
//** Default background color used for all tables.
$table-bg: transparent !default;
//** Background color used for `.table-striped`.
$table-bg-accent: #f9f9f9 !default;
//** Background color used for `.table-hover`.
$table-bg-hover: #f5f5f5 !default;
$table-bg-active: $table-bg-hover !default;
//** Border color for table and cell borders.
$table-border-color: #ddd !default;
//== Buttons
//
//## For each of Bootstrap's buttons, define text, background and border color.
$btn-font-weight: normal !default;
$btn-default-color: #333 !default;
$btn-default-bg: #fff !default;
$btn-default-border: #ccc !default;
$btn-primary-color: #fff !default;
$btn-primary-bg: $brand-primary !default;
$btn-primary-border: darken($btn-primary-bg, 5%) !default;
$btn-success-color: #fff !default;
$btn-success-bg: $brand-success !default;
$btn-success-border: darken($btn-success-bg, 5%) !default;
$btn-info-color: #fff !default;
$btn-info-bg: $brand-info !default;
$btn-info-border: darken($btn-info-bg, 5%) !default;
$btn-warning-color: #fff !default;
$btn-warning-bg: $brand-warning !default;
$btn-warning-border: darken($btn-warning-bg, 5%) !default;
$btn-danger-color: #fff !default;
$btn-danger-bg: $brand-danger !default;
$btn-danger-border: darken($btn-danger-bg, 5%) !default;
$btn-link-disabled-color: $gray-light !default;
//== Forms
//
//##
//** `<input>` background color
$input-bg: #fff !default;
//** `<input disabled>` background color
$input-bg-disabled: $gray-lighter !default;
//** Text color for `<input>`s
$input-color: $gray !default;
//** `<input>` border color
$input-border: #ccc !default;
//** `<input>` border radius
$input-border-radius: $border-radius-base !default;
//** Border color for inputs on focus
$input-border-focus: #66afe9 !default;
//** Placeholder text color
$input-color-placeholder: $gray-light !default;
//** Default `.form-control` height
$input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2) !default;
//** Large `.form-control` height
$input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2) !default;
//** Small `.form-control` height
$input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
$legend-color: $gray-dark !default;
$legend-border-color: #e5e5e5 !default;
//** Background color for textual input addons
$input-group-addon-bg: $gray-lighter !default;
//** Border color for textual input addons
$input-group-addon-border-color: $input-border !default;
//== Dropdowns
//
//## Dropdown menu container and contents.
//** Background for the dropdown menu.
$dropdown-bg: #fff !default;
//** Dropdown menu `border-color`.
$dropdown-border: rgba(0,0,0,.15) !default;
//** Dropdown menu `border-color` **for IE8**.
$dropdown-fallback-border: #ccc !default;
//** Divider color for between dropdown items.
$dropdown-divider-bg: #e5e5e5 !default;
//** Dropdown link text color.
$dropdown-link-color: $gray-dark !default;
//** Hover color for dropdown links.
$dropdown-link-hover-color: darken($gray-dark, 5%) !default;
//** Hover background for dropdown links.
$dropdown-link-hover-bg: #f5f5f5 !default;
//** Active dropdown menu item text color.
$dropdown-link-active-color: $component-active-color !default;
//** Active dropdown menu item background color.
$dropdown-link-active-bg: $component-active-bg !default;
//** Disabled dropdown menu item background color.
$dropdown-link-disabled-color: $gray-light !default;
//** Text color for headers within dropdown menus.
$dropdown-header-color: $gray !default;
//** Deprecated `$dropdown-caret-color` as of v3.1.0
$dropdown-caret-color: #000 !default;
//-- Z-index master list
//
// Warning: Avoid customizing these values. They're used for a bird's eye view
// of components dependent on the z-axis and are designed to all work together.
//
// Note: These variables are not generated into the Customizer.
$zindex-navbar: 1000 !default;
$zindex-dropdown: 1000 !default;
$zindex-popover: 1060 !default;
$zindex-tooltip: 1070 !default;
$zindex-navbar-fixed: 1030 !default;
$zindex-modal-background: 1040 !default;
$zindex-modal: 1050 !default;
//== Media queries breakpoints
//
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
// Extra small screen / phone
//** Deprecated `$screen-xs` as of v3.0.1
$screen-xs: 480px !default;
//** Deprecated `$screen-xs-min` as of v3.2.0
$screen-xs-min: $screen-xs !default;
//** Deprecated `$screen-phone` as of v3.0.1
$screen-phone: $screen-xs-min !default;
// Small screen / tablet
//** Deprecated `$screen-sm` as of v3.0.1
$screen-sm: 768px !default;
$screen-sm-min: $screen-sm !default;
//** Deprecated `$screen-tablet` as of v3.0.1
$screen-tablet: $screen-sm-min !default;
// Medium screen / desktop
//** Deprecated `$screen-md` as of v3.0.1
$screen-md: 992px !default;
$screen-md-min: $screen-md !default;
//** Deprecated `$screen-desktop` as of v3.0.1
$screen-desktop: $screen-md-min !default;
// Large screen / wide desktop
//** Deprecated `$screen-lg` as of v3.0.1
$screen-lg: 1200px !default;
$screen-lg-min: $screen-lg !default;
//** Deprecated `$screen-lg-desktop` as of v3.0.1
$screen-lg-desktop: $screen-lg-min !default;
// So media queries don't overlap when required, provide a maximum
$screen-xs-max: ($screen-sm-min - 1) !default;
$screen-sm-max: ($screen-md-min - 1) !default;
$screen-md-max: ($screen-lg-min - 1) !default;
//== Grid system
//
//## Define your custom responsive grid.
//** Number of columns in the grid.
$grid-columns: 12 !default;
//** Padding between columns. Gets divided in half for the left and right.
$grid-gutter-width: 30px !default;
// Navbar collapse
//** Point at which the navbar becomes uncollapsed.
$grid-float-breakpoint: $screen-sm-min !default;
//** Point at which the navbar begins collapsing.
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
//== Container sizes
//
//## Define the maximum width of `.container` for different screen sizes.
// Small screen / tablet
$container-tablet: ((720px + $grid-gutter-width)) !default;
//** For `$screen-sm-min` and up.
$container-sm: $container-tablet !default;
// Medium screen / desktop
$container-desktop: ((940px + $grid-gutter-width)) !default;
//** For `$screen-md-min` and up.
$container-md: $container-desktop !default;
// Large screen / wide desktop
$container-large-desktop: ((1140px + $grid-gutter-width)) !default;
//** For `$screen-lg-min` and up.
$container-lg: $container-large-desktop !default;
//== Navbar
//
//##
// Basics of a navbar
$navbar-height: 36px !default;
$navbar-margin-bottom: $line-height-computed !default;
$navbar-border-radius: 0 !default;
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
$navbar-collapse-max-height: 340px !default;
$navbar-default-color: #333 !default;
$navbar-default-bg: #eee !default;
$navbar-default-border: #ccc !default;
// Navbar links
$navbar-default-link-color: $navbar-default-color !default;
$navbar-default-link-hover-color: $navbar-default-color !default;
$navbar-default-link-hover-bg: #d5d5d5 !default;
$navbar-default-link-active-color: $navbar-default-color !default;
$navbar-default-link-active-bg: $navbar-default-link-hover-bg !default;
$navbar-default-link-disabled-color: $gray-light !default;
$navbar-default-link-disabled-bg: transparent !default;
// Navbar brand label
$navbar-default-brand-color: $navbar-default-link-color !default;
$navbar-default-brand-hover-color: darken($navbar-default-brand-color, 10%) !default;
$navbar-default-brand-hover-bg: transparent !default;
// Navbar toggle
$navbar-default-toggle-hover-bg: #ddd !default;
$navbar-default-toggle-icon-bar-bg: #888 !default;
$navbar-default-toggle-border-color: #ddd !default;
// Inverted navbar
// Reset inverted navbar basics
$navbar-inverse-color: $gray-light !default;
$navbar-inverse-bg: #222 !default;
$navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default;
// Inverted navbar links
$navbar-inverse-link-color: $gray-light !default;
$navbar-inverse-link-hover-color: #fff !default;
$navbar-inverse-link-hover-bg: transparent !default;
$navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
$navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 10%) !default;
$navbar-inverse-link-disabled-color: #444 !default;
$navbar-inverse-link-disabled-bg: transparent !default;
// Inverted navbar brand label
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
$navbar-inverse-brand-hover-color: #fff !default;
$navbar-inverse-brand-hover-bg: transparent !default;
// Inverted navbar toggle
$navbar-inverse-toggle-hover-bg: #333 !default;
$navbar-inverse-toggle-icon-bar-bg: #fff !default;
$navbar-inverse-toggle-border-color: #333 !default;
//== Navs
//
//##
//=== Shared nav styles
$nav-link-padding: 0.5em 1.2em !default;
$nav-link-hover-bg: #dbdcdf !default;
$nav-disabled-link-color: $gray-light !default;
$nav-disabled-link-hover-color: $gray-light !default;
$nav-open-link-hover-color: #fff !default;
//== Tabs
$nav-tabs-border-color: #ddd !default;
$nav-tabs-link-hover-border-color: $gray-lighter !default;
$nav-tabs-active-link-hover-bg: $body-bg !default;
$nav-tabs-active-link-hover-color: $gray !default;
$nav-tabs-active-link-hover-border-color: #ddd !default;
$nav-tabs-justified-link-border-color: #ddd !default;
$nav-tabs-justified-active-link-border-color: $body-bg !default;
//== Pills
$nav-pills-border-radius: 0 !default;
$nav-pills-active-link-hover-bg: #e3e4e6 !default;
$nav-pills-active-link-hover-color: $gray !default;
//== Pagination
//
//##
$pagination-color: $link-color !default;
$pagination-bg: #fff !default;
$pagination-border: #ddd !default;
$pagination-hover-color: $link-hover-color !default;
$pagination-hover-bg: $gray-lighter !default;
$pagination-hover-border: #ddd !default;
$pagination-active-color: #fff !default;
$pagination-active-bg: $brand-primary !default;
$pagination-active-border: $brand-primary !default;
$pagination-disabled-color: $gray-light !default;
$pagination-disabled-bg: #fff !default;
$pagination-disabled-border: #ddd !default;
//== Pager
//
//##
$pager-bg: $pagination-bg !default;
$pager-border: $pagination-border !default;
$pager-border-radius: 15px !default;
$pager-hover-bg: $pagination-hover-bg !default;
$pager-active-bg: $pagination-active-bg !default;
$pager-active-color: $pagination-active-color !default;
$pager-disabled-color: $pagination-disabled-color !default;
//== Jumbotron
//
//##
$jumbotron-padding: 30px !default;
$jumbotron-color: inherit !default;
$jumbotron-bg: $gray-lighter !default;
$jumbotron-heading-color: inherit !default;
$jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
//== Form states and alerts
//
//## Define colors for form feedback states and, by default, alerts.
$state-success-text: #3c763d !default;
$state-success-bg: #dff0d8 !default;
$state-success-border: darken(adjust-hue($state-success-bg, -10), 5%) !default;
$state-info-text: #31708f !default;
$state-info-bg: #d9edf7 !default;
$state-info-border: darken(adjust-hue($state-info-bg, -10), 7%) !default;
$state-warning-text: #8a6d3b !default;
$state-warning-bg: #fcf8e3 !default;
$state-warning-border: darken(adjust-hue($state-warning-bg, -10), 5%) !default;
$state-danger-text: #a94442 !default;
$state-danger-bg: #f2dede !default;
$state-danger-border: darken(adjust-hue($state-danger-bg, -10), 5%) !default;
//== Tooltips
//
//##
//** Tooltip max width
$tooltip-max-width: 200px !default;
//** Tooltip text color
$tooltip-color: #fff !default;
//** Tooltip background color
$tooltip-bg: #000 !default;
$tooltip-opacity: .9 !default;
//** Tooltip arrow width
$tooltip-arrow-width: 5px !default;
//** Tooltip arrow color
$tooltip-arrow-color: $tooltip-bg !default;
//== Popovers
//
//##
//** Popover body background color
$popover-bg: #fff !default;
//** Popover maximum width
$popover-max-width: 276px !default;
//** Popover border color
$popover-border-color: rgba(0,0,0,.2) !default;
//** Popover fallback border color
$popover-fallback-border-color: #ccc !default;
//** Popover title background color
$popover-title-bg: darken($popover-bg, 3%) !default;
//** Popover arrow width
$popover-arrow-width: 10px !default;
//** Popover arrow color
$popover-arrow-color: #fff !default;
//** Popover outer arrow width
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
//** Popover outer arrow color
$popover-arrow-outer-color: fade_in($popover-border-color, 0.05) !default;
//** Popover outer arrow fallback color
$popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
//== Labels
//
//##
//** Default label background color
$label-default-bg: $gray-light !default;
//** Primary label background color
$label-primary-bg: $brand-primary !default;
//** Success label background color
$label-success-bg: $brand-success !default;
//** Info label background color
$label-info-bg: $brand-info !default;
//** Warning label background color
$label-warning-bg: $brand-warning !default;
//** Danger label background color
$label-danger-bg: $brand-danger !default;
//** Default label text color
$label-color: #fff !default;
//** Default text color of a linked label
$label-link-hover-color: #fff !default;
//== Modals
//
//##
//** Padding applied to the modal body
$modal-inner-padding: 15px !default;
//** Padding applied to the modal title
$modal-title-padding: 15px !default;
//** Modal title line-height
$modal-title-line-height: $line-height-base !default;
//** Background color of modal content area
$modal-content-bg: #fff !default;
//** Modal content border color
$modal-content-border-color: rgba(0,0,0,.2) !default;
//** Modal content border color **for IE8**
$modal-content-fallback-border-color: #999 !default;
//** Modal backdrop background color
$modal-backdrop-bg: #000 !default;
//** Modal backdrop opacity
$modal-backdrop-opacity: .5 !default;
//** Modal header border color
$modal-header-border-color: #e5e5e5 !default;
//** Modal footer border color
$modal-footer-border-color: $modal-header-border-color !default;
$modal-lg: 900px !default;
$modal-md: 732px !default;
$modal-sm: 300px !default;
//== Alerts
//
//## Define alert colors, border radius, and padding.
$alert-padding: 15px !default;
$alert-border-radius: $border-radius-base !default;
$alert-link-font-weight: bold !default;
$alert-success-bg: $state-success-bg !default;
$alert-success-text: $state-success-text !default;
$alert-success-border: $state-success-border !default;
$alert-info-bg: $state-info-bg !default;
$alert-info-text: $state-info-text !default;
$alert-info-border: $state-info-border !default;
$alert-warning-bg: $state-warning-bg !default;
$alert-warning-text: $state-warning-text !default;
$alert-warning-border: $state-warning-border !default;
$alert-danger-bg: $state-danger-bg !default;
$alert-danger-text: $state-danger-text !default;
$alert-danger-border: $state-danger-border !default;
//== Progress bars
//
//##
//** Background color of the whole progress component
$progress-bg: #f5f5f5 !default;
//** Progress bar text color
$progress-bar-color: #fff !default;
//** Default progress bar color
$progress-bar-bg: $brand-primary !default;
//** Success progress bar color
$progress-bar-success-bg: $brand-success !default;
//** Warning progress bar color
$progress-bar-warning-bg: $brand-warning !default;
//** Danger progress bar color
$progress-bar-danger-bg: $brand-danger !default;
//** Info progress bar color
$progress-bar-info-bg: $brand-info !default;
//== List group
//
//##
//** Background color on `.list-group-item`
$list-group-bg: #fff !default;
//** `.list-group-item` border color
$list-group-border: #ddd !default;
//** List group border radius
$list-group-border-radius: $border-radius-base !default;
//** Background color of single list items on hover
$list-group-hover-bg: #f5f5f5 !default;
//** Text color of active list items
$list-group-active-color: $component-active-color !default;
//** Background color of active list items
$list-group-active-bg: $component-active-bg !default;
//** Border color of active list elements
$list-group-active-border: $list-group-active-bg !default;
//** Text color for content within active list items
$list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
//** Text color of disabled list items
$list-group-disabled-color: $gray-light !default;
//** Background color of disabled list items
$list-group-disabled-bg: $gray-lighter !default;
//** Text color for content within disabled list items
$list-group-disabled-text-color: $list-group-disabled-color !default;
$list-group-link-color: #555 !default;
$list-group-link-hover-color: $list-group-link-color !default;
$list-group-link-heading-color: #333 !default;
//== Panels
//
//##
$panel-bg: #fff !default;
$panel-body-padding: 15px !default;
$panel-heading-padding: 10px 15px !default;
$panel-footer-padding: $panel-heading-padding !default;
$panel-border-radius: $border-radius-base !default;
//** Border color for elements within panels
$panel-inner-border: #ddd !default;
$panel-footer-bg: #f5f5f5 !default;
$panel-default-text: $gray-dark !default;
$panel-default-border: #ddd !default;
$panel-default-heading-bg: #f5f5f5 !default;
$panel-primary-text: #fff !default;
$panel-primary-border: $brand-primary !default;
$panel-primary-heading-bg: $brand-primary !default;
$panel-success-text: $state-success-text !default;
$panel-success-border: $state-success-border !default;
$panel-success-heading-bg: $state-success-bg !default;
$panel-info-text: $state-info-text !default;
$panel-info-border: $state-info-border !default;
$panel-info-heading-bg: $state-info-bg !default;
$panel-warning-text: $state-warning-text !default;
$panel-warning-border: $state-warning-border !default;
$panel-warning-heading-bg: $state-warning-bg !default;
$panel-danger-text: $state-danger-text !default;
$panel-danger-border: $state-danger-border !default;
$panel-danger-heading-bg: $state-danger-bg !default;
//== Thumbnails
//
//##
//** Padding around the thumbnail image
$thumbnail-padding: 4px !default;
//** Thumbnail background color
$thumbnail-bg: $body-bg !default;
//** Thumbnail border color
$thumbnail-border: #ddd !default;
//** Thumbnail border radius
$thumbnail-border-radius: $border-radius-base !default;
//** Custom text color for thumbnail captions
$thumbnail-caption-color: $text-color !default;
//** Padding around the thumbnail caption
$thumbnail-caption-padding: 9px !default;
//== Wells
//
//##
$well-bg: #f5f5f5 !default;
$well-border: darken($well-bg, 7%) !default;
//== Badges
//
//##
$badge-color: #fff !default;
//** Linked badge text color on hover
$badge-link-hover-color: #fff !default;
$badge-bg: $gray-light !default;
//** Badge text color in active nav link
$badge-active-color: $link-color !default;
//** Badge background color in active nav link
$badge-active-bg: #fff !default;
$badge-font-weight: bold !default;
$badge-line-height: 1 !default;
$badge-border-radius: 10px !default;
//== Breadcrumbs
//
//##
$breadcrumb-padding-vertical: 8px !default;
$breadcrumb-padding-horizontal: 15px !default;
//** Breadcrumb background color
$breadcrumb-bg: #f5f5f5 !default;
//** Breadcrumb text color
$breadcrumb-color: #ccc !default;
//** Text color of current page in the breadcrumb
$breadcrumb-active-color: $gray-light !default;
//** Textual separator for between breadcrumb elements
$breadcrumb-separator: "/" !default;
//== Carousel
//
//##
$carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default;
$carousel-control-color: #fff !default;
$carousel-control-width: 15% !default;
$carousel-control-opacity: .5 !default;
$carousel-control-font-size: 20px !default;
$carousel-indicator-active-bg: #fff !default;
$carousel-indicator-border-color: #fff !default;
$carousel-caption-color: #fff !default;
//== Close
//
//##
$close-font-weight: bold !default;
$close-color: #000 !default;
$close-text-shadow: 0 1px 0 #fff !default;
//== Code
//
//##
$code-color: #c7254e !default;
$code-bg: #f9f2f4 !default;
$kbd-color: #fff !default;
$kbd-bg: #333 !default;
$pre-bg: #f5f5f5 !default;
$pre-color: $gray-dark !default;
$pre-border-color: #ccc !default;
$pre-scrollable-max-height: 340px !default;
//== Type
//
//##
//** Horizontal offset for forms and lists.
$component-offset-horizontal: 180px !default;
//** Text muted color
$text-muted: $gray-light !default;
//** Abbreviations and acronyms border color
$abbr-border-color: $gray-light !default;
//** Headings small color
$headings-small-color: $gray-light !default;
//** Blockquote small color
$blockquote-small-color: $gray-light !default;
//** Blockquote font size
$blockquote-font-size: ($font-size-base * 1.25) !default;
//** Blockquote border color
$blockquote-border-color: $gray-lighter !default;
//** Page header border color
$page-header-border-color: $gray-lighter !default;
//** Width of horizontal description list titles
$dl-horizontal-offset: $component-offset-horizontal !default;
//** Horizontal line color.
$hr-border: $gray-lighter !default;

View File

@ -0,0 +1,80 @@
// These are helper variables for this file only.
// They inherit from bootstrap/variables and should
// scope to only this logic for overriding the native
// bootstrap navbar.
$navbar-dropdown-arrow-size: $font-size-small / 2;
$navbar-dropdown-arrow-offset: $padding-small-horizontal;
.navbar-brand {
display: block;
padding: 0 $padding-small-horizontal;
&:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
}
.navbar {
margin-bottom: 0;
border-top: none;
border-right: none;
border-left: none;
.navbar-toggle {
border-color: transparent;
}
// Pushes the menu slightly down from the navbar
li > .dropdown-menu {
margin-top: 2px;
}
@media (min-width:$screen-sm) {
// Sets default values for upper arrow on navbar dropdowns
.dropdown-menu {
&:before, &:after {
position: absolute;
content: '';
}
}
// Defaults the arrow to the left side
.dropdown-menu {
&:before {
top: ($navbar-dropdown-arrow-size + 1) * -1;
left: $navbar-dropdown-arrow-offset - 1;
border-right: $navbar-dropdown-arrow-size + 1 solid transparent;
border-bottom: $navbar-dropdown-arrow-size + 1 solid $dropdown-border;
border-left: $navbar-dropdown-arrow-size + 1 solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
}
&:after {
top: -$navbar-dropdown-arrow-size;
left: $navbar-dropdown-arrow-offset;
border-right: $navbar-dropdown-arrow-size solid transparent;
border-bottom: $navbar-dropdown-arrow-size solid $body-bg;
border-left: $navbar-dropdown-arrow-size solid transparent;
}
}
}
}
// Changes the arrow to the right side for .navbar-right items
.navbar-right .dropdown-menu {
&:before, &:after {
left: auto;
}
&:before {
right: $navbar-dropdown-arrow-offset - 1;
}
&:after {
right: $navbar-dropdown-arrow-offset;
}
}

View File

@ -0,0 +1,26 @@
.nav-pills.nav-stacked {
a {
color: $gray;
}
& > li {
& > a {
border-top: 1px solid $gray-light;
border-bottom: 1px solid $gray-light;
border-radius: 0;
font-weight: bold;
}
}
& > li + li {
margin-top: 0;
& > a {
border-top: none;
}
}
& > li > .in {
border-bottom: 1px solid $gray-light;
}
}

View File

@ -0,0 +1,11 @@
@import "/horizon/lib/bootstrap_scss/scss/bootstrap/mixins/vendor-prefixes";
@import 'components/_context_selection';
@import 'components/sidebar';
@import 'components/pie_charts';
.navbar-brand {
// The 114 is a legacy value to push the context-menu over
padding-right: 114px;
}

View File

@ -0,0 +1,6 @@
$sidebar-box-shadow-color: #c7c7c7;
$sidebar-box-shadow: -3px 2px 6px -2px $sidebar-box-shadow-color inset, -1px 0 0 0 $sidebar-box-shadow-color inset;
$sidebar-background-color: $table-bg-accent;
$sidebar-active-color: #d93c27;
$sidebar-active-indicator-width: $caret-width-base;
$sidebar-active-box-shadow: -3px 3px 6px -3px;

View File

@ -0,0 +1,53 @@
//Keep the native bootstrap experience for smaller screens
@media(min-width: $screen-sm) {
.context-selection {
width: auto;
padding: 0;
& > li {
display: table-cell;
padding: $padding-xs-horizontal 0;
& > ul > li {
&.dropdown-header,
& > a {
padding: $bs-dropdown-item-padding-vertical $bs-dropdown-item-padding-horizontal*2 $bs-dropdown-item-padding-vertical $bs-dropdown-item-padding-horizontal;
}
&.dropdown-header {
color: $dropdown-header-color;
}
& > a {
display: inline-block;
width: 100%;
& > .fa.fa-check {
left: auto;
float: auto;
padding-left: $bs-dropdown-item-padding-horizontal/2;
}
}
}
&:not(:last-child) {
border-right: 1px solid $gray-light;
}
}
}
.open .context-selection {
display: table;
// display: table pushes down our little arrow a single pixel
&:before {
top: -($font-size-small/2);
}
&:after {
top: -($font-size-small/2) + 1;
}
}
}

View File

@ -0,0 +1,12 @@
.d3_pie_chart_usage {
.arc {
stroke: $gray-light;
fill: $gray-lighter;
}
}
.d3_pie_chart_distribution {
.legend-group {
padding: 1px $padding-small-vertical;
}
}

View File

@ -0,0 +1,84 @@
// Sidebar specific helper variables need to fallback to Bootstrap
// variables. This allows this specific _sidenav user experience
// to easily cascade to a different Bootstrap theme
$sidebar-active-color: $brand-primary !default;
$sidebar-box-shadow: -3px 2px 6px -2px $gray-light inset, -1px 0 0 0 $gray-light inset !default;
#sidebar {
background-color: $sidebar-background-color;
@include box-shadow($sidebar-box-shadow);
height: 100%;
// Legacy padding at the top of nav ... we should remove this.
padding-top: $line-height-computed;
.nav-header > a > .nav-header-title {
text-align: left;
text-transform: none;
padding: $padding-small-vertical 0;
border-bottom: $padding-base-vertical/2 solid $gray-light;
}
.panel {
background-color: transparent;
}
.openstack-dashboard {
& > a {
border-radius: 0;
}
}
.openstack-panel {
& > a {
color: $gray;
padding: $padding-large-vertical $padding-large-horizontal;
}
&.active > a {
font-weight: normal;
color: $sidebar-active-color;
background: $body-bg;
border-bottom: 1px solid $dropdown-divider-bg;
border-left: $sidebar-active-indicator-width solid $sidebar-active-color;
border-top: 1px solid $dropdown-divider-bg;
@include box-shadow($sidebar-active-box-shadow $sidebar-box-shadow-color);
}
}
.openstack-panel > a,
.openstack-dashboard > a.collapsed,
.nav-header > a {
background-color: transparent;
}
.openstack-dashboard > a:hover,
.openstack-dashboard > a:focus,
li > a {
background-color: $nav-pills-active-link-hover-bg;
}
li > a {
@include transition(all 0.3s ease 0s);
outline: 0;
}
// Sets the arrow toggles for each dashboard list
.openstack-dashboard [data-toggle="collapse"] {
.openstack-toggle.fa {
font-size: $font-size-small;
&::before {
content: $fa-var-angle-up;
}
}
&.collapsed {
.openstack-toggle.fa {
@include rotate(180deg);
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 17.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
<svg id="Comp" style="enable-background:new 0 0 400 90" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="90px" viewBox="0 0 400 90" width="400px" version="1.1" y="0px" x="0px" xmlns:xlink="http://www.w3.org/1999/xlink">
<circle cx="376.06" r="23.941" cy="24.026" fill="#DD4814"/>
<path d="m361.13 21.149c-1.59 0-2.873 1.287-2.873 2.877 0 1.585 1.283 2.874 2.873 2.874 1.592 0 2.877-1.29 2.877-2.874-0.01-1.59-1.29-2.877-2.88-2.877zm20.53 13.075c-1.377 0.789-1.846 2.55-1.054 3.921 0.794 1.379 2.553 1.847 3.929 1.056 1.376-0.793 1.849-2.553 1.054-3.927-0.79-1.376-2.55-1.847-3.93-1.05zm-14.28-10.198c0-2.845 1.408-5.358 3.569-6.876l-2.1-3.525c-2.517 1.681-4.391 4.253-5.17 7.264 0.912 0.741 1.489 1.868 1.489 3.137 0 1.26-0.576 2.386-1.489 3.131 0.779 3.01 2.653 5.581 5.17 7.262l2.1-3.522c-2.16-1.519-3.57-4.029-3.57-6.871zm8.4-8.406c4.391 0 7.991 3.366 8.369 7.662l4.099-0.066c-0.203-3.167-1.586-6.011-3.713-8.103-1.095 0.411-2.359 0.353-3.45-0.281-1.091-0.631-1.778-1.692-1.967-2.85-1.064-0.292-2.183-0.454-3.339-0.454-1.987 0-3.868 0.468-5.534 1.295l1.997 3.58c1.06-0.502 2.27-0.783 3.53-0.783zm0 16.803c-1.263 0-2.462-0.278-3.538-0.78l-1.997 3.58c1.667 0.83 3.548 1.293 5.534 1.293 1.156 0 2.275-0.157 3.339-0.452 0.189-1.157 0.875-2.218 1.967-2.852 1.094-0.631 2.355-0.691 3.45-0.275 2.127-2.094 3.509-4.939 3.713-8.108l-4.099-0.058c-0.37 4.29-3.97 7.652-8.36 7.652zm5.88-18.597c1.374 0.792 3.134 0.323 3.926-1.056 0.794-1.37 0.323-3.131-1.051-3.924-1.377-0.793-3.134-0.323-3.929 1.053-0.79 1.375-0.32 3.133 1.05 3.927z" fill="#fff"/>
<g fill="#DD4814">
<path d="m47.88 86.839c-2.434 0.61-5.643 1.254-9.632 1.939-3.993 0.682-8.611 1.024-13.853 1.024-4.558 0-8.399-0.666-11.513-1.994-3.117-1.328-5.625-3.209-7.524-5.642-1.902-2.433-3.268-5.302-4.104-8.609-0.838-3.303-1.254-6.969-1.254-10.999v-33.287h10.602v31.006c0 7.221 1.14 12.388 3.421 15.502 2.28 3.12 6.116 4.676 11.513 4.676 1.142 0 2.317-0.041 3.535-0.117 1.214-0.075 2.357-0.172 3.422-0.285 1.061-0.114 2.031-0.227 2.905-0.341 0.873-0.113 1.501-0.244 1.882-0.399v-50.042h10.603v57.568h-0.003z"/>
<path d="m73.755 31.891c1.291-0.835 3.251-1.709 5.872-2.62 2.62-0.912 5.643-1.367 9.062-1.367 4.256 0 8.038 0.761 11.344 2.279 3.305 1.521 6.099 3.646 8.379 6.382 2.278 2.736 4.006 6.006 5.186 9.803 1.177 3.803 1.768 7.981 1.768 12.542 0 4.786-0.706 9.102-2.108 12.937-1.41 3.838-3.404 7.085-5.986 9.747-2.585 2.66-5.699 4.713-9.349 6.155-3.646 1.444-7.751 2.166-12.312 2.166-4.942 0-9.311-0.344-13.108-1.027-3.8-0.684-6.917-1.369-9.349-2.052v-84.922l10.602-1.825v31.802h0.001zm0 47.422c1.065 0.305 2.565 0.593 4.504 0.854 1.937 0.27 4.349 0.401 7.238 0.401 5.699 0 10.26-1.882 13.678-5.643 3.422-3.762 5.132-9.102 5.132-16.015 0-3.038-0.305-5.889-0.912-8.554-0.61-2.657-1.597-4.959-2.966-6.893-1.367-1.94-3.135-3.459-5.3-4.561s-4.77-1.654-7.808-1.654c-2.891 0-5.549 0.497-7.978 1.483-2.437 0.989-4.297 2.015-5.588 3.079l-0.001 37.503z"/>
<path d="m174.52 86.839c-2.434 0.61-5.644 1.254-9.632 1.939-3.989 0.682-8.608 1.024-13.851 1.024-4.558 0-8.396-0.666-11.512-1.994-3.117-1.328-5.625-3.209-7.523-5.642-1.902-2.433-3.267-5.302-4.105-8.609-0.837-3.303-1.254-6.969-1.254-11v-33.286h10.6v31.006c0 7.221 1.142 12.388 3.421 15.502 2.282 3.12 6.119 4.676 11.513 4.676 1.143 0 2.32-0.041 3.535-0.117 1.212-0.075 2.354-0.172 3.421-0.285 1.064-0.114 2.032-0.227 2.908-0.341 0.872-0.113 1.499-0.244 1.878-0.399v-50.042h10.603v57.568h-0.01z"/>
<path d="m189.8 30.983c2.431-0.61 5.659-1.254 9.69-1.94 4.025-0.683 8.661-1.026 13.905-1.026 4.713 0 8.626 0.667 11.74 1.995 3.116 1.331 5.605 3.192 7.469 5.587 1.858 2.392 3.169 5.262 3.931 8.605 0.759 3.349 1.14 7.033 1.14 11.059v33.285h-10.602v-31.007c0-3.646-0.248-6.761-0.741-9.347-0.495-2.587-1.311-4.675-2.451-6.268-1.14-1.599-2.66-2.756-4.559-3.478-1.899-0.725-4.259-1.084-7.065-1.084-1.144 0-2.321 0.038-3.533 0.113-1.216 0.078-2.379 0.171-3.477 0.286-1.106 0.113-2.09 0.248-2.966 0.397-0.875 0.154-1.5 0.267-1.881 0.341v50.044h-10.6v-57.562z"/>
<path d="m262.18 29.271h22.456v8.891h-22.456v27.359c0 2.963 0.227 5.419 0.684 7.355s1.142 3.459 2.052 4.556c0.912 1.102 2.049 1.881 3.419 2.337 1.369 0.457 2.963 0.687 4.786 0.687 3.265 0 5.852-0.364 7.753-1.088 1.898-0.721 3.192-1.233 3.878-1.538l2.278 8.666c-1.065 0.533-2.946 1.218-5.643 2.05-2.698 0.837-5.755 1.254-9.175 1.254-4.03 0-7.355-0.511-9.977-1.537-2.619-1.029-4.729-2.564-6.325-4.619-1.596-2.05-2.716-4.576-3.361-7.581-0.649-3-0.971-6.477-0.971-10.43v-52.89l10.602-1.825-0.01 18.353z"/>
<path d="m342.32 86.839c-2.436 0.61-5.643 1.254-9.632 1.939-3.989 0.682-8.609 1.024-13.849 1.024-4.561 0-8.399-0.666-11.516-1.994s-5.625-3.209-7.521-5.642c-1.902-2.433-3.268-5.302-4.106-8.609-0.835-3.303-1.254-6.969-1.254-11v-33.286h10.605v31.006c0 7.221 1.14 12.388 3.421 15.502 2.278 3.12 6.116 4.676 11.513 4.676 1.139 0 2.316-0.041 3.533-0.117 1.212-0.075 2.352-0.172 3.418-0.285 1.064-0.114 2.033-0.227 2.908-0.341 0.871-0.113 1.5-0.244 1.882-0.399v-50.042h10.602v57.568h0.01z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 17.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
<svg id="Comp" style="enable-background:new 0 0 400 90" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="90px" viewBox="0 0 400 90" width="400px" version="1.1" y="0px" x="0px" xmlns:xlink="http://www.w3.org/1999/xlink">
<circle cx="376.06" r="23.941" cy="24.026" fill="#fff"/>
<path d="m361.13 21.149c-1.59 0-2.873 1.287-2.873 2.877 0 1.585 1.283 2.874 2.873 2.874 1.592 0 2.877-1.29 2.877-2.874-0.01-1.59-1.29-2.877-2.88-2.877zm20.53 13.075c-1.377 0.789-1.846 2.55-1.054 3.921 0.794 1.379 2.553 1.847 3.929 1.056 1.376-0.793 1.849-2.553 1.054-3.927-0.79-1.376-2.55-1.847-3.93-1.05zm-14.28-10.198c0-2.845 1.408-5.358 3.569-6.876l-2.1-3.525c-2.517 1.681-4.391 4.253-5.17 7.264 0.912 0.741 1.489 1.868 1.489 3.137 0 1.26-0.576 2.386-1.489 3.131 0.779 3.01 2.653 5.581 5.17 7.262l2.1-3.522c-2.16-1.519-3.57-4.029-3.57-6.871zm8.4-8.406c4.391 0 7.991 3.366 8.369 7.662l4.099-0.066c-0.203-3.167-1.586-6.011-3.713-8.103-1.095 0.411-2.359 0.353-3.45-0.281-1.091-0.631-1.778-1.692-1.967-2.85-1.064-0.292-2.183-0.454-3.339-0.454-1.987 0-3.868 0.468-5.534 1.295l1.997 3.58c1.06-0.502 2.27-0.783 3.53-0.783zm0 16.803c-1.263 0-2.462-0.278-3.538-0.78l-1.997 3.58c1.667 0.83 3.548 1.293 5.534 1.293 1.156 0 2.275-0.157 3.339-0.452 0.189-1.157 0.875-2.218 1.967-2.852 1.094-0.631 2.355-0.691 3.45-0.275 2.127-2.094 3.509-4.939 3.713-8.108l-4.099-0.058c-0.37 4.29-3.97 7.652-8.36 7.652zm5.88-18.597c1.374 0.792 3.134 0.323 3.926-1.056 0.794-1.37 0.323-3.131-1.051-3.924-1.377-0.793-3.134-0.323-3.929 1.053-0.79 1.375-0.32 3.133 1.05 3.927z" fill="#DD4814"/>
<g fill="#fff">
<path d="m47.88 86.839c-2.434 0.61-5.643 1.254-9.632 1.939-3.993 0.682-8.611 1.024-13.853 1.024-4.558 0-8.399-0.666-11.513-1.994-3.117-1.328-5.625-3.209-7.524-5.642-1.902-2.433-3.268-5.302-4.104-8.609-0.838-3.303-1.254-6.969-1.254-10.999v-33.287h10.602v31.006c0 7.221 1.14 12.388 3.421 15.502 2.28 3.12 6.116 4.676 11.513 4.676 1.142 0 2.317-0.041 3.535-0.117 1.214-0.075 2.357-0.172 3.422-0.285 1.061-0.114 2.031-0.227 2.905-0.341 0.873-0.113 1.501-0.244 1.882-0.399v-50.042h10.603v57.568h-0.003z"/>
<path d="m73.755 31.891c1.291-0.835 3.251-1.709 5.872-2.62 2.62-0.912 5.643-1.367 9.062-1.367 4.256 0 8.038 0.761 11.344 2.279 3.305 1.521 6.099 3.646 8.379 6.382 2.278 2.736 4.006 6.006 5.186 9.803 1.177 3.803 1.768 7.981 1.768 12.542 0 4.786-0.706 9.102-2.108 12.937-1.41 3.838-3.404 7.085-5.986 9.747-2.585 2.66-5.699 4.713-9.349 6.155-3.646 1.444-7.751 2.166-12.312 2.166-4.942 0-9.311-0.344-13.108-1.027-3.8-0.684-6.917-1.369-9.349-2.052v-84.922l10.602-1.825v31.802h0.001zm0 47.422c1.065 0.305 2.565 0.593 4.504 0.854 1.937 0.27 4.349 0.401 7.238 0.401 5.699 0 10.26-1.882 13.678-5.643 3.422-3.762 5.132-9.102 5.132-16.015 0-3.038-0.305-5.889-0.912-8.554-0.61-2.657-1.597-4.959-2.966-6.893-1.367-1.94-3.135-3.459-5.3-4.561s-4.77-1.654-7.808-1.654c-2.891 0-5.549 0.497-7.978 1.483-2.437 0.989-4.297 2.015-5.588 3.079l-0.001 37.503z"/>
<path d="m174.52 86.839c-2.434 0.61-5.644 1.254-9.632 1.939-3.989 0.682-8.608 1.024-13.851 1.024-4.558 0-8.396-0.666-11.512-1.994-3.117-1.328-5.625-3.209-7.523-5.642-1.902-2.433-3.267-5.302-4.105-8.609-0.837-3.303-1.254-6.969-1.254-11v-33.286h10.6v31.006c0 7.221 1.142 12.388 3.421 15.502 2.282 3.12 6.119 4.676 11.513 4.676 1.143 0 2.32-0.041 3.535-0.117 1.212-0.075 2.354-0.172 3.421-0.285 1.064-0.114 2.032-0.227 2.908-0.341 0.872-0.113 1.499-0.244 1.878-0.399v-50.042h10.603v57.568h-0.01z"/>
<path d="m189.8 30.983c2.431-0.61 5.659-1.254 9.69-1.94 4.025-0.683 8.661-1.026 13.905-1.026 4.713 0 8.626 0.667 11.74 1.995 3.116 1.331 5.605 3.192 7.469 5.587 1.858 2.392 3.169 5.262 3.931 8.605 0.759 3.349 1.14 7.033 1.14 11.059v33.285h-10.602v-31.007c0-3.646-0.248-6.761-0.741-9.347-0.495-2.587-1.311-4.675-2.451-6.268-1.14-1.599-2.66-2.756-4.559-3.478-1.899-0.725-4.259-1.084-7.065-1.084-1.144 0-2.321 0.038-3.533 0.113-1.216 0.078-2.379 0.171-3.477 0.286-1.106 0.113-2.09 0.248-2.966 0.397-0.875 0.154-1.5 0.267-1.881 0.341v50.044h-10.6v-57.562z"/>
<path d="m262.18 29.271h22.456v8.891h-22.456v27.359c0 2.963 0.227 5.419 0.684 7.355s1.142 3.459 2.052 4.556c0.912 1.102 2.049 1.881 3.419 2.337 1.369 0.457 2.963 0.687 4.786 0.687 3.265 0 5.852-0.364 7.753-1.088 1.898-0.721 3.192-1.233 3.878-1.538l2.278 8.666c-1.065 0.533-2.946 1.218-5.643 2.05-2.698 0.837-5.755 1.254-9.175 1.254-4.03 0-7.355-0.511-9.977-1.537-2.619-1.029-4.729-2.564-6.325-4.619-1.596-2.05-2.716-4.576-3.361-7.581-0.649-3-0.971-6.477-0.971-10.43v-52.89l10.602-1.825-0.01 18.353z"/>
<path d="m342.32 86.839c-2.436 0.61-5.643 1.254-9.632 1.939-3.989 0.682-8.609 1.024-13.849 1.024-4.561 0-8.399-0.666-11.516-1.994s-5.625-3.209-7.521-5.642c-1.902-2.433-3.268-5.302-4.106-8.609-0.835-3.303-1.254-6.969-1.254-11v-33.286h10.605v31.006c0 7.221 1.14 12.388 3.421 15.502 2.278 3.12 6.116 4.676 11.513 4.676 1.139 0 2.316-0.041 3.533-0.117 1.212-0.075 2.352-0.172 3.418-0.285 1.064-0.114 2.033-0.227 2.908-0.341 0.871-0.113 1.5-0.244 1.882-0.399v-50.042h10.602v57.568h0.01z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB