Divided the custom css into several files
It is more obvious what is supported.
This commit is contained in:
86
dark_settings.css
Normal file
86
dark_settings.css
Normal file
@@ -0,0 +1,86 @@
|
||||
/*
|
||||
* 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 */
|
Reference in New Issue
Block a user