Lungo.widgets.splash.css 545 B

123456789101112131415161718192021222324252627282930313233343536
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace Lungo.Widgets
  5. * @class Splash
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. .splash {
  10. text-align: center;
  11. font-size: 1.2em;
  12. }
  13. .splash > form {
  14. margin: 28px;
  15. }
  16. .splash img {
  17. max-width: 206px;
  18. margin: 20% auto 0%;
  19. }
  20. .splash h1 {
  21. margin-top: 20%;
  22. font-size: 2.2em;
  23. font-weight: bold;
  24. }
  25. .splash .button {
  26. margin-top: 10px;
  27. }
  28. .splash .copyright {
  29. position: absolute;
  30. width: 100%;
  31. bottom: 8px;
  32. left: 0px;
  33. font-size: 0.8em;
  34. font-style: normal;
  35. padding: 0px;
  36. }