Anonymous user
MediaWiki:Common.css: Difference between revisions
m
no edit summary
imported>Ttv pedro270707 mNo edit summary |
imported>Ttv pedro270707 mNo edit summary |
||
Line 59: | Line 59: | ||
width: 100% !important; | width: 100% !important; | ||
height: 100% !important; | height: 100% !important; | ||
} | |||
/* Message boxes */ | |||
.msgbox { | |||
width: 80%; | |||
display: inline-block; | |||
} | |||
.msgbox.red { | |||
background-color: #fff; | |||
background-color: rgba(200, 0, 0, 0.5); | |||
border: 1px solid red; | |||
} | } | ||