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
export function myspaceCSS() {
return `
.verdana12 {
font-family: verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
}
.button {
padding-left: .6em;
padding-right: .6em;
padding-top: 0.2em;
padding-bottom: 0.2em;
color: #000000;
background: #d5e8fb;
font-weight: bold;
font-size: 100%;
border: groove;
border-color: #6699cc;
border-width : 2;
}
/* REDEFINED TAGS */
.admin {
font-family: verdana;
font-size: 14px;
font-weight: normal;
font-weight: bold;
color: ff0000;
}
.openedmail {
font-family: verdana;
font-size: 11px;
font-weight: normal;
text-decoration:none;
color: #444444;
}
.mailtext {
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #003399;
}
.mailtext:link {
font-family: verdana;
font-size: 11px;
font-weight: bold;
text-decoration:underline;
color: #003399;
}
}
.mailtext:visited {
font-family: verdana;
font-size: 11px;
font-weight: normal;
text-decoration:none;
color: #555555;
}
.classifiedstext {
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #003399;
}
.classifiedstext:link {
font-family: verdana;
font-size: 11px;
font-weight: normal;
text-decoration:underline;
color: #003399;
}
}
.mailtext:hover {
font-family: verdana;
font-size: 11px;
font-weight: bold;
text-decoration:underline;
color: #ff0000;
}
body, td, li, p, div, textarea
{font-family:verdana,arial,sans-serif,helvetica; font-size:8pt; color:#000000; font-weight:none;}
/* TEXT DEFAULTS */
.text{font-family:verdana,arial,sans-serif,helvetica; font-size:8pt;
color:#000000; font-weight:none;}
.spacetext{font-family:arial,verdana,arial,sans-serif,helvetica;
line-height: 18pt;font-size:10pt; color:#000000; font-weight:none;}
.redtext{font-family:verdana,arial,sans-serif,helvetica;
font-size:10pt; color:#cc0000; font-weight:none;}
.redtext8{font-family:verdana,arial,sans-serif,helvetica;
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
April 27, 2024