/dev/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/trunk

« back to all changes in this revision

Viewing changes to setups/imk/imk.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
 
   background:          url(imk.jpg) #476c99 no-repeat;
11
 
}
12
 
 
13
 
 
14
 
.header .title {
15
 
    color:              #e5e5e5;
16
 
   font-family:         Arial, Helvetica, sans-serif;
17
 
   font-style:          italic;
18
 
   //font-variant:        small-caps;
19
 
   font-weight:         900;
20
 
}
21
 
 
22
 
.header .module_link {
23
 
    color:              #E5E5E5;
24
 
}
25
 
 
26
 
.header .module_link_current {
27
 
    color:              #FF8700;
28
 
}