MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 483: | Line 483: | ||
} | } | ||
.infobox-tab.active { | .infobox-tab.active, .panel-content { | ||
background-color: #CCCCCC; | background-color: #CCCCCC; | ||
} | } | ||
.infobox-tab { | .infobox-tab { | ||
background-color: # | background-color: #EEEEEE; | ||
} | } | ||
.mw-content-ltr figure[typeof~='mw:File/Thumb'], .mw-content-ltr figure[typeof~='mw:File/Frame'] { | .mw-content-ltr figure[typeof~='mw:File/Thumb'], .mw-content-ltr figure[typeof~='mw:File/Frame'] { | ||
margin: 1em | margin: 1em 0 1em 2em; | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
} | |||
.infobox-actions [data-tab='about-idea'] { | |||
display: none; | |||
} | |||
.infobox-idea { | |||
page-break-inside: avoid; | |||
} | } | ||
} | } | ||