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.

72 lines
1.4 KiB

7 years ago
7 years ago
  1. /* Empty. Add your own CSS if you like */
  2. .o_mainOptionRow{
  3. height: calc(103%/4);
  4. display: table;
  5. padding: 0;
  6. }
  7. .o_mainOptionRow a{
  8. text-align: center;
  9. display: table-cell;
  10. vertical-align: middle;
  11. width: 50%;
  12. font-size: 300%;
  13. }
  14. .o_floatRight{
  15. float: right;
  16. }
  17. .o_textRight{
  18. text-align: right;
  19. }
  20. .o_loginBackground{
  21. height: 100%!important;
  22. width: 100%;
  23. min-height: auto;
  24. -webkit-background-size: cover;
  25. -moz-background-size: cover;
  26. background-size: cover;
  27. -o-background-size: cover;
  28. background-position: center;
  29. background-image: url('../img/loginWallpaper.png');
  30. text-align: center;
  31. /*color: white;*/
  32. /* Create the parallax scrolling effect */
  33. background-attachment: fixed;
  34. background-position: center;
  35. background-repeat: no-repeat;
  36. background-size: cover;
  37. color: #000000;
  38. padding-top: 30%;
  39. }
  40. .o_loginBackground h1{
  41. color: #000000!important;
  42. margin: 10px;
  43. }
  44. .o_loginInput{
  45. background: rgba(255, 255, 255, 0.2);
  46. padding:10px;
  47. color: #000000;
  48. border: 0px;
  49. width: 80%;
  50. font-size: 120%;
  51. }
  52. .o_loginInput::-webkit-input-placeholder{
  53. color: rgba(0, 0, 0, 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: #000000;
  63. }
  64. .o_badge{
  65. border-radius: 8px;
  66. margin: 5px;
  67. padding: 2px 5px;
  68. }