MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,073: Line 1,073:
/*Avoid overlong Action Replay codes, while preserving some full length pre's*/
/*Avoid overlong Action Replay codes, while preserving some full length pre's*/
h3 ~ pre, h4 ~ pre{
h3 ~ pre, h4 ~ pre{
background:#0f0
background:#0f0;
max-height:100px;
max-height:100px;
}
}
pre ~ h3, pre ~ h4{
pre ~ h3, pre ~ h4{
background:#f00
background:#f00;
max-height:100px;
max-height:100px;
}
}
h3 + pre, h4 + pre{
h3 + pre, h4 + pre{
background:#0f0
background:#0f0;
max-height:100px;
max-height:100px;
}
}
pre + h3, pre + h4{
pre + h3, pre + h4{
background:#f00
background:#f00;
max-height:100px;
max-height:100px;
}
}

Navigation menu