MediaWiki:Common.css: Difference between revisions
mNo edit summary Tag: Manual revert |
mNo edit summary Tag: Reverted |
||
| Line 45: | Line 45: | ||
/*color: #008080;*/ | /*color: #008080;*/ | ||
background:#ffffff; | background:#ffffff; | ||
/* | |||
//background:#cef2e0; | //background:#cef2e0; | ||
// background-color: #CCFFCC; | // background-color: #CCFFCC; | ||
// border-radius: 5px; | // border-radius: 5px; | ||
//border: 1px outset #008080; | //border: 1px outset #008080; | ||
*/ | |||
padding: 2px; | padding: 2px; | ||
width: 300px; | width: 300px; | ||
| Line 210: | Line 212: | ||
} | } | ||
@media (max-width: 800px) { | |||
#mw-panel, .mw-sidebar, .vectorSidebar { | |||
display: none !important; | |||
} | |||
#content, #mw-content-text { | |||
margin-left: 0 !important; | |||
padding-left: 1rem !important; | |||
} | |||
} | |||