~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to static/libravatar.css

  • Committer: Francois Marier
  • Date: 2010-06-08 06:29:34 UTC
  • Revision ID: git-v1:7d4a74d2cef8452523d6668f6b69c26be3160a3e
Add static files to bzr (stylesheet and nobody icon)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Main palette from http://www.colourlovers.com/palette/1198267/am_go_on */
 
2
 
 
3
body {
 
4
  background-color: #547885;
 
5
  margin: 0;
 
6
}
 
7
 
 
8
div#header div#site-branding span#site-name { 
 
9
  color: #FCDDA5;
 
10
  font-size: 2em;
 
11
  font-style: normal;
 
12
  letter-spacing: 0.35em;
 
13
}
 
14
 
 
15
div#header div#site-branding {
 
16
  color: #7DB5A6;
 
17
  font-style: italic;
 
18
}
 
19
 
 
20
div#content h1 { 
 
21
  color: #F9711F;
 
22
}
 
23
 
 
24
div#content h1.error { 
 
25
  background-color: #FF0000;
 
26
  color: #FFFFFF;
 
27
}
 
28
 
 
29
div#outer {
 
30
  background-color: #BF9C82;
 
31
  padding: 16;
 
32
}
 
33
 
 
34
div#header,
 
35
div#footer {
 
36
  color: #FCDDA5;
 
37
}
 
38
 
 
39
div#header a,
 
40
div#footer a { 
 
41
  color: #F9711F;
 
42
  font-weight: bold;
 
43
}
 
44
 
 
45
div#header { 
 
46
  padding: 8 8 16 8;
 
47
}
 
48
 
 
49
div#footer { 
 
50
  padding: 16 8 8 8;
 
51
}
 
52
 
 
53
div#header div#account { 
 
54
  text-align: right;
 
55
}
 
56
 
 
57
div#content {
 
58
  background-color: #FFFFFF;
 
59
  padding: 8 16 16 16;
 
60
  -moz-border-radius-bottomleft: 8;
 
61
  -moz-border-radius-bottomright: 8;
 
62
  -moz-border-radius-topleft: 8;
 
63
  -moz-border-radius-topright: 8;
 
64
}
 
65
 
 
66
div#content a { 
 
67
  color: #7DB5A6;
 
68
  font-weight: bold;
 
69
}