مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
some left right |
||
خط ۱٬۸۰۲: | خط ۱٬۸۰۲: | ||
On narrow and mobile screens, let them collapse into a single column */ | On narrow and mobile screens, let them collapse into a single column */ | ||
.portal-column-right { | |||
float: right; | |||
width: 50%; | |||
} | |||
.portal-column-left { | .portal-column-left { | ||
float: left; | float: left; | ||
width: | width: 49%; | ||
} | } | ||
.portal-column-right { | .portal-column-right-wide { | ||
float: right; | float: right; | ||
width: | width: 60%; | ||
} | } | ||
.portal-column-left- | .portal-column-left-narrow { | ||
float: left; | float: left; | ||
width: | width: 39%; | ||
} | } | ||
.portal-column-right- | .portal-column-right-extra-wide { | ||
float: right; | float: right; | ||
width: | width: 70%; | ||
} | } | ||
.portal-column-left-extra- | .portal-column-left-extra-narrow { | ||
float: left; | float: left; | ||
width: 29%; | width: 29%; | ||
} | } |