forked from mohitgoyal18/Hotel-Management-System
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.css
More file actions
132 lines (126 loc) · 2.19 KB
/
video.css
File metadata and controls
132 lines (126 loc) · 2.19 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
body{
margin:0px;
padding:0px;
}
#holder{
border:0px solid;
width:1365px;
height:auto;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
#header{
background-image:url(images/11.jpg);
background-repeat:no-repeat;
border:1px solid;
width:1360px;
height:100px;
margin-top:-100px;
margin-right:0px;
margin-left:0px;
}
#header ul{
list-style:none;
}
#header ul li a{
border:3px solid;
font-size:18px;
float:right;
background-color:#FFD700;
width:110px;
height:50px;
text-align:center;
margin:0px 10px 0px 10px;
font-weight:bold;
line-height:50px;
border-radius:50px;
transition-property:all;
transition-duration:0.4s;
transition-timing-function:linear;
}
#header ul li a{
text-decoration:none;
color:white;
}
#header ul li a:hover{
background-color:#00FF7F;
color:#4b388a;
}
#header ul li a:active{
background-color:#00FFFF;
}
#ab{
background-image:url("images/17.jpg");
border:0px solid;
width:285px;
height:559px;
margin-top:0px;
}
#check{
border:0px solid;
color:#FF0;
width:278px;
height:200px;
margin-left:6px;
margin-right:0px;
margin-bottom:auto;
margin-top:2px;
}
#chat{
margin-left:10px;
width:180px;
height:100px;
color:#FF0;
}
#fd{
margin-left:10px;
width:180px;
height:100px;
color:#FF0;
}
#video{
background-image:url(images/11.jpg);
text-align:center;
width:819px;
height:555px;
margin-top:-559px;
margin-left:288px
}
#rest{
background-image:url("images/17.jpg");
border:0px solid;
width:250px;
height:557px;
text-align:center;
margin-left:1110px;
margin-top:-575px;
margin-bottom:auto;
margin-right:auto;
}
#a3{
border:1px solid;
width:248px;
height:160px;
background-image:url("images/x.jpg");
background-size:247px;
background-repeat:no-repeat;
margin-top:-2px;
}
#b3{
border:1px solid;
width:248px;
height:160px;
background-image:url("images/y.jpg");
background-size:247px;
background-repeat:no-repeat;
}
#c3{
border:1px solid;
width:248px;
height:170px;
background-image:url("images/z.jpg");
background-size:247px;
background-repeat:no-repeat;
}