Πρότυπο:Άδεια χρήσης αρχείου/style.css
Εμφάνιση
.licensetag {
margin: 4px 10%;
border-collapse: collapse;
width:80%;
border:2px solid #8888aa;
padding:5px; }
.licensetag-free {
background-color:#ecfcf4;
border:2px solid green; }
.licensetag-freeicon {
border-left: 20px solid green;
width:100px;
text-align:center; }
.licensetag-nonfree {
background-color:#fffacd;
border:2px solid orange; }
.licensetag-nonfreeicon {
border-left: 20px solid orange;
width:100px;
text-align:center; }
.licensetag-bad {
background-color:pink;
border:2px solid red; }
.licensetag-badicon {
border-left: 20px solid red;
width:100px;
text-align:center; }
@media screen {
html.skin-theme-clientpref-night .licensetag-nonfree {
background-color: #444125;
border-color: #815b15;
}
html.skin-theme-clientpref-night .licensetag-nonfreeicon {
background-color: #444125;
border-color: #815b15;
}
html.skin-theme-clientpref-night .licensetag-free {
background-color: #002412;
border-color: #013601;
}
html.skin-theme-clientpref-night .licensetag-freeicon {
background-color: #002412;
border-color: #013601;
}
html.skin-theme-clientpref-night .licensetag-bad {
background-color: #301318;
border-color: #5e0d0d;
}
html.skin-theme-clientpref-night .licensetag-badicon {
background-color: #301318;
border-color: #5e0d0d;
}
}
@media screen and ( prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .licensetag-nonfree {
background-color: #444125;
border-color: #815b15;
}
html.skin-theme-clientpref-os .licensetag-nonfreeicon {
background-color: #444125;
border-left: #815b15;
}
html.skin-theme-clientpref-os .licensetag-free {
background-color: #002412;
border-color: #013601;
}
html.skin-theme-clientpref-os .licensetag-freeicon {
background-color: #002412;
border-left: #013601;
}
html.skin-theme-clientpref-os .licensetag-bad {
background-color: #301318;
border-color: #5e0d0d;
}
html.skin-theme-clientpref-os .licensetag-badicon {
background-color: #301318;
border-color: #5e0d0d;
}
}