Difference between revisions of "MediaWiki:Common.css"

no edit summary
 
(26 intermediate revisions by 2 users not shown)
Line 152: Line 152:
font-size: 125%;
font-size: 125%;
border: 2px solid red;
border: 2px solid red;
}
#p-personal li a {
        color:#FFF;
}
}


Line 1,084: Line 1,088:


/* Colored usernames for administators and bureaucrats on Special:RecentChanges
/* Colored usernames for administators and bureaucrats on Special:RecentChanges
2Tie */ table.diff a[title="User:2Tie"], ul#pagehistory li a[title="User:2Tie"], ul.special li a[title="User:2Tie"], /*


Alex95 */ table.diff a[title="User:Alex95"], ul#pagehistory li a[title="User:Alex95"], ul.special li a[title="User:Alex95"], /*
Alex95 */ table.diff a[title="User:Alex95"], ul#pagehistory li a[title="User:Alex95"], ul.special li a[title="User:Alex95"], /*


Blue Ninjakoopa */
Archaic */ table.diff a[title="User:Archaic"], ul#pagehistory li a[title="User:Archaic"], ul.special li a[title="User:Archaic"], /*
table.diff a[title="User:Blue Ninjakoopa"], ul#pagehistory li a[title="User:Blue Ninjakoopa"], ul.special li a[title="User:Blue Ninjakoopa"], /*


Cipriano 119 */ table.diff a[title="User:Cipriano 119"], ul#pagehistory li a[title="User:Cipriano 119"], ul.special li a[title="User:Cipriano 119"], /*
GuyPerfect */ table.diff a[title="User:GuyPerfect"], ul#pagehistory li a[title="User:GuyPerfect"], ul.special li a[title="User:GuyPerfect"], /*


Hope(N Forever) */ table.diff a[title="User:Hope(N Forever)"], ul#pagehistory li a[title="User:Hope(N Forever)"], ul.special li a[title="User:Hope(N Forever)"], /*
Hope(N Forever) */ table.diff a[title="User:Hope(N Forever)"], ul#pagehistory li a[title="User:Hope(N Forever)"], ul.special li a[title="User:Hope(N Forever)"], /*


Neo */ table.diff a[title="User:Neo"], ul#pagehistory li a[title="User:Neo"], ul.special li a[title="Neo"], /*
Justin */ table.diff a[title="User:Justin"], ul#pagehistory li a[title="User:Justin"], ul.special li a[title="User:Justin"], /*
 
RAP */ table.diff a[title="User:RAP"], ul#pagehistory li a[title="User:RAP"], ul.special li a[title="User:RAP"], /*
 
Results May Vary */ table.diff a[title="User:Results May Vary"], ul#pagehistory li a[title="User:Results May Vary"], ul.special li a[title="User:Results May Vary"], /*


Tacopill */ table.diff a[title="User:Tacopill"], ul#pagehistory li a[title="User:Tacopill"], ul.special li a[title="User:Tacopill"], /*
Tacopill */ table.diff a[title="User:Tacopill"], ul#pagehistory li a[title="User:Tacopill"], ul.special li a[title="User:Tacopill"], /*


ToastUltimatum */ table.diff a[title="User:ToastUltimatum"], ul#pagehistory li a[title="User:ToastUltimatum"], ul.special li a[title="User:ToastUltimatum"], /*
ToastUltimatum */ table.diff a[title="User:ToastUltimatum"], ul#pagehistory li a[title="User:ToastUltimatum"], ul.special li a[title="User:ToastUltimatum"] {
 
TW */ table.diff a[title="User:TW"], ul#pagehistory li a[title="User:TW"], ul.special li a[title="User:TW"], /*
 
Wolf O'Donnell */ table.diff a[title="User:Wolf O'Donnell"], ul#pagehistory li a[title="User:Wolf O'Donnell"], ul.special li a[title="User:Wolf O'Donnell"] {
color: #bf3f9f;
color: #bf3f9f;
}
body {
background: url(//starfoxwiki.info/w/Starfield.png);
}
}


table.infobox {
table.infobox {
text-align:right;
padding:0;
padding:0;
width:350px;
width:350px;
float: right;
float: right;
        margin: 0 0 1em 1.15em;
}
ul.gallery {
float: center;
}
.center {
        text-align: center;
}
img {
        image-rendering: optimizeSpeed;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: optimize-contrast;
        image-rendering: crisp-edges;
        image-rendering: pixelated;
        -ms-interpolation-mode: nearest-neighbor;
}
/* wikitable for lylat wiki */
table.wikitable {background:#fff;margin:1em 0;border:1pt solid #DF2500;border-collapse:collapse;color:black}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1pt solid #DF2500;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: #FFD67D;}
/* Button; copied from https://www.w3schools.com/css/css3_buttons.asp */
.button
{
  background-color: #32CD32; /* Green */
  border: solid 1.5px white;
  border-radius: 0.2em;
  color: white;
  padding: 5px 8px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}
/* Turn button link text white */
.button a:link {
  color: white;
}
.button a:visited {
  color: white;
}
/* Turn wikitable header link text white */
.wikitable th a:link {
  color: white;
}
.wikitable th a:visited {
color: white;
}
}