-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlittgen.css
103 lines (92 loc) · 1.84 KB
/
littgen.css
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#baggrund {
background-image: url(images/logo.gif); background-repeat:no-repeat;
height:100%;
width:780px;
/*Her indsættes logo*/
}
#indhold{
position:absolute;
top:85px;
padding:10px;
width:780px;
height:100%;
}
body{
font-family:verdana, arial;
font-size: 10pt;
color: #000000;
line-height:2em;
margin:0;
}
h1{color:#333333;
font-size: 18px;
border-bottom:1px solid #333333;
}
h2{
color:#333333;
font-size: 14px;
border-bottom:1px solid #333333;
}
a{color: #B00000;}
a:hover{color: #000000;}
td {font-family:verdana, arial;
font-size: 10pt;
color: #000000;
}
ul{
line-height: 1em;
list-style-type: square;
margin: 0.5em 0 0 2em;
padding:0;
}
li{
margin-bottom: 0.5em;
}
ul.henvisning{list-style-image: url(images/pil.gif);
font-size:11px;
font-weight:bold;
line-height:1.25em;
}
.portlet{
width:150px;
padding:0px;
margin:5px 0 5px 0;
border: #868686 solid 1px;
border-style: none solid solid none;
background-color: #ffffff;
}
.portletBody {
background:transparent;
border-collapse:collapse;
border: 1px solid #8cacbb;
}
.portlet h5{
background-color: #dee7ec;
background-image: url(images/vertical-bg.gif);
background-position: 0 0;
background-repeat: repeat-x;
color: #333333;
font-size: 11px;
border: 1px solid #8cacbb;
border-style: solid;
padding: 2px 43px 2px 2px;
display: inline;
font-size: 11px;
height: 1em;
font-weight: normal;
white-space: nowrap;
width:150px;
}
.portlet h5.blue{
width:150px;
background-color: #b9c9d7;
background-image: url(images/vertical-bg.gif);
font-weight: bold;
padding-left:5px;
}
.beskriv {
border: 1px solid #B00000;
padding: 15px;
font-size: 11px;
color: #262626;
}