repo.or.cz
/
tomato
/
k99.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tomato 1.28
[tomato/k99.git]
/
release
/
src
/
router
/
www
/
black.css
blob
b99a7fbac54e4d21dd2c62e328e8431f53e0494a
1
a
{
2
color
:
#707070
;
3
}
4
a
:
hover
{
5
background
:
#555
;
6
color
:
#fff
;
7
}
8
9
input
[
type
=
'button'
]:
hover
{
10
background
:
#555
;
11
color
:
#fff
;
12
}
13
14
#header
{
15
background
:
#222
;
16
}
17
18
#navi
{
19
background
:
#fafafa
;
20
}
21
#navi
a
{
22
color
:
#404040
;
23
}
24
#navi
a
:
hover
{
25
background
:
#555
;
26
color
:
#fff
;
27
}
28
29
#tabs
a
.
active
{
30
background
:
#222
;
31
color
:
#fff
;
32
}
33
#tabs
a
:
hover
{
34
background
:
#555
;
35
color
:
#fff
;
36
}
37
38
.
tomato-grid
.
odd
:
hover
,
39
.tomato-grid .even:hover
{
40
background
:
#ddd
;
41
}
42
.tomato-grid a
{
43
color
:
#606060
;
44
}