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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
/* מאפייני כותרות */
H1 {
color: blue;
}
H2 {color:Red;}
H3 {color: Green;}
H4 {
color: Orange;
}
H5 {
color: Orange;
}
H6 {
Color: blue;
}

.firstHeading {
Color: blue
}

/* עיצוב גלילת דף */

html {
	scrollbar-base-color:blue;
	scrollbar-arrow-color:gold;
	scrollbar-track-color:yellow;
	scrollbar-3dlight-color:greenyellow;
	scrollbar-highlight-color:blue;
	scrollbar-darkshadow-color:gold;
	scrollbar-shadow-color:yellow;
	scrollbar-face-color:blue;
  }


/* רקע */
body {background-image: URL(http://img511.imageshack.us/img511/4440/59111823yp0.png);
background-repeat: repeat;}


/* צבע לחלקים */
#p-cactions ul li a {  
background-color: #77ff77;
}

#p-cactions ul li.selected a {
  font-weight: Bold;
 background-color: #007FFF;
}

div.pBody {
background-color: #FFDF00;
}

#footer {
   background-image: URL(http://img516.imageshack.us/img516/5045/50599993yv8.png);
}

#footer a {
font-weight: Bold;
}

#editpage-specialchars table {
background-color: #77ff77;
}

textarea#wpTextbox1 {
background-image: URL(http://img511.imageshack.us/img511/4440/59111823yp0.png);
font-family: arial;
font-size: 8pt;
}

/*תיבת חיפוש */
#searchInput {
background-color:Yellow
  !important; }

/* החזרת ה"מתוך ויקיפדיה העברית..." */
h3#siteSub {
display: inline;
}
#p-personal {
display: none;
}

/*************** הרשימה המלאה של הוויקיפדיות ********************/
/* מחיקת ה"לרשימה המלאה של הוויקיפדיות" כדי לשנות את זה לקישור של הרשימה בוויקיפדיה */
li#interwiki-completelist {
display: none;
}

/* עיצוב הטקסט החלופי */
li#interwiki-mycompletelist a:visited, li#interwiki-mycompletelist a:link {
font-weight: bold !important;
font-style: italic !important!;
color: Blue !important;
background-color: transparet !important;
}
li#interwiki-mycompletlist a:hover {
font-weight: bold !important;
font-style: none !important;
color: red !important;
background-color: khaki !important;
}

li#interwiki-mycompletelist a:active {
font-weight: none !important;
font-style: italic !important;
color: #FFA07A !important;
backgrond-color: #00FFFF !important;
}

/* פונט נורצלי ל"ח" ול"מ" */

.newpage, .minor {
font-family: Arial, David;
}


/* שינוי עיצוב התקציר */
.comment {
font-weight: bold;
font-size: smaller;
color: green;
}

/* עיצוב קישורי אולטרה-קצרמר */
a.stub {
    color: #00aa00;
    font-style: italic;
}