/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/wt/wt.css

  • Committer: Suren A. Chilingaryan
  • Date: 2011-03-15 02:47:05 UTC
  • mfrom: (210.1.3 adei)
  • Revision ID: csa@dside.dyndns.org-20110315024705-qljn30gwin8yrkne
Integration of work of students with fixes

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(wt.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
}