kauron/estraba
kauron
/
estraba
Archived
1
0
Fork 0
This repository has been archived on 2022-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
estraba/src/main/resources/es/kauron/estraba/css/estraba.css

81 lines
1.9 KiB
CSS

/*
* Copyright (c) 2016 Jesús "baudlord" Vélez Palacios, Carlos "kauron" Santiago Galindo Jiménez
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
*
*/
.root {
-fx-background-color: white;
-fx-font: 14px "DAGGERSQUARE";
-fx-font-smoothing-type: lcd;
-fx-font-family: DAGGERSQUARE;
}
.tab-label {
-fx-font: 14px "DAGGERSQUARE";
}
.tab-header-background {
-fx-background-color: #FF5722;
}
.tab-selected-line {
-fx-stroke: white;
}
.label {
}
.motivation {
-fx-font: 42px "DAGGERSQUARE";
}
.value-main {
-fx-font: 30px "DAGGERSQUARE";
}
.value-sub {
}
.value-minhr {
-fx-text-fill: #2aa;
}
.value-maxhr {
-fx-text-fill: #a22;
}
.value-avghr {
}
.jfx-snackbar-content {
-fx-background-color: #323232;
}
.jfx-snackbar-toast {
-fx-text-fill: WHITE;
}
.jfx-snackbar-action {
-fx-text-fill: #ff4081;
}