forked from AlexJezior/TheFallenImmortals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgameindex.css
106 lines (91 loc) · 1.8 KB
/
gameindex.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
99
100
101
102
103
104
105
106
@charset "utf-8";
body {
margin: 0;
padding: 0;
color: #DDDDDD;
background-color: #080000;
font: 80% verdana, arial, sans-serif;
cursor:default;
}
a {
color: #00AAFF;
text-decoration: none;
}
input {
color: #DDDDDD;
background-color: #333333;
}
select {
color: #DDDDDD;
background-color: #000000;
}
textarea {
width: 99%;
background-color: #000000;
color: #DDDDDD;
}
hr {
color: #ffffff;
background-color: #ffffff;
height: 3px;
}
p#story {
background-image:url('images/DeadTree.png');
background-repeat:no-repeat;
background-position:bottom;
font: 14px serif, oblique;
}
#headMenu {
background-image:url('images/ROIbanner.png');
background-repeat:no-repeat;
height:53px;
border-bottom-style:solid;
border-bottom-color:white;
border-bottom-width:100%;
border-bottom-height:5px;
}
#hand {
text-align:right;
height:100px;
}
#accommodationArea {
bottom:0;
}
#lognav {
position: relative;
background-color:transparent;
background-image:url('images/lognavArea.png');
background-position:left;
background-repeat:repeat-y;
padding: 5px 20px 0px 20px;
}
#spacerY {
width: 11px;
background-color:transparent;
background-image:url('images/spacerY.png');
background-position:left;
background-repeat:repeat-y;
}
#spacerX {
height: 11px;
background-color:transparent;
background-image:url('images/spacerX.png');
background-position:left;
background-repeat:repeat-x;
}
#popupbox{
margin: 0;
margin-left: 5px;
margin-top: -25px;
padding-top: 10px;
width: 680px;
height: 300px;
overflow:scroll;
position: absolute;
background: #FBFBF0;
border: solid #000000 2px;
z-index: 9;
font-family: arial bold;
color: #000000;
visibility: hidden;
}