Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 655818b

Browse files
Introduced Client_Side and added library,icons and related Css file..
1 parent 18c49ad commit 655818b

20 files changed

+127
-0
lines changed

‎.idea/libraries/AnimateFX_1_2_0_.xml‎

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/vcs.xml‎

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Client_Side/lib/AnimateFX-1.2.0 .jar‎

83.8 KB
Binary file not shown.

‎Client_Side/src/View/Css/style.css‎

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
.btnBack:hover {
2+
-fx-opacity: 1;
3+
}
4+
5+
.btnLogin {
6+
-fx-background-color: #4f5b62;
7+
}
8+
9+
.btnLogin:hover {
10+
-fx-background-color: #62727b !important;
11+
-fx-text-fill: #4db6ac;
12+
}
13+
14+
.allButton {
15+
-fx-background-color: #718792;
16+
-fx-background-radius: 90;
17+
}
18+
19+
.allButton:hover {
20+
-fx-background-color: #819ca9;
21+
-fx-text-fill: #000000;
22+
}
23+
24+
.txtFont {
25+
-fx-text-fill: #f4f4f4;
26+
}
27+
28+
.txtFont:focused {
29+
-fx-border-color: transparent transparent #558b2f transparent;
30+
-fx-text-fill: #f4f4f4;
31+
}
32+
33+
.scroll-pane {
34+
-fx-background-color: transparent;
35+
-fx-border-color: derive(gray, 100%);
36+
-fx-padding: 0px;
37+
}
38+
39+
.scroll-pane .scroll-bar:vertical {
40+
-fx-background-color: transparent;
41+
-fx-background-radius: 0;
42+
}
43+
44+
.scroll-pane .scroll-bar:vertical .track {
45+
-fx-background-color: transparent;
46+
-fx-border-color: transparent;
47+
-fx-background-radius: 0em;
48+
-fx-border-radius: 2em;
49+
}
50+
51+
.scroll-pane .scroll-bar:horizontal .decrement-button {
52+
-fx-background-color: transparent;
53+
-fx-background-radius: 0em;
54+
-fx-padding: 0 0 10 0;
55+
}
56+
57+
.scroll-pane .scroll-bar:vertical .decrement-button {
58+
-fx-background-color: transparent;
59+
-fx-background-radius: 0em;
60+
-fx-padding: 0 10 0 0;
61+
}
62+
63+
.scroll-pane .scroll-bar .increment-arrow,
64+
.scroll-pane .scroll-bar .decrement-arrow {
65+
-fx-padding: -2;
66+
}
67+
68+
.scroll-pane .scroll-bar:vertical .thumb {
69+
-fx-background-color: derive(black, 90%);
70+
-fx-background-insets: 2, 0, 0;
71+
-fx-background-radius: 2em;
72+
}
73+
74+
.text-area {
75+
-fx-font-family: Arial, sans-serif;
76+
-fx-highlight-fill: #ffff;
77+
-fx-highlight-text-fill: #fff;
78+
-fx-text-fill: #ffff;
79+
-fx-border-color: #000;
80+
-fx-background-insets: 0;
81+
-fx-background-color: transparent, white, transparent, white;
82+
}
83+
84+
.text-area .content{
85+
-fx-background-color: transparent, #263238;
86+
}
87+
88+
.textField {
89+
-fx-text-fill: #eeeeee;
90+
-fx-font-family: Arial !important;
91+
}
92+
93+
.msgBox {
94+
-fx-background-color: #455a64;
95+
-fx-background-radius: 70;
96+
-fx-font-size: 15px;
97+
-fx-text-fill: #eeeeee;
98+
-fx-font-family: Arial !important;
99+
}
100+
101+
102+
103+
/*
104+
Button Font color: #004c40
105+
Button Background Color: #718792
106+
All Button Hover Color: #819ca9
107+
Body Color: #263238
108+
Text field color: #455a64
109+
Header color: #102027
110+
111+
*/

‎Client_Side/src/View/icons/back.PNG‎

661 Bytes
Loading[フレーム]
945 Bytes
Loading[フレーム]
1.33 KB
Loading[フレーム]
938 Bytes
Loading[フレーム]
1.78 KB
Loading[フレーム]
1.99 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /