# disk-usage-insights/1.0/res/css/styles.css

Disk Usage Insights, version 1.0. 45 lines.

- Page: https://pluginprobe.com/plugins/disk-usage-insights/1.0/code/res/css/styles.css
- Raw: https://pluginprobe.com/plugins/disk-usage-insights/1.0/raw/res/css/styles.css
- Modified: 2024-08-20T16:21:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/disk-usage-insights/1.0/code/res/css/styles.css#L10-L20`.

```css
.DUI-panel {
    background-color: white;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
@media only screen and (min-width: 1400px) {
    .DUI-panel--TOP10 {
        max-width:49%;
        width:49%;
        float:left;
    }
}

@media only screen and (min-width: 1024px) {
    .show-desktop { display: block; }
}
@media only screen and (max-width: 1023px) {
    .show-desktop { display: none; }
}


.DUI-panel__headline { 
    padding: 6px 10px 6px 10px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
}
.DUI-panel__content {
    padding: 6px;
}
.DUI-panel__content--title {
    padding: 20px;
}


.DUI-table {
    _border: 1px solid #aaa;
    font-size: 1.0em;
    color: black;
}
.DUI-table td { overflow-wrap: anywhere; }
.DUI-table thead th { border-bottom: 1px solid #eee;  }
.DUI-table tbody tr:nth-child(odd) { background-color: white; }
.DUI-table tbody tr:nth-child(even) { background-color: white; }
.DUI-table__col--number { text-align: right; white-space: nowrap; }
```
