projets
/
auf-theme-bootstrap.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
création du module django et des fichiers sass
[auf-theme-bootstrap.git]
/
sass
/
auf.scss
1
html {
2
position: relative;
3
min-height: 100%;
4
}
5
body {
6
/* Margin bottom by footer height */
7
margin-bottom: 200px;
8
}
9
10
h1, h2, h3 {
11
font-weight: bold;
12
}
13
14
.navbar-default {
15
border: none;
16
margin-bottom: 20px;
17
}
18
19
.tetiere {
20
position: relative;
21
top:-40px;
22
left:0px;
23
background-color: #F8F8F8;
24
height: 60px;
25
z-index: -1;
26
}
27
28
.tetiere-gauche {
29
transform: skewy(-2deg);
30
}
31
32
.tetiere-droite {
33
transform: skewy(2deg);
34
}
35
36
.footer {
37
background-color: $black;
38
color: $white;
39
height: 100px;
40
bottom: 0;
41
position: absolute;
42
}
43
44
.brand-footer {
45
top: -40px;
46
padding-left: 15px;
47
position: relative
48
}