/dev/adei/adei-asec-setup

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei/adei-asec-setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.header {
   color: 		#000055;
   background: 		#E0E0E0;
   border: 		1px solid #002D27;
   margin-left: 	0px;
   margin-right: 	0px;
   padding: 		0px;
   font-weight: 	bold;
   text-align:		left;
   height:		50px;
   
   background:		#005D57;
/*   background: 		url(test.png) #005D57 no-repeat;*/
}


.header .title {
    color:		#D78740;
}

.header .title b {
    letter-spacing:	1px;
}

.header .module_link {
    color:		#E5E5E5;
}

.header .module_link_current {
    color:		#FF8700;
}