Blame view

css/crep.css 882 Bytes
fc27b313   Jean Wasilewski   Added paffing for...
1
2
  body
  { 
d8c5be27   henyxia   Double navbar style
3
4
5
6
7
8
9
10
  	padding-top: 120px;
  }
  
  .navbar-lower
  {
  	position: absolute;
  	top: 50px;
  	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;
40a02ac0   henyxia   Harder bigger str...
39
  	font-size: 30;
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
48
49
  }
  
  .navbar-default
  {
035cfed3   henyxia   Graphical update 2
50
  	background-color: #749BD1;
aa09ef8a   henyxia   Graphical update
51
  	border-color: #5276A8;
79748b92   henyxia   Small margin for ...
52
  }
30791ce2   henyxia   CSS generated height
53
54
55
56
  
  @font-face
  {
      font-family: brandFont;
a815fd93   henyxia   More compliant na...
57
      src: url(../fonts/robotech-gp.ttf);
30791ce2   henyxia   CSS generated height
58
59
60
61
62
  }
  
  @font-face
  {
      font-family: linkFont;
00f471f9   henyxia   New font and new ...
63
      src: url(../fonts/robotaur.ttf);
30791ce2   henyxia   CSS generated height
64
65
  }
  
4bddf7fa   henyxia   Wrong keyboard
66
  .carousel-inner > .item > img, .carousel-inner > .item > a > img
30791ce2   henyxia   CSS generated height
67
68
69
  {
  	height: 600px;
  }
07793ced   henyxia   Contact page
70
71
72
73
74
75
  
  #map-canvas
  {
  	width: 600px;
  	height: 400px;
  }