Difference between revisions of "Template talk:Infobox"

From Emulation General Wiki
Jump to navigation Jump to search
m (1 revision)
(Infobox New Style: new section)
Line 1: Line 1:
 
Infoboxes without Source leave double brackets behind. ''}}''
 
Infoboxes without Source leave double brackets behind. ''}}''
 +
 +
== Infobox New Style ==
 +
 +
Please [[User:SonofUgly|@SonofUgly]] kindly, add those CSS properties to the Infobox:
 +
<pre>
 +
font-size: .9em;
 +
border: none;
 +
background-color: #E0F7FA;
 +
padding: 1em;
 +
border-radius: 20px;
 +
box-shadow: 0px 6px 0px 0px #00BCD4;
 +
</pre>

Revision as of 03:11, 17 March 2024

Infoboxes without Source leave double brackets behind. }}

Infobox New Style

Please @SonofUgly kindly, add those CSS properties to the Infobox:

font-size: .9em;
border: none;
background-color: #E0F7FA;
padding: 1em;
border-radius: 20px;
box-shadow: 0px 6px 0px 0px #00BCD4;