MediaWiki:Mobile.css: Difference between revisions
No edit summary |
No edit summary Tags: Mobile edit Mobile web edit |
||
(13 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
} | } | ||
div#toc.toc-mobile { | |||
display:none | |||
} | |||
/* Infoboxes */ | |||
.infobox { | .infobox { | ||
max-width: | color: #000; | ||
text-align: center; | |||
border: 2px solid #000; | |||
border-radius: 10px; | |||
background: #f9f9f9; | |||
max-width: 375px !important | |||
} | } | ||
.infobox a { | .infobox a { | ||
color: white !important; | color: white !important; | ||
} | |||
.infobox.bordered td, | |||
.infobox.bordered th { | |||
border: 1px solid #aaa; | |||
} | } | ||
.wikitable { | .wikitable { | ||
max-width: | max-width: 375px !important | ||
} | } | ||
Line 150: | Line 165: | ||
ul span.commaSep:last-of-type { | ul span.commaSep:last-of-type { | ||
display: none; | display: none; | ||
} | |||
/* Recent changes options */ | |||
.rcoptions { | |||
margin: 22px 0 12px; | |||
} | |||
.rcoptions .mw-changeslist-legend, | |||
.rcoptions legend, | |||
.rcoptions form, | |||
.rcoptions hr { | |||
display: none; | |||
} | |||
.gallery { | |||
margin: 0.8em 0 0 !important; | |||
padding: 0 !important; | |||
} | |||
.in-block + .gallery { | |||
margin-top: 0.6em !important; | |||
} | |||
.gallery + .gallery { | |||
margin-top: 0 !important; | |||
} | |||
.gallerybox, .gallerybox div { | |||
max-width: 100% !important; | |||
} | |||
.gallerybox .thumb { | |||
margin: 0 !important; | |||
} | |||
.gallerybox .mediaContainer { | |||
display: inline-block !important; | |||
} | |||
.gallerytext p { | |||
font-size: 90% !important; | |||
margin: 0.4em 0 0.6em !important; | |||
} | |||
table { | |||
border-collapse: separate; | |||
} | |||
table.wikitable { | |||
border-collapse: collapse; | |||
} | |||
#p-statcounter { | |||
display: none; | |||
} | |||
ul.mw-contributions-list .comment, ul.special .comment { | |||
clear: none; | |||
padding: 0; | |||
line-height: inherit; | |||
} | |||
.mw-changeslist-date, .mw-tag-markers { | |||
clear: none; | |||
} | |||
ul.mw-contributions-list li, ul.special li, | |||
.mw-changeslist-line { | |||
padding: 0; | |||
border-bottom: 0; | |||
min-height: 0; | |||
list-style: disc; | |||
} | } |