Szerkesztő:Misibacsi/vector.css

A Wikipédiából, a szabad enciklopédiából

Megjegyzés: közzététel után frissítened kell a böngésződ gyorsítótárát, hogy lásd a változásokat.

  • Firefox / Safari: tartsd lenyomva a Shift gombot és kattints a Frissítés gombra a címsorban, vagy használd a Ctrl–F5 vagy Ctrl–R (Macen ⌘–R) billentyűkombinációt
  • Google Chrome: használd a Ctrl–Shift–R (Macen ⌘–Shift–R) billentyűkombinációt
  • Internet Explorer / Edge: tartsd nyomva a Ctrl-t, és kattints a Frissítés gombra, vagy nyomj Ctrl–F5-öt
  • Opera: Nyomj Ctrl–F5-öt
/*
Overriding the typography refresh - see https://www.mediawiki.org/wiki/Typography_refresh
To use it, copy the following code to [[Special:Mypage/vector.css]].
Works ok for me with Firefox 27.0.1 and Ubuntu 12.04 LTS, but has not been tested
in different environments. There may also still be glitches of one sort or another.
Let me know if you have any suggestions for improving it.
*/
/* Fonts and colours */
* {
	font-family: sans-serif;
}
#mw-previewheader,
#mw-usercsspreview strong {
	font-family: sans-serif !important;
	color: #c00 !important;
}
#content #toc , #content .toc ,
.diff-currentversion-title {
	font-family: sans-serif !important;
}
.mw-geshi , .mw-geshi , .mw-geshi , .mw-geshi, .mw-geshi , .source-css, .source-css , .source-javascript, .source-javascript , .source-lua, .source-lua  {
	font-family: monospace !important;
	-moz-tab-size: 4;
}
#content {
	font-size: 93%;
}
#firstHeading {
	font-size: 1.6em !important;
}
#content.mw-body {
	margin-left: 11.8em;
	color: #000;
}
#wpTextbox1,
pre {
	font-family: monospace;
}
 
/* Font size */
code a {
	font-family: monospace;
	font-size: 130%;
}
pre {
	font-size: 130%;
}
#content {
	font-size: 132%;
}
#content  {
	font-size: 116%;
}
#content {
	font-size: 100%;
}
#content  {
	font-size: 80%;
}
.diff-deletedline,
.diff-addedline,
.diff-context {
	font-size: 85%;
}

/* diff-hez szinek: */
.diff-addedline .diffchange {
/*	background-color: #d8ecff; */
/*	background-color: #093;*/
	background-color: #00BFFF
}

.diff-deletedline .diffchange {
/*	background-color: #feeec8; */
/*	background-color: #0CC;*/
    background-color: #FF7F50
}