משתמש:LIJI/vector.css

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

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

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
body {
	max-width: 1600px;
	position:relative;
	font-size: 18px;
	margin:auto;
	padding-top:90px;
}
 
#mw-page-base {
	position:fixed;
	width:5120px;
	top:0;
	left:0;
	z-index:-1;
}
 
#content {
	border-left-width:1px !important;
}
 
#p-lang .interlanguage-link, .autonym {
	font-family:inherit;
}
 
.suggestions
{
	left:18px !important
}
 
#content h1, #content h2, #content #firstHeading
{
	font-family:serif,Hadasa CLM !important;
}
 
#content h1, #content h2, #content #firstHeading
{
	border: none!important;
}
#content h1 *, #content h2 *, #content #firstHeading *
{
	text-shadow: white 2px 0 0, white -2px 0 0;
	position: relative;
	z-index: 1;
}
#content h1:before, #content h2:before, #content #firstHeading:before
{
	width: 100%;
	display: inline-block;
	border-bottom: #999 solid 1px;
	content: "";
	margin-left: -100%;
	position: relative;
	top: 6px;
	z-index: 1;
}
 
p {
	text-align:justify;
}