Project

General

Profile

1
/*
2
 * blueimp Gallery Demo CSS 2.0.0
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

    
12
body {
13
  max-width: 750px;
14
  margin: 0 auto;
15
  padding: 1em;
16
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
17
  font-size: 1em;
18
  line-height: 1.4em;
19
  background: #222;
20
  color: #fff;
21
  -webkit-text-size-adjust: 100%;
22
      -ms-text-size-adjust: 100%;
23
}
24
a {
25
  color: orange;
26
  text-decoration: none;
27
}
28
img {
29
  border: 0;
30
  vertical-align: middle;
31
}
32
h1 {
33
  line-height: 1em;
34
}
35
h2,
36
.links {
37
  text-align: center;
38
}
39

    
40
@media (min-width: 481px) {
41
  .navigation {
42
    list-style: none;
43
    padding: 0;
44
  }
45
  .navigation li {
46
    display: inline-block;
47
  }
48
  .navigation li:not(:first-child):before {
49
    content: '| ';
50
  }
51
}
(5-5/5)