-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
86 lines (65 loc) · 1.4 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
.evitement {
margin-top: -30px;
color: black;
padding-bottom: 20px;
position: absolute;
left: -9999rem;
}
.evitement:focus {
left: 0;
}
.etoile{
color: red;
font-size: 15px;
}
.active { background-color: #fff}
.backgroundImage{
background-image: linear-gradient(rgba(255,255,240,0.1), rgba(255,255,240,0.5)), url(../../images/banner.jpg);
background-size: cover;
line-height: 1.75;
text-align: center;
border: 0;
box-shadow: none;
}
.backgroundImage1{
/* background-image: url("https://benamier.github.io/MiniSiteAccessible/images/banner.jpg"); */
background-size: cover;
line-height: 1.75;
text-align: center;
border: 0;
box-shadow: none;
}
#vcontainer {
display: table;
height: 100%;
width: 48%;
margin-top: 25px;
margin-left: 440px;
}
#hcontainer {
display: table-cell;
vertical-align: middle;
text-align: center;
}
#content {
border: lightGray 1px solid;
background-color: cadetblue;
text-align: center;
}
.fil {
background-color: #F5F4F7;
padding: 10px;
}
.breadcrumb {
display: flex;
flex-direction: row;
}
.breadcrumb li::before {
content: "/ ";
}
.breadcrumb li:first-child::before {
content: "";
}
.current {
background-color: #F5F5F5;
}