«ميدياويكي:Common.css»: الفرق بين المراجعتين
من الموسوعة التونسية
| سطر 1: | سطر 1: | ||
/* ستؤثر الأنماط المتراصة (CSS) المعروضة هنا على كل الواجهات */ | /* ستؤثر الأنماط المتراصة (CSS) المعروضة هنا على كل الواجهات */ | ||
| − | .xxl-12{ width: 100%; padding: 20px; background: #f3f3f3; border: 1px solid #E70013; border-top: 5px #E70013 solid; | + | .xxl-0 {display:none; } |
| − | . | + | .xxl-1 {display:inline-block; width: 8.33333%; } |
| + | .xxl-2 {display:inline-block; width: 16.66667%; } | ||
| + | .xxl-3 {display:inline-block; width: 25%; } | ||
| + | .xxl-4 {display:inline-block; width: 33.33333%; } | ||
| + | .xxl-5 {display:inline-block; width: 41.66667%; } | ||
| + | .xxl-6 {display:inline-block; width: 50%; } | ||
| + | .xxl-7 {display:inline-block; width: 58.33333%; } | ||
| + | .xxl-8 {display:inline-block; width: 66.66667%; } | ||
| + | .xxl-9 {display:inline-block; width: 75%; } | ||
| + | .xxl-10 {display:inline-block; width: 83.33333%; } | ||
| + | .xxl-11 {display:inline-block; width: 91.66667%; } | ||
| + | .xxl-12 {display:inline-block; width: 100%; } | ||
| + | |||
| + | .wd-bloc {padding: 20px; background: #f3f3f3; border: 1px solid #E70013; border-top: 5px #E70013 solid; } | ||
| + | .wd-bloc h1{ text-align:center; font-size: 3.2em; } | ||
مراجعة 13:06، 22 نوفمبر 2016
/* ستؤثر الأنماط المتراصة (CSS) المعروضة هنا على كل الواجهات */
.xxl-0 {display:none; }
.xxl-1 {display:inline-block; width: 8.33333%; }
.xxl-2 {display:inline-block; width: 16.66667%; }
.xxl-3 {display:inline-block; width: 25%; }
.xxl-4 {display:inline-block; width: 33.33333%; }
.xxl-5 {display:inline-block; width: 41.66667%; }
.xxl-6 {display:inline-block; width: 50%; }
.xxl-7 {display:inline-block; width: 58.33333%; }
.xxl-8 {display:inline-block; width: 66.66667%; }
.xxl-9 {display:inline-block; width: 75%; }
.xxl-10 {display:inline-block; width: 83.33333%; }
.xxl-11 {display:inline-block; width: 91.66667%; }
.xxl-12 {display:inline-block; width: 100%; }
.wd-bloc {padding: 20px; background: #f3f3f3; border: 1px solid #E70013; border-top: 5px #E70013 solid; }
.wd-bloc h1{ text-align:center; font-size: 3.2em; }
