לדלג לתוכן

משתמש:שחף ירוק/vector.css

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

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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
/* 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 recent changes and watch list */
.mw-rc-label-legend {
  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;
}


/* hide links on sidebar */
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#t-print                 /* גרסת הדפסה */
{
  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 */
}