-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
executable file
·63 lines (60 loc) · 1.53 KB
/
main.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
body {
padding-top: 50px;
background-color: #F2F2F2;
font-family: serif;
background-image: url('ressources/fond4.png');
background-repeat: no-repeat;
background-attachment: fixed;
}
h1 {
color: #337ab7;
font-size: 4em;
}
h2 {
color: #337ab7;
}
h3 {
color: #337ab7;
}
nav {
font-size: 1.5em;
}
.navbar-brand {
font-size: 1.1em;
}
.footer {
/*position: fixed;*/
left: 0;
bottom: 0;
width: 100%;
color: #e6e6e6;
text-align: left;
}
#topBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
/*background-color: red; /* Set a background color */
color: black; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
border-radius: 10px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
.lead {
text-align: justify;
text-justify: inter-word;
}