|
Last change
on this file since 317 was
317,
checked in by g7moreau, 8 years ago
|
- Add fqdn_html_breakable function and change unit to ex in style file
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | |
|---|
| 2 | h1{ |
|---|
| 3 | text-align : center; |
|---|
| 4 | font-family : Verdana; |
|---|
| 5 | font-size : 120%; |
|---|
| 6 | } |
|---|
| 7 | |
|---|
| 8 | table.sortable { |
|---|
| 9 | border-collapse : collapse; |
|---|
| 10 | font-family : Verdana; |
|---|
| 11 | } |
|---|
| 12 | |
|---|
| 13 | table.sortable caption { |
|---|
| 14 | caption-side : bottom; |
|---|
| 15 | text-align : center; |
|---|
| 16 | text-decoration : underline; |
|---|
| 17 | } |
|---|
| 18 | |
|---|
| 19 | table.sortable th { |
|---|
| 20 | color : #FFF; |
|---|
| 21 | background : #000; |
|---|
| 22 | } |
|---|
| 23 | |
|---|
| 24 | th.klask-header-left { |
|---|
| 25 | -moz-border-radius-topleft : 1ex; |
|---|
| 26 | } |
|---|
| 27 | |
|---|
| 28 | th.klask-header-right { |
|---|
| 29 | -moz-border-radius-topright : 1ex; |
|---|
| 30 | } |
|---|
| 31 | |
|---|
| 32 | th.klask-footer-left { |
|---|
| 33 | -moz-border-radius-bottomleft : 1ex; |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | th.klask-footer-right { |
|---|
| 37 | -moz-border-radius-bottomright : 1ex; |
|---|
| 38 | } |
|---|
| 39 | |
|---|
| 40 | table.sortable td { |
|---|
| 41 | border : 1px solid #AAA; |
|---|
| 42 | border-top : 1px solid #AAA; |
|---|
| 43 | border-bottom : 1px solid #AAA; |
|---|
| 44 | border-left : 1px solid #AAA; |
|---|
| 45 | border-right : 1px solid #AAA; |
|---|
| 46 | } |
|---|
| 47 | |
|---|
| 48 | tr.odd td { |
|---|
| 49 | background : #DBF9CF; |
|---|
| 50 | border-collapse : collapse; |
|---|
| 51 | font-family : Courier; |
|---|
| 52 | padding-left : 0.5ex; |
|---|
| 53 | padding-right : 0.5ex; |
|---|
| 54 | } |
|---|
| 55 | |
|---|
| 56 | tr.even td { |
|---|
| 57 | background : #FFF; |
|---|
| 58 | border-collapse : collapse; |
|---|
| 59 | font-family : Courier; |
|---|
| 60 | padding-left : 0.5ex; |
|---|
| 61 | padding-right : 0.5ex; |
|---|
| 62 | } |
|---|
| 63 | |
|---|
| 64 | td.bklask-port { |
|---|
| 65 | text-align : right; |
|---|
| 66 | } |
|---|
| 67 | |
|---|
| 68 | td.bklask-arrow { |
|---|
| 69 | text-align : left; |
|---|
| 70 | text-indent : -5.5ex; |
|---|
| 71 | padding-left : 6.5em !important; |
|---|
| 72 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.