mplayer4anime/src/main/resources/res/landing.css

132 lines
3.1 KiB
CSS

.landing {
-fx-background-image: url(pocket.png);
-fx-background-position: center;
-fx-background-repeat: no-repeat;
}
.btnLeft {
-fx-background-radius: 0.3em 0em 0em 0.3em;
-fx-background-color: #267a9e;
}
.btnLeft:hover {
-fx-background-radius: 0.3em 0em 0em 0.3em;
-fx-background-color: #2c4954;
}
.btnLeft:pressed {
-fx-background-radius: 0.3em 0em 0em 0.3em;
-fx-background-color: #1c2e35;
}
.btnCenter {
-fx-background-radius: 0em 0em 0em 0em ;
-fx-background-color: #267a9e;
}
.btnCenter:hover {
-fx-background-radius: 0em 0em 0em 0em ;
-fx-background-color: #2c4954;
}
.btnCenter:pressed{
-fx-background-radius: 0em 0em 0em 0em ;
-fx-background-color: #1c2e35;
}
.btnRight {
-fx-background-radius: 0em 0.3em 0.3em 0em ;
-fx-background-color: #267a9e;
}
.btnRight:hover {
-fx-background-radius: 0em 0.3em 0.3em 0em ;
-fx-background-color: #2c4954;
}
.btnRight:pressed {
-fx-background-radius: 0em 0.3em 0.3em 0em ;
-fx-background-color: #1c2e35;
}
.btnSimple {
-fx-background-color: #267a9e;
}
.btnSimple:hover {
-fx-background-color: #2c4954;
}
.btnSimple:pressed {
-fx-background-color: #1c2e35;
}
/* SplitMenuButton */
.splitMenuButton .arrow-button{
-fx-background-color: #267a9e;
}
.splitMenuButton .arrow-button:hover{
-fx-background-color: #2c4954;
}
.splitMenuButton .arrow-button:pressed{
-fx-background-color: #1c2e35;
}
.splitMenuButton .arrow{
-fx-background-color: #e1e1e1;
}
.splitMenuButton .label{
-fx-background-color: #267a9e;
}
.splitMenuButton .label:hover{
-fx-background-color: #2c4954;
}
.splitMenuButton .label:pressed{
-fx-background-color: #1c2e35;
}
.splitMenuButton {
-fx-background-color: #267a9e;
}
.splitMenuButton .menu-item .label{
-fx-background-color: none;
}
.splitMenuButton .menu-item .label:hover{
-fx-background-color: #000000;
-fx-text-base-color: white;
-fx-focus-color: red;
}
/* END */
.topToolBar{
/*-fx-background-color: #4f6f8f;*/
-fx-background-image: url(gjel.png);
-fx-background-position: center;
-fx-background-repeat: repeat;
}
/* -======================== TAB PANE =========================- */
.tab-paneSettings .tab SVGPath{
-fx-fill: #000000;
}
.tab-paneSettings .tab:selected SVGPath{
-fx-fill: #267a9e;
}
.tab-paneSettings .tab{
-fx-background-color: #ffffff;
-fx-focus-color: transparent;
-fx-faint-focus-color: transparent;
-fx-border-radius: 0 0 0 0;
-fx-border-width: 0 0 5 0;
-fx-border-color: #ffffff;
}
.tab-paneSettings .tab:selected{
-fx-background-color: #ebffff;
-fx-focus-color: transparent;
-fx-faint-focus-color: transparent;
-fx-border-radius: 0 0 0 0;
-fx-border-width: 0 0 5 0;
-fx-border-color: #8dbee4;
}
.tab-paneSettings > .tab-header-area {
-fx-background-insets: 0.0;
-fx-padding: 0;
}
.tab-paneSettings > .tab-header-area > .tab-header-background
{
-fx-background-color: #ffffff;
}
.tab-paneSettings > .tab-header-area > .headers-region > .tab {
-fx-padding: 10;
}