re-org
This commit is contained in:
parent
aeaab4780c
commit
f48e20fe29
10 changed files with 0 additions and 0 deletions
25
config/custom.css
Executable file
25
config/custom.css
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
/* 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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue