الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»
المظهر
أنشأ الصفحة ب'←الأنماط المتراصة CSS المعروضة هنا ستؤثر على كل الواجهات: body { background-color: #fdf6ec; font-family: "Segoe UI", sans-serif; } #content { border-radius: 10px; padding: 20px; background-color: white; } a { color: #800000; }' |
لا ملخص تعديل |
||
سطر ١٣: | سطر ١٣: | ||
a { | a { | ||
color: #800000; | color: #800000; | ||
} | |||
.mw-footer-container { | |||
border-top: solid 1px #54595d; | |||
box-shadow: inset 0 7px 2px -4px rgba(0, 0, 0, 0.1); | |||
background-color: #b9710b; | |||
color: #df3737; | |||
} | } |
مراجعة ١٠:٣٣، ٨ يوليو ٢٠٢٥
/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على كل الواجهات */
body {
background-color: #fdf6ec;
font-family: "Segoe UI", sans-serif;
}
#content {
border-radius: 10px;
padding: 20px;
background-color: white;
}
a {
color: #800000;
}
.mw-footer-container {
border-top: solid 1px #54595d;
box-shadow: inset 0 7px 2px -4px rgba(0, 0, 0, 0.1);
background-color: #b9710b;
color: #df3737;
}