نقاش ميدياويكي:Monobook.css
من ويكيبيديا، الموسوعة الحرة
| فهرست | 
[تحرير] 14:46, 27 يوليو 2005 Jak
هذه ترجمة التعليقات في الكود:
/* underline all links */
a { text-decoration: underline }
/* design of login form, may cause minor bugs in moz/firefox */
 form#userlogin {
 float: right;
 background-color: #ffffe6;
 border: 2px solid #fc6;
 color: #000;
 margin-left: 2em;
width: 427px; padding: 1em; padding-left: .7em; }
form#userlogin table {
 float: right;
 background-color: #ffffe6;
 color: #000;
width: 427px; }
/* no underline in special-char box */
editpage-specialchars a { text-decoration: none; } 
editpage-specialchars a:hover { text-decoration: underline; } 
/* emphasizing error messages */
 p.error {
 font-weight: bold;
}
/* increasing the size of the "source:" line at the footer */
 span#URLSource { font-size: 1.2em; font-weight: bold; direction: ltr; }
/* decreasing letter spacing */ body { letter-spacing: 0.001em; }
/*
print changes
/* 
/* hiding links that are for sysops only */
edit-for-sysops { 
 display: none;
} @media print {
   #content{
text-align:right; /* fixing text direction on print */ direction: rtl; }
.printfooter {display: none;} /* cancel the line "source:" */
}
/* fix moz/firefox  UL list display
*/
.ns-0 * #content ul{ display: table; }
/* fixing special:preferences */ fieldset {
 padding-right: 25px;
}
רועי | שיחה | 14:23, 26 יולי 2005 (UTC)
Thank you for the help. There is one part that was not translated, which is this one:
/* קוד לסידור רשימות (רשימות מסוג * בלבד (ולא מסוג #)) שלא מוצגות טוב במוזילה/פיירפוקס. נזקים: עלול לגרום לריבוע הקטן שליד הפריט הארוך ביותר ברשימה לעוף- וכך הוא מסתיר מעט טקסט. הערות: הקוד מופעל רק על התוכן (#content)- רק שם יש בעיה (ולא על תפריט הצד) הקוד מופעל רק במרחב המאמרים (ns-0) כיוון שהקוד עלול לגרום לעיוותים שונים במרחב הקטגוריות... ובדר"כ אין בעיות במרחבים אחרים.
- /
I will be very thankful if you can. Thank you very much.
Code for fixing lists (only * type, not # yet) that aren't displayed correctly on moz/firefox. Might cause the longest line to move to the right, but that's all. Notes: works only on the content (#content), as that's the only problematic area (there are no problems with the sidebar etc.) Works only on the main namespace (ns-0) since it might cause some problems on the "Category:" namespace. רועי | שיחה | 21:17, 26 יולי 2005 (UTC)
--Jak 13:46, 27 يوليو 2005 (UTC)
[تحرير] 10:42, 17 ديسمب 2005 Gangleri
- Hallo! Tray to use
/* <div dir="ltr" > */ /* <pre> */
at the start
and
/* </pre> */ /* </div> */
at the end.
See yi:MediaWiki:Monobook.css. Good luck! Best regards Gangleri | Th | T | 10:43, 17 ديسمبر 2005 (UTC)
[تحرير] increase font size
Could a sysop increase the font size for the entire site by inserting the following?
<code>
#bodyContent {font-size:115%;}
</code>
Thank you! --Shibo77 07:59, 15 مارس 2006 (UTC)

