This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathfbstyle.css
88 lines (75 loc) · 1.56 KB
/
fbstyle.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
@charset "utf-8";
body {
margin: 0;
padding: 0;
color: #DDDDDD;
background-color: #888888;
font: 80% verdana, arial, sans-serif;
cursor:default;
}
a {
color: #00AAFF;
text-decoration: none;
}
input {
color: #DDDDDD;
background-color: #032b11;
}
select {
color: #DDDDDD;
background-color: #000000;
}
textarea {
width: 99%;
background-color: #032b11;
color: #DDDDDD;
}
p#story {
background-image:url('images/DeadTree.png');
background-repeat:no-repeat;
background-position:bottom;
}
#headMenu {
border-bottom-style:solid;
border-bottom-color:black;
border-bottom-width:100%;
}
#hand {
background-image:url('images/Hand.png');
background-position:right;
background-repeat:no-repeat;
text-align:right;
height:100px;
}
#charinfo {
background-color:transparent;
background-image:url('images/charinfoBKG.png');
background-position:left;
background-repeat:no-repeat;
text-align:left;
}
#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;
}