MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Created page with ".page-wrapper { max-width: 1200px; margin: 0 auto; } .container { display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; padding: 20px; justify-content: center; } .square { width: 160px; height: auto; min-height: 320px; border: 2px solid #333; padding: 0; text-align: center; background: #f9f9f9; transition: transform 0.2s; box-sizing: border-box; display: flex; flex-direction: column; overflow: hidden; } .square:hover {..." |
No edit summary |
||
| Line 73: | Line 73: | ||
#mw-content-block { | #mw-content-block { | ||
background-image: url('/images/ | background-image: url('/images/Halloween.gif'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; | background-position: center; | ||