~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to theme/metal/gradients.css

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
  *  Adds all the nice finish to the standard theme
 
3
  *
 
4
  */
 
5
 
 
6
body {
 
7
    background-color: rgb(210,210,210);
 
8
    background-image: url(background.png);
 
9
    background-repeat: repeat;
 
10
    background-attachment: scroll;
 
11
}
 
12
 
 
13
th.header,
 
14
td.header,
 
15
div.header {     
 
16
    background-image:url(gradient.jpg);     
 
17
    background-position:top;    
 
18
    background-repeat:repeat-x;     
 
19
}
 
20
 
 
21
.navbar {
 
22
    background-image: none !important;
 
23
    background-color: #BBBBBB !important;
 
24
    border-top   : 2px groove rgb(250,250,250);
 
25
    border-bottom: 2px groove rgb(250,250,250);
 
26
    border-left: 0px;
 
27
    border-right: 0px;
 
28
}
 
29
 
 
30
.homelink a:link,
 
31
.homelink a:visited,
 
32
.homelink a:hover {
 
33
  background-color: #dddddd;
 
34
  color: #000;
 
35
  text-decoration: none;
 
36
  background-color: rgb(210,210,210);
 
37
  background-image: url(background.png);
 
38
  background-repeat: repeat;
 
39
  background-attachment: scroll;
 
40
}