مدیاویکی: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: 50%;
     width: 49%;
}
}
.portal-column-right {
.portal-column-right-wide {
     float: right;
     float: right;
     width: 49%;
     width: 60%;
}
}
.portal-column-left-wide {
.portal-column-left-narrow {
     float: left;
     float: left;
     width: 60%;
     width: 39%;
}
}
.portal-column-right-narrow {
.portal-column-right-extra-wide {
     float: right;
     float: right;
     width: 39%;
     width: 70%;
}
}
.portal-column-left-extra-wide {
.portal-column-left-extra-narrow {
     float: left;
     float: left;
    width: 70%;
}
.portal-column-right-extra-narrow {
    float: right;
     width: 29%;
     width: 29%;
}
}