משתמש:דה יורה/common.cssn

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

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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
body, div, span{
	background-color:black;
}
a, p{
	background-color: black;
	color:white;
}
nav, h1, footer{
    background-color: black;
}
a, p{
	background-color:black;
	color:white;
}
nav, h1, h2, footer{
	background-color:black;
}
input{
	background-color: gray;
}
h2{
	background-color: lightblue;
	color:white;
}
dd, dl{
	background-color:black;
	color: white;
}
ul, li{
	background-color: black;
}
h1#firstHeading.firstHeading{
  	background-color: black;
    color:blue;
}
div.ace_content{
  color:white;
}
div.ace_gutter-cell{
  color: white;
}
a.mw-echo-notification-badge-nojs{
  background-color: white;
}