/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to setups/ipecube/ipecube.css

  • Committer: Suren A. Chilingaryan
  • Date: 2014-01-25 16:38:03 UTC
  • Revision ID: csa@dside.dyndns.org-20140125163803-mhmpyk4dpzz7qabw
Detach setups

Show diffs side-by-side

added added

removed removed

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