euscanwww: category, categories and package views

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary
2011-04-15 00:24:45 +02:00
parent 25964491dd
commit 2dee08dfb7
13 changed files with 173 additions and 64 deletions

View File

@ -137,43 +137,6 @@ dd {
padding: 5px;
}
table {
border:3px solid #55534E;
border-collapse:collapse;
width:90%;
margin:auto;
}
thead, tfoot {
border:1px solid #55534E;
}
tbody {
background-color:#FFFFFF;
border:1px solid #55534E;
}
tbody tr.even {
background-color: #eee;
}
tbody tr.odd {
background-color: #fff;
}
tbody tr:hover {
background: #DFD9CD;
}
th {
border:1px dotted #55534E;
padding:5px;
background-color: #DFD9CD;
}
td {
border:1px solid #55534E;
padding:5px;
text-align:left;
}
h1 {
width: 20em;
@ -184,9 +147,11 @@ h1 {
.ok {
color:#15B100;
}
.bad {
color:#FFFFFF;
}
hr
{
margin: 0.3em 1em 0.3em 1em;

View File

@ -463,43 +463,43 @@ tr.even.gradeU td.sorting_3 {
/*
* Row highlighting example
*/
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
tbody tr.even:hover, #example tbody tr.even td.highlighted {
background-color: #ECFFB3;
}
.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
background-color: #E6FF99;
}
.ex_highlight_row #example tr.even:hover {
tr.even:hover {
background-color: #ECFFB3;
}
.ex_highlight_row #example tr.even:hover td.sorting_1 {
tr.even:hover td.sorting_1 {
background-color: #DDFF75;
}
.ex_highlight_row #example tr.even:hover td.sorting_2 {
tr.even:hover td.sorting_2 {
background-color: #E7FF9E;
}
.ex_highlight_row #example tr.even:hover td.sorting_3 {
tr.even:hover td.sorting_3 {
background-color: #E2FF89;
}
.ex_highlight_row #example tr.odd:hover {
tr.odd:hover {
background-color: #E6FF99;
}
.ex_highlight_row #example tr.odd:hover td.sorting_1 {
tr.odd:hover td.sorting_1 {
background-color: #D6FF5C;
}
.ex_highlight_row #example tr.odd:hover td.sorting_2 {
tr.odd:hover td.sorting_2 {
background-color: #E0FF84;
}
.ex_highlight_row #example tr.odd:hover td.sorting_3 {
tr.odd:hover td.sorting_3 {
background-color: #DBFF70;
}