משתמש:TheCheater/common.css

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

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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
#mybackground {
background-color: #f5f5f5;
width: auto;
padding: 10px;
}

#mypage {
width: auto;
border: 1px solid #d2d2d2;
border-radius: 10px;
padding: 10px;
background-color: #ffffff;
}

#mytable {
width: 100%;
background-color: #ffffff;
border: 0px solid #ffffff;
}

#myintroductiontext{
font-size: 14px;
line-height: 175%;
}

.mytitle {
background-color: #efefef;
border-bottom: 1px solid #dddddd;
padding: 10px;
border-radius: 10px;
color: #555555;
font-size: 14px;
width: auto;
margin-bottom: 10px;
font-weight: bold;
}