/adei/ui

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

« back to all changes in this revision

Viewing changes to setups/toska/toska.css

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-02 10:23:22 UTC
  • Revision ID: csa@dside.dyndns.org-20080402102322-okib92sicg2dx3o3
Initial import

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-top:          0;
 
6
   margin-bottom:       5px;
 
7
   margin-left:         0px;
 
8
   margin-right:        0px;
 
9
   padding:             0px;
 
10
   font-weight:         bold;
 
11
   text-align:          left;
 
12
   height:              50px;
 
13
   
 
14
   background:          url(toska.png) #005D57 no-repeat;
 
15
}
 
16
 
 
17
.header table {
 
18
    height:             100%;
 
19
    padding:            5px;
 
20
}
 
21
 
 
22
.header .title {
 
23
    vertical-align:     bottom;
 
24
}
 
25
 
 
26
.header .module_link {
 
27
    color:              #E5E5E5;
 
28
}
 
29
 
 
30
.header .module_link_current {
 
31
    color:              #FF8700;
 
32
}