Template:ArchivedDiscussion/styles.css
Appearance
.tmpl-archived {
color:#333;
background-color:#effafa;
font-size:90%;
padding: 0 1em;
text-align:left;
width:100%;
float: right;
}
.tmpl-archived td > div {
display: none;
}
.tmpl-archived td > .tmpl-archived-display,
.tmpl-archived:target td > div {
display: block;
}
.tmpl-archived:target td > .tmpl-archived-display {
display: none;
}
@media screen and (min-width: 740px) {
.tmpl-archived {
float: right;
margin-left: 1em;
border:1px solid #ccc;
width:40%;
}
.tmpl-archived td > div {
display: block;
}
/* hide revealing link */
.tmpl-archived td > .tmpl-archived-display {
display: none;
}
}
@media screen {
html.skin-theme-clientpref-night .tmpl-archived {
background-color: #27292D;
color: white;
}
}
@media screen and ( prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .tmpl-archived {
background-color: #27292D;
color: white;
}
}