Difference between revisions of "Archimedes.css"
Jump to navigation
Jump to search
Archimedes (talk | contribs) m |
Archimedes (talk | contribs) m |
||
Line 23: | Line 23: | ||
.catlinks { | .catlinks { | ||
background-color: #808080; | background-color: #808080; | ||
+ | } | ||
+ | |||
+ | .loki-cell-table { | ||
+ | background: -webkit-gradient(linear, 48% top, 52% bottom, from(rgba(128, 128, 128, .3)), to(rgba(0, 0, 0, .3))); | ||
+ | background: -moz-linear-gradient(-80deg, rgba(128, 128, 128, .3), rgba(0, 0, 0, .3)); | ||
+ | background-color: #000; | ||
} | } |
Revision as of 20:16, 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(128, 128, 128, .3)), to(rgba(0, 0, 0, .3))); background: -moz-linear-gradient(-80deg, rgba(128, 128, 128, .3), rgba(0, 0, 0, .3)); background-color: #000;
}