mirror of
https://github.com/arnaucube/decentralized-blogging-platform.git
synced 2026-02-07 03:16:41 +01:00
user profile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user