.settings {
list-style: none; margin: 0; padding: 0;
}
.settings li {
margin-bottom: .5em;
}
.key, .extension, .value, .default-value {
font-family: "Arvo","andale mono","lucida console",monospace;
}
.key, .extension.active {
font-weight: bold; color: #002B36;
}
.default {
font-style: italic; margin-left: .5em; font-size: .85em;
}
.value {
color: #002B36; white-space: pre-wrap;
}
.description {
margin: 0;
}
.extensions .settings {
margin-left: 1em;
}
.inactive {
color: #999999;
}
.inactive:after {
content: "Inactive"; font-weight: bold; color: #999999; margin-left: 10px; font-size: .7em;
}