You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

40 lines
899 B

.o_nav {
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;
}