8000 csswg-drafts/geocities.css at adb9dac7e7b3b2743b0f38882c30bef6802cf0fd · xfq/csswg-drafts · GitHub
Skip to content

Latest commit

 

History

History
executable file
·
604 lines (529 loc) · 14.9 KB

File metadata and controls

executable file
·
604 lines (529 loc) · 14.9 KB
text-align: center;
}
.data td, .data thx,
.proptable td, .proptable thx {
padding: 0.5em;
text-align: center;
border-top: 1px dotted;
}
.data thead td:empty {
padding: 0;
border: 0;
}
.data thead th[scope="row"],
.proptable thead th[scope="row"] {
text-align: right;
color: inherit;
}
.data thead,
.proptable thead,
.data tbody,
.proptable tbody {
color: inherit;
border-bottom: 1px solid;
}
.data colgroup {
border-left: 1px solid;
}
.data tbody th:first-child,
.proptable tbody th:first-child ,
.data tbody td[scope="row"]:first-child,
.proptable tbody td[scope="row"]:first-child {
text-align: right;
color: inherit;
border-right: 1px solid;
border-top: 1px dotted;
padding-right: 1em;
}
.data tbody th[rowspan],
.proptable tbody th[rowspan],
.data tbody td[rowspan],
.proptable tbody td[rowspan]{
border-left: 1px dotted;
}
.data tbody th[rowspan]:first-child,
.proptable tbody th[rowspan]:first-child,
.data tbody td[rowspan]:first-child,
.proptable tbody td[rowspan]:first-child{
border-left: 0;
border-right: 1px dotted;
}
.complex.data th,
.complex.data td {
border: 1px dotted;
}
.data img {
vertical-align: middle;
}
table.propdef {
table-layout: auto;
}
.propdef th {
font-style: italic;
font-weight: normal;
text-align: left;
width: 3em;
}
dt dfn code {
font-size: inherit;
}
/* This is mostly to make the list inside the CR exit criteria more compact. */
ol.inline, ol.inline li {display: inline; padding: 0; margin: 0}
ol.inline {counter-reset: list-item}
ol.inline li {counter-increment: list-item}
ol.inline li:before {content: "(" counter(list-item) ") "; font-weight: bold}
/* This styles the obsoletion notice on some of our older/abandoned specs. */
details.obsolete[open] {
background: #fdd;
color: red;
font-weight: bold;
text-align: center;
padding: .5em;
border: thick solid red;
border-radius: 1em;
position: fixed;
left: 1em;
right: 1em;
bottom: 1em;
z-index: 1000;
}
details.obsolete:not([open]) > summary {
background: #fdd;
color: red;
font-weight: bold;
text-align: center;
padding: .5em;
}