Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

52 rindas
861 B

  1. /*
  2. * blueimp Gallery Demo CSS
  3. * https://github.com/blueimp/Gallery
  4. *
  5. * Copyright 2013, Sebastian Tschan
  6. * https://blueimp.net
  7. *
  8. * Licensed under the MIT license:
  9. * http://www.opensource.org/licenses/MIT
  10. */
  11. body {
  12. max-width: 750px;
  13. margin: 0 auto;
  14. padding: 1em;
  15. font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  16. font-size: 1em;
  17. line-height: 1.4em;
  18. background: #222;
  19. color: #fff;
  20. -webkit-text-size-adjust: 100%;
  21. -ms-text-size-adjust: 100%;
  22. }
  23. a {
  24. color: orange;
  25. text-decoration: none;
  26. }
  27. img {
  28. border: 0;
  29. vertical-align: middle;
  30. }
  31. h1 {
  32. line-height: 1em;
  33. }
  34. h2,
  35. .links {
  36. text-align: center;
  37. }
  38. @media (min-width: 481px) {
  39. .navigation {
  40. list-style: none;
  41. padding: 0;
  42. }
  43. .navigation li {
  44. display: inline-block;
  45. }
  46. .navigation li:not(:first-child):before {
  47. content: '| ';
  48. }
  49. }