Blame view

css/crep.css 1.41 KB
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
1
2
3
  body {
    background: #C5C5ED url('../img/mainBgPattern.png');
    overflow-y: scroll;
daf147e9   Geoffrey PREUD'HOMME   Added background ...
4
5
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
6
7
8
  .navbar-lower {
    margin-top: 50px;
    width: 100%;
fc27b313   Jean Wasilewski   Added paffing for...
9
  }
79748b92   henyxia   Small margin for ...
10
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
11
12
  .panel-default {
    border-color: #89B3D1;
aa09ef8a   henyxia   Graphical update
13
14
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
15
16
  .panel {
    background-color: #749BD1;
aa09ef8a   henyxia   Graphical update
17
18
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
19
20
21
  .panel-default > .panel-heading {
    background-color: #89B3D1;
    border-color: #89B3D1;
1a7b7dd5   henyxia   Graphical update 6
22
  }
035cfed3   henyxia   Graphical update 2
23
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
24
25
26
  .panel-footer {
    background-color: #89B3D1;
    border-color: #89B3D1;
aa09ef8a   henyxia   Graphical update
27
28
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
29
30
31
32
  .navbar-default .navbar-brand {
    color: #FFF;
    font-family: brandFont;
    font-size: 30px;
aa09ef8a   henyxia   Graphical update
33
34
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
35
36
37
  .navbar-default .navbar-nav > li > a {
    color: #CCC;
    font-family: linkFont;
aa09ef8a   henyxia   Graphical update
38
39
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
40
41
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
32bad9bd   Geoffrey PREUD'HOMME   Added navbar togg...
42
43
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
44
45
46
  .navbar-default {
    background-color: #749BD1;
    border-color: #5276A8;
79748b92   henyxia   Small margin for ...
47
  }
30791ce2   henyxia   CSS generated height
48
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
49
50
51
  @font-face {
    font-family: brandFont;
    src: url(../fonts/robotech-gp.ttf);
30791ce2   henyxia   CSS generated height
52
53
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
54
55
56
  @font-face {
    font-family: linkFont;
    src: url(../fonts/robotaur.ttf);
30791ce2   henyxia   CSS generated height
57
58
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
59
60
  #mainContainer {
    overflow-x: auto;
c52f3c45   Geoffrey PREUD'HOMME   Overflow-x scroll...
61
62
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
63
64
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-height: 600px;
30791ce2   henyxia   CSS generated height
65
  }
07793ced   henyxia   Contact page
66
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
67
68
  .jumbotron, #map-canvas {
    margin: 30px inherit;
d447cece   Geoffrey PREUD'HOMME   Replaced   w...
69
70
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
71
72
  .jumbotron {
    padding: 30px;
cb99de75   Geoffrey PREUD'HOMME   Correct jumbotron...
73
74
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
75
76
77
78
79
  #description img {
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 10px;
c2c647ab   Geoffrey PREUD'HOMME   Moved style="" to...
80
81
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
82
83
  video {
    max-width: 100%;
561ffc53   Geoffrey PREUD'HOMME   Added video to de...
84
85
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
86
87
88
  #map-canvas {
    width: 100%;
    height: 400px;
07793ced   henyxia   Contact page
89
  }
d05ef03b   Geoffrey PREUD'HOMME   Small space below...
90
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
91
92
93
  #map-canvas img {
    max-height: 400px;
    max-width: 100%;
a2f5866b   Geoffrey PREUD'HOMME   Added static map ...
94
95
  }
  
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
96
97
98
  #footer {
    margin-top: 30px;
    margin-bottom: 30px;
d05ef03b   Geoffrey PREUD'HOMME   Small space below...
99
100
  }
  
08dfd8ee   Geoffrey PREUD'HOMME   Better sponsor lo...
101
  #footer img, #sponsors img {
8cea2eb9   Geoffrey PREUD'HOMME   Beautifier passe
102
103
    max-height: 100px;
    max-width: 100%;
372c1705   Geoffrey PREUD'HOMME   Added sponsors to...
104
  }