MediaWiki:Mobile.css: Difference between revisions
updating some image paths |
fixing missing } |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
/* Make sure any changes are copied to MediaWiki:Common.css and vice versa. */ | /* Make sure any changes are copied to MediaWiki:Common.css and vice versa. */ | ||
/* CSS placed here will be used by both desktop view and mobile view skins. */ | /* CSS placed here will be used by both desktop view and mobile view skins. */ | ||
/* Galleries */ | |||
/* help to replace deprecated <center> tags */ | |||
.gallery.mw-gallery-traditional { | |||
text-align: center; | |||
} | |||
.page-Main_Page #firstHeading { display:none; } | |||
h2 { | h2 { | ||
| Line 61: | Line 69: | ||
background: transparent none repeat scroll 0 0 !important; | background: transparent none repeat scroll 0 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
} | |||
.mw-content-ltr ul.inline-list, .mw-content-ltr ol.inline-list, .inline-list ul, .inline-list ol { | |||
margin:0.5em 0; | |||
overflow-x:hidden; | |||
list-style-type:none; | |||
} | |||
.inline-list li { | |||
display:inline; | |||
margin:0 1.18em 0 0; | |||
white-space:nowrap; | |||
} | |||
.inline-list li + li { | |||
margin-left:-1.18em; | |||
} | |||
.inline-list li + li:before { | |||
content:"\a0•\a0"; | |||
} | |||
.mw-content-ltr ul.plain-list, .mw-content-ltr ol.plain-list, .plain-list ul, .plain-list ol { | |||
margin:0; | |||
list-style-type:none; | |||
list-style-image:none; | |||
} | |||
.plain-list li { | |||
margin:0; | |||
} | } | ||
| Line 462: | Line 495: | ||
/* CSS placed below will be used by mobile view skins only. */ | /* CSS placed below will be used by mobile view skins only. */ | ||