son gusti ma almeno si legge
This commit is contained in:
parent
392f79d040
commit
45196b08d6
1 changed files with 24 additions and 6 deletions
|
@ -2,21 +2,39 @@
|
|||
.talk-grid {
|
||||
table-layout: auto;
|
||||
width: 100%;
|
||||
border-collapse: unset;
|
||||
border-collapse: collapse;
|
||||
text-align: center;
|
||||
}
|
||||
.talk-grid > thead th:first-child {
|
||||
max-width: 5em;
|
||||
}
|
||||
td.talk {
|
||||
border: 1px solid;
|
||||
border-radius: 0.3em;
|
||||
|
||||
.talk-grid > thead th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
td.talk {
|
||||
width: 33%;
|
||||
border: 1px solid #444;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
td.talk > a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.talk-grid tr { line-height: 1em; }
|
||||
.talk-grid tr:hover {
|
||||
|
||||
.talk-grid tr:hover td:first-child {
|
||||
background-color: rgb(152, 14, 14);
|
||||
background-color: rgba(152, 14, 14, 0.79);
|
||||
}
|
||||
.talk-grid td:first-child { font-size: 60%; }
|
||||
|
||||
.talk-grid tr:hover td {
|
||||
background-color: rgb(60, 22, 22)
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<table class="talk-grid">
|
||||
|
|
Loading…
Reference in a new issue