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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
#content {
    margin: 1.6em 1em 1em 12.2em;
    padding: 2em 1em 1.5em 1em;
    background: White;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
    border-color: #B8AC9C #D9D2C9 #D9D2C9 #B8AC9C;
}
/*
** the page-related actions- page/talk, edit etc 
*/
#p-cactions {
    white-space:nowrap;
    line-height: 1.2em;
    overflow: visible;
    background: #aaaaaa;
    border-collapse: collapse;
    list-style: none;
    font-size: 95%;
    margin: 0.6em 2em 1em 1.4em;
    padding: 0em 0em 1.5em 0em;
    height: 12px;
    background: transparent;
    position: absolute;
    z-index: 2;
    border: none;
}
#p-cactions .hiddenStructure { display: none; }
#p-cactions ul {
    list-style: none;
}
#p-cactions li {
    display: inline;
    border: none; 1px solid #aaaaaa; 
    border-bottom: none;
    padding: 0 0 0.1em 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: transparent;
}
/* Yellow with rounded edges */
#p-cactions li.selected {
    background: #FFFAE3;
    color: blue;
    padding: 0 0 0.2em 0;
    border: 1px solid #fabd23;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-topleft: 0.5em; 
}

#p-cactions li a {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0 0.8em 0.3em 0.8em;
    text-decoration: none;
    position: relative;
    z-index: 0;
    margin: 0;
    text-transform: none;
}
#p-cactions .selected a { z-index: 3; }
#p-cactions .new a { color:#ba0000; }
#p-cactions li a:hover {
    z-index: 0;
    text-decoration: none;
    color: #002bb8;
    padding: 0 0.8em 0.2em 0.8em;
    background: #FFFAE3;
    border: 1px solid #fabd23;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-topleft: 0.5em; 
    margin: 0;
    text-transform: none;
}
#p-cactions h5 { display: none; }
#p-cactions li.istalk { margin-right: 0; }
#p-cactions li.istalk a { padding-right: 0.5em; }
#p-cactions #ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}
/* offsets to distinguish the tab groups */
li#ca-talk { margin-right: 1.6em; }
li#ca-watch, li#ca-watch { margin-left: 1.6em; }


/* user notification thing */
.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;
}

/* 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;}

####SEARCH BOX COLOR####
input.searchButton {
    margin-top:1px;
    padding: 0 0.4em !important;
    font-size: 95%;
    cursor: pointer;
    background-color: White;
   border: 1px solid #00CC00;  }

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

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

/* make a all corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 1em;
  -moz-border-radius-topleft: 1em;
}
#content { 
  -moz-border-radius-topright: 1em; 
  -moz-border-radius-bottomright: 1em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
}


//#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;