forked from SaqlainHussainShah/fyp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom-css.css
More file actions
98 lines (97 loc) · 1.95 KB
/
custom-css.css
File metadata and controls
98 lines (97 loc) · 1.95 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
*{
padding:0;
margin:0;
}
#background{
width: 100%;
height: 530px;
}
#bg_img{
width: 100%;
position: absolute;
min-height: 99%;
}
#search_area{
z-index: 4;
}
#content{
height: 100%;
width: 100%;
position: relative;
text-align: center;
}
.vertical-align{
position: relative;
top: 50%;
text-transform: translateY(-50%);
}
@media only screen and (min-width: 40em){
#content{
top: -200px;
background-color: transparent;
}
}
#client_products_div{
position: relative;
padding: 10px 20px 10px 20px;
min-height: 500px;
top: -400px;
margin-bottom: -300px;
background-color: beige;
}
.panel-heading{
background-color:#f3f3f3;
}
#footer{
width:100%;
background-color: black;
height: auto;
padding-left: 40px;
margin-top: 50px;
}
#panel-heading{
background-color:#f3f3f3;
}
#fade{
opacity:0.6;
}
#fade:hover{
opacity: 1;
}
#features{
text-align: center;
position: relative;
}
.form-container{
width:100%;
}
.no-results{
text-align: center;
background-color: #222;
color:#fff;
}
.vertical-align{
position: relative;
transform:translateY(-50%);
z-index: 4;
}
.form-vertical-align{
position: relative;
top:20%;
transform:translateY(-10%);
background-color: #222;
}
#form-mid{
transform:translateX(-50%);
left:50%;
padding-bottom: 30px;
border-radius: 20px;
}
@media only screen and (min-width:22em){
.no-results{
height: 800px;
}
}
#myP{
background-color: transparent;
}