MediaWiki:Common.css: Difference between revisions

From Medapedia
Jump to navigationJump to search
(Switched to the uploaded version)
(HTTPS!)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body { background-image:url("http://medarot.meowcorp.us/w/images/2/26/Background.png"); background-repeat:repeat;}
body {
  background-image: url("https://medarot.meowcorp.us/w/images/2/26/Background.png");
  background-repeat: repeat;}
 
div#content {margin-right: 20px;}
 
.collapsible {position:relative;}
.collapseButton {color: inherit;}
 
.infobox {
  margin-bottom: 3px;
  margin-left: 5px;
  float: right;
  clear: right;}
 
.fullwidth {text-transform:fullwidth;}

Latest revision as of 09:56, 9 September 2018

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

body {
   background-image: url("https://medarot.meowcorp.us/w/images/2/26/Background.png");
   background-repeat: repeat;}

div#content {margin-right: 20px;}

.collapsible {position:relative;}
.collapseButton {color: inherit;}

.infobox {
   margin-bottom: 3px;
   margin-left: 5px;
   float: right;
   clear: right;}

.fullwidth {text-transform:fullwidth;}