<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ar">
	<id>https://mo7na.com/stories/index.php?action=history&amp;feed=atom&amp;title=%D9%85%D9%8A%D8%AF%D9%8A%D8%A7%D9%88%D9%8A%D9%83%D9%8A%3ACommon.css</id>
	<title>ميدياويكي:Common.css - تاريخ المراجعة</title>
	<link rel="self" type="application/atom+xml" href="https://mo7na.com/stories/index.php?action=history&amp;feed=atom&amp;title=%D9%85%D9%8A%D8%AF%D9%8A%D8%A7%D9%88%D9%8A%D9%83%D9%8A%3ACommon.css"/>
	<link rel="alternate" type="text/html" href="https://mo7na.com/stories/index.php?title=%D9%85%D9%8A%D8%AF%D9%8A%D8%A7%D9%88%D9%8A%D9%83%D9%8A:Common.css&amp;action=history"/>
	<updated>2026-09-26T09:01:57Z</updated>
	<subtitle>تاريخ التعديل لهذه الصفحة في الويكي</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://mo7na.com/stories/index.php?title=%D9%85%D9%8A%D8%AF%D9%8A%D8%A7%D9%88%D9%8A%D9%83%D9%8A:Common.css&amp;diff=437151&amp;oldid=prev</id>
		<title>imported&gt;WikiSysop في ١٠:٠٤، ٢٣ ديسمبر ٢٠٢٤</title>
		<link rel="alternate" type="text/html" href="https://mo7na.com/stories/index.php?title=%D9%85%D9%8A%D8%AF%D9%8A%D8%A7%D9%88%D9%8A%D9%83%D9%8A:Common.css&amp;diff=437151&amp;oldid=prev"/>
		<updated>2024-12-23T10:04:20Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;صفحة جديدة&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على كل الواجهات */&lt;br /&gt;
&lt;br /&gt;
body {&lt;br /&gt;
    background: #4E5255;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#bodyContent {&lt;br /&gt;
    text-align: justify;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
li#footer-poweredbyico {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
li#footer-info-lastmod {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ul li {&lt;br /&gt;
    margin-bottom: 8px;&lt;br /&gt;
    padding-bottom: 5px;&lt;br /&gt;
    font-size: 16px;&lt;br /&gt;
    line-height: 1.5;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile-specific styles for the wordmark and title */&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    #p-logo-text {&lt;br /&gt;
        background-size: 30px 30px; /* Adjust size for the mobile logo */&lt;br /&gt;
        background-repeat: no-repeat;&lt;br /&gt;
        text-indent: 0; /* Reset text indent to show the title */&lt;br /&gt;
        width: auto; /* Allow the container to adjust width */&lt;br /&gt;
        height: 30px; /* Set height of the logo */&lt;br /&gt;
        margin: 0; /* Remove centering margins */&lt;br /&gt;
        padding-left: 35px; /* Add padding to the left to make space for the logo */&lt;br /&gt;
        display: flex; /* Use flexbox for horizontal alignment */&lt;br /&gt;
        align-items: center; /* Vertically center align logo and text */&lt;br /&gt;
        right: 10px!important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    #p-logo-text::before {&lt;br /&gt;
        content: &amp;#039;&amp;#039;; /* Create a pseudo-element for the logo */&lt;br /&gt;
        display: inline-block;&lt;br /&gt;
        width: 45px; /* Width of the logo */&lt;br /&gt;
        height: 45px; /* Height of the logo */&lt;br /&gt;
        background-image: url(&amp;quot;/stories/resources/assets/logo.svg&amp;quot;); /* Path to your mobile logo */&lt;br /&gt;
        background-size: contain; /* Scale the logo properly */&lt;br /&gt;
        background-repeat: no-repeat;&lt;br /&gt;
        margin-left: 5px; /* Space between the logo and title */&lt;br /&gt;
&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .mw-wiki-title {&lt;br /&gt;
        display: inline-block; /* Display title beside the logo */&lt;br /&gt;
        font-size: 25px !important; /* Adjust font size as needed */&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
        color: #3366cc !important;&lt;br /&gt;
        font-family: &amp;#039;Segoe UI&amp;#039;,&amp;#039;Segoe UI Emoji&amp;#039;,&amp;#039;Segoe UI Symbol&amp;#039;,&amp;#039;Lato&amp;#039;,&amp;#039;Liberation Sans&amp;#039;,&amp;#039;Noto Sans&amp;#039;,&amp;#039;Helvetica Neue&amp;#039;,&amp;#039;Helvetica&amp;#039;,sans-serif !important;&lt;br /&gt;
        margin: 0;&lt;br /&gt;
        color: inherit; /* Use the inherited color for the title */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
img.attachment-full.size-full {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.related-pages-container {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.related-pages-list {&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-wrap: wrap;&lt;br /&gt;
    gap: 15px;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.related-page-item {&lt;br /&gt;
    width: calc(100% / 2 - 15px); /* For two columns */&lt;br /&gt;
    max-width: 200px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 600px) {&lt;br /&gt;
    .related-page-item {&lt;br /&gt;
        width: calc(100% / 3 - 15px); /* For three columns on larger screens */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.related-page-thumbnail {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: auto;&lt;br /&gt;
    border-radius: 5px;&lt;br /&gt;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.related-page-title {&lt;br /&gt;
    display: block;&lt;br /&gt;
    margin-top: 5px;&lt;br /&gt;
    font-size: 14px;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: #333;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* قالب:ResponsiveArticleItem */&lt;br /&gt;
&lt;br /&gt;
    .responsive-article-list ul {&lt;br /&gt;
      display: flex;&lt;br /&gt;
      flex-wrap: wrap;&lt;br /&gt;
      list-style: none;&lt;br /&gt;
      padding: 0;&lt;br /&gt;
      margin: 0;&lt;br /&gt;
      justify-content: space-evenly;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .responsive-article-list li {&lt;br /&gt;
      flex: 1 1 calc(25% - 20px); /* Default: 4 items per row */&lt;br /&gt;
      margin: 10px;&lt;br /&gt;
      box-sizing: border-box;&lt;br /&gt;
      text-align: center;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .responsive-article-list .item-wrapper {&lt;br /&gt;
      display: flex;&lt;br /&gt;
      flex-direction: column; /* Ensure thumbnail and title stack vertically */&lt;br /&gt;
      align-items: center;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .responsive-article-list .thumbnail img {&lt;br /&gt;
      max-width: 100%;&lt;br /&gt;
      height: auto;&lt;br /&gt;
      border-radius: 8px;&lt;br /&gt;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .responsive-article-list .title {&lt;br /&gt;
      margin-top: 8px;&lt;br /&gt;
      font-size: 1rem;&lt;br /&gt;
      font-weight: bold;&lt;br /&gt;
      width: 100%; /* Match the width of the thumbnail */&lt;br /&gt;
      text-align: center;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* 3 items per row for medium screens */&lt;br /&gt;
    @media (max-width: 992px) {&lt;br /&gt;
      .responsive-article-list li {&lt;br /&gt;
        flex: 1 1 calc(33.333% - 20px);&lt;br /&gt;
      }&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* 2 items per row for small screens */&lt;br /&gt;
    @media (max-width: 768px) {&lt;br /&gt;
      .responsive-article-list li {&lt;br /&gt;
        flex: 1 1 calc(50% - 20px);&lt;br /&gt;
      }&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* 1 item per row for very small screens */&lt;br /&gt;
    @media (max-width: 576px) {&lt;br /&gt;
      .responsive-article-list li {&lt;br /&gt;
        flex: 1 1 100%;&lt;br /&gt;
      }&lt;br /&gt;
    }&lt;/div&gt;</summary>
		<author><name>imported&gt;WikiSysop</name></author>
	</entry>
</feed>