משתמש:Mikimik/js/shared.css

מתוך ויקיפדיה, האנציקלופדיה החופשית

הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
/* color my user name */
#content .diff-context     a[href $="/wiki/%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9:Mikimik"],
#content .diff-context     a[href $="/wiki/User:Mikimik"],
#content .diff-deletedline a[href $="/wiki/%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9:Mikimik"],
#content .diff-deletedline a[href $="/wiki/User:Mikimik"],
#content .diff-addedline   a[href $="/wiki/%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9:Mikimik"],
#content .diff-addedline   a[href $="/wiki/User:Mikimik"] {
  color : inherit !important;
  background-color : inherit !important;
}
#content a[href $="/wiki/%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9:Mikimik"],
#content a[href $="/wiki/User:Mikimik"] {
  color : black !important;
  background-color : GreenYellow !important;
}


/* make the lists in the sidebar a little wider */
#column-one ul {
  margin-left : 0.5em;
}


/* use normal font size in diff view (instead of smaller) */
td.diff-addedline,
td.diff-deletedline,
td.diff-context {
  font-size: 100%;
}

/* * use normal-size text in diff view changes (instead of bold) 
   * change color to shade of red */
span.diffchange {
  font-weight : normal !important;
  color : black !important;
  background-color : lightCoral !important;
}


/* hide legend in recent changes and watch list,
   hide watchlist reset form                     */
.mw-rc-label-legend,
form#mw-watchlist-resetbutton {
  display : none !important;
}


/* hide links in the personal bar */
#pt-prefswitch-link-off,
#pt-optin-try {
  display : none !important;
}


/* hide "m" in watchlist, recent changes and page history */
.ns-special .minor,
#pagehistory .minor {
  display : none !important;
}


/* use normal font for comments in recent-changes and watchlist (instead of italics) */
span.comment {
  font-style : normal !important; 
}


/* background color for "patrol" log lines */
.ns-special .mw-logline-patrol {
  background-color : #DDDDDD;       /* light gray */
}


/* links on personal line won't be transformed to lowercase */
#p-personal ul {
  text-transform : none;
}


/* make the wiki logo in the top-right corner smaller */
div#p-logo,
div#p-logo a,
div#p-logo a:hover {
   height : 50px;
}

div#column-one {
  padding-top : 50px;
}


/* hide links on sidebar */
li#n-mainpage,              /* עמוד ראשי */
li#n-mainpage-description,  /* עמוד ראשי */
li#n-mainpagedisplay,       /* עמוד ראשי */
li#n-welcomepage,           /* ברוכים הבאים */
li#n-welcome,               /* ברוכים הבאים */
li#n-help,                  /* עזרה */
li#n-sitesupport,           /* תרומה לוויקי */
li#n-contactUs,             /* יצירת קשר */
li#n-contact-us,            /* יצירת קשר */
li#n-guestbook,             /* ספר אורחים */
li#n-portal,                /* שער הקהילה */
li#n-help-desk,             /* דלפק ייעוץ */
li#n-Ask-q,                 /* ייעוץ */
li#n-notice-board,          /* לוח מודעות */
li#t-print,                 /* גרסת הדפסה */
li#t-cite,                  /* ציטוט */
li#feedlinks                /* RSS/Atom feed in recent changes page */
{
  display : none;
}


/* מסתיר את מסגרת המידע שמופיעה בתחתית כל דף */
div#footer
/*  div#f-poweredbyico, div#f-copyrightico, ul#f-list   תוכן המסגרת */
{
   display: none;
}


/* הזזה של ההצעות לחיפושים למטה כדי שלא תמנע לחיצה על חיפוש */
.os-suggest
{
/*   opacity: 0.8;                ההצעות יהיו מעט שקופות כדי שאפשר יהיה לראות את מה הם מסתירות
   filter: alpha(opacity=80); */
   margin-top: 25px;
}


h3#siteSub,                  /* כיתוב בהתחלת כל דף */
div#new_page_warning,        /* אזהרת עריכה כשיוצרים דף חדש */
div#Newarticletext,          /* אזהרת עריכה כשיוצרים דף חדש */
div.mw-newarticletext,       /* אזהרת עריכה כשיוצרים דף חדש */
div#editpage-copywarn,       /* אזהרת זכויות יוצרים כשעורכים דף */
div.mw-tos-summary           /* אזהרת זכויות יוצרים כשעורכים דף */
{
   display: none;
}


/* צביעת סימון עריכת בוט שבדף השינויים האחרונים וברשימת המעקב */
.ns-special .bot {
    background-color: green;
    color: white;
}


/* ---- copied from [[w:MediaWiki:Common.css]], needed for dictionary & source */
/* צביעת המספרים שבדף השינויים האחרונים וברשימת המעקב */
.ns-special .mw-plusminus-pos {
    color: #006400;
}
 
.ns-special .mw-plusminus-neg {
    color: #8B0000;
}
 
/* צביעת סימון דף חדש שבדף השינויים האחרונים וברשימת המעקב */
.ns-special .newpage {
    background-color: red;
    color: white;
}
/* ---- copy from [[w:MediaWiki:Common.css]] ends here */


/* change color of links */
a {
  color: #0000FF;       /* darker blue, instead of #002BB8 */
}

/* a:visited {
  color: #5a3696;       not changed
}

a:active {
  color: #faa700;       not changed
} */


/* change color of stub links */
a.stub:link {
   color: #00BB00;  /* light green */
}

a.stub:active {
    color: orange;
}

a.stub:visited {
    color: #63865A; /* dark green */
}


/* ----------------------------------- עיגול קל של הלשוניות (העליונות) + צביעת הכיתוב התיבות מימין */
.pBody 
{
  padding: 0.3em 0.1em;
  -moz-border-radius: 0.5em;
}

#p-search,
#p-navigation,
#p-sisterwikis,
#p-community,
#p-tb,
#p-lang,
#p-coll-create_a_book,
#p-coll-print_export
{
  background-color: #E0E3E6;
  border: thin solid silver;
  -moz-border-radius: 0.5em;
  margin-right: 2px;            /* הזזה קלה שמאלה */
}


#p-cactions li, #p-cactions li a
{  
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}

/*
 * עיגול כמה פינות נוספות
 */

/* תוכן העניינים (וכל מה שמסומן ב-id=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 #00CC00;
  -moz-border-radius: 3em;
}

#searchInput {
  border: 1px solid #00CC00;
  -moz-border-radius: 3em;
  width:10.9em;
  margin: 0em 0em 0.5em 0em;
  font-size: 95%;
}


/* תיבת קטגוריות */
div#catlinks {
  -moz-border-radius : 1em;
}


/* ------------------------------------ הסרגל האישי */
#p-personal a {
  padding : 0.5em;
  margin : 0;
}

#p-personal a:hover {
  background : #000FFF;
  -moz-border-radius-bottomright : 1em;
}

#p-personal li {
  margin : 0;
  border-left : 1px dotted rgb(170, 170, 170);
}


/* ------------------------------------ סידור גלישה בקטעי pre */
pre {
/* max-height : 300px; */
  overflow : auto;
}


/* ----------------------------------- עיצוב לשוניות בתחתית הדף */
#mytabs .pBody {
  border : none;
  background-color : transparent;
}

#mytabs {
  width: 75%;
  white-space:nowrap;
  line-height: 1.1em;
  overflow: visible;
  border-collapse: collapse;
  list-style: none;
  font-size: 95%;
  left: auto;
  right: 11.5em;
  padding-left: 0;
  padding-right: 12.5em;
  margin-top: -0.7em;
}

#mytabs .hiddenStructure {
  display: none;
}

#mytabs li {
  display: inline;
  border: 1px solid #AAAAAA;
  border-top: none;
  overflow: visible;
  background: White;
  margin-left: 0.3em;
  margin-right: 0;
  float: right;
}

#mytabs li.selected {
  border-color: #FABD23;
  padding: 0 0 0 0;
}

#mytabs li a {
  background-color: White;
  color: #002BB8;
  border: none;
  padding: 0.3em 0.8em 0 0.8em;
  text-decoration: none;
  text-transform: lowercase;
  position: relative;
  margin: 0;
}

#mytabs li.selected a {z-index: 3; }
#mytabs .new a { color:#BA0000; }
#mytabs li a:hover {
  z-index: 3;
  text-decoration: none;
}
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-left: 0; }
#mytabs li.istalk a { padding-left: 0.5em; }
#mytabs-ca-addsection a {
  padding-left: 0.4em;
  padding-right: 0.4em;
}

/* מרחקים בין הקבוצות */
li#mytabs-ca-talk
{
  margin-right: auto;
  margin-left: 1.6em;
}
li#mytabs-ca-watch,
li#mytabs-ca-unwatch
{
  margin-right: 1.6em;
  margin-left: 1.6em;
}

/* עיגול */
#mytabs li,
#mytabs li a {
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
}