repo.or.cz
/
anomen-overlay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
www-apps/gc_fallout - dev - db
[anomen-overlay.git]
/
www-apps
/
gc-fallout
/
dev
/
styles.css
blob
db64cb4328f1b25f294ff841697912c649ddeb52
1
body
{
2
background-image
:
url
(
'img/pipboy.jpg'
);
3
background-repeat
:
no-repeat
;
4
background-position
:
center top
;
5
}
6
7
div#input_div
{
8
color
:
#77ff77
;
9
background-color
:
black
;
10
width
:
400px
;
11
margin
:
auto
;
12
margin-top
:
60px
;
13
14
}
15
16
17
18
div#result
{
19
20
color
:
#77ff77
;
21
background-color
:
black
;
22
width
:
400px
;
23
margin
:
auto
;
24
margin-top
:
60px
;
25
26
}