MediaWiki:Common.css
Bemærk: Efter at have gemt er du måske nødt til at tømme din browsers cache for at kunne se ændringerne.
- Firefox / Safari: Hold Shift nede og klik på Reload, eller tryk enten Ctrl-F5 eller Ctrl-R (⌘-R på en Mac).
- Google Chrome: Tryk Ctrl-Shift-R (⌘-Shift-R på en Mac).
- Internet Explorer / Edge: Hold Ctrl nede og klik på Refresh, eller tryk på Ctrl-F5.
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files
/** CSS inkluderet her vil være aktivt for alle brugere. */ /* #mainContent { font-size: 110%; } - CJK var måske alligevel for stort */ #container {max-width: 1100px;} /* */ .page-Forside #firstHeading { display: none; } /* Logo */ #header h1 a { text-transform: none; text-indent: .5em !important; text-shadow: none !important; } /* Headers */ h1, h2, h3 { text-shadow: none !important; } label[for=wpCaptchaWord] { font-size: 120%; font-weight: bold; color: red; } /* For portals, added 2011-12-07 -bv */ /* On wide screens, show these as two columns */ /* On narrow and mobile screens, let them collapse into a single column */ .portal-column-left { float: left; width: 50%; } .portal-column-right { float: right; width: 49%; } .portal-column-left-wide { float: left; width: 60%; } .portal-column-right-narrow { float: right; width: 39%; } .portal-column-left-extra-wide { float: left; width: 70%; } .portal-column-right-extra-narrow { float: right; width: 29%; } @media only screen and (max-width: 800px) { /* Decouple the columns on narrow screens */ .portal-column-left, .portal-column-right, .portal-column-left-wide, .portal-column-right-narrow, .portal-column-left-extra-wide, .portal-column-right-extra-narrow { float: inherit; width: inherit; } }