/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: 2012-07-14 17:44:09 UTC
  • Revision ID: csa@dside.dyndns.org-20120714174409-cuzsy4vupyjx9lia
Update of setups

Show diffs side-by-side

added added

removed removed

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