tables
This commit is contained in:
parent
a3ee79f77f
commit
45d833a799
2 changed files with 3 additions and 8 deletions
|
@ -9,6 +9,7 @@ $strong: #111;
|
||||||
$dim: #999;
|
$dim: #999;
|
||||||
$links: #55f;
|
$links: #55f;
|
||||||
$rule: #999;
|
$rule: #999;
|
||||||
|
$tr-rule: #ccc;
|
||||||
|
|
||||||
$width: 800px;
|
$width: 800px;
|
||||||
$margin: 17px;
|
$margin: 17px;
|
||||||
|
@ -58,8 +59,7 @@ em { font-style: italic; }
|
||||||
table { width: 100%; }
|
table { width: 100%; }
|
||||||
thead { color: $dim; }
|
thead { color: $dim; }
|
||||||
th, td { padding: 0.3em; }
|
th, td { padding: 0.3em; }
|
||||||
tr { border-bottom: 1px solid $dim; }
|
tr { border-bottom: 1px dotted $tr-rule; }
|
||||||
tbody tr:hover { border-bottom: 1px solid $strong; color: $strong; }
|
|
||||||
|
|
||||||
.publi_table td:nth-child(1) { width: 30%; }
|
.publi_table td:nth-child(1) { width: 30%; }
|
||||||
.publi_table td:nth-child(2) { width: 60%; }
|
.publi_table td:nth-child(2) { width: 60%; }
|
||||||
|
|
|
@ -172,12 +172,7 @@ th, td {
|
||||||
}
|
}
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
border-bottom: 1px solid #999999;
|
border-bottom: 1px dotted #cccccc;
|
||||||
}
|
|
||||||
|
|
||||||
tbody tr:hover {
|
|
||||||
border-bottom: 1px solid #111111;
|
|
||||||
color: #111111;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.publi_table td:nth-child(1) {
|
.publi_table td:nth-child(1) {
|
||||||
|
|
Loading…
Reference in a new issue