MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 132: | Line 132: | ||
.headline-collapse{ | .headline-collapse{ | ||
font-size: 1.2em; | font-size: 1.2em; | ||
border-radius: 0.8rem; | |||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); | |||
padding: 10px; | padding: 10px; | ||
} | } | ||
| Line 146: | Line 147: | ||
white-space: -o-pre-wrap; /* Opera 7 */ | white-space: -o-pre-wrap; /* Opera 7 */ | ||
word-wrap: break-word; /* Internet Explorer 5.5+ */ | word-wrap: break-word; /* Internet Explorer 5.5+ */ | ||
background-color: #caeaf8; | |||
border-color: #017baf; | border-color: #017baf; | ||
color: #019cde; | color: #019cde; | ||
font-family: Verdana,Geneva,sans-serif !important; | font-family: Verdana,Geneva,sans-serif !important; | ||
border: none; | /*border: none; | ||
border-left: 3px solid #019cde; | border-left: 3px solid #019cde; | ||
padding-left: 2px: | padding-left: 2px: | ||