~harmony-devs/harmony/trunk

« back to all changes in this revision

Viewing changes to harmony/media/themes/amber/css/base.css

  • Committer: Lucas Vogelsang
  • Date: 2006-10-12 14:17:53 UTC
  • mfrom: (10.1.8 addressbook)
  • Revision ID: lucasvo@vincisolutions.ch-20061012141753-d127c62368fe22df
finished merge with addressbook

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
body {
12
12
    padding:0px;
13
13
    margin:0px;
14
 
    background-image:url(/media/themes/admin/img/background.png);
 
14
    background-image:url(/media/themes/amber/img/background.png);
15
15
    background-repeat:no-repeat;
16
 
    background-position:bottom right;
 
16
    background-position:90% 90%;
17
17
    background-attachment:fixed;
18
18
}
19
19
a {
24
24
a:hover {
25
25
    color:#4e0f00;
26
26
}
 
27
/* TODO: Colors */
 
28
h1 {
 
29
    font-size:13pt;
 
30
    color:#2f2506;
 
31
}
 
32
h2 {
 
33
    font-size:11pt;
 
34
    color:#534313;
 
35
}