MediaWiki:Common.css: Difference between revisions

From Hidden Palace
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
{
{
float: right;
float: right;
background-color: #ccccee;
background-color: #ddddff;
}
}


tr.infobox-title
tr.infobox-title
{
{
background-color: #aaaacc;
background-color: #bbbbdd;
}
}

Revision as of 02:30, May 25, 2015

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

table.infobox
{
float: right;
background-color: #ddddff;
}

tr.infobox-title
{
background-color: #bbbbdd;
}