starterkit.css 941 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*!
  2. * Durandal 2.1.0 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved.
  3. * Available via the MIT license.
  4. * see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details
  5. */
  6. .splash {
  7. text-align: center;
  8. margin: 10% 0 0 0;
  9. }
  10. .splash .message {
  11. font-size: 3em;
  12. line-height: 1.5em;
  13. -webkit-text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  14. text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  15. text-transform: uppercase;
  16. }
  17. .splash .fa-spinner {
  18. text-align: center;
  19. display: inline-block;
  20. font-size: 3em;
  21. margin-top: 50px;
  22. }
  23. .page-host {
  24. position: absolute;
  25. left: 0;
  26. right: 0;
  27. top: 50px;
  28. bottom: 0;
  29. overflow-x: hidden;
  30. overflow-y: auto;
  31. }
  32. section {
  33. margin: 0 20px;
  34. }
  35. .navbar-nav li.loader {
  36. margin: 12px 6px 0 6px;
  37. visibility: hidden;
  38. }
  39. .navbar-nav li.loader.active {
  40. visibility: visible;
  41. }
  42. .pictureDetail {
  43. max-width: 425px;
  44. }