MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
* { | |||
box-sizing: border-box; | |||
-- | margin: 0; | ||
padding: 0; | |||
} | } | ||
body { | body { | ||
background: | background: url('../images/background.png') #cbab62 top left / 1500px 375px no-repeat; | ||
font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif; | font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif; | ||
line-height: 1.6; | |||
color: #333; | |||
padding: 20px; | |||
} | } | ||
#mw-head { | #mw-head { | ||
position: | position: fixed; | ||
top: 0; | top: 0; | ||
left: 0; | |||
width: 100%; | width: 100%; | ||
background-color: rgba(255, 255, 255, 0.9); | |||
padding: 10px 20px; | |||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); | |||
z-index: 1000; | |||
} | } | ||
Revision as of 08:53, 6 March 2025
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background: url('../images/background.png') #cbab62 top left / 1500px 375px no-repeat;
font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
line-height: 1.6;
color: #333;
padding: 20px;
}
#mw-head {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: rgba(255, 255, 255, 0.9);
padding: 10px 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
z-index: 1000;
}