MediaWiki:Common.css
Version fra 8. apr 2014, 17:56 af WikiAdmin (diskussion | bidrag) WikiAdmin (diskussion | bidrag) (Oprettede siden med '→CSS placed here will be applied to all skins: #mainpage h2 { background: none repeat scroll 0 0 #D8E8FF; border: 1px solid #8898BF; font-size: 1em; fon...')
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: 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 placed here will be applied to all skins */
#mainpage h2 {
background: none repeat scroll 0 0 #D8E8FF;
border: 1px solid #8898BF;
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 0.1em 0;
}
#mainpage .content {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #FFFFFF;
border-color: -moz-use-text-color #8898BF #8898BF;
border-image: none;
border-right: 1px solid #8898BF;
border-style: none solid solid;
border-width: 0 1px 1px;
min-height: 0;
padding: 0.3em 0.8em 0.4em;
}
.mainpage-top,
.mainpage-left,
.mainpage-right {
margin-bottom: 1em;
}
.mainpage-top h2,
.mainpage-bottom h2 {
text-align: center;
}
.mainpage-left h2,
.mainpage-right h2 {
text-indent: 0.8em;
}
.mainpage-left{
margin-right: 0.5em;
}
.mainpage-right{
margin-left: 0.5em;
}