/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/prespec/test.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
 
.header {
2
 
   color:               #000055;
3
 
   background:          #E0E0E0;
4
 
   border:              1px solid #002D27;
5
 
   margin-left:         0px;
6
 
   margin-right:        0px;
7
 
   padding:             0px;
8
 
   font-weight:         bold;
9
 
   text-align:          left;
10
 
   height:              50px;
11
 
   
12
 
   background:          #005D57;
13
 
/*   background:                url(test.png) #005D57 no-repeat;*/
14
 
}
15
 
 
16
 
 
17
 
.header .title {
18
 
    color:              #D78740;
19
 
}
20
 
 
21
 
.header .module_link {
22
 
    color:              #E5E5E5;
23
 
}
24
 
 
25
 
.header .module_link_current {
26
 
    color:              #FF8700;
27
 
}