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.

292 lines
7.3 KiB

7 years ago
7 years ago
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. }
  39. .o_userImgCircular p{
  40. color: #ffffff!important;
  41. }
  42. .o_userImgCircularMini {
  43. background: #ffffff;
  44. width: 35px;
  45. border-radius: 150px;
  46. -webkit-border-radius: 150px;
  47. -moz-border-radius: 150px;
  48. }
  49. /*
  50. SISTEMA DE COLORS
  51. users: blue
  52. routines: red
  53. diets: yellow
  54. la nomenclatura és:
  55. o_bColor
  56. la 'o' és de 'own', per saber que és una classe pròpia nostra i que no colisioni amb les classes dels frameworks css
  57. la 'b' és de background, si és una 'f' és de font
  58. a part podem posar ColorDark o ColorLight per fer un color més fosc o més clar
  59. */
  60. .o_bSidenav{
  61. background: #ffffff!important;
  62. color: #616161!important;
  63. }
  64. .o_fWhiteLight{
  65. color: #c6ccd2!important;
  66. }
  67. .o_bGrey{
  68. background: #e6e6e6!important;
  69. color: #000000!important;
  70. }
  71. .o_bGreyLight{
  72. background: #CFD8DC!important;
  73. color: #000000!important;
  74. }
  75. /* backgrounds color: bColor */
  76. .o_bRed{
  77. background: rgb(252,87,85)!important;
  78. color: #ffffff!important;
  79. }
  80. .o_bRedLight{
  81. background: #E57373!important;
  82. color: #ffffff!important;
  83. }
  84. .o_bRedDark{
  85. background: rgb(218, 89, 120)!important;
  86. color: #ffffff!important;
  87. }
  88. .o_bGreen{
  89. background: rgb(123,195,70)!important;
  90. color: #ffffff!important;
  91. }
  92. .o_bGreenLight{
  93. background: #81C784!important;
  94. color: #ffffff!important;
  95. }
  96. .o_bGreenDark{
  97. background: rgb(54,188,155)!important;
  98. color: #ffffff!important;
  99. }
  100. .o_bBlue{
  101. background: rgb(104,195,240)!important;
  102. color: #ffffff!important;
  103. }
  104. .o_bBlueDark{
  105. background: rgb(72,118,180)!important;
  106. color: #ffffff!important;
  107. }
  108. .o_bYellow{
  109. background: rgb(251,187,61)!important;
  110. color: #ffffff!important;
  111. }
  112. .o_bYellowDark{
  113. background: #F9A825!important;
  114. color: #ffffff!important;
  115. }
  116. .o_bOrange{
  117. background: rgb(251, 126, 61)!important;
  118. color: #ffffff!important;
  119. }
  120. .o_bOrangeDark{
  121. background: #FF7043!important;
  122. color: #ffffff!important;
  123. }
  124. /*.o_bPurple{
  125. background: #9575CD!important;
  126. color: #ffffff!important;
  127. }
  128. .o_bPurpleDark{
  129. background: #512DA8!important;
  130. color: #ffffff!important;
  131. }*/
  132. .o_grey50{
  133. background: #FAFAFA!important;
  134. color: #000000!important;
  135. }
  136. .o_grey100{
  137. background: #F5F5F5!important;
  138. color: #000000!important;
  139. }
  140. .o_grey200{
  141. background: #EEEEEE!important;
  142. color: #000000!important;
  143. }
  144. .o_grey300{
  145. background: #E0E0E0!important;
  146. color: #000000!important;
  147. }
  148. .o_grey400{
  149. background: #BDBDBD!important;
  150. color: #000000!important;
  151. }
  152. .o_grey500{
  153. background: #9E9E9E!important;
  154. color: #000000!important;
  155. }
  156. .o_grey600{
  157. background: #757575!important;
  158. color: #ffffff!important;
  159. }
  160. .o_grey700{
  161. background: #616161!important;
  162. color: #ffffff!important;
  163. }
  164. .o_grey800{
  165. background: #424242!important;
  166. color: #ffffff!important;
  167. }
  168. .o_grey900{
  169. background: #212121!important;
  170. color: #ffffff!important;
  171. }
  172. .o_purple50{
  173. background: #EDE7F6!important;
  174. color: #000000!important;
  175. }
  176. .o_purple100{
  177. background: #D1C4E9!important;
  178. color: #000000!important;
  179. }
  180. .o_purple200{
  181. background: #B39DDB!important;
  182. color: #000000!important;
  183. }
  184. .o_purple300{
  185. background: #9575CD!important;
  186. color: #ffffff!important;
  187. }
  188. .o_purple400{
  189. background: #7E57C2!important;
  190. color: #ffffff!important;
  191. }
  192. .o_purple500{
  193. background: #673AB7!important;
  194. color: #ffffff!important;
  195. }
  196. .o_purple600{
  197. background: #5E35B1!important;
  198. color: #ffffff!important;
  199. }
  200. .o_purple700{
  201. background: #512DA8!important;
  202. color: #ffffff!important;
  203. }
  204. .o_purple800{
  205. background: #4527A0!important;
  206. color: #ffffff!important;
  207. }
  208. .o_purple900{
  209. background: #311B92!important;
  210. color: #ffffff!important;
  211. }
  212. .o_purpleG000to200{
  213. background: -moz-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* ff3.6+ */
  214. background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #D1C4E9)); /* safari4+,chrome */
  215. background: -webkit-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* safari5.1+,chrome10+ */
  216. background: -o-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* opera 11.10+ */
  217. background: -ms-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* ie10+ */
  218. background: linear-gradient(90deg, #ffffff 0%, #D1C4E9 100%); /* w3c */
  219. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D1C4E9',GradientType=1 ); /* ie6-9 */
  220. }
  221. .o_purpleG500to300{
  222. background: -moz-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* ff3.6+ */
  223. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #673AB7), color-stop(100%, #9575CD)); /* safari4+,chrome */
  224. background: -webkit-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* safari5.1+,chrome10+ */
  225. background: -o-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* opera 11.10+ */
  226. background: -ms-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* ie10+ */
  227. background: linear-gradient(231deg, #9575CD 0%, #673AB7 100%); /* w3c */
  228. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#9575CD',GradientType=1 ); /* ie6-9 */
  229. color: #ffffff!important;
  230. }
  231. .o_purpleG300to500{
  232. background: -moz-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* ff3.6+ */
  233. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9575CD), color-stop(100%, #673AB7)); /* safari4+,chrome */
  234. background: -webkit-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* safari5.1+,chrome10+ */
  235. background: -o-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* opera 11.10+ */
  236. background: -ms-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* ie10+ */
  237. background: linear-gradient(48deg, #9575CD 0%, #673AB7 100%); /* w3c */
  238. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9575CD', endColorstr='#673AB7',GradientType=1 ); /* ie6-9 */
  239. color: #ffffff!important;
  240. }
  241. .o_text_white{
  242. color: #ffffff!important;
  243. }
  244. .o_text_grey400{
  245. color: #BDBDBD!important;
  246. }
  247. .o_text_grey500{
  248. color: #9E9E9E!important;
  249. }
  250. .o_text_grey600{
  251. color: #757575!important;
  252. }
  253. .o_text_grey700{
  254. color: #616161!important;
  255. }
  256. .o_text_grey800{
  257. color: #424242!important;
  258. }
  259. .o_text_grey900{
  260. color: #212121!important;
  261. }
  262. .o_text_purple300{
  263. color: #9575CD!important;
  264. }
  265. .o_text_purple400{
  266. color: #7E57C2!important;
  267. }
  268. .o_text_purple500{
  269. color: #673AB7!important;
  270. }
  271. .o_text_purple600{
  272. color: #5E35B1!important;
  273. }
  274. .o_text_purple700{
  275. color: #512DA8!important;
  276. }
  277. .o_text_purple800{
  278. color: #4527A0!important;
  279. }