forked from grzeimann/DetectWebpage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebpage_default.css
More file actions
51 lines (43 loc) · 974 Bytes
/
webpage_default.css
File metadata and controls
51 lines (43 loc) · 974 Bytes
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
body {
color:#000000;
background: #FFFAFA;
font-family:Palatino,Helvetica,Avantgarde,Arial,sans-serif;
font-style:normal;
font-size:100%}
a:link{
color: #441111;
text-decoration: underline;
}
a:visited{
text-decoration: underline;
color: #663333;
}
a:hover, a:active {
text-decoration: underline;
color: #996633;
}
table.axe {
background: #4682B4;
border-color: black;
border-style: inset;
border-width: thick;
text-align: center;
}
th.axe {
background: #3355;
border-color: white;
border-style: inset;
border-width: thick;
text-align: center;
}
td.axe {
background: #C0C0C0;
border-color: black;
border-style: inset;
border-width: thick;
text-align: center;
}
h2, h3, h6 {
color:#000000;
font-style:oblique
}