-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
32 lines (32 loc) · 1.37 KB
/
style.css
File metadata and controls
32 lines (32 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.welcomeImage{
-fx-background-image: url("https://image.freepik.com/free-vector/agribusiness_43296-14.jpg");
-fx-background-size: 100% 100%;
}
.plotImage{
-fx-background-image: url('https://fossies.org/linux/three.js/examples/textures/terrain/grasslight-big.jpg');
-fx-background-size: 100% 100%;
}
.configImage{
-fx-background-image: url('https://img.freepik.com/free-vector/illustration-mountain-countryside-farm-barn-with-windmill_50699-621.jpg?size=626&ext=jpg');
-fx-background-size: 100% 100%;
}
.farmBackgroundImage{
-fx-background-image: url('https://media.freestocktextures.com/cache/2a/1e/2a1e5fea33634b0f0e26fa5e86ae100a.jpg');
-fx-background-size: 100% 100%;
}
.inventoryBackgroundImage{
-fx-background-image: url('https://img.freepik.com/free-vector/farm-barn-house-inside-view_33099-2165.jpg?size=626&ext=jpg');
-fx-background-size: 100% 100%;
}
.marketBackgroundImage{
-fx-background-image: url('https://img.freepik.com/free-vector/farmers-street-market-city-flat-illustration-concept-town-background_213110-9.jpg?size=626&ext=jpg');
-fx-background-size: 100% 100%;
}
.chalkboardImage{
-fx-background-image: url('https://img.freepik.com/free-photo/black-chalk-board-texture_89245-170.jpg?size=626&ext=jpg');
-fx-background-size: 100% 100%;
}
.plotsGrid {
-fx-background-color: #c4c4c4;
-fx-table-cell-border-color: #000000;
}