-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrstyles.css
More file actions
119 lines (93 loc) · 1.85 KB
/
rstyles.css
File metadata and controls
119 lines (93 loc) · 1.85 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
body {
text-align: center;
background-color: #1d1d1d;
color: white; }
.rogue {
padding-top: 30px; }
.d4 {
padding-top: 10px;
padding-bottom: 30px; }
.display {
position: relative;
max-width: 860px;
margin: 0 auto; }
.text {
display: flex;
justify-content: center;
background: #333;
max-width: 860px;
margin: 0 auto; }
.title {
text-align: left;
font-size: 19px;
background-color: #333;
margin-top: 0px; }
.level {
padding-left: 10px; }
.level, .xp {
width: 90px; }
.health, .attack, .dungeon {
width: 120px; }
.weapon {
width: 140px; }
.toggle {
cursor: pointer;
width: 140px; }
table {
border: 10px solid #333;
margin-right: auto;
margin-left: auto;
background-image: url("http://cdn.backgroundhost.com/backgrounds/subtlepatterns/woven.png"); }
td {
width: 1.5em;
height: 1.5em; }
.walls {
background-color: #647687; }
.player {
background-color: green; }
/*.monsters{
//position: absolute;
// display: block;
// width: 32px;
// height: 32px;
//background: url("https://i.imgsafe.org/138f718c53.png") no-repeat -32px 0px;
}*/
.monsters {
background-color: red; }
.potions {
background-color: purple; }
.weapons {
background-color: blue; }
.doors {
background-color: white; }
.boss {
background-color: #FFD700; }
.black {
background-color: black !important; }
/* The Modal (background) */
.modal1 {
display: none;
/* Hidden by default */
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%; }
/* Modal Content */
.modal-content1 {
height: 100%;
border: 10px solid #333;
background-color: black; }
.modal-body1 {
padding: 2px 16px; }
.won, .lost {
padding-top: 10%; }
.replay {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
cursor: pointer; }
/*# sourceMappingURL=rstyles.css.map */