Files
dark_larry/dark_settings.css
efelon dc08d3c06e Divided the custom css into several files
It is more obvious what is supported.
2019-11-21 14:09:34 +01:00

87 lines
1.4 KiB
CSS

/*
* General color definition: see dark_styles.css
*/
/* Settings */
#settings-tabs .listitem a {
color: #eee;
}
#settings-sections .selected a {
color: #333;
background-color: #aaa;
}
#settings-tabs .listitem {
background-color: #333;
border-color: #555;
}
/* eof Settings */
/* Settings Section */
.uibox {
background-color: #333;
border-color: #555 !important;
}
.uibox .boxtitle {
color: #eee;
background-color: #444;
}
#subscription-table li.root {
background-color: #333;
}
#identities-table .selected td,
#filtersetslist .selected td,
#filterslist .selected td,
#responses-table .selected td,
#sections-table .selected td {
color: #333 !important;
background-color: #aaa;
}
#identities-table td,
#responses-table td,
#filtersetslist td,
#filterslist td,
.listbox,
.uibox td.section {
color: #eee !important;
background-color: #333;
border-color: #555;
}
#identities-table tr.selected td {
color: #333;
background-color: #aaa;
}
/* eof Settings Section */
/* Settings modification area*/
table.propform td.title {
color: #eee;
}
body.iframe .boxtitle,
body.iframe .footerleft.floating {
color: #eee;
background-color: #444;
border-color: #555;
}
ul.proplist li,
table.propform td {
color: #eee;
background-color: #333;
border-color: #555;
border-width: 1px;
}
.footerleft {
background-color: #444;
padding: 8px;
}
/* eof Settings modifications area */