Blame view

css/crep.css 818 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;
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;
00f471f9   henyxia   New font and new ...
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
  }
  
4bddf7fa   henyxia   Wrong keyboard
65
  .carousel-inner > .item > img, .carousel-inner > .item > a > img
30791ce2   henyxia   CSS generated height
66
67
68
  {
  	height: 600px;
  }