Difference between revisions of "Archimedes.css"
Jump to navigation
Jump to search
Archimedes (talk | contribs) m |
Archimedes (talk | contribs) m |
||
Line 29: | Line 29: | ||
background: -moz-linear-gradient(-80deg, rgba(128, 128, 128, .3), rgba(0, 0, 0, .3)); | background: -moz-linear-gradient(-80deg, rgba(128, 128, 128, .3), rgba(0, 0, 0, .3)); | ||
background-color: #000; | background-color: #000; | ||
+ | } | ||
+ | |||
+ | .loki-cell { | ||
+ | border: solid 1px #000000 !important; | ||
} | } |
Revision as of 20:17, 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;
}
.loki-cell {
border: solid 1px #000000 !important;
}