-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73c7e03
commit 224e690
Showing
19 changed files
with
278 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-1.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.paging-controls > .pane > .page-buttons-container > .element { | ||
-fx-background-color: | ||
#090a0c, | ||
linear-gradient(#38424b 0%, #1f2429 20%, #191d22 100%), | ||
linear-gradient(#20262b, #191d22), | ||
radial-gradient(center 50% 0%, radius 100%, rgba(114,131,148,0.9), rgba(255,255,255,0)); | ||
-fx-background-radius: 5,4,3,5; | ||
-fx-background-insets: 0,1,2,0; | ||
-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 5, 0.0 , 0 , 1 ); | ||
-fx-font-family: "Arial"; | ||
-fx-text-fill: white; | ||
-fx-font-size: 16px; | ||
-fx-padding: 10 20 10 20; | ||
} | ||
|
||
.paging-controls > .pane > .page-buttons-container > .page-button.current { | ||
-fx-border-color: red; | ||
-fx-border-radius: 5px; | ||
} | ||
|
||
.paging-controls > .pane > .page-buttons-container > .element .icon { | ||
-fx-background-color: white; | ||
} |
25 changes: 25 additions & 0 deletions
25
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-2.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.paging-controls > .pane > .page-buttons-container { | ||
-fx-spacing: 5px; | ||
} | ||
|
||
.paging-controls > .pane > .page-buttons-container > .button { | ||
-fx-background-color: | ||
#c3c4c4, | ||
linear-gradient(#d6d6d6 50%, white 100%), | ||
radial-gradient(center 50% -40%, radius 200%, #e6e6e6 45%, rgba(230,230,230,0) 50%); | ||
-fx-background-radius: 30; | ||
-fx-background-insets: 0,1,1; | ||
-fx-text-fill: black; | ||
-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 3, 0.0 , 0 , 1 ); | ||
} | ||
|
||
.paging-controls > .pane > .page-buttons-container > .button:current { | ||
-fx-background-color: | ||
red, | ||
linear-gradient(red 50%, white 100%), | ||
radial-gradient(center 50% -40%, radius 200%, #e6e6e6 45%, rgba(230,230,230,0) 50%); | ||
-fx-background-radius: 30; | ||
-fx-background-insets: 0,1,1; | ||
-fx-text-fill: black; | ||
-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 3, 0.0 , 0 , 1 ); | ||
} |
14 changes: 14 additions & 0 deletions
14
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-3.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.paging-controls > .pane > .page-buttons-container > .button { | ||
-fx-background-color: | ||
linear-gradient(#ffd65b, #e68400), | ||
linear-gradient(#ffef84, #f2ba44), | ||
linear-gradient(#ffea6a, #efaa22), | ||
linear-gradient(#ffe657 0%, #f8c202 50%, #eea10b 100%), | ||
linear-gradient(from 0% 0% to 15% 50%, rgba(255,255,255,0.9), rgba(255,255,255,0)); | ||
-fx-background-radius: 30; | ||
-fx-background-insets: 0,1,2,3,0; | ||
-fx-text-fill: #654b00; | ||
-fx-font-weight: bold; | ||
-fx-font-size: 14px; | ||
-fx-padding: 10 20 10 20; | ||
} |
10 changes: 10 additions & 0 deletions
10
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-4.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.paging-controls > .pane > .page-buttons-container > .element { | ||
-fx-background-color: | ||
linear-gradient(#f0ff35, #a9ff00), | ||
radial-gradient(center 50% -40%, radius 200%, #b8ee36 45%, #80c800 50%); | ||
-fx-background-radius: 6, 5; | ||
-fx-background-insets: 0, 1; | ||
-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.4) , 5, 0.0 , 0 , 1 ); | ||
-fx-text-fill: #395306; | ||
-fx-padding: 5px 15px; | ||
} |
Empty file.
Empty file.
Empty file.
16 changes: 16 additions & 0 deletions
16
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-8.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.paging-controls > .pane > .page-buttons-container > .element { | ||
-fx-background-color: | ||
#3c7fb1, | ||
linear-gradient(#fafdfe, #e8f5fc), | ||
linear-gradient(#eaf6fd 0%, #d9f0fc 49%, #bee6fd 50%, #a7d9f5 100%); | ||
-fx-background-insets: 0,1,2; | ||
-fx-background-radius: 3,2,1; | ||
-fx-padding: 3 30 3 30; | ||
-fx-text-fill: black; | ||
-fx-font-size: 14px; | ||
} | ||
|
||
.paging-controls > .pane > .page-buttons-container > .element.current { | ||
-fx-border-color: red; | ||
-fx-border-radius: 3px; | ||
} |
6 changes: 6 additions & 0 deletions
6
gemsfx-demo/src/main/resources/com/dlsc/gemsfx/demo/paging-controls-9.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.paging-controls > .pane > .page-buttons-container > .button { | ||
-fx-background-color: linear-gradient(#ff5400, #be1d00); | ||
-fx-background-radius: 30; | ||
-fx-background-insets: 0; | ||
-fx-text-fill: white; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.