الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»
لا ملخص تعديل |
لا ملخص تعديل وسم: مسترجع |
||
سطر ٣٤: | سطر ٣٤: | ||
color: #00A099; | color: #00A099; | ||
} | } | ||
$wgFooterIcons = [ | |||
"copyright" => [ | |||
"copyright" => [], // placeholder for the built in copyright icon | |||
], | |||
"poweredby" => [ | |||
"mediawiki" => [ | |||
// Defaults to point at | |||
// "$wgResourceBasePath/resources/assets/poweredby_mediawiki_88x31.png" | |||
// plus srcset for 1.5x, 2x resolution variants. | |||
"src" => null, | |||
"url" => "https://www.mediawiki.org/", | |||
"alt" => "Powered by MediaWiki", | |||
] | |||
], | |||
]; |
مراجعة ٢٠:٢٧، ١٤ يوليو ٢٠٢٤
/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على كل الواجهات */ #ca-talk { display:none!important; } .mw-logo-icon { width: 180px; height: 180px; } .mw-logo-wordmark { display: none; } .mw-parser-output { text-align: right; } table, th, td{ text-align: right; } body { font-family: 'Tajawal'; font-style: normal; font-weight: 400; font-size: 18px; url(https://fonts.googleapis.com/css?family=Tajawal); } @font-face { font-family: 'Tajawal'; font-style: normal; font-weight: 400; font-size: 18px; url(https://fonts.googleapis.com/css?family=Tajawal); } .firstHeading { color: #00A099; } h1, h2, h3 { color: #00A099; } $wgFooterIcons = [ "copyright" => [ "copyright" => [], // placeholder for the built in copyright icon ], "poweredby" => [ "mediawiki" => [ // Defaults to point at // "$wgResourceBasePath/resources/assets/poweredby_mediawiki_88x31.png" // plus srcset for 1.5x, 2x resolution variants. "src" => null, "url" => "https://www.mediawiki.org/", "alt" => "Powered by MediaWiki", ] ], ];