~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs/htmldocs/Samba3-Developers-Guide/samba.css

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
BODY {
 
2
        font-family: helvetica, arial, lucida sans, sans-serif;
 
3
        background-color: white;
 
4
}
 
5
 
 
6
H1, H2, H3 {
 
7
        color: blue;
 
8
        font-size: 120%;
 
9
        padding: 2px;
 
10
        margin-top: 0px;
 
11
}
 
12
 
 
13
H1 {
 
14
        background-color: #EEEEFF;
 
15
        color: blue;
 
16
}
 
17
 
 
18
H2 {
 
19
        background-color: #DDDDFF;
 
20
        color: blue;
 
21
}
 
22
 
 
23
H3 {
 
24
        background-color: #CCCCFF;
 
25
        color: blue;
 
26
}
 
27
 
 
28
H4 {
 
29
        color: blue;
 
30
}
 
31
 
 
32
TR.qandadiv TD {
 
33
        padding-top: 1em;
 
34
}
 
35
 
 
36
DIV.navhead {
 
37
        font-size: 80%;
 
38
}
 
39
 
 
40
A:link {
 
41
        color: #36F;
 
42
}
 
43
 
 
44
A:visited {
 
45
        color: #96C;
 
46
}
 
47
 
 
48
A:active {
 
49
        color: #F63;
 
50
}
 
51
 
 
52
TR.question {
 
53
        color: #33C;
 
54
        font-weight: bold;
 
55
}
 
56
 
 
57
TR.question TD {
 
58
        padding-top: 1em;
 
59
}
 
60
 
 
61
DIV.variablelist {
 
62
        padding-left: 2em;
 
63
        color: #33C;
 
64
}
 
65
 
 
66
P {
 
67
        color: black;
 
68
}
 
69
 
 
70
DIV.note, DIV.warning, DIV.caution, DIV.tip, DIV.important {
 
71
        border: dashed 1px;
 
72
        background-color: #EEEEFF;
 
73
        width: 40em;
 
74
}
 
75
 
 
76
PRE.programlisting, PRE.screen {
 
77
        border: #630 1px dashed;
 
78
        color: #630;
 
79
}
 
80