MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: .todo-annotation { display: block; padding: 6px 16px; border: 1px solid #888; border-radius: 3px; background: rgba(128,128,128,0.25); color: #888; margin: 20px 100px; text-align: center; }" |
No edit summary |
||
| Line 11: | Line 11: | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* stop page from wobbling when indicators are present */ | |||
.vector-body-before-content .mw-indicators { | |||
height: 24px; | |||
} | |||
Latest revision as of 16:52, 25 January 2026
/* CSS placed here will be applied to all skins */
.todo-annotation {
display: block;
padding: 6px 16px;
border: 1px solid #888;
border-radius: 3px;
background: rgba(128,128,128,0.25);
color: #888;
margin: 20px 100px;
text-align: center;
}
/* stop page from wobbling when indicators are present */
.vector-body-before-content .mw-indicators {
height: 24px;
}