-
Notifications
You must be signed in to change notification settings - Fork 0
/
shrdlite.css
97 lines (77 loc) · 1.4 KB
/
shrdlite.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
#theworld {
width: 800px;
}
#theworld, #dialogue {
height: 500px;
}
h1 {
margin: 0;
}
body {
background-color: #edf;
font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD',
'Book Antiqua', 'URW Palladio L', Georgia, serif;
margin: 0 20px;
}
th {
fonts-family: 'Helvetica Neue', Roboto, Helvetica, 'Liberation Sans',
'TeX Gyre Heros', Arial, sans-serif;
font-family: Arial;
font-weight: 300;
}
#theworld {
background-color: #cbe;
}
#maincontent td {
border: 4px solid black;
padding: 0;
}
#maincontent {
border-spacing: 20px;
}
#dialogue {
overflow: scroll;
background-color: #fafaff;
}
.system {
color: darkred;
}
.user {
font-style: italic;
color: darkgreen;
}
.error {
background-color: yellow;
color: red;
}
#dialogue p {
margin: 4px 10px;
padding: 0;
}
#maincontent, #dialogue input, #dialogue select {
width: 100%;
}
#footer {
font-size: smaller;
}
#debugdiv {
text-align: right;
float: right;
margin: 10px 20px;
}
#debug {
display: none;
background-color: #ccf;
border-collapse: collapse;
}
#debug td {
border: 1px black solid;
vertical-align: top;
padding: 2px;
font-size: smaller;
}
#license {
color: #555;
text-align: left;
margin: 10px 20px;
}