بما أن هذا الموضوع قد تم نقله إلى #theme:broken-theme، يبدو أن هذا القالب لم يعد يُصان. لدي مجموعة من التعديلات التي أستخدمها في منتدانا عبر امتداد كروم، حيث أن عمل فينسنت كان كافياً بحد ذاته، لكننا لم نكن نملك الموارد اللازمة لصيانة نسخة مشتقة خاصة بنا. هذه التعديلات تعكس آراء شخصية بعض الشيء، وتُجري تغييرات بناءً على الأذواق الفردية، ولا تغطي كل شيء، وقد تكون قديمة بعض الشيء أو مخصصة لإصلاح أخطاء تم إصلاحها رسمياً الآن، لكن ربما تكون مفيدة لشخص ما.
/************************************
إصلاحات/تعديلات خاصة بالأجهزة المحمولة
************************************/
/* إصلاح الهامش السيء */
.form-vertical,
.user-main .about .primary,
.user-main .about .secondary,
.user-main .user-content {
padding: 15px;
}
/* إصلاح شعار الموقع المقطوع من الأسفل في الرأس */
.d-header #site-logo {
max-height: 2.6em;
}
/* إصلاح رسائل القفل/إخفاء القائمة ذات الأحجام غير المتسقة، وإصلاح المساحة الغامضة على الجانب الأيمن من المواضيع بطريقة ما */
.small-action {
width: 100%;
}
/* إصلاح تضمينات يوتيوب غير المتمركزة */
.lazyYT-container {
margin: 12px 20px;
}
/* إصلاح الهامش في قائمة المواضيع على الأجهزة اللوحية */
#list-area .contents tbody td {
padding: 10px 15px;
}
/************************************
إصلاحات/تعديلات عامة وخاصة ببيئة سطح المكتب
************************************/
/* إصلاح الخط الذي يتم تجاوزه بواسطة .font-helvetica على html */
html {
font-family: "Assistant", sans-serif !important;
}
/* أيقونات ألوان الفئات مربعة الشكل */
span.badge-category-bg, span.badge-category-parent-bg, span.badge-category-parent-bg+.badge-category-bg {
border-radius: 0;
}
.badge-wrapper.bullet .badge-category-parent-bg,
.badge-wrapper.bullet .badge-category-parent-bg+.badge-category-bg,
.extra-info-wrapper .badge-wrapper.bullet .badge-category-parent-bg {
width: 4px;
min-width: 4px;
}
span.badge-category-parent-bg {
border-right: 1px solid rgba(0,0,0,0.2);
}
span.badge-category-parent-bg+.badge-category-bg {
border-left: 1px solid rgba(0,0,0,0.2);
}
/* إصلاح المواضيع الضيقة جداً والمحاذاة الغريبة مع عناصر التحكم في أسفل الصفحة */
.topic-post {
max-width: 758px;
}
.topic-post .embedded-posts {
width: 758px;
}
#topic-title .title-wrapper {
margin-left: 0;
margin-right: 0;
width: 758px;
}
#topic-title, .posts-wrapper {
margin: 0;
width: 758px;
}
html.desktop-view.not-mobile-device .topic-body {
max-width: 758px;
}
.topic-body {
width: 100%;
}
/* إصلاح التباين الضعيف في تسميات ترتيب قائمة المواضيع عند ظهور شريط الموضوع الجديد */
.show-more.has-topics .alert {
background: rgba(40,42,49,1);
}
.alert.alert-info {
background: rgba(19,20,24,1);
}
/* جعل كتل الأكواد تندمج بشكل أفضل */
p>code, li>code, pre>code {
background: rgba(255,255,255,0.09);
}
/* إصلاح تضمينات يوتيوب التي تفتقر إلى الهامش */
.lazyYT.lazyYT-container {
width: 100% !important;
}
/* إصلاح الخطوط الملونة على يسار القائمة التي لا تصل إلى أسفل حاوية الفئة */
.category-list tbody .category {
display: table-cell;
}
/* تخطيط أفضل للفئات الفرعية (سطح المكتب فقط) */
.not-mobile-device .category-list .subcategories {
display: flex;
flex-direction: column;
}
.not-mobile-device .category-list .subcategories .subcategory .badge.new-posts {
display: inline-block;
margin: 0 5px;
}
.not-mobile-device .category-list .subcategories .subcategory {
height: 21px;
align-items: center;
}
/* تمييز المنشورات المثبتة */
.topic-list-item.pinned {
background: rgba(200,200,255,0.06);
}
.topic-list tbody tr:nth-of-type(even).pinned {
background: rgba(200,200,255,0.04);
}
/* مظهر وتباين أفضل لزر "موضوع جديد" المعطل */
.list-controls #create-topic[disabled],
.list-controls #create-topic.disabled {
background-color: rgba(255,255,255,0.04);
color: #888
}
.list-controls #create-topic[disabled]:hover,
.list-controls #create-topic.disabled:hover {
background-color: rgba(255,255,255,0.06);
}
.list-controls #create-topic[disabled] svg,
.list-controls #create-topic.disabled svg {
color: inherit;
}
/* تباعد أكبر بين الأحرف لتحسين القراءة */
* {
letter-spacing: 0.2px;
}
/* خطوط أكبر لتحسين القراءة */
a {
font-size: 95%; /* القالب يضبط 90% */
}
.search-link .blurb {
font-size: 1em;
}
/* إصلاح واجهة المستخدم الملونة بشكل خاطئ في صفحة البحث */
.search-container .search-advanced-sidebar .search-advanced-title,
.search-container .search-advanced-sidebar .search-advanced-filters {
background: rgba(255,255,255,0.04);
}
.search-container .search-advanced-sidebar .search-advanced-title.btn {
background: rgba(255,255,255,0.04);
}
.search-advanced-options {
background: rgba(0,0,0,0.3);
margin-bottom: 10px;
}
/* إصلاح الحدود العائمة حول المحرر لملف التعريف */
.user-preferences .bio-composer {
border: none;
}
/* إصلاح زر الانكماش الخارج عن الإطار في صفحة الملف الشخصي */
.user-main .about .details .primary,
.user-main .about.collapsed-info .details .primary {
width: auto;
}
/* إصلاح حجم إشعار المنشور ولون الحدود */
.post-notice {
width: calc(100% - 1.6em);
border-top: none;
}
/* إصلاح حجم حاوية روابط المنشور */
.post-links-container {
margin-left: 0;
}
/* إصلاح شريط التمرير في السيرة الذاتية ليس على اليمين */
.user-main .about .details .primary .bio {
max-width: none;
}
/* تمييز رابط الفئة */
.category-list .subcategories .subcategory .badge-wrapper:hover .category-name {
color: white;
}
.category-list .subcategories .subcategory .badge-wrapper .category-name {
transition: color 0.3s;
}
/* إصلاح المنشورات المخفية التي يتم تقسيمها أفقياً بواسطة رابط الإظهار */
.post-hidden {
position: relative;
}
.post-hidden .expand-hidden {
position: absolute;
top: 36px;
left: 0;
z-index: 1;
}
.post-hidden .post-menu-area,
.post-hidden .expand-hidden {
opacity: 0.5;
}
}