MediaWiki:Mobile.css: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
| Line 1: | Line 1: | ||
@import url("/wiki/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css"); | @import url("/wiki/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css"); | ||
/* Miraheze Mobile Card Look */ | |||
body { background-color: #f9fdfa !important; } | body { background-color: #f9fdfa !important; } | ||
#cosmos-content { padding: 10px !important; } | |||
#cosmos-content-main { | #cosmos-content-main { | ||
| Line 9: | Line 12: | ||
border-radius: 8px !important; | border-radius: 8px !important; | ||
box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important; | box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important; | ||
float: none !important; | |||
} | } | ||