You are here

opigno_lms.css in Opigno LMS 7

Stylesheet for Opigno LMS distribution

File

css/opigno_lms.css
View source
  1. /**
  2. * @file
  3. * Stylesheet for Opigno LMS distribution
  4. */
  5. body.maintenance-page, body.maintenance-page #page {
  6. background: #fcfcfc;
  7. }
  8. body.maintenance-page #branding {
  9. background-image: url(../themes/platon/img/header-background-pattern.png);
  10. min-height: 50px;
  11. }
  12. body.maintenance-page #branding h1.page-title {
  13. color: white;
  14. }
  15. body.maintenance-page .form-submit, body.maintenance-page button {
  16. height: 2.5em;
  17. border: 1px solid #d5d5d5;
  18. -webkit-border-radius: 4px;
  19. -moz-border-radius: 4px;
  20. border-radius: 4px;
  21. background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  22. background-image: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  23. background-image: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  24. background-image: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  25. background-image: webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6));
  26. background-image: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  27. }
  28. body.maintenance-page #logo {
  29. background: transparent url(../img/opigno_lms.png) no-repeat top left;
  30. height: 0;
  31. overflow: hidden;
  32. padding-top: 140px; /* height of logo */
  33. width: 140px; /* width of logo */
  34. }