-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
executable file
·58 lines (53 loc) · 793 Bytes
/
main.css
File metadata and controls
executable file
·58 lines (53 loc) · 793 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
52
53
54
55
56
57
58
<style type="text/css">
.style1 {
text-align: center;
}
.style2 {
text-align: center;
color: #00FF00;
border-style: solid;
border-width: 1px;
}
.style3 {
font-size: x-small;
}
.style4 {
font-size: x-small;
color: #00FF00;
}
.style5 {
color: #00FF00;
}
.style6 {
text-align: center;
color: #FFFF00;
}
.style7 {
border-width: 0px;
}
.style8 {
border-style: solid;
border-width: 1px;
}
.style9 {
color: #00FF00;
border-style: solid;
border-width: 1px;
}
body {
background-image: url("anony.jpg");
}
.leftAlign {
text-align: left;
}
.owaspSupport {
color: #00FF00;
text-align: center;
}
a:link {
color: cyan; text-decoration: underline;
}
a:visited {
color: #008000; text-decoration: underline;
}
</style>