١٣٨
تعديل
(أنشأ الصفحة ب'←CSS placed here will be applied to all skins: th { text-align:right; } ul#filetoc, .toc, .mw-warning { background: #f8f9fa; border: solid #eaecf0; min-...') |
|||
سطر ١: | سطر ١: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css); | |||
* { | |||
font-family: 'Droid Arabic Naskh', Tahoma !important; | |||
} | |||
th { | th { | ||
text-align:right; | text-align:right; | ||
سطر ٦٥: | سطر ٦٩: | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
border: 1px solid #add8e6; | border: 1px solid #add8e6; | ||
display:inline-block; | |||
} | } | ||
.manu-newstpage{ | .manu-newstpage{ | ||
سطر ١٥٠: | سطر ١٥٦: | ||
min-width: unset; | min-width: unset; | ||
} | } | ||
} | |||
.card { | |||
padding: 1rem; | |||
border: 1px solid #add8e6; | |||
} | |||
.cards { | |||
max-width: 1200px; | |||
margin: 0 auto; | |||
display: grid; | |||
grid-gap: 1rem; | |||
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); | |||
} | } |