~philbull/+junk/ubuntu-doc-dev

« back to all changes in this revision

Viewing changes to data/welcome.css

  • Committer: Phil Bull
  • Date: 2007-12-13 17:59:08 UTC
  • Revision ID: philbull@gmail.com-20071213175908-hkzregkijn6etp3m
 * Removed directories as part of restructuring

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
p, h1, li
2
 
{
3
 
font-family:            arial, helvetica, "sans serif";
4
 
font-size:                      0.8em;
5
 
}
6
 
 
7
 
h1
8
 
{
9
 
margin-top:                     2px;
10
 
font-size:                      1.4em;
11
 
}
12
 
 
13
 
body
14
 
{
15
 
margin:                         0px
16
 
}
17
 
 
18
 
li
19
 
{
20
 
list-style-type:        none;
21
 
padding:                        0px;
22
 
padding-left:           4px;
23
 
padding-right:          4px;
24
 
margin:                         0px;
25
 
display:                        table-cell;
26
 
height:                         100%
27
 
}
28
 
 
29
 
ul
30
 
{
31
 
margin:                         0px;
32
 
padding:                        8px
33
 
}
34
 
 
35
 
a
36
 
{
37
 
color:                          black;
38
 
}
39
 
 
40
 
a.app
41
 
{
42
 
font-weight:            bold;
43
 
text-decoration:        none;
44
 
}
45
 
 
46
 
a.nav
47
 
{
48
 
font-variant:           normal;
49
 
text-decoration:        none;
50
 
color:                          white;
51
 
font-weight:            bold;
52
 
margin:                         0px;
53
 
padding:                        0px
54
 
}
55
 
 
56
 
a.nav#current
57
 
{
58
 
color                           :#E9B826
59
 
}
60
 
 
61
 
div.nav
62
 
{
63
 
background:                     #000000;
64
 
margin:                         0px;
65
 
padding:                        0px;
66
 
width:                          100%
67
 
}
68
 
 
69
 
img
70
 
{
71
 
text-decoration:        none;
72
 
border:                         none;
73
 
margin-right:           2px;
74
 
}
75
 
 
76
 
div.body
77
 
{
78
 
display:                        table-cell;
79
 
margin:                         8px;
80
 
padding:                        12px;
81
 
}