/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/ipe/toska.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
 
   border-left:         35px solid black;
13
 
   background:          url(toska.png) #005D57 no-repeat;
14
 
}
15
 
 
16
 
.header .module_link {
17
 
    color:              #E5E5E5;
18
 
}
19
 
 
20
 
.header .module_link_current {
21
 
    color:              #FF8700;
22
 
}