MediaWiki:Mobile.css: Difference between revisions

Bullet spacing in tables
No edit summary
Tags: Reverted Mobile edit Mobile web edit
(Bullet spacing in tables)
 
(5 intermediate revisions by the same user not shown)
Line 30: Line 30:


/*==Word changers==*/
/*==Word changers==*/
.altOuter {color:#2F2; cursor:pointer; display:none}
.altOuter {color:#8F8; cursor:pointer; display:none}
.altInner {color:#080; border:1px solid #EEE}
.altInner {color:#080; border:1px solid #EEE}


Line 36: Line 36:


.fullWidth img { width:100%; height:auto } /* fitting an image to full page width (i dont know why tf this isn't already a built-in option in mediawiki tbh): */
.fullWidth img { width:100%; height:auto } /* fitting an image to full page width (i dont know why tf this isn't already a built-in option in mediawiki tbh): */
li { line-height:1.2em; margin:0.8em 0 } /* spacing of bullet points */
.wikitable ul { margin:0 0 0 0.7em }
.wikitable li { margin:0 }


.no-bold-th th { font-weight:normal } /* sometimes you don't want table headers to be bolded, because some other cells need the emphasis instead */
.no-bold-th th { font-weight:normal } /* sometimes you don't want table headers to be bolded, because some other cells need the emphasis instead */


li { line-height:1.2em; margin:0.8em 0 } /* spacing of bullet points */
a.new{color:#B55} /* draw less attention to red links, visually */
 
.content ul+h3 { margin-top:1.5em !important } /* fix spacing bug. Be the same as ".content p+h3" */