25 lines
No EOL
590 B
CSS
Executable file
25 lines
No EOL
590 B
CSS
Executable file
/* custom.css */
|
|
|
|
body {
|
|
background-size: cover !important;
|
|
background-position: center center !important;
|
|
background-attachment: fixed !important;
|
|
}
|
|
|
|
/* Per-tab backgrounds */
|
|
body.tab-glance {
|
|
background-image: url("/images/bg-glance.jpg") !important;
|
|
}
|
|
|
|
body.tab-pncharris {
|
|
background-image: url("/images/pncharris-bg.png") !important;
|
|
}
|
|
|
|
body.tab-netgrimoire {
|
|
background-image: url("/images/bg-netgrimoire.jpg") !important;
|
|
}
|
|
|
|
body.tab-wasted-bandwidth {
|
|
background-image: url("/images/bg-wasted-bandwidth.jpg") !important;
|
|
}
|
|
|