euscanwww: charts, about, etc...

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary
2011-04-25 22:27:32 +02:00
parent 13dd433996
commit 0aba96f66f
30 changed files with 504 additions and 121 deletions

View File

View File

@ -148,10 +148,6 @@ h1 {
color:#15B100;
}
.bad {
color:#FFFFFF;
}
hr
{
margin: 0.3em 1em 0.3em 1em;
@ -230,3 +226,26 @@ th
clear: both;
}
.package_stat {
width: 40px;
float: right;
height: 5px;
border: 1px solid #ccc;
}
.package_stat div {
float: left;
height: 5px;
}
.package_stat .packaged {
background: #85ACFF;
}
.package_stat .overlay {
background: #C6D9FD;
}
.package_stat .upstream {
background: #FDEADD;
}

View File

@ -184,20 +184,12 @@ table.display td.center {
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables row classes
*/
table.display tr.gradeA {
background-color: #ddffdd;
table.display td.bad {
background-color: #FFDFDF;
}
table.display tr.gradeC {
background-color: #ddddff;
}
table.display tr.gradeX {
background-color: #ffdddd;
}
table.display tr.gradeU {
background-color: #ddd;
table.display td.ugly {
background-color: #EDB9B9;
}
tr {
@ -335,22 +327,6 @@ table.KeyTable td.focus {
border: 3px solid #3366FF;
}
table.display tr.gradeA {
background-color: #eeffee;
}
table.display tr.gradeC {
background-color: #ddddff;
}
table.display tr.gradeX {
background-color: #ffdddd;
}
table.display tr.gradeU {
background-color: #ddd;
}
div.box {
height: 100px;
padding: 10px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB