משתמש:חי/monobook.css
מתוך ויקיפדיה, האנציקלופדיה החופשית
< משתמש:חי
הערה: לאחר השמירה, עליכם לנקות את זכרון המטמון (Cache) של הדפדפן על־מנת להבחין בשינויים.
- במוזילה, פיירפוקס או ספארי, לחצו על מקש ה־Shift בעת לחיצתכם על העלה מחדש (Reload), או הקישו Ctrl+Shift+R (או Cmd+Shift+R במקינטוש של אפל).
- באינטרנט אקספלורר, לחצו על מקש ה־Ctrl בעת לחיצתכם על רענן (Refresh), או הקישו על Ctrl+F5.
- ב־Konqueror, פשוט לחצו על העלה מחדש (Reload), או הקישו על F5.
- באופרה, ייתכן שתצטרכו להשתמש בכלים (Tools) > העדפות (Preferences) כדי לנקות לחלוטין את זכרון המטמון.
/* <pre> */
/* הסתרת אזהרת העריכה של הדף החדש */
div#new_page_warning
{
display: none;
}
/* </pre> */
/*
** סילוק הודעות טורדניות**
*/
#siteNotice, /* הודעת ההתרמה */
#Newarticletext, /* ההודעה שמופיעה אחרי שלוחצים על קישור לדף שלא קיים */
#editing-warn, /* הודעת זכויות היוצרים בכל דף */
#pt-logout a { /* הקישור ליציאה מהחשבון */
display: none;
}
/* עיגול קל של הלשוניות (העליונות) + צביעת הכיתוב התיבות מימין */
.pBody
{
padding: 0.3em 0.1em;
-moz-border-radius: 0.5em;
}
#p-search,#p-nav,#p-tb,#p-lang {
background-color: #e0e3e6;
border: thin solid silver;
-moz-border-radius: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a
{
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
}
/*
* עיגול כמה פינות נוספות
*/
/* תוכן העניינים (וכל מה שמשתמש בסגנונות שלו) + תמונות ממוסגרות */
#toc, .toc, .toccolours, div.thumb div {
-moz-border-radius-topleft: 8.1px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8.5px;
-moz-border-radius-bottomright: 8.4px;
}
/*הודעת "יש לך הודעות חדשות" */
.usermessage {
background-color: #ffce7b;
border: 1px solid #ffa500;
color: Black;
font-weight: bold;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em;
vertical-align: middle;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-bottomright: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-topleft: 0.5em;
}
/* תיבת החיפוש */
input.searchButton {
margin-top:1px;
padding: 0 0.4em !important;
font-size: 95%;
cursor: pointer;
background-color: White;
border: 1px solid #AAAAAA;
}
#searchInput {
border: 1px solid #AAAAAA;
-moz-border-radius: 3em;
width:10.9em;
margin: 0em 0em 0.5em 0em;
font-size: 95%;
}
/* תיבת קטגוריות שממש הופכת לגליל מרוב שהיא מעוגלת */
div#catlinks { -moz-border-radius: 3em; }
/* הזזה קלה של תיבות הניווט שמאלה */
#p-nav {margin-right: 2.2px;}
#p-search {margin-right: 2.2px;}
#p-tb {margin-right: 2.2px;}
#p-lang {margin-right: 2.2px;}

