انتقل إلى المحتوى

الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»

لا تغيير في الحجم ،  ١٥ يناير ٢٠٢٠
لا يوجد ملخص تحرير
لا ملخص تعديل
لا ملخص تعديل
سطر ١٬٤٩٧: سطر ١٬٤٩٧:
   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-left {
.portal-column-left {
     float: right;
     float: left;
     width: 50%;
     width: 50%;
}
}
.portal-column-right {
.portal-column-right {
     float: left;
     float: right;
     width: 49%;
     width: 49%;
}
}
.portal-column-right-wide {
.portal-column-right-wide {
     float: left;
     float: right;
     width: 60%;
     width: 60%;
}
}
.portal-column-left-narrow {
.portal-column-left-narrow {
     float: right;
     float: left;
     width: calc(40% - 16px);
     width: calc(40% - 16px);
}
}
.portal-column-left-extra-wide {
.portal-column-left-extra-wide {
     float: right;
     float: left;
     width: 70%;
     width: 70%;
}
}
.portal-column-right-extra-narrow {
.portal-column-right-extra-narrow {
     float: left;
     float: right;
     width: 29%;
     width: 29%;
}
}