-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (50 loc) · 707 Bytes
/
Copy pathstyle.css
File metadata and controls
58 lines (50 loc) · 707 Bytes
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
#contact iframe
{
width: 100%;
}
.contact_1 h3
{
display: inline;
}
.contact_1 a
{
text-shadow: none;
}
input
{
background: grey
}
.travel_mainDiv{
border: 1px solid #c7c7c7;
padding right: 0px;
padding left: 0px;
float: none;
}
.travel_mainDiv img{
width: 100%;
}
.travel_mainDiv hr{
width: 230px;
}
.travel_mainDiv h5, .travel_mainDiv p{
margin-left: 20px;
}
.movie_head{
font-size:20px;
padding: 22px;
border-radius: 10px;
margin-bottom: 15px;
}
.movie_head i{
float: right;
}
.movie_head span{
color:#ff7700;
}
.enviroment_li{
margin-top: 13px;
}
.enviroment_li h4{
border-bottom: 1px solid white;
padding: 8px;
}