-
Notifications
You must be signed in to change notification settings - Fork 0
/
sty_default.css
177 lines (155 loc) · 3.09 KB
/
sty_default.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
.search {
margin: 50px auto;
width: 700px;
}
.search_engine {
transition-duration: 0.5s;
transition-timing-function: ease-in-out;
background-color: #ffffff;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.33);
margin-bottom: 0;
border-radius: 20px;
width: 60px;
height: 20px;
padding: 4px 5px;
opacity: 0.8;
margin: 0 5px;
display: inline-block;
}
.search_engine:hover {
background-color: #e7e7e7;
box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.11);
padding: 4px 15px;
opacity: 1;
}
.fir {
box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.11);
padding: 4px 15px;
opacity: 1;
}
.search_contral {
border-radius: 100px;
margin: 10px 0;
width: 700px;
height: 50px;
opacity: 0.95;
background-color: #ffffff;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.33);
transition-duration: 0.5s;
}
.search_contral:hover {
box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.11);
}
.search_contral>div {
float: left;
}
#search_text {
outline: none;
border: 0;
width: 640px;
height: 50px;
margin-left: 10px;
padding-left: 10px;
font-size: 20px;
color: rgba(0, 0, 0, 0.7);
background-color: rgba(255, 250, 250, 0);
}
#search_png {
width: 50px;
opacity: 0.6;
float: right;
}
.comweb {
display: flex;
flex-flow: row wrap;
align-content: space-around;
justify-content: left;
background-color: #ffffff;
margin: 0 auto;
width: 650px;
border-radius: 8px;
padding: 20px;
user-select: none;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.33);
transition-duration: 0.5s;
opacity: 0.95;
}
.comweb>div {
display: inline-flex;
flex-flow: row wrap;
align-content: space-around;
justify-content: center;
margin: 0 25px;
padding: 5px;
width: 100px;
height: 100px;
cursor: pointer;
transition-duration: 0.8s;
transition-timing-function: ease;
}
.comweb:hover {
box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.11);
}
.comweb div:hover {
border-radius: 10px;
background-color: rgba(145, 145, 145, 0.15);
transition-duration: 0.4s;
}
.comweb_png {
margin: 0;
height: 70px;
width: 70px;
border-radius: 2000px;
}
.comweb_p {
display: inline;
margin: 0;
width: 100%;
font-size: 14px;
text-align: center;
}
iframe {
border: 0;
width: 100%;
height: 480px;
}
.maindiv {
background-color: #ffffff;
margin: 50px auto;
width: 650px;
border-radius: 8px;
padding: 20px;
user-select: none;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.33);
transition-duration: 0.5s;
opacity: 0.95;
}
.maindiv:hover {
box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.11);
}
.maindiv>h4 {
font-size: 25px;
font-weight: 500;
margin: 10px;
}
.maindiv>h5 {
font-size: 20px;
font-weight: 500;
margin: 15px;
}
#footer {
margin: 0;
color: rgba(255, 255, 255, 0.81);
font-size: 17px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.37);
text-align: center;
width: 100%;
}
#footer>p {
margin: 5px;
font-size: 17px;
}
#fir:hover {
cursor: pointer;
}