MediaWiki:Common.css: Difference between revisions

From Chibi-Robo! Wiki
Jump to navigation Jump to search
(New URL)
mNo edit summary
Line 9: Line 9:
   border: 1px solid;
   border: 1px solid;
}
}
/* Infobox templates */
.infobox {
float: right;
clear: right;


body {
body {
   background-image: url(https://chibi-robo.wiki/w/images/b/b5/Site-background-light);
   background-image: url(https://chibi-robo.wiki/w/images/b/b5/Site-background-light);
}
}

Revision as of 19:02, 31 May 2024

/* CSS placed here will be applied to all skins */

/* Infobox borders */
.infobox, 
.infobox td, 
.infobox tr, 
.infobox th {
  border-collapse: collapse;
  border: 1px solid;
}
/* Infobox templates */
.infobox {
	float: right;
	clear: right;

body {
  background-image: url(https://chibi-robo.wiki/w/images/b/b5/Site-background-light);
}