blob: 103f20e140c5c66b805406c33645934390ef4b04 (
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
|
body {
font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
background-color: 99CCFF;
padding: 15px}
form {
padding-left: 50px}
h1 {
text-align: center;
color: white;
background-color: #2328D9;
padding: 5px;}
h2, h3 {
color: #2328D9;
background-color: none;
text-indent: 25px;}
p:first-letter {
font-size: 150%;}
.bestill {
color: red;
font-size: 150%;
text-align: center;}
.forfatter {
font-weight: bold;}
.hjem {
font-size: 150%;}
.ingress {
font-style: italic;
margin: 0px 0px 0px 50px;
font-size: 110%;}
.oekter {
margin-left: 60px;}
/*.sendskjema {
float: right;
text-align: right;}*/
.stjerner {
font-size: 150%;
text-align: center;}
.storSkrift{
font-size: 150%;}
.tekst {COLOR: #3333cc;}
.uthevet {
font-weight: bold;
color: red;}
|