aboutsummaryrefslogtreecommitdiffstats
path: root/resources/styles/defaultStyle.txt
blob: 60badf59313d286a812921fd9226a8e5f51cbaa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
h1
{
  background-color: #6a6868;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
}

h2
{
  margin: 0px;
  font-size: 100%;
  color: #488fe7;
}

h3
{
  margin: 0px;
  font-size: 100%;
  color: #2e538b;
}

h4
{
  margin: 0px;
  font-size: 100%;
  font-weight: bold;
  color: #FFC875;
}

h5
{
  margin: 0px;
  font-size: 100%;
  font-weight: bold;
  color: #CC0000;
}

h6
{
  margin: 0px;
  font-size: 100%;
  font-weight: bold;
  color: #990000;
}
p
{
  margin: 0px;
  width: 100%;
  font-size: 100%;
  font-weight: bold;
  color: #62BD80;
}

div
{
  font-size: 100%;
  color: #000000;
}

h7
{
  background-color: #FFF4AB;
}