Difference between revisions of "MediaWiki:Common.css"

DETAILS
[+/-]

Widgets

Widgets<bs-widget-edit>

Wanted pages
Who is online?
From Asterix & Friends - Wiki
Jump to: navigation, search
Line 7: Line 7:
 
  height: 200px;
 
  height: 200px;
 
  border-color: #2b2b2a;
 
  border-color: #2b2b2a;
  border="8";
+
  border: 8px;
 
  padding: 15px;
 
  padding: 15px;
 
  text-align: center;
 
  text-align: center;
 
}
 
}

Revision as of 10:47, 12 December 2016

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

.Tabletest
{
 color: black; 
 width: 85%;
 height: 200px;
 border-color: #2b2b2a;
 border: 8px;
 padding: 15px;
 text-align: center;
}
Author