/* Style per il template Informazioni file */
/* [[Categoria:Fogli di stile TemplateStyles]] */
#fileinfotpl_desc, #fileinfotpl_src, #fileinfotpl_date, #fileinfotpl_aut, #fileinfotpl_perm, #fileinfotpl_own {
background:#ccf;
color: #000;
text-align: right;
padding-right: 0.4em;
width: 15%;
}
.informazioni-file {
background: #f8f9fa;
color: #000;
border: 1px solid #a2a9b1;
width: 100%;
}
#fileinfotpl_ver {
background: #ccf;
color: #000;
text-align: right;
padding-right: 0.4em;
}
/*** DARK MODE ***/
@media screen {
html.skin-theme-clientpref-night .informazioni-file {
background: #1f1f23 !important;
color: #f8f9fa;
border: 1px solid #54595d;
}
html.skin-theme-clientpref-night .itwiki_template_copyright {
background: #595926 !important;
}
}
@media screen and ( prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .informazioni-file {
background: #1f1f23 !important;
color: #f8f9fa;
border: 1px solid #54595d;
}
html.skin-theme-clientpref-os .itwiki_template_copyright {
background: #595926 !important;
}
}