-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlib1.css
143 lines (137 loc) · 4.02 KB
/
lib1.css
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
.topbox{
position:absolute;
top:0;left:0;
width:100%;
height:100px;
display:flex;
box-shadow: 0px 2px 2px 0px gainsboro, inset 0px -1px 6px -2px cadetblue;
}
#author2{
cursor: pointer;
}
#author2:hover{
text-decoration: underline;
}
.sityou{
margin-top: 10px;
border:solid lightskyblue;
}
.player{
display: flex;
}
.ppbn{
margin:8px;
width:40px;
}
.pmn{
margin-left: 10px;
}
.logo{
margin-left:15px;
cursor: pointer;
}
#infobox1{
background:gainsboro;
font-size:10px;
padding:10px;
border-radius: 10px;
}
.mc{
margin-top:110px;
display:flex;
}
.clm1{
width:20vw;
padding:20px;
}
.clm2{
padding:10px;
}
.ac{
width:100%;
}
.searchArea{
position:relative;
z-index: 1000;
width : 30vw;
height : auto;
margin-top : 25px;
margin-left : 64px;
letter-spacing : 0.1em; /* 文字間隔 */
font-weight : bold; /* 太字 */
line-height : 0; /* 標準の行高さ */
}
/* --- テキスト入力欄のSTYLE設定 --- */
.searchArea .searchText {
-moz-transition:1s ease;
-webkit-transition:1s ease;
transition:0.8s ease;
display : block; /* ブロック化 */
float : left; /* 横並び */
box-sizing : border-box; /* 枠線,余白を含んだ長さ */
height : 45px; /* 入力の高さ */
width : 80%; /* 入力の幅 */
margin : 0; /* 外余白 */
padding : 10px; /* 内余白 */
border : 2px solid #999999; /* 枠線 幅,実践,色 */
border-radius : 4px 0 0 4px; /* 左上下の角丸 */
color : #333; /* 文字色 */
outline : 0; /* 入力の薄い枠を非表示 */
font-size : 20px; /* フォントサイズ */
}
.searchArea .searchButton {
float : left; /* 横並び */
box-sizing : border-box; /* 枠線,余白を含んだ長さ */
height : 45px; /* 入力の高さ */
margin : 0; /* 外余白 */
padding : 10px; /* 内余白 */
border : none; /* 枠線 幅,実践,色 */
border-radius : 0 4px 4px 0; /* 右上下の角丸 */
background : #999999; /* ボタンの色 */
color : #fff; /* 文字色 */
cursor : pointer; /* カーソル設定 */
line-height : 20px; /* 1行の高さ */
font-size : 20px; /* フォントサイズ */
}
#lod{
color: #fff;
position: absolute;
top:0;left:0;
z-index: 1000;
width: 100%;
height:100%;
}
.searchArea .searchImg {
display : inline-block; /* インラインブロック化 */
width : auto; /* 幅は高さに合わせる */
height : 20px; /* 画像の高さ */
margin : 0 3px 0 0; /* 余白 */
vertical-align : middle; /* 横の文字位置 */
}
.searchArea .searchText::-ms-clear {
display : none; /* ×を消す */
}
@media screen and (max-width:800px){
.clm1,.clm2{
width: 70%;
}
.mc{
display:block;
}
.searchArea{
margin-left:10px;
}
.searchArea .searchText{
width:0%;
}
.searchText:focus{
width:80%;
margin-left:5%;
}
.searchArea{
width:90%;
}
topbox{
width:100%;
}
}