repo.or.cz
/
applet-bots.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed source code links to go to repo.or.cz repository
[applet-bots.git]
/
styles.css
blob
64fcc05b14d67b4543fcc975bb29ee2179f8c91b
1
html
{
2
font-family
:
Verdana
,
Geneva
,
Arial
,
Helvetica
,
sans-serif
;
3
font-size
:
12pt
;
4
padding
:
0
;
5
}
6
7
#content
{
8
padding
:
10px
;
9
width
:
600px
;
10
margin
:
auto
;
11
}
12
13
h2
{
14
text-align
:
center
;
15
}
16
17
#simulations
{
18
text-align
:
center
;
19
}
20
21
#simulations
ul
{
22
list-style
:
none
;
23
padding
:
0
;
24
}
25
26
#simulations
ul li
{
27
margin
:
5px
;
28
}
29
30
.pseudocode
{
31
margin-left
:
25px
;
32
}
33
34
applet
{
35
border
:
2px
outset
#999999
;
36
width
:
600px
;
37
color
:
red
;
38
font-weight
:
bold
;
39
}
40
41
a
.
return
{
42
border-top
:
1px
solid
#cccccc
;
43
margin-top
:
3px
;
44
padding-top
:
3px
;
45
width
:
600px
;
46
float
:
left
;
47
text-align
:
center
;
48
}
49
50
.official
{
51
clear
:
both
;
52
margin-top
:
30px
;
53
width
:
100
%;
54
border-top
:
1px
solid
#cccccc
;
55
text-align
:
center
;
56
}
57
.official a.sf-logo
{
58
display
:
block
;
59
}