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.

221 lines
6.1 KiB

7 years ago
7 years ago
  1. .o_noPaddingMargin{
  2. padding: 0!important;
  3. margin: 0!important;
  4. }
  5. .o_mainRow{
  6. height: calc(100%/4);
  7. }
  8. .o_floatRight{
  9. float: right;
  10. }
  11. .o_userProfileBackground{
  12. min-height: 30%!important;
  13. width: 100%;
  14. min-height: auto;
  15. -webkit-background-size: cover;
  16. -moz-background-size: cover;
  17. background-size: cover;
  18. -o-background-size: cover;
  19. background-position: center;
  20. background-image: url('../img/userProfileBackground.png');
  21. text-align: center;
  22. /*color: white;*/
  23. /* Create the parallax scrolling effect */
  24. background-attachment: fixed;
  25. background-position: center;
  26. background-repeat: no-repeat;
  27. background-size: cover;
  28. color: #ffffff;
  29. }
  30. .o_userImgCircular {
  31. margin-top: 5%;
  32. background: #ffffff;
  33. width: 40%;
  34. border: 4px #ffffff solid;
  35. border-radius: 150px;
  36. -webkit-border-radius: 150px;
  37. -moz-border-radius: 150px;
  38. /*background: url(http://link-to-your/image.jpg) no-repeat;*/
  39. }
  40. .o_userImgCircular p{
  41. color: #ffffff!important;
  42. }
  43. /*
  44. SISTEMA DE COLORS
  45. users: blue
  46. routines: red
  47. diets: yellow
  48. la nomenclatura és:
  49. o_bColor
  50. la 'o' és de 'own', per saber que és una classe pròpia nostra i que no colisioni amb les classes dels frameworks css
  51. la 'b' és de background, si és una 'f' és de font
  52. a part podem posar ColorDark o ColorLight per fer un color més fosc o més clar
  53. */
  54. .o_bSidenav{
  55. background: #ffffff!important;
  56. color: #616161!important;
  57. }
  58. .o_fWhiteLight{
  59. color: #c6ccd2!important;
  60. }
  61. .o_bGrey{
  62. background: #e6e6e6!important;
  63. color: #000000!important;
  64. }
  65. .o_bGreyLight{
  66. background: #CFD8DC!important;
  67. color: #000000!important;
  68. }
  69. /* backgrounds color: bColor */
  70. .o_bRed{
  71. background: rgb(252,87,85)!important;
  72. color: #ffffff!important;
  73. }
  74. .o_bRedLight{
  75. background: #E57373!important;
  76. color: #ffffff!important;
  77. }
  78. .o_bRedDark{
  79. background: rgb(218, 89, 120)!important;
  80. color: #ffffff!important;
  81. }
  82. .o_bGreen{
  83. background: rgb(123,195,70)!important;
  84. color: #ffffff!important;
  85. }
  86. .o_bGreenLight{
  87. background: #81C784!important;
  88. color: #ffffff!important;
  89. }
  90. .o_bGreenDark{
  91. background: rgb(54,188,155)!important;
  92. color: #ffffff!important;
  93. }
  94. .o_bBlue{
  95. background: rgb(104,195,240)!important;
  96. color: #ffffff!important;
  97. }
  98. .o_bBlueDark{
  99. background: rgb(72,118,180)!important;
  100. color: #ffffff!important;
  101. }
  102. .o_bYellow{
  103. background: rgb(251,187,61)!important;
  104. color: #ffffff!important;
  105. }
  106. .o_bYellowDark{
  107. background: #F9A825!important;
  108. color: #ffffff!important;
  109. }
  110. .o_bOrange{
  111. background: rgb(251, 126, 61)!important;
  112. color: #ffffff!important;
  113. }
  114. .o_bOrangeDark{
  115. background: #FF7043!important;
  116. color: #ffffff!important;
  117. }
  118. /*.o_bPurple{
  119. background: #9575CD!important;
  120. color: #ffffff!important;
  121. }
  122. .o_bPurpleDark{
  123. background: #512DA8!important;
  124. color: #ffffff!important;
  125. }*/
  126. .o_purple50{
  127. background: #EDE7F6!important;
  128. color: #000000!important;
  129. }
  130. .o_purple100{
  131. background: #D1C4E9!important;
  132. color: #000000!important;
  133. }
  134. .o_purple200{
  135. background: #B39DDB!important;
  136. color: #000000!important;
  137. }
  138. .o_purple300{
  139. background: #9575CD!important;
  140. color: #ffffff!important;
  141. }
  142. .o_purple400{
  143. background: #7E57C2!important;
  144. color: #ffffff!important;
  145. }
  146. .o_purple500{
  147. background: #673AB7!important;
  148. color: #ffffff!important;
  149. }
  150. .o_purple600{
  151. background: #5E35B1!important;
  152. color: #ffffff!important;
  153. }
  154. .o_purple700{
  155. background: #512DA8!important;
  156. color: #ffffff!important;
  157. }
  158. .o_purple800{
  159. background: #4527A0!important;
  160. color: #ffffff!important;
  161. }
  162. .o_purple900{
  163. background: #311B92!important;
  164. color: #ffffff!important;
  165. }
  166. .o_purpleG000to200{
  167. background: -moz-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* ff3.6+ */
  168. background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #D1C4E9)); /* safari4+,chrome */
  169. background: -webkit-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* safari5.1+,chrome10+ */
  170. background: -o-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* opera 11.10+ */
  171. background: -ms-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* ie10+ */
  172. background: linear-gradient(90deg, #ffffff 0%, #D1C4E9 100%); /* w3c */
  173. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D1C4E9',GradientType=1 ); /* ie6-9 */
  174. }
  175. .o_purpleG500to300{
  176. background: -moz-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* ff3.6+ */
  177. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #673AB7), color-stop(100%, #9575CD)); /* safari4+,chrome */
  178. background: -webkit-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* safari5.1+,chrome10+ */
  179. background: -o-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* opera 11.10+ */
  180. background: -ms-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* ie10+ */
  181. background: linear-gradient(231deg, #9575CD 0%, #673AB7 100%); /* w3c */
  182. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#9575CD',GradientType=1 ); /* ie6-9 */
  183. color: #ffffff!important;
  184. }
  185. .o_purpleG300to500{
  186. background: -moz-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* ff3.6+ */
  187. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9575CD), color-stop(100%, #673AB7)); /* safari4+,chrome */
  188. background: -webkit-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* safari5.1+,chrome10+ */
  189. background: -o-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* opera 11.10+ */
  190. background: -ms-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* ie10+ */
  191. background: linear-gradient(48deg, #9575CD 0%, #673AB7 100%); /* w3c */
  192. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9575CD', endColorstr='#673AB7',GradientType=1 ); /* ie6-9 */
  193. color: #ffffff!important;
  194. }
  195. .o_text_white{
  196. color: #ffffff!important;
  197. }
  198. .o_text_purple400{
  199. color: #7E57C2!important;
  200. }
  201. .o_text_purple500{
  202. color: #673AB7!important;
  203. }
  204. .o_text_purple600{
  205. color: #5E35B1!important;
  206. }
  207. .o_text_purple700{
  208. color: #512DA8!important;
  209. }
  210. .o_text_purple800{
  211. color: #4527A0!important;
  212. }