User:INoMed/common.css: Difference between revisions

Lemme test this shadow
(Undid edit by INoMed: I shouldn't be messing with my css, lest I get probated for a second time)
(Lemme test this shadow)
Line 157: Line 157:
#footer-info-copyright,
#footer-info-copyright,
#footer-icons { display: none; }
#footer-icons { display: none; }
#footer-info-lastmod { font-weight: bold !important; color: #000000; text-shadow: -1px -1px 0 yellow, -2px -2px 0 yellow, -3px -3px 0 black; font-family: 'Black Ops One', cursive !important; font-size: 8pt important; margin: -0.7em 0em 0em 0em !important; }
#footer-info-lastmod { font-weight: bold !important; color: #000000; font-family: 'Black Ops One', cursive !important; font-size: 8pt important; margin: -0.7em 0em 0em 0em !important; animation: rainbow 2s infinite; }
/* Rainbow text shadow (On some devices, this may lag.) */
@keyframes rainbow {
0% { text-shadow: -1px -1px 0 red, -2px -2px 0 red, -3px -3px 0 black; }
20% { text-shadow: -1px -1px 0 yellow, -2px -2px 0 yellow, -3px -3px 0 black; }
40% { text-shadow: -1px -1px 0 green, -2px -2px 0 green, -3px -3px 0 black; }
60% { text-shadow: -1px -1px 0 blue, -2px -2px 0 blue, -3px -3px 0 black; }
80% { text-shadow: -1px -1px 0 purple, -2px -2px 0 purple, -3px -3px 0 black; }
100% { text-shadow: -1px -1px 0 red, -2px -2px 0 red, -3px -3px 0 black; }
}
/* Rollback settings */
/* Rollback settings */
.mw-rollback-link {
.mw-rollback-link {
Line 268: Line 277:
/* footer */
/* footer */
#footer {
#footer {
  background:#ff0000 !important;
   border:2px solid #000000 !important; border-radius: 1em; box-shadow: -2px 2px 3px #000000, -2px 2px 3px black inset; height: 5px; position: fixed; bottom: 170px; right: 725px; width: 450px; transform: rotate(90deg); background: red !important; }
   border:2px solid #000000 !important; border-radius: 1em; box-shadow: -2px 2px 3px #000000, -2px 2px 3px black inset; height: 5px; position: fixed; bottom: 170px; right: 725px; width: 450px; transform: rotate(90deg);  
}
/* Recent Changes Options */
/* Recent Changes Options */
.rcoptions, .mw-recentchanges-table td, .mw-changeslist-legend {
.rcoptions, .mw-recentchanges-table td, .mw-changeslist-legend {
Line 390: Line 397:


/* the super-background */
/* the super-background */
body {
body { background-color: #ff0000 !important; }
  background-color:#ff0000 !important;
}
}