-
Notifications
You must be signed in to change notification settings - Fork 0
/
skatten.css~
75 lines (60 loc) · 796 Bytes
/
skatten.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
body {
background-color: #D8F6CE;
}
h4 {
text-decoration: underline;
}
table, td, th {
border-collapse: collapse;
border: 1px solid black;
}
td {
padding: 4px;
text-align: left;
}
th {
padding: 4px;
text-align: center;
}
tr:nth-child(even) {
background-color: #CEF6CE;
}
thead {
background-color: #BCF5A9;
height: 55px;
align-content: center;
}
a {
color: blue;
}
.ui-tabs-nav {
background-color: #A9F5D0;
}
div#loninmatning {
border-top: 3px solid green;
}
a:link {
color: blue;
text-decoration: none;
}
a:hover {
color: green;
}
a:visited{
color: blueviolet;
}
div#lankar {
margin: auto;
width: 50%;
padding: 10px;
}
div#jensa {
margin: auto;
width: 70%;
padding: 10px;
}
div.innerdiv{
margin: auto;
width: 90%;
padding: 10px;
}