Blame view

public/style.css 730 Bytes
71899fcf   Geoffrey PREUD'HOMME   Récupération du s...
1
  body {
ba814e44   Geoffrey PREUD'HOMME   GUI revue
2
3
4
      position: fixed;
      width: 100%;
      height: 100%;
e704c732   Geoffrey PREUD'HOMME   Avancement web
5
6
7
8
9
      background: black;
      color: white;
      font-family: "GeosansLight";
      padding: 30px;
      overflow: hidden;
ba814e44   Geoffrey PREUD'HOMME   GUI revue
10
      font-size: 17pt;
71899fcf   Geoffrey PREUD'HOMME   Récupération du s...
11
12
  }
  
ba814e44   Geoffrey PREUD'HOMME   GUI revue
13
14
  #header {
      margin-top: 30px;
71899fcf   Geoffrey PREUD'HOMME   Récupération du s...
15
16
17
  }
  
  #logo {
ba814e44   Geoffrey PREUD'HOMME   GUI revue
18
      margin-top: 20px;
e704c732   Geoffrey PREUD'HOMME   Avancement web
19
20
      width: 100%;
      image-rendering: -moz-crisp-edges;
71899fcf   Geoffrey PREUD'HOMME   Récupération du s...
21
22
  }
  
ba814e44   Geoffrey PREUD'HOMME   GUI revue
23
24
25
26
27
28
29
30
31
32
33
  #main {
      margin-top: 20px;
      font-family: Arcadepix;
  }
  
  #scores {
      font-size: 110%;
  }
  
  #scores h1 {
      font-weight: bold;
71899fcf   Geoffrey PREUD'HOMME   Récupération du s...
34
35
  }
  
ba814e44   Geoffrey PREUD'HOMME   GUI revue
36
37
  #scores li {
      text-transform: uppercase;
71899fcf   Geoffrey PREUD'HOMME   Récupération du s...
38
39
  }
  
ba814e44   Geoffrey PREUD'HOMME   GUI revue
40
41
42
43
44
45
46
47
48
49
50
  #footer {
      position: absolute;
      bottom: 20px;
      height: 100px;
      width: 100%;
  }
  
  #footer p {
      margin-top: 50px;
      font-size: 75%;
      text-align: center;
71899fcf   Geoffrey PREUD'HOMME   Récupération du s...
51
52
  }
  
ba814e44   Geoffrey PREUD'HOMME   GUI revue
53
54
  #footer div, #footer div img {
      height: 100%;
71899fcf   Geoffrey PREUD'HOMME   Récupération du s...
55
  }