~kim0/mapuntu/trunk

« back to all changes in this revision

Viewing changes to static/style.css

  • Committer: Ahmed Kamal
  • Date: 2010-08-06 19:03:34 UTC
  • Revision ID: email.ahmedkamal@googlemail.com-20100806190334-p9dvhuibstqsf0my
Adding needed graphics for new landing page

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
* {
 
2
  font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
 
3
  color: #111111;
 
4
  clear: none;
 
5
}
 
6
 
 
7
body {
 
8
  background: white url(images/body_bg.png);
 
9
  font-size: 12px;
 
10
  line-height: 20px;
 
11
  margin: 0;
 
12
  padding: 0;
 
13
}
 
14
 
 
15
#container {
 
16
  background: #F7F6F5;
 
17
  margin: 0 auto;
 
18
  padding: 0;
 
19
}
 
20
 
 
21
#container-inner {
 
22
  background-color: #FFFFFF;
 
23
}
 
24
 
 
25
#logo {
 
26
  float: right;
 
27
  margin: 15px 5px 0;
 
28
}
 
29
 
 
30
#header {
 
31
  background: #E24D00 url(images/header_bg.gif) top left repeat-x;
 
32
  height: 64px;
 
33
  margin: 0px;
 
34
  padding: 0 5px;
 
35
  position: relative;
 
36
}
 
37
 
 
38
#header, #container-inner {
 
39
  border-radius: 0px 0px 8px 8px;
 
40
  -moz-border-radius: 0px 0px 8px 8px;
 
41
  -webkit-border-radius: 0px 0px 8px 8px;
 
42
  box-shadow: #BBBBBB 0px 0px 5px;
 
43
  -moz-box-shadow: #BBBBBB 0px 0px 5px;
 
44
  -webkit-box-shadow: #BBBBBB 0px 0px 5px;  
 
45
}
 
46
 
 
47
#content {
 
48
  line-height: 1.4em;
 
49
  padding: 15px 25px 10px;
 
50
}
 
51
 
 
52
 
 
53
h1 {
 
54
  color: #E24D00;
 
55
  font-size: 34px;
 
56
  font-weight: normal;
 
57
  line-height: 36px;
 
58
  margin: 6px 0 0 0;
 
59
}
 
60
 
 
61
#footer {
 
62
  height:80px;
 
63
  font-size: 11px;
 
64
  padding: 0 140px 10px 10px;
 
65
  margin: 15px 9px 0 0;
 
66
}