forked from X-Genesis-Qhulut/alpha
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextra.css
99 lines (75 loc) · 1.27 KB
/
extra.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
98
.sql
{
margin-left:2em;
margin-bottom:1em;
display:none;
border:1px solid black;
border-radius: 3px;
box-shadow: 3px 3px 3px gray;
width: fit-content;
padding: 1em;
font-family: monospace;
background-color:white;
}
.tdl {
text-align: left;
}
.tdr {
text-align: right;
}
.simulate_box {
color:white;
background-color: #222222;
padding: 10px;
max-width: 40em;
border:2px solid gray;
border-radius: 10px;
box-shadow: 4px 4px 5px #666666;
width: fit-content;
margin-bottom:1em;
padding-left: 2em;
padding-right: 2em;
}
.simulate_box a {
color:deepskyblue;
}
/* Extra stuff for simulated items */
.item {
}
/* Extra stuff for simulated quests */
.quest {
color:black;
background-color: lightyellow;
border:4px solid black;
}
.quest a {
color:blue;
}
.page_text {
color:black;
background-color: lightyellow;
border:4px solid black;
font-family: serif;
font-size: larger;
max-width: 30em;
}
.read_page a {
color:lightgreen;
}
/* Extra stuff for simulated spells */
.spell {
max-width: 30em;
}
/* Extra stuff for simulated game objects */
.gameobject {
}
/* For left and right-justifying things inside a simulated box */
.item_rh
{
float:right;
margin-left:2em;
}
.item_lh
{
float:left;
}