Captain ALM
5fcfb11c65
All checks were successful
continuous-integration/drone/push Build is passing
40 lines
969 B
CSS
40 lines
969 B
CSS
/*
|
|
This file is (C) Captain ALM
|
|
Under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License
|
|
*/
|
|
body{
|
|
color: #f9f9f9;
|
|
background-color: #050506;
|
|
border-color: #696969;
|
|
}
|
|
a{
|
|
color: #b0b0f0;
|
|
}
|
|
.header, nav, footer, .so-pane{
|
|
background-color: #1d1d1e;
|
|
}
|
|
.home-button > div, .sort-button > div, .menu a, .vmenu a, .so-pane > form > div > * > *{
|
|
color: #e0e0e0;
|
|
}
|
|
.home-button:hover, .menu a:hover, .vmenu a:hover, .hmb:hover, .sort-button:hover, .sort-menu:checked ~ .sort-button, .sort-button-active, .so-pane > form > div > span > input, .so-pane > form > div > div > select{
|
|
background-color: #606061;
|
|
}
|
|
.hmb-line, .hmb-line::before, .hmb-line::after{
|
|
background: #e0e0e0;
|
|
}
|
|
.main-box{
|
|
background-color: #0f0f0f;
|
|
}
|
|
.item-table{
|
|
background-color: #3f3f3f;
|
|
border-color: #f5deb3;
|
|
}
|
|
.so-pane, .header{
|
|
border-color: #6f6f6f;
|
|
}
|
|
.image-box, .item-heading{
|
|
background-color: #4f4f4f;
|
|
}
|
|
.image-box > a{
|
|
border-color: #b0b0f0;
|
|
} |