השינוי האחרון נעשה בֹ־5 באוגוסט 2012 ב־18:15

מדיה ויקי:Common.css

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

  • פיירפוקס / ספארי: לחצו על Shift בעת לחיצתכם על העלה מחדש (Reload), או הקישו על Ctrl-F5 או על Ctrl-R (או על ⌘-R במחשב מק)
  • גוגל כרום: לחצו על Ctrl-Shift-R (או על ⌘-Shift-R במק)
  • אינטרנט אקספלורר: לחצו על Ctrl בעת לחיצתכם על רענן (Refresh), או הקישו על Ctrl-F5
  • אופרה: נקו את המטמון ב־Tools‏ ← Preferences
.targable:target {
   background-color:#DEF;
}

table.userCourses {
   border:solid 3px #CCC;
   border-spacing:0;
   border-radius:10px;
   text-align:right;
   margin:auto;
}

table.userCourses tr:first-child {
   background-image:linear-gradient(top, #CCC, white);
   background-image:-moz-linear-gradient(top, #CCC, white);
   background-image:-webkit-linear-gradient(center top, #CCC, white);
   background-image:-ms-linear-gradient(center top, #CCC, white);
   background-image:-webkit-gradient(linear, center top, center bottom, from(#CCC), to(white));
}

table.userCourses td, table.userCourses th {
   text-align: right;
   border:1px solid #CCC;
}

tr.formulasTr td {
   border-bottom: 1px solid transparent;
}

tr.formulasTr:hover td {
   border-bottom:1px solid #DEF;
}