repo.or.cz
/
tomato
/
tomato-null.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/tomato-null.git]
/
release
/
src
/
router
/
www
/
pumpkin.css
blob
31e716febfe0a2fda0b49a916ba7854bdef6aa07
1
a
{
2
color
:
#b35a00
;
3
}
4
a
:
hover
{
5
background
:
#ff8000
;
6
color
:
#fff
;
7
}
8
9
input
[
type
=
'button'
]:
hover
{
10
background
:
#ff8000
;
11
color
:
#fff
;
12
}
13
14
#header
{
15
background
:
#b35a00
;
16
}
17
18
#navi
a
{
19
color
:
#b35a00
;
20
}
21
#navi
a
:
hover
{
22
background
:
#ff8000
;
23
color
:
#fff
;
24
}
25
26
#tabs
a
.
active
{
27
background
:
#b35a00
;
28
color
:
#fff
;
29
}
30
#tabs
a
:
hover
{
31
background
:
#ff8000
;
32
color
:
#fff
;
33
}
34
35
.
tomato-grid
.
odd
:
hover
,
36
.tomato-grid .even:hover
{
37
background
:
#FFD9BF
;
38
}
39
.tomato-grid a
{
40
color
:
#b35a00
;
41
}