sirochild commited on
Commit
e1b2190
·
verified ·
1 Parent(s): 00b5e5f

Upload style.css

Browse files
Files changed (1) hide show
  1. style.css +28 -3
style.css CHANGED
@@ -17,12 +17,37 @@
17
  /* ========================
18
  テーマ別背景画像
19
  ======================== */
20
- .aquarium_day {
21
- background-image: url("https://cdn.pixabay.com/photo/2016/11/29/02/02/aquarium-1867283_1280.jpg");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  }
23
 
24
  .aquarium_night {
25
- background-image: url("https://cdn.pixabay.com/photo/2017/06/20/20/45/fish-2424369_1280.jpg");
 
 
 
 
 
26
  }
27
 
28
  .forest_day {
 
17
  /* ========================
18
  テーマ別背景画像
19
  ======================== */
20
+ .default {
21
+ background-image: url("https://i.ibb.co/XzP6K2Y/room-day.png");
22
+ }
23
+
24
+ .room_night {
25
+ background-image: url("https://i.ibb.co/d5m821p/room-night.png");
26
+ }
27
+
28
+ .beach_sunset {
29
+ background-image: url("https://i.ibb.co/Q9r56s4/beach-sunset.png");
30
+ }
31
+
32
+ .festival_night {
33
+ background-image: url("https://i.ibb.co/3zdJ6Bw/festival-night.png");
34
+ }
35
+
36
+ .shrine_day {
37
+ background-image: url("https://i.ibb.co/L51Jd3x/shrine-day.png");
38
+ }
39
+
40
+ .cafe_afternoon {
41
+ background-image: url("https://i.ibb.co/yQxG4vs/cafe-afternoon.png");
42
  }
43
 
44
  .aquarium_night {
45
+ background-image: url("https://i.ibb.co/dK5r5rc/aquarium-night.png");
46
+ }
47
+
48
+ /* 以下は元々あったクラス定義 */
49
+ .aquarium_day {
50
+ background-image: url("https://cdn.pixabay.com/photo/2016/11/29/02/02/aquarium-1867283_1280.jpg");
51
  }
52
 
53
  .forest_day {