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; }")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
   color: black;  
 
   color: black;  
 
   width: 85%;
 
   width: 85%;
   border-spacing:2px;
+
  height: 200px;
 +
   border: 6px solid grey;
 +
  padding: 15px;
 +
  text-align: middle;
 +
  vertical-align: middle;
 
}
 
}

Latest revision as of 16:09, 8 December 2016

.Tabletest {

 color: black; 
 width: 85%;
 height: 200px;
 border: 6px solid grey;
 padding: 15px;
 text-align: middle;
 vertical-align: middle;

}

Author