Blame view

css/crep.css 489 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;
fe4f7246   henyxia   Graphical update 5
16
17
  
  	& > .panel-heading
c9060ae4   henyxia   Graphical update 4
18
19
20
21
  	{
  		background-color: #89B3D1;
  		border-color: #89B3D1;
  	}
aa09ef8a   henyxia   Graphical update
22
23
24
25
26
27
28
  }
  
  .panel
  {
  	background-color: #749BD1;
  }
  
035cfed3   henyxia   Graphical update 2
29
30
  
  .panel-footer
aa09ef8a   henyxia   Graphical update
31
32
33
34
35
  {
  	background-color: #89B3D1;
  	border-color: #89B3D1;
  }
  
779fe849   henyxia   Graphical update 3
36
  .navbar-default.navbar-brand
aa09ef8a   henyxia   Graphical update
37
38
39
40
41
42
43
44
45
46
47
  {
  	color: #FFF;
  }
  
  .navbar-nav
  {
  	color: #E4984E;
  }
  
  .navbar-default
  {
035cfed3   henyxia   Graphical update 2
48
  	background-color: #749BD1;
aa09ef8a   henyxia   Graphical update
49
  	border-color: #5276A8;
79748b92   henyxia   Small margin for ...
50
  }