-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome-css.css
More file actions
105 lines (82 loc) · 1.35 KB
/
home-css.css
File metadata and controls
105 lines (82 loc) · 1.35 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
.justStore{
font-weight: bold;
color: orange;
}
#nav{
background-color: white;
border-bottom: solid lightgray 2px;
}
.search{
width: 820px;
}
.btnSearch{
background-color: white;
border-radius: 0px;
}
.btnSearch:hover{
background-color: orange;
}
.btnSearch > i{
color: orange;
}
.profilePicture{
width: 25px;
}
.profile{
color: black;
}
.dropdown > .dropdown-menu > a:hover{
background-color: orange;
}
#login, #login:hover{
border-color: orange;
color: orange;
background-color: white;
}
#register, #register:hover{
background-color: orange;
border-color: orange;
}
#content{
margin-top: 100px;
padding: 0px 100px;
}
.navCategory{
background-color: white;
top: 68px;
}
.shoppingCart, .shoppingCart:hover{
text-decoration: none;
color: gray;
}
.shoppingCart:hover{
color: orange;
}
.author, .author:hover, .author:active{
color: black;
text-decoration: none;
}
.author:hover{
color: orange;
}
.carousel-inner{
max-height: 300px;
}
.carousel-inner > .carousel-item > img{
height: 300px;
}
.sticky-top > .btn > span{
color: black;
}
.sticky-top > .btn:hover{
background-color: orange;
}
.sticky-top > .btn:focus{
background-color: orange;
}
#guest, #customer, #staff{
display: none;
}
.dropdown-divider{
border-color: orange;
}