Subversion Repositories Kolibri OS

Rev

Rev 1374 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1374 IgorA 1
body
2
{
3
  font-size: 15px;
4
  font-family: "Bookman Old Style";
5
  color: black;
6
  text-align: justify;
7
}
8
h1 {
9
  color: white;
10
  background-color: 808080;
11
  font-size: 25px;
12
  text-align: center;
13
}
14
h2 { color: green; font-size: 21px; }
15
h3 { color: green; font-size: 19px; }
16
h4 { color: #803f00; font-size: 17px; }
17
i { color: #0099cc; }
18
b { color: #0099cc; }
19
p {
20
  text-indent: 2em;
21
  margin-top: 3px;
22
  margin-bottom: 2px;
23
  margin-left: 0px;
24
  margin-right: 0px;
25
}
26
ol, ul, dl{
27
  margin-top: 3px;
28
  margin-bottom: 2px;
29
}
30
pre{
31
  font-family: "Courier New";
32
  font-size: 15px;
33
  padding-left: 10px;
34
  padding-top: 5px;
35
  padding-bottom: 5px;
36
  color: #004000;
37
  background: #ffd0ff;
38
}
39
 
40
caption
41
{
42
  padding-top: 5px;
43
  padding-bottom: 5px;
44
  text-align: center;
45
  font-weight: bold;
46
  text-align: center;
47
}
48
table
49
{
50
  border-collapse: collapse;
51
  border: #000000 1px solid;
52
}
53
table td
54
{
55
  border: none;
56
}
57
table th
58
{
59
  border: none;
60
  padding-right: 10px;
61
  padding-left: 10px;
62
  color: #ffffff;
63
  background-color: #0033ff;
64
}
65
table pre
66
{
67
  text-align: left;
68
}
69
td hr{
70
  color: black;
71
}