repo.or.cz
/
wcerfgba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
changes to docs, new website idea in other_stuff (mmm, sexeh)
[wcerfgba.git]
/
other_stuff
/
rooms
/
style.css
blob
09271faf82c929ba447c57e64c414b98af5c0df7
1
body
{
2
background-image
:
url
(
'images/bg.jpg'
);
3
font-family
:
sans-serif
;
4
color
:
#fff
;
5
}
6
7
img#wall
{
8
position
:
fixed
;
9
top
:
0px
;
10
left
:
0px
;
11
}
12
13
div#content
{
14
position
:
fixed
;
15
top
:
20px
;
16
left
:
600px
;
17
width
:
400px
;
18
}
19
20
div#content h1
{
21
font-weight
:
bold
;
22
text-align
:
center
;
23
}
24
25
div#content p
{
26
text-align
:
justify
;
27
margin-bottom
:
0
;
28
}
29
30
p
.
bigskip
{
31
margin-top
:
6em
;
32
}
33
34
div
.
choicebox
{
35
width
:
90
%;
36
margin-left
:
auto
;
37
margin-right
:
auto
;
38
}
39
40
div
.
choicebox div
.
choice
{
41
width
:
100
%;
42
clear
:
both
;
43
}
44
45
div
.
choicebox div
.
choice a
{
46
color
:
#e11
;
47
font-size
:
xx-large
;
48
display
:
block
;
49
float
:
left
;
50
width
:
40
%;
51
text-align
:
right
;
52
}
53
54
div
.
choicebox div
.
choice p
{
55
width
:
55
%;
56
float
:
right
;
57
vertical-align
:
center
;
58
margin-top
:
10px
;
59
margin-left
:
10px
;
60
}
61
62
div#footer
{
63
font-size
:
x-small
;
64
position
:
fixed
;
65
bottom
:
5px
;
66
right
:
10px
;
67
}