~ubuntu-branches/ubuntu/vivid/gimp-help/vivid

« back to all changes in this revision

Viewing changes to html/cs/gimp-help-plain.css

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2005-05-08 18:04:08 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050508180408-mjwl3kmjczfnmu5v
Tags: 2+0.7-5
Fix doc-base entry for gimp-help-zh-cn to point to correct directory
name (Closes: #308228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This file is part of gimp-help-2. It is copyrighted under the GNU
 
2
   Free Documentation License Version 1.1 which you can get from
 
3
   http://www.gnu.org */
 
4
  
 
5
body
 
6
{
 
7
  font-family: sans-serif;
 
8
  font-size: small;
 
9
}
 
10
 
 
11
dd {
 
12
  margin-bottom: 5px;
 
13
  margin-left: 20px;
 
14
}
 
15
 
 
16
hr {
 
17
  border: 0px;
 
18
  border-top: 1px dotted black;
 
19
  margin-top: 20px;
 
20
  padding-bottom: 10px;
 
21
}
 
22
 
 
23
h1, h2 {
 
24
  font-size: x-large;
 
25
  font-family: Georgia, Times, serif;
 
26
}
 
27
 
 
28
h3, h4, h5, p.title {
 
29
  font-weight: bold;
 
30
  border-bottom: 1px solid black;
 
31
  letter-spacing: 2px;
 
32
  margin-top: 30px;
 
33
  font-size: medium;
 
34
  text-decoration: none;
 
35
}
 
36
 
 
37
h3, h4 {
 
38
  border: 0;
 
39
  letter-spacing: normal;
 
40
}
 
41
 
 
42
a:hover {
 
43
  background: lightblue;
 
44
  color: black;
 
45
}
 
46
 
 
47
div.toc {
 
48
  border: 1px solid black;
 
49
  padding: 0px 10px;
 
50
  background: lightgrey;
 
51
  color: black;
 
52
  margin-bottom: 1cm;
 
53
}
 
54
 
 
55
div.toc b { font-size: 140%; }
 
56
 
 
57
title { margin: 0px; }
 
58
 
 
59
p {
 
60
  display: block;
 
61
  margin: 0 20px;
 
62
}
 
63
 
 
64
 
 
65
div.toc a {
 
66
  margin-left: 5px;
 
67
  margin-bottom: 5px;
 
68
}
 
69
 
 
70
div.sect1 {
 
71
  margin-left: 20px;
 
72
  margin-top: 20px;
 
73
}
 
74
 
 
75
div.sect2 { margin-top: 10px; }
 
76
 
 
77
.warning, .caution, .tip, .note {
 
78
  max-width: 40em;
 
79
  padding: 0 0 0 10px;
 
80
}
 
81
 
 
82
.warning {
 
83
  border: 1px solid darkred;
 
84
  background-color: #ff9999;
 
85
}
 
86
 
 
87
.caution {
 
88
  border: 1px solid #827206;
 
89
  background-color: #ffdd00;
 
90
}
 
91
 
 
92
.tip {
 
93
  border: 1px solid darkblue;
 
94
  background-color: #c3d4de;
 
95
}
 
96
 
 
97
.note {
 
98
    border: 1px solid darkgreen;
 
99
    background-color: #b0e1a9;  
 
100
}
 
101
 
 
102
.guilabel, .guimenuitem {
 
103
  background-color: #eeeee6;
 
104
  padding: 2px;
 
105
}
 
106
 
 
107
b.keycap, .keycap {
 
108
  background-color: #eeeee6;
 
109
  padding: 1px 5px;
 
110
  border: 1px solid #999999;
 
111
  margin: 0;
 
112
}
 
113
 
 
114
.acronym { text-transform: uppercase; }
 
115
 
 
116
.accel { text-decoration: underline; }
 
117