Difference between revisions of "Archimedes.css"
Jump to navigation
Jump to search
Archimedes (talk | contribs) m |
Archimedes (talk | contribs) m |
||
Line 26: | Line 26: | ||
.loki-cell-table { | .loki-cell-table { | ||
− | background: -webkit-gradient(linear, 48% top, 52% bottom, from(rgba( | + | background: -webkit-gradient(linear, 48% top, 52% bottom, from(rgba(25, 25, 25, .3)), to(rgba(0, 0, 0, .3))); |
− | background: -moz-linear-gradient(-80deg, rgba( | + | background: -moz-linear-gradient(-80deg, rgba(25, 25, 25, .3), rgba(0, 0, 0, .3)); |
background-color: #000; | background-color: #000; | ||
} | } |
Revision as of 21:03, 30 December 2024
body {
background-color: #808080;
}
- mw-head {
background-color: #808080;
}
.mw-head-base .mw-normal-catlkinks {
background-color: #808080;
}
.mw-body {
background-color: #808080; border: 2px; border-left: 1px solid #a2a9b1
}
- catlinks {
background-color: #808080;
}
.catlinks {
background-color: #808080;
}
.loki-cell-table {
background: -webkit-gradient(linear, 48% top, 52% bottom, from(rgba(25, 25, 25, .3)), to(rgba(0, 0, 0, .3))); background: -moz-linear-gradient(-80deg, rgba(25, 25, 25, .3), rgba(0, 0, 0, .3)); background-color: #000;
}
.loki-cell {
border: solid 1px #000000 !important;
}