comparison default/node_modules/tablesaw/demo/demo.css @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 body {
2 color: #000;
3 background-color: #fff;
4 font: 100%/1.2 sans-serif;
5 }
6
7 abbr {
8 text-decoration: none;
9 }
10
11 :link {
12 color: #1593D3;
13 }
14
15 :visited {
16 color: #38C;
17 }
18 /* Logo */
19 .header {
20 background: #247201 url(http://filamentgroup.com/images/headerbg-new.jpg) no-repeat bottom left;
21 }
22 #fg-logo {
23 text-indent: -9999px;
24 margin: 0 auto;
25 width: 287px;
26 height: 52px;
27 background-image: url(http://filamentgroup.com/images/fg-logo-icon.png);
28 }
29 @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5){
30 #fg-logo {
31 background-size: 287px 52px;
32 background-image: url(http://filamentgroup.com/images/fg-logo-icon-lrg.png);
33 }
34 }
35
36 /* Customized Demo CSS for our Demo Tables */
37 .tablesaw-columntoggle td.title a,
38 .tablesaw-swipe td.title a {
39 display: block;
40 white-space: nowrap;
41 overflow: hidden;
42 text-overflow: ellipsis;
43 max-width: 10em;
44 max-width: 40vw;
45 }
46 @media (min-width: 40em) {
47 td.title {
48 max-width: 12em;
49 }
50 }