repo.or.cz
/
booki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Can create Sections inside of editor
[booki.git]
/
site_media
/
css
/
booki.css
blob
9115390c8fdddd9144698bd3c98a66454a0d1702
1
BODY
{
2
font-family
:
Verdana
;
3
font-size
:
12px
;
4
}
5
6
#content
{
7
width
:
900px
;
8
border
:
1px
solid
#c0c0c0
;
9
padding
:
5px
;
10
}
11
12
#bookidebug
{
13
14
}
15
16
#bookidebug
.
header
{
17
padding-bottom
:
5px
;
18
margin-bottom
:
5px
;
19
border-bottom
:
1px
solid
#c0c0c0
;
20
}
21
22
#bookidebug
.
content
{
23
overflow
:
scroll
;
24
height
:
300px
;
25
}
26
27
#bookidebug
.
debug
{
28
color
:
#d0d0d0
;
29
}
30
31
#bookidebug
.
info
{
32
color
:
green
;
33
}
34
35
#bookidebug
.
warning
{
36
color
:
red
;
37
}
38
39
#bookidebug
.
network
{
40
color
:
blue
;
41
}
42