forked from BU-Scd/bibmel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.css
54 lines (48 loc) · 839 Bytes
/
default.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
.mail {
border: solid 1px black;
margin: 3px;
}
.ferme {
float: right;
}
body {
font-family: Arial, sans-serif;
}
#logo {
float: left;
}
#version {
float: right;
font-size: 75%;
}
#titre {
color: white;
font-family: "Verdana", Verdana, sans-serif;
font-size: 2.2em;
padding-top: 55px;
padding-bottom: 45px;
padding-left: 10px;
background: #A7A8AA;
display: block;
vertical-align: baseline;
text-align: left;
margin-left: 170px;
margin-bottom: 20px;
}
#filedrag {
display: none;
font-weight: bold;
text-align: center;
padding: 4em 0;
margin: 2em 0;
color: #555;
border: 2px dashed #555;
border-radius: 7px;
cursor: default;
}
#filedrag.hover {
color: #f00;
border-color: #f00;
border-style: solid;
box-shadow: inset 0 3px 4px #888;
}