Difference between revisions of "MediaWiki:Template css"

DETAILS
[+/-]

Widgets

Widgets<bs-widget-edit>

Wanted pages
Who is online?
From Asterix & Friends - Wiki
Jump to: navigation, search
(Created page with ".Tabletest { color: black; width: 85%; border-spacing:2px; }")
 
Line 3: Line 3:
 
   color: black;  
 
   color: black;  
 
   width: 85%;
 
   width: 85%;
   border-spacing:2px;
+
  height: 150px;
 +
   border: 6px solid grey;
 +
  padding: 15px;
 +
  text-align: center;
 
}
 
}

Revision as of 16:04, 8 December 2016

.Tabletest {

 color: black; 
 width: 85%;
 height: 150px;
 border: 6px solid grey;
 padding: 15px;
 text-align: center;

}

Author