/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to setups/design/design.css

  • Committer: Suren A. Chilingaryan
  • Date: 2009-03-04 05:12:09 UTC
  • Revision ID: csa@dside.dyndns.org-20090304051209-my11uqt3lnxotbgz
setups and configuration, nomenu minimal mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.header {
 
2
   color:               #000055;
 
3
   border:              0px;
 
4
   margin-left:         0px;
 
5
   margin-right:        0px;
 
6
   padding:             0px;
 
7
   font-weight:         bold;
 
8
   text-align:          left;
 
9
   height:              50px;
 
10
   
 
11
   border-left: 40px solid white;
 
12
   background:          url(kit.png) #486d99 no-repeat;
 
13
}
 
14
 
 
15
 
 
16
.header .title {
 
17
    color:              #FFFCBA;;
 
18
}
 
19
 
 
20
.header .module_link {
 
21
    color:              #E5E5E5;
 
22
}
 
23
 
 
24
.header .module_link_current {
 
25
    color:              #FF8700;
 
26
}