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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
/* This isn't my work, this was made by the user Gentgeen. I did have some customization done :p */
/* reduce the space between lines, use a serif font */

/* Add a right border as well and some other stuff */
#content {
    margin: 2.8em 12.2em 0 0.4em;
    padding: 0em 1em 1.5em 1em;
    background: White;
    border: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    position: relative;
    z-index: 2;
    line-height: 1.05em;
//    font-family: x-small "Book Antiqua", Times, serif;
}

/* Change border color for tabs */
#p-cactions li.selected {
    border-color: #aaaaaa;
}

h1, h2, h3, h4, h5, h6 {
   font-family: Arial, Helvetica, sans-serif;
}


/* suppress the little person icon by the username */
li#pt-userpage { background: none }

/* change the links colors */

a {color: #0000EE; text-decoration: none}
a:visited { color: #0000EE; }
a:active { color: Orange; }
a:hover { text-decoration: none; }
a.external { color: #005189; }
a.external:visited { color: #004000; }
a.new { color:#ba0000; }
a.new:visited { color:#ba0000; }


/* No external link icon */
#bodyContent a[href ^="http://"] {background: none; padding-right: 0px;}

/* Have the sidebar pop a little to the left */
#p-nav {margin-right: 4px;}
#p-search {margin-right: 4px;}
#p-tb {margin-right: 4px;}
#p-lang {margin-right: 4px;}

/* the auto-generated edit comments */
.autocomment { color: #005189; }

/* Change the subtext of a headline('Redirected from' and such) */
#contentSub {
    font-family: Times New Roman;
    font-size: 90%;
    line-height: 1.0em;
}

/* Round the corners of everything. */

//#p-cactions ul li, #p-cactions ul li a {
//    -moz-border-radius-topleft: 8.1px; /* 0.59em; */
//    -moz-border-radius-topright: 8px; /* 0.57em; */
//}
//#content {
//    -moz-border-radius-topleft: 8.1px;
//    -moz-border-radius-bottomleft: 8.5px;
//}
div.pBody {
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8.1px;
    -moz-border-radius-bottomright: 8.4px;
    -moz-border-radius-bottomleft: 8.5px;
}
pre, table#toc, 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;
}
#catlinks {  
    -moz-border-radius-topleft: 8.1px;
    -moz-border-radius-topright: 8.1px;
    -moz-border-radius-bottomleft: 8.4px;
    -moz-border-radius-bottomright: 8.4px;
}

/* Change the background color (and selected tab border
   color) for non-module pages */

#content, #p-cactions ul li.selected a {
    background: #f5f5ff; 
}
//#p-cactions ul li.selected {
//    border-color: #1080fa;
//}
.ns-0 #content, .ns-0 #p-cactions ul li.selected a, .ns-0 #mytabs ul li.selected a {
    background: white;
}
.ns-0 #p-cactions ul li.selected {
    border-color: #fabd23;
}
.ns-0 #mytabs ul li.selected {
    border-color: #fabd23;
}