-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.css
108 lines (93 loc) · 1.61 KB
/
profile.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
103
104
105
106
107
108
img {
height: auto;
max-width: 100%;
border-radius: 15px;
}
.topnav img {
filter: invert(1);
-webkit-filter: invert(1);
-moz-filter: invert(1);
-o-filter: invert(1);
-ms-filter: invert(1);
}
.preview img {
margin-left: 1em;
height: 100px;
order: 1;
}
.preview p{
margin-top: 15px;
padding-right: 1em;
font-style: italic;
}
.jumbotron{
padding-top: 32px;
padding-bottom: 32px;
color: #263E99;
}
/**
* Profile image component
*/
.profile-header-container{
margin: 0 auto;
text-align: center;
}
.profile-header-img {
padding-top: 0px;
margin-top: -150px;
}
.profile-header-img img {
margin: 0 auto;
border-radius:200px;
width: 400px;
height: 400px;
object-fit: cover;
box-shadow: 0px 5px 15px rgba(38, 62, 153, 0.35);
}
.profile-header-img > img.img-circle {
width: 400px;
height: 400px;
/* border: 2px solid #51D2B7;*/
}
.profile-header {
margin-top: 30px;
}
/**
* Ranking component
*/
.rank-label-container {
margin-top: -19px;
text-align: center;
}
.label.label-default.rank-label {
background-color: #4d94ff;
padding: 5px 15px 5px 15px;
border-radius: 27px;
}
.form-post {
wijdth: 700px;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row;
text-align: center;
margin-right: auto;
margin-left: auto;
border-radius: 15px;
}
.ident {
text-align: center;
margin-top: 5px;
font-size: 15px;
color: white;
}
/*
* Footer
*/
.mastfoot {
position: fixed;
bottom: 0px;
left: 1em;
color: rgba(255, 255, 255, .4);
margin: 0px auto; /* fonctionne pas des masses pour l'instant*/
}