-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_pageSAEProf.css
102 lines (83 loc) · 1.69 KB
/
style_pageSAEProf.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
.main-content {
margin: 10vh auto 5vh auto;
background-color: #fff;
border-radius: 8px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
max-width: 80%;
margin-left: 10%;
}
.description, .resources, .deposits {
margin-bottom: 20px;
}
.description h2, .resources h2, .deposits h2 {
font-size: 18px;
color: #000080; /* leu marine */
margin-bottom: 10px;
}
.description ul, .resources ul {
list-style: none;
padding-left: 20px;
}
.description li, .resources li {
margin-bottom: 5px;
font-size: 14px;
line-height: 1.5;
}
.resources a {
text-decoration: none;
color: #007BFF; /* bleu clair */
}
.resources a:hover {
text-decoration: underline;
}
.deposits .deposit-item {
background-color: #f8f9fa;
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
}
.evaluation-button {
background-color: #007BFF;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
display: block;
margin: 0 auto;
}
.evaluation-button:hover {
background-color: #0056b3;
}
.sae-container{
position:absolute ;
width: 95%;
top: 60%;
left: 10%;
}
.description-header {
display: flex;
align-items: center;
gap: 10px;
}
.icon-modify {
margin-left: auto;
width: 30px;
height: 30px;
cursor: pointer;
}
.icon-ajouter {
width: 40px;
height: 40px;
cursor: pointer;
}
.description-depot{
display: flex;
align-items: center;
gap: 10px;
}
.description-ressource{
display: flex;
align-items: center;
gap: 10px;
}