Blame view

css/crep.css 969 Bytes
daf147e9   Geoffrey PREUD'HOMME   Added background ...
1
  body {
b3f0125c   Geoffrey PREUD'HOMME   Add tmp colored bg
2
  	background: #c6c6c6 url('../img/mainBgPattern.png')
daf147e9   Geoffrey PREUD'HOMME   Added background ...
3
4
  }
  
d8c5be27   henyxia   Double navbar style
5
6
  .navbar-lower
  {
5feb6c55   Geoffrey PREUD'HOMME   Better menu navba...
7
  	margin-top: 50px;
d8c5be27   henyxia   Double navbar style
8
  	width: 100%;
fc27b313   Jean Wasilewski   Added paffing for...
9
  }
79748b92   henyxia   Small margin for ...
10
  
aa09ef8a   henyxia   Graphical update
11
  .panel-default
79748b92   henyxia   Small margin for ...
12
  {
aa09ef8a   henyxia   Graphical update
13
  	border-color: #89B3D1;
aa09ef8a   henyxia   Graphical update
14
15
16
17
18
19
20
  }
  
  .panel
  {
  	background-color: #749BD1;
  }
  
1a7b7dd5   henyxia   Graphical update 6
21
22
23
24
25
  .panel-default > .panel-heading
  {
  	background-color: #89B3D1;
  	border-color: #89B3D1;
  }
035cfed3   henyxia   Graphical update 2
26
27
  
  .panel-footer
aa09ef8a   henyxia   Graphical update
28
29
30
31
32
  {
  	background-color: #89B3D1;
  	border-color: #89B3D1;
  }
  
4b7106e7   henyxia   Graphical update 8
33
  .navbar-default .navbar-brand
aa09ef8a   henyxia   Graphical update
34
35
  {
  	color: #FFF;
00f471f9   henyxia   New font and new ...
36
  	font-family: brandFont;
40a02ac0   henyxia   Harder bigger str...
37
  	font-size: 30;
aa09ef8a   henyxia   Graphical update
38
39
  }
  
e9972803   henyxia   Graphical update 10
40
  .navbar-default .navbar-nav > li > a
aa09ef8a   henyxia   Graphical update
41
  {
00f471f9   henyxia   New font and new ...
42
43
  	color: #CCC;
  	font-family: linkFont;
aa09ef8a   henyxia   Graphical update
44
45
46
47
  }
  
  .navbar-default
  {
035cfed3   henyxia   Graphical update 2
48
  	background-color: #749BD1;
aa09ef8a   henyxia   Graphical update
49
  	border-color: #5276A8;
79748b92   henyxia   Small margin for ...
50
  }
30791ce2   henyxia   CSS generated height
51
52
53
54
  
  @font-face
  {
      font-family: brandFont;
a815fd93   henyxia   More compliant na...
55
      src: url(../fonts/robotech-gp.ttf);
30791ce2   henyxia   CSS generated height
56
57
58
59
60
  }
  
  @font-face
  {
      font-family: linkFont;
00f471f9   henyxia   New font and new ...
61
      src: url(../fonts/robotaur.ttf);
30791ce2   henyxia   CSS generated height
62
63
  }
  
4bddf7fa   henyxia   Wrong keyboard
64
  .carousel-inner > .item > img, .carousel-inner > .item > a > img
30791ce2   henyxia   CSS generated height
65
  {
128b53d9   Geoffrey PREUD'HOMME   Carousel works on...
66
  	max-height: 600px;
30791ce2   henyxia   CSS generated height
67
  }
07793ced   henyxia   Contact page
68
69
70
  
  #map-canvas
  {
cb131b27   henyxia   Bigger map
71
  	width: 100%;
07793ced   henyxia   Contact page
72
73
  	height: 400px;
  }
d05ef03b   Geoffrey PREUD'HOMME   Small space below...
74
75
76
77
78
79
80
81
82
83
  
  #footer
  {
  	margin-bottom: 30px;
  }
  
  #footer img
  {
  	height: 100px;
  }