MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .messagebox { margin:auto; background-color:#F7F6F4; border:1px solid #DBDAD9; }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* MESSAGEBOX */ | |||
.messagebox { | .messagebox { | ||
border-collapse:collapse; | |||
margin:auto; | margin:auto; | ||
min-width:50%; | |||
max-width:80%; | |||
background-color:#F7F6F4; | background-color:#F7F6F4; | ||
border:1px solid #DBDAD9; | border:1px solid #DBDAD9; | ||
} | |||
.messagebox-image { | |||
width:60px; | |||
padding:3px 0.25em; | |||
text-align:center; | |||
} | |||
.messagebox-image > img { width:60px; } | |||
.messagebox-text { | |||
padding:0.25em 0.5em; | |||
font-size:1.1em; | |||
} | |||
.messagebox-bottomtext { | |||
margin-top:0.25em; | |||
margin-left:0.8em; | |||
font-size:0.85em; | |||
} | } |
Revision as of 16:22, 22 September 2023
/* CSS placed here will be applied to all skins */
/* MESSAGEBOX */
.messagebox {
border-collapse:collapse;
margin:auto;
min-width:50%;
max-width:80%;
background-color:#F7F6F4;
border:1px solid #DBDAD9;
}
.messagebox-image {
width:60px;
padding:3px 0.25em;
text-align:center;
}
.messagebox-image > img { width:60px; }
.messagebox-text {
padding:0.25em 0.5em;
font-size:1.1em;
}
.messagebox-bottomtext {
margin-top:0.25em;
margin-left:0.8em;
font-size:0.85em;
}