-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
154 lines (141 loc) · 2.68 KB
/
stylesheet.css
File metadata and controls
154 lines (141 loc) · 2.68 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
body{
height: 100px;
background-color: black;
color: white;
text-align: center;
/* background-image:url("https://英会話ラボ.com/wp-content/uploads/2018/06/TED-Talks.jpg"); */
background-image:url("https://i.pinimg.com/originals/7b/0e/95/7b0e951d417702e50d01c6259b690ad9.jpg");
background-size:cover;
background-attachment: fixed;
}
header{
padding:10px;
border-bottom: 2px solid white;
}
header h1{
font-weight:bold;
font-size: 40px;
text-shadow: 2px 2px 3px rgb(255, 0, 215);
}
div{
/* padding: 10px; */
/* display:inline-block; */
}
.slick-slide iframe {
width:711px;
height:400px;
}
.slick-dots li button:before {
color: #ffffff;
}
.slick-dots li.slick-active button:before {
color: #ff6347;
}
.slick-prev
{
z-index:50;
left: 1%;
}
.slick-next
{
z-index:50;
right: 5%;
}
.slick-prev:before,
.slick-next:before
{
font-size:60px;
color: red;
}
.title_1{
/* weight:300px; */
margin:0px 45%;
/* margin-top:20px; */
/* margin-top:10px; */
}
.title_2{
/* weight:300px; */
margin:0px 43%;
/* margin-top:10px; */
}
.title{
/* margin:40px; */
margin-top:20px;
margin-bottom:20px;
}
.title h1{
background-color:rgb(59, 59, 59);
color: red;
border:3px solid red;
font-weight:bold;
border-radius: 10px;
text-shadow :
2px 2px 1px white,
-2px 2px 1px white,
2px -2px 1px white,
-2px -2px 1px white,
2px 0px 1px white,
0px 2px 1px white,
-2px 0px 1px white,
0px -2px 1px white; /* 文字の影 */
}
.title:hover{
cursor: pointer;
opacity:0.8;
}
.movie{
/* margin-top:10px; */
opacity:1;
height:200px;
margin:10px 10px;
margin-bottom:0px;
}
.main_m{
/* height:px; */
}
.OneContents{
display:inline-block;
border:1px solid rgb(255, 29, 29);
opacity:1;
padding:0px;
margin:10px;
margin-top:0px;
margin-bottom:0px;
/* background-color:white; */
background-image:url("https://ibuki.yoga/wp-content/uploads/2020/07/2F17549F-6342-426C-A38C-FD99D11C2D6E-1140x631.jpeg");
background-size:contain;
}
.OneContents:hover{
opacity:0.8;
cursor: pointer;
}
.OneContents h1{
border-radius: 10px;
/* display:inline-block; */
margin-left:12.5%;
width:75%;
/* margin:10px; */
/* opacity:0.8; */
/* color: red; */
color:rgb(103, 103, 103);
font-weight:bold;
font-size:100%;
text-shadow :
2px 2px 1px red,
-2px 2px 1px red,
2px -2px 1px red,
-2px -2px 1px red,
2px 0px 1px red,
0px 2px 1px red,
-2px 0px 1px red,
0px -2px 1px red; /* 文字の影 */
border: 1px solid black;
background-color:rgb(52, 52, 52);
}
/* button{
height:2px;
padding:0;
margin:0;
background-color: none;
border:none;
} */