Blame view

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