Blame view

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