On Friday, April 19, 2024 at 10:00 PM New York time, all OpenWiki Project sites will be undergoing scheduled maintenance for about 2 hours. Expect read-only access and brief periods of downtime.

MediaWiki:Common.css

From WiKirby, your independent source of Kirby knowledge.
Revision as of 17:40, 2 February 2019 by Moydow (talk | contribs)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

 .wkfelt { background-color:#FFDEAD; background-image:url(/w/images/3/3f/WKfelt.png); }

 .stars { background-color:#90EE90; background-image:url(/w/images/0/0e/BGStars.png); }

 .wkyellow { background-color:#FAF191; background-image:url(/w/images/9/9d/BackYellow.png); }

 .wkblue { background-color:#DFEAFE; background-image:url(/w/images/e/eb/BackBlue.png); }

 .wkred { background-color:#E47575; background-image:url(/w/images/4/42/BackRed.png); }

 .wkcork { background-color:#FAF191; background-image:url(/w/images/5/5a/BackCork.png); }

 .wksky { background-color:#DFEAFE; background-image:url(/w/images/b/ba/BackSky.png); }

/* Coloured usernames for staff in the recent changes.

Vellidragon */
table.diff a[title="User:Vellidragon"], ul#pagehistory li a[title="User:Vellidragon"], ul.special li a[title="User:Vellidragon"], table.mw-enhanced-rc a[title="User:Vellidragon"], table.TablePager a[title="User:Vellidragon"], #content ul li a[title="User:Vellidragon"], div.gallerytext a[title="User:Vellidragon"], /*

FalcoLau */
table.diff a[title="User:FalcoLau"], ul#pagehistory li a[title="User:FalcoLau"], ul.special li a[title="User:FalcoLau"], table.mw-enhanced-rc a[title="User:FalcoLau"], table.TablePager a[title="User:FalcoLau"], #content ul li a[title="User:FalcoLau"], div.gallerytext a[title="User:FalcoLau"], /*

Fubaka */
table.diff a[title="User:Fubaka"], ul#pagehistory li a[title="User:Fubaka"], ul.special li a[title="User:Fubaka"], table.mw-enhanced-rc a[title="User:Fubaka"], table.TablePager a[title="User:Fubaka"], #content ul li a[title="User:Fubaka"], div.gallerytext a[title="User:Fubaka"], /*

T.c.w7468 */
table.diff a[title="User:T.c.w7468"], ul#pagehistory li a[title="User:T.c.w7468"], ul.special li a[title="User:T.c.w7468"], table.mw-enhanced-rc a[title="User:T.c.w7468"], table.TablePager a[title="User:T.c.w7468"], #content ul li a[title="User:T.c.w7468"], div.gallerytext a[title="User:T.c.w7468"], /*

Adam */
table.diff a[title="User:Adam"], ul#pagehistory li a[title="User:Adam"], ul.special li a[title="User:Adam"], table.mw-enhanced-rc a[title="User:Adam"], table.TablePager a[title="User:Adam"], #content ul li a[title="User:Adam"], div.gallerytext a[title="User:Adam"] { 

color: #D76EA6; 

} /* Patrollers

Raltseye */
table.diff a[title="User:Raltseye"], ul#pagehistory li a[title="User:Raltseye"], ul.special li a[title="User:Raltseye"], table.mw-enhanced-rc a[title="User:Raltseye"], table.TablePager a[title="User:Raltseye"], #content ul li a[title="User:Raltseye"], div.gallerytext a[title="User:Raltseye"] { 

color: #B500F1; 

}

/* Pink wikitable styling */
table.wikitable {
    background: #fff;
    margin: 1em 0;
    border: 1pt solid #000;
    border-collapse: collapse;
    color: black
}

table.wikitable > * > tr > td, table.wikitable > * > tr > th {
    border: 1pt solid #A92C3C;
    padding: 0.2em 0.4em;
}

table.wikitable > * > tr > th {
    background: #F59C98;
}

table.wikitable > * > tr:nth-child(odd) > td {
    background: #FACCC7;
}

table.wikitable > * > tr:nth-child(even) > td {
    background:#FFD8D2;
}