.cmbox{
border-color: #a2a9b1;
/* Supposedly necessary when embedded in other templates, we'll see... */
color: var(--theme-page-text-color);
}
/* Type */
@media screen{
/* Dark theme */
body[data-theme="dark"] .cmbox-content{
background-color: #331a00;
}
body[data-theme="dark"] .cmbox-style{
background-color: #332b00;
}
body[data-theme="dark"] .cmbox-notice{
background-color: #0d1a27;
}
body[data-theme="dark"] .cmbox-move{
background-color: #08001a;
}
/* Light theme */
body[data-theme="light"] .cmbox-content{
background-color: #ffe7ce;
}
body[data-theme="light"] .cmbox-style{
background-color: #fff9db;
}
body[data-theme="light"] .cmbox-notice{
background-color: #dfe8ff;
}
body[data-theme="light"] .cmbox-move{
background-color: #e4d8ff;
}
}
@media print{
.cmbox-content{
background-color: #ffe7ce;
}
.cmbox-style{
background-color: #fff9db;
}
.cmbox-notice{
background-color: #dfe8ff;
}
.cmbox-move{
background-color: #e4d8ff;
}
}
/* [[Category:Memory Alpha CSS]] */