MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
{ | { | ||
float: right; | float: right; | ||
background-color: # | background-color: #eee; | ||
} | } | ||
tr.infobox-title | tr.infobox-title | ||
{ | { | ||
background-color: # | background-color:#222244; | ||
color: #ddddff; | |||
} | } | ||
Revision as of 14:20, May 27, 2015
/* CSS placed here will be applied to all skins */
table.infobox
{
float: right;
background-color: #eee;
}
tr.infobox-title
{
background-color:#222244;
color: #ddddff;
}
tr.infobox-title > th
{
padding: 5px 10px;
}