Cross Reference: datatable-base-skin.css
xref
: /
yui3
/
src
/
datatable
/
assets
/
skins
/
night
/
datatable-base-skin.css
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
datatable-base-skin.css revision fc898f11f7bdfeda4964ea9d2d1d1ad770a9fdbd
/* basic skin styles */
.
yui3
-
skin
-
night
.
yui3
-
datatable
{
color
:#
8E8
E8E
;
font
-
family
:
HelveticaNeue
,
arial
,
helvetica
,
clean
,
sans
-
serif
;
}
.
yui3
-
skin
-
night
.
yui3
-
datatable
table
{
border
:
1
px
solid
#
323434
;
border
-
right
:
0
none
;
border
-
collapse
:
collapse
;
color
:#
8E8
E8E
;
font
-
size
:
inherit
;
margin
:
0
;
padding
:
0
;
}
.
yui3
-
skin
-
night
.
yui3
-
datatable
caption
{
color
: #
474747
;
font
-
size
:
85
%;
font
-
style
:
italic
;
font
-
weight
:
normal
;
line
-
height
:
1
;
padding
:
1
em
0
;
text
-
align
:
center
;
}
.
yui3
-
skin
-
night
.
yui3
-
datatable
td
,
.
yui3
-
skin
-
night
.
yui3
-
datatable
th
{
border
-
right
:
1
px
solid
#
303030
;
/* inner column border */
margin
:
0
;
overflow
:
visible
;
/*to make ths where the title is really long work*/
padding
:
4
px
10
px
4
px
10
px
;
/* cell padding */
white
-
space
:
nowrap
;
}
.
yui3
-
skin
-
night
.
yui3
-
datatable
th
{
/* header gradient */
background
-
color
:#
3
b3c3d
;
background
: -
moz
-
linear
-
gradient
(
0
%
100
%
90d
eg
,
#
242526
0
%,
#
3
b3c3d
96
%,
#
2
C2D2F
100
%
);
background
: -
webkit
-
gradient
(
linear
,
left
bottom
,
left
top
,
from
(#
242526
),
color
-
stop
(
0.96
, #
3
b3c3d
),
to
(#
2
C2D2F
)
);
color
: #
eee
;
font
-
weight
:
normal
;
vertical
-
align
:
bottom
;
}
/*
striping:
even - #0e0e0e (darkest)
odd - #1d1e1e (lighter)
*/
.
yui3
-
skin
-
night
.
yui3
-
datatable
td
{
background
-
color
:
transparent
; }
.
yui3
-
skin
-
night
tr
.
yui3
-
datatable
-
even
td
{
background
-
color
: #
0e0
e0e
; }
.
yui3
-
skin
-
night
tr
.
yui3
-
datatable
-
odd
td
{
background
-
color
: #
1d
1e1
e; }