repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cosmetic changes for Toastman versions
[tomato.git]
/
release
/
src
/
router
/
www
/
asus.css
blob
44ac74bc406cabf581e1238c1c1b52c2577361b7
1
a
{
2
color
:
#004584
;
3
}
4
a
:
hover
{
5
background
:
#007B00
;
6
color
:
#fff
;
7
}
8
input
[
type
=
'button'
]:
hover
{
9
background
:
#007B00
;
10
color
:
#fff
;
11
}
12
#header
{
13
background
:
#404040
;
14
padding
:
0px 0px 0px 0px
;
15
border-bottom
:
0px
dotted
#ddd
;
16
}
17
#header
.
title
{
18
background-image
:
url
(
"asus.png"
);
19
font
:
0px
sans-serif
;
20
height
:
153px
;
21
width
:
898px
;
22
}
23
#header
.
version
{
24
font
:
16px
sans-serif
;
25
font-weight
:
bold
;
26
margin-top
: -
20px
;
27
padding-right
:
5px
;
28
text-align
:
right
;
29
}
30
#navi
a
{
31
color
:
#004584
;
32
}
33
#navi
a
:
hover
{
34
background
:
#007B00
;
35
color
:
#fff
;
36
}
37
#tabs
a
.
active
{
38
background
:
#003D73
;
39
color
:
#fff
;
40
}
41
#tabs
a
:
hover
{
42
background
:
#007B00
;
43
color
:
#fff
;
44
}
45
.
tomato-grid
.
odd
:
hover
,
46
.tomato-grid .even:hover
{
47
background
:
#C4E2FF
;
48
}
49
.tomato-grid a
{
50
color
:
#004584
;
51
}