~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to DOCS/HTML-single/hu/default.css

  • Committer: Reinhard Tartler
  • Date: 2006-07-08 08:47:54 UTC
  • Revision ID: siretart@tauware.de-20060708084754-c3ff228cc9c2d8de
upgrade to pre8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
        color: black;
3
 
        background: white;
4
 
 
5
 
        font-family: Arial, Helvetica, sans-serif;
6
 
/*
7
 
 * It's a Bad Idea(tm) to use fixed font sizes.
8
 
 * Uncomment it if you _really_ want
9
 
 */
10
 
        font-size: 14px;
11
 
}
12
 
 
13
 
div.table table, div.informaltable table {
14
 
        background: #333366;
15
 
        border-collapse: separate;
16
 
        border: solid 1px #333366;
17
 
        border-spacing: 1px;
18
 
}
19
 
 
20
 
div.table th, div.informaltable th {
21
 
        color: white;
22
 
        background: #4488cc;
23
 
        border: 0px;
24
 
        padding: 2px;
25
 
}
26
 
 
27
 
div.table td, div.informaltable td {
28
 
        background: #fffff8;
29
 
        border: 0px;
30
 
        padding: 2px;
31
 
}
32
 
 
33
 
 
34
 
pre.screen {
35
 
        padding: 4px;
36
 
        background: #e0e0e0;
37
 
}
38
 
 
39
 
pre.programlisting {
40
 
        padding: 4px;
41
 
        background: #e0e8f0;
42
 
}
43
 
 
44
 
/*
45
 
span.application {
46
 
}
47
 
*/
48
 
 
49
 
span.keycap {
50
 
        background: #ddd;
51
 
        border: solid 1px #aaa;
52
 
        white-space: nowrap;
53
 
        font-family: Arial, Helvetica, sans-serif;
54
 
}
55
 
 
56
 
span.guimenu, span.guisubmenu, span.guimenuitem {
57
 
        background: #dddddd;
58
 
}
59
 
 
60
 
tt.filename {
61
 
        color: maroon;
62
 
        white-space: nowrap;
63
 
}
64
 
 
65
 
tt.option {
66
 
        color: #066;
67
 
        white-space: nowrap;
68
 
}
69
 
 
70
 
div.example {
71
 
        padding-left: 0.5em;
72
 
        border-left: solid 2px black;
73
 
}
74
 
 
75
 
div.important .title, div.caution .title, div.warning .title {
76
 
        color: #c00;
77
 
}
78
 
/*
79
 
div.important, div.warning, div.caution {
80
 
        padding-left: 0.5em;
81
 
        border-left: solid 2px maroon;
82
 
}
83
 
*/