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.

54 lines
1.1 KiB

6 years ago
6 years ago
6 years ago
  1. .o_nav {
  2. background: #ffffff !important;
  3. color: #000000 !important;
  4. /*border-bottom: 2px solid #4DD0E1!important;*/
  5. }
  6. body {
  7. background: #f5f8fa;
  8. }
  9. a, a:hover {
  10. text-decoration: none;
  11. color: #000000;
  12. }
  13. .o_userProfileBackground {
  14. min-height: 30% !important;
  15. width: 100%;
  16. height: 150px;
  17. -webkit-background-size: cover;
  18. -moz-background-size: cover;
  19. background-size: cover;
  20. -o-background-size: cover;
  21. background-position: center;
  22. background-image: url('../img/background01.png');
  23. text-align: center;
  24. /*color: white;*/
  25. /* Create the parallax scrolling effect */
  26. /*background-attachment: fixed;*/
  27. background-position: center;
  28. background-repeat: no-repeat;
  29. background-size: cover;
  30. color: #ffffff;
  31. }
  32. .o_userImgCircular {
  33. width: 40px;
  34. background: #ffffff;
  35. border-radius: 150px;
  36. -webkit-border-radius: 150px;
  37. -moz-border-radius: 150px;
  38. }
  39. .o_profilePageImage {
  40. border: 4px #ffffff solid;
  41. margin-top: -100px;
  42. margin-left: 25%;
  43. width: 50%;
  44. width: 50%;
  45. }
  46. .o_card-body {
  47. padding-left:1.25rem;
  48. padding-right:1.25rem;
  49. padding-top:0.8rem;
  50. }