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.

364 lines
8.9 KiB

7 years ago
7 years ago
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_loginBackground{
  12. height: 100%!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. padding-top: 30%;
  30. }
  31. @font-face {
  32. font-family: 'Thinking_of_Betty';
  33. src: url('../fonts/Thinking_of_Betty.ttf');
  34. }
  35. .o_loginBackground h1{
  36. color: #ffffff!important;
  37. margin: 10px;
  38. font-family: 'Thinking_of_Betty'
  39. /*font-weight: bold;*/
  40. }
  41. .o_loginDivForm{
  42. /*background: rgba(255, 255, 255, 0.2);*/
  43. }
  44. .o_loginInput{
  45. background: rgba(255, 255, 255, 0.2);
  46. padding:10px;
  47. color: #ffffff;
  48. border: 0px;
  49. width: 80%;
  50. font-size: 120%;
  51. }
  52. .o_loginInput::-webkit-input-placeholder{
  53. color: rgba(255, 255, 255, 0.6);
  54. }
  55. .o_loginButton{
  56. color: rgba(0, 0, 0, 0.8);
  57. font-weight: bold;
  58. margin: 10%;
  59. }
  60. .o_signupLink{
  61. text-decoration: none;
  62. color: #ffffff;
  63. }
  64. .o_transparentBackground{
  65. background: rgba(255, 255, 255, 0);
  66. color: #ffffff;
  67. }
  68. .o_userProfileBackground{
  69. min-height: 30%!important;
  70. width: 100%;
  71. min-height: auto;
  72. -webkit-background-size: cover;
  73. -moz-background-size: cover;
  74. background-size: cover;
  75. -o-background-size: cover;
  76. background-position: center;
  77. background-image: url('../img/userProfileBackground.png');
  78. text-align: center;
  79. /*color: white;*/
  80. /* Create the parallax scrolling effect */
  81. background-attachment: fixed;
  82. background-position: center;
  83. background-repeat: no-repeat;
  84. background-size: cover;
  85. color: #ffffff;
  86. }
  87. .o_transparentInput{
  88. background: rgba(255, 255, 255, 0);
  89. color: #ffffff;
  90. border: 0px;
  91. width: 80%;
  92. }
  93. .o_transparentInputBlack{
  94. background: rgba(255, 255, 255, 0);
  95. color: #000000;
  96. border: 0px;
  97. width: 100%;
  98. }
  99. .o_userImgCircular {
  100. margin-top: 5%;
  101. background: #ffffff;
  102. width: 40%;
  103. border: 4px #ffffff solid;
  104. border-radius: 150px;
  105. -webkit-border-radius: 150px;
  106. -moz-border-radius: 150px;
  107. }
  108. .o_userImgCircular p{
  109. color: #ffffff!important;
  110. }
  111. .o_userImgCircularMini {
  112. background: #ffffff;
  113. width: 35px;
  114. border-radius: 150px;
  115. -webkit-border-radius: 150px;
  116. -moz-border-radius: 150px;
  117. }
  118. /*
  119. SISTEMA DE COLORS
  120. users: blue
  121. routines: red
  122. diets: yellow
  123. la nomenclatura és:
  124. o_bColor
  125. la 'o' és de 'own', per saber que és una classe pròpia nostra i que no colisioni amb les classes dels frameworks css
  126. la 'b' és de background, si és una 'f' és de font
  127. a part podem posar ColorDark o ColorLight per fer un color més fosc o més clar
  128. */
  129. .o_bSidenav{
  130. background: #ffffff!important;
  131. color: #616161!important;
  132. }
  133. .o_fWhiteLight{
  134. color: #c6ccd2!important;
  135. }
  136. .o_bGrey{
  137. background: #e6e6e6!important;
  138. color: #000000!important;
  139. }
  140. .o_bGreyLight{
  141. background: #CFD8DC!important;
  142. color: #000000!important;
  143. }
  144. /* backgrounds color: bColor */
  145. .o_bRed{
  146. background: rgb(252,87,85)!important;
  147. color: #ffffff!important;
  148. }
  149. .o_bRedLight{
  150. background: #E57373!important;
  151. color: #ffffff!important;
  152. }
  153. .o_bRedDark{
  154. background: rgb(218, 89, 120)!important;
  155. color: #ffffff!important;
  156. }
  157. .o_bGreen{
  158. background: rgb(123,195,70)!important;
  159. color: #ffffff!important;
  160. }
  161. .o_bGreenLight{
  162. background: #81C784!important;
  163. color: #ffffff!important;
  164. }
  165. .o_bGreenDark{
  166. background: rgb(54,188,155)!important;
  167. color: #ffffff!important;
  168. }
  169. .o_bBlue{
  170. background: rgb(104,195,240)!important;
  171. color: #ffffff!important;
  172. }
  173. .o_bBlueDark{
  174. background: rgb(72,118,180)!important;
  175. color: #ffffff!important;
  176. }
  177. .o_bYellow{
  178. background: rgb(251,187,61)!important;
  179. color: #ffffff!important;
  180. }
  181. .o_bYellowDark{
  182. background: #F9A825!important;
  183. color: #ffffff!important;
  184. }
  185. .o_bOrange{
  186. background: rgb(251, 126, 61)!important;
  187. color: #ffffff!important;
  188. }
  189. .o_bOrangeDark{
  190. background: #FF7043!important;
  191. color: #ffffff!important;
  192. }
  193. /*.o_bPurple{
  194. background: #9575CD!important;
  195. color: #ffffff!important;
  196. }
  197. .o_bPurpleDark{
  198. background: #512DA8!important;
  199. color: #ffffff!important;
  200. }*/
  201. .o_grey50{
  202. background: #FAFAFA!important;
  203. color: #000000!important;
  204. }
  205. .o_grey100{
  206. background: #F5F5F5!important;
  207. color: #000000!important;
  208. }
  209. .o_grey200{
  210. background: #EEEEEE!important;
  211. color: #000000!important;
  212. }
  213. .o_grey300{
  214. background: #E0E0E0!important;
  215. color: #000000!important;
  216. }
  217. .o_grey400{
  218. background: #BDBDBD!important;
  219. color: #000000!important;
  220. }
  221. .o_grey500{
  222. background: #9E9E9E!important;
  223. color: #000000!important;
  224. }
  225. .o_grey600{
  226. background: #757575!important;
  227. color: #ffffff!important;
  228. }
  229. .o_grey700{
  230. background: #616161!important;
  231. color: #ffffff!important;
  232. }
  233. .o_grey800{
  234. background: #424242!important;
  235. color: #ffffff!important;
  236. }
  237. .o_grey900{
  238. background: #212121!important;
  239. color: #ffffff!important;
  240. }
  241. .o_purple50{
  242. background: #EDE7F6!important;
  243. color: #000000!important;
  244. }
  245. .o_purple100{
  246. background: #D1C4E9!important;
  247. color: #000000!important;
  248. }
  249. .o_purple200{
  250. background: #B39DDB!important;
  251. color: #000000!important;
  252. }
  253. .o_purple300{
  254. background: #9575CD!important;
  255. color: #ffffff!important;
  256. }
  257. .o_purple400{
  258. background: #7E57C2!important;
  259. color: #ffffff!important;
  260. }
  261. .o_purple500{
  262. background: #673AB7!important;
  263. color: #ffffff!important;
  264. }
  265. .o_purple600{
  266. background: #5E35B1!important;
  267. color: #ffffff!important;
  268. }
  269. .o_purple700{
  270. background: #512DA8!important;
  271. color: #ffffff!important;
  272. }
  273. .o_purple800{
  274. background: #4527A0!important;
  275. color: #ffffff!important;
  276. }
  277. .o_purple900{
  278. background: #311B92!important;
  279. color: #ffffff!important;
  280. }
  281. .o_purpleG000to200{
  282. background: -moz-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* ff3.6+ */
  283. background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #D1C4E9)); /* safari4+,chrome */
  284. background: -webkit-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* safari5.1+,chrome10+ */
  285. background: -o-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* opera 11.10+ */
  286. background: -ms-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* ie10+ */
  287. background: linear-gradient(90deg, #ffffff 0%, #D1C4E9 100%); /* w3c */
  288. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D1C4E9',GradientType=1 ); /* ie6-9 */
  289. }
  290. .o_purpleG500to300{
  291. background: -moz-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* ff3.6+ */
  292. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #673AB7), color-stop(100%, #9575CD)); /* safari4+,chrome */
  293. background: -webkit-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* safari5.1+,chrome10+ */
  294. background: -o-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* opera 11.10+ */
  295. background: -ms-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* ie10+ */
  296. background: linear-gradient(231deg, #9575CD 0%, #673AB7 100%); /* w3c */
  297. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#9575CD',GradientType=1 ); /* ie6-9 */
  298. color: #ffffff!important;
  299. }
  300. .o_purpleG300to500{
  301. background: -moz-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* ff3.6+ */
  302. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9575CD), color-stop(100%, #673AB7)); /* safari4+,chrome */
  303. background: -webkit-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* safari5.1+,chrome10+ */
  304. background: -o-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* opera 11.10+ */
  305. background: -ms-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* ie10+ */
  306. background: linear-gradient(48deg, #9575CD 0%, #673AB7 100%); /* w3c */
  307. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9575CD', endColorstr='#673AB7',GradientType=1 ); /* ie6-9 */
  308. color: #ffffff!important;
  309. }
  310. .o_text_white{
  311. color: #ffffff!important;
  312. }
  313. .o_text_grey400{
  314. color: #BDBDBD!important;
  315. }
  316. .o_text_grey500{
  317. color: #9E9E9E!important;
  318. }
  319. .o_text_grey600{
  320. color: #757575!important;
  321. }
  322. .o_text_grey700{
  323. color: #616161!important;
  324. }
  325. .o_text_grey800{
  326. color: #424242!important;
  327. }
  328. .o_text_grey900{
  329. color: #212121!important;
  330. }
  331. .o_text_purple300{
  332. color: #9575CD!important;
  333. }
  334. .o_text_purple400{
  335. color: #7E57C2!important;
  336. }
  337. .o_text_purple500{
  338. color: #673AB7!important;
  339. }
  340. .o_text_purple600{
  341. color: #5E35B1!important;
  342. }
  343. .o_text_purple700{
  344. color: #512DA8!important;
  345. }
  346. .o_text_purple800{
  347. color: #4527A0!important;
  348. }