Blame view

css/crep.css 1.35 KB
cb99de75   Geoffrey PREUD'HOMME   Correct jumbotron...
1
2
  body
  {
145cf7b6   Geoffrey PREUD'HOMME   Recalculated mean...
3
  	background: #C5C5ED url('../img/mainBgPattern.png');
0b2adb5b   Geoffrey PREUD'HOMME   Better animation
4
  	overflow-y: scroll;
daf147e9   Geoffrey PREUD'HOMME   Added background ...
5
6
  }
  
d8c5be27   henyxia   Double navbar style
7
8
  .navbar-lower
  {
5feb6c55   Geoffrey PREUD'HOMME   Better menu navba...
9
  	margin-top: 50px;
d8c5be27   henyxia   Double navbar style
10
  	width: 100%;
fc27b313   Jean Wasilewski   Added paffing for...
11
  }
79748b92   henyxia   Small margin for ...
12
  
aa09ef8a   henyxia   Graphical update
13
  .panel-default
79748b92   henyxia   Small margin for ...
14
  {
aa09ef8a   henyxia   Graphical update
15
  	border-color: #89B3D1;
aa09ef8a   henyxia   Graphical update
16
17
18
19
20
21
22
  }
  
  .panel
  {
  	background-color: #749BD1;
  }
  
1a7b7dd5   henyxia   Graphical update 6
23
24
25
26
27
  .panel-default > .panel-heading
  {
  	background-color: #89B3D1;
  	border-color: #89B3D1;
  }
035cfed3   henyxia   Graphical update 2
28
29
  
  .panel-footer
aa09ef8a   henyxia   Graphical update
30
31
32
33
34
  {
  	background-color: #89B3D1;
  	border-color: #89B3D1;
  }
  
4b7106e7   henyxia   Graphical update 8
35
  .navbar-default .navbar-brand
aa09ef8a   henyxia   Graphical update
36
37
  {
  	color: #FFF;
00f471f9   henyxia   New font and new ...
38
  	font-family: brandFont;
3a6c9120   Geoffrey PREUD'HOMME   Font size in px
39
  	font-size: 30px;
aa09ef8a   henyxia   Graphical update
40
41
  }
  
e9972803   henyxia   Graphical update 10
42
  .navbar-default .navbar-nav > li > a
aa09ef8a   henyxia   Graphical update
43
  {
00f471f9   henyxia   New font and new ...
44
45
  	color: #CCC;
  	font-family: linkFont;
aa09ef8a   henyxia   Graphical update
46
47
  }
  
32bad9bd   Geoffrey PREUD'HOMME   Added navbar togg...
48
49
50
51
52
  .navbar-default .navbar-toggle .icon-bar
  {
  	background-color: #fff;
  }
  
aa09ef8a   henyxia   Graphical update
53
54
  .navbar-default
  {
035cfed3   henyxia   Graphical update 2
55
  	background-color: #749BD1;
aa09ef8a   henyxia   Graphical update
56
  	border-color: #5276A8;
79748b92   henyxia   Small margin for ...
57
  }
30791ce2   henyxia   CSS generated height
58
59
60
61
  
  @font-face
  {
      font-family: brandFont;
a815fd93   henyxia   More compliant na...
62
      src: url(../fonts/robotech-gp.ttf);
30791ce2   henyxia   CSS generated height
63
64
65
66
67
  }
  
  @font-face
  {
      font-family: linkFont;
00f471f9   henyxia   New font and new ...
68
      src: url(../fonts/robotaur.ttf);
30791ce2   henyxia   CSS generated height
69
70
  }
  
c52f3c45   Geoffrey PREUD'HOMME   Overflow-x scroll...
71
72
  #mainContainer
  {
aa5e1201   Geoffrey PREUD'HOMME   Auto overflow. Ju...
73
  	overflow-x: auto;
c52f3c45   Geoffrey PREUD'HOMME   Overflow-x scroll...
74
75
  }
  
4bddf7fa   henyxia   Wrong keyboard
76
  .carousel-inner > .item > img, .carousel-inner > .item > a > img
30791ce2   henyxia   CSS generated height
77
  {
128b53d9   Geoffrey PREUD'HOMME   Carousel works on...
78
  	max-height: 600px;
30791ce2   henyxia   CSS generated height
79
  }
07793ced   henyxia   Contact page
80
  
6d021011   Geoffrey PREUD'HOMME   Typo
81
  .jumbotron, #map-canvas
d447cece   Geoffrey PREUD'HOMME   Replaced   w...
82
83
84
85
  {
  	margin: 30px inherit;
  }
  
cb99de75   Geoffrey PREUD'HOMME   Correct jumbotron...
86
87
88
89
90
  .jumbotron
  {
  	padding: 30px;
  }
  
c2c647ab   Geoffrey PREUD'HOMME   Moved style="" to...
91
92
93
94
95
96
97
98
  #description img
  {
  	float:left;
  	width:200px;
  	height:200px;
  	margin-right:10px;
  }
  
07793ced   henyxia   Contact page
99
100
  #map-canvas
  {
cb131b27   henyxia   Bigger map
101
  	width: 100%;
07793ced   henyxia   Contact page
102
103
  	height: 400px;
  }
d05ef03b   Geoffrey PREUD'HOMME   Small space below...
104
  
4ae3c011   Geoffrey PREUD'HOMME   CSS mismatch
105
  #map-canvas img
a2f5866b   Geoffrey PREUD'HOMME   Added static map ...
106
  {
3a30fef5   Geoffrey PREUD'HOMME   Better remplaceme...
107
108
  	max-height: 400px;
  	max-width: 100%;
a2f5866b   Geoffrey PREUD'HOMME   Added static map ...
109
110
  }
  
d05ef03b   Geoffrey PREUD'HOMME   Small space below...
111
112
  #footer
  {
d447cece   Geoffrey PREUD'HOMME   Replaced   w...
113
114
  
  	margin-top: 30px;
d05ef03b   Geoffrey PREUD'HOMME   Small space below...
115
116
117
  	margin-bottom: 30px;
  }
  
372c1705   Geoffrey PREUD'HOMME   Added sponsors to...
118
  #footer img, .logo
d05ef03b   Geoffrey PREUD'HOMME   Small space below...
119
  {
05688614   Geoffrey PREUD'HOMME   No footer logo ov...
120
121
  	max-height: 100px;
  	max-width: 100%;
372c1705   Geoffrey PREUD'HOMME   Added sponsors to...
122
  }