/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/tango/tango.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
 
   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(tango2.png) #000000 no-repeat;
14
 
}
15
 
 
16
 
 
17
 
.header .title {
18
 
      color:            #D78740; 
19
 
}
20
 
 
21
 
.header .module_link {
22
 
      color:            #C5C5C5; 
23
 
}
24
 
 
25
 
.header .module_link_current {
26
 
    color:              #fbc0f5;
27
 
}
28
 
 
29
 
.header {
30
 
   color:               lightblue;
31
 
}
32
 
 
33
 
.header .search input {
34
 
    /* background: #fbe6f9; */
35
 
    background: #fbf0fa;
36
 
    border: 1px solid gray;
37
 
}
38
 
.module_source_link {
39
 
    color:              blue;
40
 
    font-weight:        normal;
41
 
}
42
 
.module_source_link_current a {
43
 
    color:              #fb66ec;
44
 
    font-weight:        normal;
45
 
}
46
 
.module_controls_link_current a {
47
 
    color:              #fb66ec;
48
 
}