Sha256: 53066530dd1587fc9d9e927dbb8f847674b764d3ee5d12df005351ec1e449946
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
/** * ------------------------------------------------------------------------------------------------- # * * Tables | Tabellen * * (en) Generic classes for table-width and design definition * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen * * @section content-tables */ table { width: auto; border-collapse: collapse; margin-bottom: 0.5em; border-top: 2px #888 solid; border-bottom: 2px #888 solid; caption { font-variant: small-caps; } &.full { width: 100%; } &.fixed { table-layout: fixed; } } th, td { padding: 0.5em; } thead th { color: #000; border-bottom: 2px #800 solid; } tbody { th { background: #e0e0e0; color: #333; &[scope="row"], &.sub { background: #f0f0f0; } border-bottom: 1px solid #fff; text-align: left; } td { border-bottom: 1px solid #eee; } tr:hover { th[scope="row"], tbody th.sub { background: #f0e8e8; } td { background: #fff8f8; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cyaml-0.0.35 | stylesheets/cyaml/screen/content_table.scss |