user profile

This commit is contained in:
arnaucode
2018-02-01 16:07:40 +01:00
parent bad807b79d
commit b26533efa3
10 changed files with 189 additions and 64 deletions

View File

@@ -1,5 +1,40 @@
.o_nav {
background: #ffffff!important;
color: #000000!important;
/*border-bottom: 2px solid #4DD0E1!important;*/
background: #ffffff !important;
color: #000000 !important;
/*border-bottom: 2px solid #4DD0E1!important;*/
}
body {
background: #f5f8fa;
}
.o_userProfileBackground {
min-height: 30% !important;
width: 100%;
height: 150px;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('../img/background01.png');
text-align: center;
/*color: white;*/
/* Create the parallax scrolling effect */
/*background-attachment: fixed;*/
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
}
.o_userImgCircular {
margin-top: -100px;
margin-left: 25%;
background: #ffffff;
width: 50%;
border: 4px #ffffff solid;
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
}