169 lines
7.1 KiB
CSS
169 lines
7.1 KiB
CSS
@import url(https://fonts.googleapis.com/css?family=Material+Icons);
|
|
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
|
|
@import url(https://fonts.googleapis.com/css?family=Orbitron);
|
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
|
|
/******************************************************************************
|
|
*
|
|
* Copyright (c) 2017, the Perspective Authors.
|
|
*
|
|
* This file is part of the Perspective library, distributed under the terms of
|
|
* the Apache License 2.0. The full license can be found in the LICENSE file.
|
|
*
|
|
*/
|
|
/******************************************************************************
|
|
*
|
|
* Copyright (c) 2017, the Perspective Authors.
|
|
*
|
|
* This file is part of the Perspective library, distributed under the terms of
|
|
* the Apache License 2.0. The full license can be found in the LICENSE file.
|
|
*
|
|
*/
|
|
perspective-viewer[settings] {
|
|
--settings-button--content: "check_box_outline_blank";
|
|
}
|
|
perspective-viewer,
|
|
.perspective-viewer-vaporwave {
|
|
font-family: "Open Sans";
|
|
--interface-monospace--font-family: "Roboto Mono";
|
|
--inactive-column-selector--content: "\E835";
|
|
--active-column-selector--content: "\E834";
|
|
--column--background: none;
|
|
--column--height: 21px;
|
|
--active-column--height: 51px;
|
|
--inactive-column--height: 24px;
|
|
--active-columns--justify-content: space-evenly;
|
|
--inactive-column--opacity: 0.3;
|
|
--float--column-type--color: #1a7da1;
|
|
--string--column-type--color: #ff8888;
|
|
--settings-button--content: "more_vert";
|
|
--button--font-family: "Material Icons";
|
|
--overflow_hint--before: "error_outline";
|
|
--overflow_hint--font-family: "Material Icons";
|
|
--overflow_hint--color: rgba(0, 0, 0, 0.2);
|
|
--overflow_hint--padding: 0 12px 0 6px;
|
|
--copy_button--before: "file_copy";
|
|
--download_button--before: "save_alt";
|
|
--reset_button--before: "refresh";
|
|
--row_draggable-border-last-child-width: 0;
|
|
--row_pivots--before: "Group By";
|
|
--column_pivots--before: "Split By";
|
|
--sort-order-asc--before: "arrow_upward";
|
|
--sort-order-desc--before: "arrow_downward";
|
|
--sort-order-none--before: "remove";
|
|
--close_button--before: "close";
|
|
--sort-order-col-asc--before: "arrow_back";
|
|
--sort-order-col-desc--before: "arrow_forward";
|
|
--sort_order-padding: 0 0 0 0px;
|
|
--select--background-color: none;
|
|
--select--padding: 0px;
|
|
--column-drop-container--background: none;
|
|
--column-drop-container--padding: 0px;
|
|
--column-drop-container--margin: 24px 24px 0px 0px;
|
|
--column-drop-label--margin: -12px 0px 0px 0px;
|
|
--column-drop-label--font-size: 10px;
|
|
--column-drop-label--display: inline-block;
|
|
--column-container--margin: 24px 0px 0px 0px;
|
|
--column-add--font-family: "Material Icons";
|
|
--column-add--before: "add";
|
|
--column_type--padding: 0px 0px 0px 0px;
|
|
--column_type--width: 25px;
|
|
--column-selector--font-family: "Material Icons";
|
|
--active-column-selector--height: 45px;
|
|
--column_selector--width: 31px;
|
|
--column_selector--font-size: 16px;
|
|
--hypergrid-gridline--color: #ddd;
|
|
--side_panel--padding: 24px 24px 24px 17px;
|
|
--button--padding: 24px 17px 0px 17px;
|
|
--button--font-size: 16px;
|
|
--top_panel--padding: 0px 0px 24px 0px;
|
|
--hypergrid-scrollbar--width: 8px;
|
|
--hypergrid-scrollbar--border-radius: 5px;
|
|
--hypergrid-selection--background: rgba(0, 0, 0, 0.1);
|
|
--d3fc-treedata-axis--lines: none;
|
|
padding: 24px;
|
|
background-color: #150442;
|
|
color: #cfd8dc;
|
|
font-family: "Orbitron";
|
|
--active--color: #F4D676;
|
|
--active--border: 1px solid #F4D676;
|
|
--active--background: rgba(244, 214, 118, 0.7);
|
|
--inactive--color: #5C2686;
|
|
--settings-button--content: "check_box_outline_blank";
|
|
--float--column-type--content: "DBL";
|
|
--float--column-type--color: #36CDC4;
|
|
--float--hypergrid--font-family: "Roboto Mono";
|
|
--float--hypergrid--font-size: 12px;
|
|
--float--hypergrid--background: hsl(256, 87%, 14%);
|
|
--float--hypergrid--color: #3c335e;
|
|
--float--hypergrid-positive--color: white;
|
|
--float--hypergrid-positive--background: #36cdc4;
|
|
--float--hypergrid-negative--color: white;
|
|
--float--hypergrid-negative--background: #ff1690;
|
|
--float--hypergrid-positive--border-bottom-color: #24928b;
|
|
--float--hypergrid-positive--border-right-color: #24928b;
|
|
--float--hypergrid-negative--border-bottom-color: #db127a;
|
|
--float--hypergrid-negative--border-right-color: #db127a;
|
|
--integer--column-type--content: "INT";
|
|
--integer--column-type--color: #36CDC4;
|
|
--integer--hypergrid--font-family: "Roboto Mono";
|
|
--integer--hypergrid--font-size: 12px;
|
|
--integer--hypergrid--background: hsl(256, 87%, 14%);
|
|
--integer--hypergrid--color: #3c335e;
|
|
--integer--hypergrid-positive--color: #8bde8b;
|
|
--integer--hypergrid-negative--color: #ff6a8b;
|
|
--string--column-type--content: "STR";
|
|
--string--column-type--color: #FF1690;
|
|
--date--column-type--content: "MDY";
|
|
--datetime--column-type--content: "MDY";
|
|
--plugin--background: #1C0658;
|
|
--plugin--border: 1px solid hsl(256, 87%, 28%);
|
|
--plugin--box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
|
|
--hypergrid-row-hover--background: rgba(0, 0, 0, 0.1);
|
|
--hypergrid-cell-hover--background: rgba(0, 0, 0, 0.2);
|
|
--hypergrid--color: #eee;
|
|
--hypergrid--font-family: "Open Sans";
|
|
--hypergrid-gridline--color: #cfd8dc;
|
|
--active-column-selector--content: "check";
|
|
--hypergrid-header--font-family: "Open Sans";
|
|
--hypergrid--padding: 24px;
|
|
--hypergrid--background: #1C0658;
|
|
--hypergrid-tree-header--background: #1C0658;
|
|
--hypergrid-tree-header--color: #eee;
|
|
--hypergrid-header--background: #1C0658;
|
|
--hypergrid-separator--color: #8BC4EE;
|
|
--hypergrid-header--color: #eee;
|
|
--hypergrid--font-size: 12px;
|
|
--hypergrid-header--font-size: 12px;
|
|
--highcharts-label--fill: #cfd8dc;
|
|
--highcharts-rect--opacity: 0.85;
|
|
--highcharts-tooltip--background: #2a2c2f;
|
|
--d3fc-gridline--color: #5C2686;
|
|
--d3fc-legend--text: #bbbbbb;
|
|
--d3fc-treedata--labels: #bbbbbb;
|
|
--d3fc-treedata--hover-highlight: #ffffff;
|
|
--d3fc-axis--ticks: #bbbbbb;
|
|
--d3fc-axis--lines: #5C2686;
|
|
--d3fc-tooltip--background: #333333;
|
|
--d3fc-tooltip--color: #cfd8dc;
|
|
--d3fc-series: #36CDC4;
|
|
--d3fc-series-1: #FF1690;
|
|
--d3fc-series-2: #36CDC4;
|
|
--d3fc-series-3: #F4D676;
|
|
--d3fc-series-4: #966bff;
|
|
--d3fc-series-5: #C774E8;
|
|
--d3fc-series-6: #FF6AD5;
|
|
--d3fc-series-7: #ff8b8b;
|
|
--d3fc-series-8: #ffde8b;
|
|
--d3fc-series-9: #8bde8b;
|
|
--d3fc-series-10: #20de8b;
|
|
--d3fc-full--gradient: linear-gradient(#f9897b 0%, #d7509f 10%, #f9247e 20%, #ae1357 30%, #661246 40%, #222222 50%, #392682 60%, #7a3a9a 70%, #3f86bc 80%, #28ada8 90%, #83dde0 100%);
|
|
--d3fc-positive--gradient: linear-gradient(#392682 0%, #7a3a9a 25%, #3f86bc 50%, #28ada8 75%, #83dde0 100%);
|
|
--d3fc-negative--gradient: linear-gradient(#f9897b 0%, #d7509f 25%, #f9247e 50%, #ae1357 75%, #661246 100%);
|
|
--highcharts-full--gradient: linear-gradient(#f9897b 0%, #d7509f 10%, #f9247e 20%, #ae1357 30%, #661246 40%, #222222 50%, #392682 60%, #7a3a9a 70%, #3f86bc 80%, #28ada8 90%, #83dde0 100%);
|
|
--highcharts-positive--gradient: linear-gradient(#392682 0%, #7a3a9a 25%, #3f86bc 50%, #28ada8 75%, #83dde0 100%);
|
|
--highcharts-negative--gradient: linear-gradient(#f9897b 0%, #d7509f 25%, #f9247e 50%, #ae1357 75%, #661246 100%);
|
|
--warning--color: #333;
|
|
}
|
|
|
|
|
|
/*# sourceMappingURL=vaporwave.css.map*/ |