-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
144 lines (138 loc) · 2.69 KB
/
style.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
*{
margin:0px;
padding: 0px;
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
margin-bottom: 0;
border-radius: 0;
}
/* Add a gray background color and some padding to the footer */
footer{
padding: 25px;
}
/* color fill*/
.f{
color:white;
}
h3{
color:white;
}
/* color fill end*/
.carousel-inner img {
width: 100%; /* Set width to 100% */
margin: auto;
min-height:50px;
}
/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
.carousel-caption {
display: none;
}
}
/* Add a Room Info and Color Fill*/
#red{
background-color:#337ab7;
}
/*color Fill*/
#red hr{/* Add a Room Info and Color Fill*/
width:300px;
margin:auto;
margin-top:10px;
margin-bottom:10px;
height:5px;
background-color:#f0f0f0;
border-radius:20px;
}
/*color End Fill*/
.text-justify{
color:black;
}
h5{
color:white;
background-color:#6d6e6a;
height:100px;
width:100%;
}
/* Room Info Add a Image and Hover Fill*/
#img1{
width:100%;
height:190px;
}
#img1:hover{
box-shadow:7px 7px 5px #ffffff;
}
.hov a:hover{
color:#000408;
}
/* Room Info Add a Image and Hover End Fill*/
/*Login Start*/
#primary{
background-color:#1abc9c;
color:black;
}
.forget a{
text-decoration:none;
color:#000408;
}
.forget a:hover{
color:white;
}
.forget{
/*margin-top:5px;*/
padding-top:10px;
}
/*Login Close*/
h1{
font-family:font-family: 'Lobster', cursive;
color:#ffffff;
}
#top{
margin:0px;
}
.thumbnail a img:hover{
box-shadow:5px 5px 5px #000408;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
#font{
font-family: 'Abril Fatface', cursive;
color:red;
margin-top:50px;
/*padding-top:50px;
height:auto;*/
}
.bg-1 {
background-color: #1abc9c; /* Green */
color: #ffffff;
}
#bt{
float:right;
margin-left:15px;
border-radius:10px;
border:none;
}
@media screen and (max-width:600px)
{
.frame{
width:100%;
}
}
@media screen and (max-width:600px)
{
.amit{
text-align:center;
}
}
.Ac_Room_Text{
font-family: 'Abril Fatface', cursive;
color:black;
text-shadow:3px 3px 3px blue;
text-align:center;
}
.Room_Text{
font-family: 'Abril Fatface', cursive;
color:#ffbb31;
text-shadow:3px 3px 3px #000000;
text-align:center;
size:15px;
}