1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00
bozon_ynh/sources/templates/default/css/stats.css
2016-03-23 19:30:43 +01:00

77 lines
1.1 KiB
CSS

/* Stats */
#stats a {
color: #3e58f7;
}
#stats a:hover {
text-decoration: underline;
}
#stats h1 {
margin-bottom: 10px;
}
#stats .pagination {
text-align: center;
padding: 10px 0;
}
#stats table {
border-spacing: 0;
border-collapse: collapse;
margin: 0 auto;
width: calc(100% - 8px);
table-layout: fixed;
background: #ddd;
box-shadow: inset 0 0 3px rgba(0,0,0,0.35);
}
#stats table thead th {
background: #bbb;
padding: 10px;
cursor: pointer;
border-bottom: 1px solid #aaa;
}
#stats table thead th,
#stats table td {
text-align: center;
vertical-align: middle;
}
#stats table th.date,
#stats table td.date,
#stats table th.owner,
#stats table td.owner,
#stats table th.ip,
#stats table td.ip,
#stats table th.host,
#stats table td.host {
width: 160px;
}
#stats table tr:nth-child(odd) {
background: #ccc;
}
#stats table td {
overflow: hidden;
word-wrap: break-word;
}
#stats .origin{padding:5px;}
#stats #trash,
#stats #feeds {
text-align: center;
}
#stats #trash a {
height: 25px;
line-height: 25px;
vertical-align: middle;
padding-left: 20px;
}
#stats #message {
padding: 40px 0;
text-align: center;
}