|
52 | 52 | display: table;
|
53 | 53 | }
|
54 | 54 |
|
55 |
| -/******************************************************************************/ |
56 |
| -/* Tables */ |
57 |
| -/******************************************************************************/ |
58 |
| - |
59 |
| -/* XXX: Remove these once all specs are bikeshedded or Bert's processor generates .def/.index classes */ |
60 |
| - |
61 |
| -/** Property/Descriptor Definition Tables *************************************/ |
62 |
| - |
63 |
| - table.propdef, table.propdef-extra, |
64 |
| - table.descdef, table.definition-table { |
65 |
| - page-break-inside: avoid; |
66 |
| - width: 100%; |
67 |
| - margin: 1.2em 0; |
68 |
| - border-left: 0.5em solid #8CCBF2; |
69 |
| - padding: 0.5em 1em; |
70 |
| - background: #DEF; |
71 |
| - border-spacing: 0; |
72 |
| - } |
73 |
| - |
74 |
| - table.propdef td, table.propdef-extra td, |
75 |
| - table.descdef td, table.definition-table td, |
76 |
| - table.propdef th, table.propdef-extra th, |
77 |
| - table.descdef th, table.definition-table th { |
78 |
| - padding: 0.5em; |
79 |
| - vertical-align: baseline; |
80 |
| - border-bottom: 1px solid #bbd7e9; |
81 |
| - } |
82 |
| - table.propdef > tbody > tr:last-child th, |
83 |
| - table.propdef-extra > tbody > tr:last-child th, |
84 |
| - table.descdef > tbody > tr:last-child th, |
85 |
| - table.definition-table > tbody > tr:last-child th, |
86 |
| - table.propdef > tbody > tr:last-child td, |
87 |
| - table.propdef-extra > tbody > tr:last-child td, |
88 |
| - table.descdef > tbody > tr:last-child td, |
89 |
| - table.definition-table > tbody > tr:last-child td { |
90 |
| - border-bottom: 0; |
91 |
| - } |
92 |
| - |
93 |
| - table.propdef th, |
94 |
| - table.propdef-extra th, |
95 |
| - table.descdef th, |
96 |
| - table.definition-table th { |
97 |
| - font-style: italic; |
98 |
| - font-weight: normal; |
99 |
| - width: 8.3em; |
100 |
| - padding-left: 1em; |
101 |
| - } |
102 |
| - |
103 |
| - /* For when values are extra-complex and need formatting for readability */ |
104 |
| - table td.pre { |
105 |
| - white-space: pre-wrap; |
106 |
| - } |
107 |
| - |
108 |
| - /* A footnote at the bottom of a propdef */ |
109 |
| - table.propdef td.footnote, |
110 |
| - table.propdef-extra td.footnote, |
111 |
| - table.descdef td.footnote, |
112 |
| - table.definition-table td.footnote { |
113 |
| - padding-top: 0.6em; |
114 |
| - } |
115 |
| - table.propdef td.footnote::before, |
116 |
| - table.propdef-extra td.footnote::before, |
117 |
| - table.descdef td.footnote::before, |
118 |
| - table.definition-table td.footnote::before { |
119 |
| - content: " "; |
120 |
| - display: block; |
121 |
| - height: 0.6em; |
122 |
| - width: 4em; |
123 |
| - border-top: thin solid; |
124 |
| - } |
125 |
| - |
126 |
| - .all-media { |
127 |
| - font-style: italic; |
128 |
| - } |
129 | 55 |
|
130 | 56 | /** Profile Tables ************************************************************/
|
131 | 57 | /* table of required features in a CSS profile */
|
|
0 commit comments