Zum Inhalt springen

„Benutzer:J. 'mach' wust/vector.css“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
Inhalt gelöscht Inhalt hinzugefügt
Änderung 107260464 von J. 'mach' wust wurde rückgängig gemacht.
verschiedenes abgeschaltet
Zeile 1: Zeile 1:
/* customize font */
/* Zeichen in der Standard-Schriftart des Browsers anzeigen */
html, body {
html, body, #globalWrapper {
font: inherit !important;
font-family: inherit !important;
font-family: Charis SIL !important;
font-family: Charis SIL !important;
font-size: 110% !important;
/* font-size: 110% !important;*/
}
}
/*html *:lang(grc), body *:lang(grc), #globalWrapper *:lang(grc), html *:lang(el), body *:lang(el), #globalWrapper *:lang(el), html *:lang(gre), body *:lang(gre), #globalWrapper *:lang(gre), html:lang(grc), body:lang(grc), #globalWrapper:lang(grc), html:lang(el), body:lang(el), #globalWrapper:lang(el), html:lang(gre), body:lang(gre), #globalWrapper:lang(gre) {
html :lang(grc), body :lang(grc) {
font-family: Junicode !important;
font-family: Junicode !important;
}
}*/


/* don't show "Take me back" and "New features" */
/* don't show "Take me back" and "New features" */
li#pt-prefswitch-link-on, li#pt-prefswitch-link-anon { display: none; }
/*li#pt-prefswitch-link-on, li#pt-prefswitch-link-anon { display: none; }*/


/* standard link colors */
/* standard link colors */
a:link { color: blue !important; text-decoration: none !important; }
a:link {
/* color: blue !important;*/
text-decoration: none;
}
a:hover, a:focus { text-decoration: underline !important;}
/*a:visited { color: purple !important; }
a:visited { color: purple !important; }
a.new:link { color: red !important; }
a.new, a.new:link { color: red !important; }
a.new:visited { color: #ff6060 !important; }
a.new:visited { color: #ff6060 !important; }
a.extiw:link { color: #6060ff !important; }
a.extiw:link { color: #6060ff !important; }
a.extiw:visited { color: #806080 !important; }
a.extiw:visited { color: #806080 !important; }
a.external:link { color: blue !important; }
a.external:link { color: blue !important; }
a.external:visited { color: purple !important; }
a.external:visited { color: purple !important; }*/


/* Fix sidebar */
/* Fix left toolbox */
div#mw-panel { position: fixed;
div#mw-panel { position: fixed;
overflow: auto;
overflow: auto;
Zeile 38: Zeile 41:
max-height: 25em;
max-height: 25em;
}
}
/* Disable effects of http://en.wikipedia.org/wiki/MediaWiki:Common.css/WinFixes.css */
/*.IPA, .Unicode, .polytonic, .okina, .script-hebrew, .script-gaelic, .script-slavonic, .script-runic, .script-coptic, .script-phoenician {
font-family: inherit !important;
font-size-adjust: none !important;
}*/

/*div.articleFeedback-buffer {
display: none;
}*/

Version vom 22. Juni 2014, 13:09 Uhr

/* customize font */
html, body, #globalWrapper {
  font-family: inherit !important;
  font-family: Charis SIL !important;
/*  font-size: 110% !important;*/
}
/*html *:lang(grc), body *:lang(grc), #globalWrapper *:lang(grc), html *:lang(el), body *:lang(el), #globalWrapper *:lang(el), html *:lang(gre), body *:lang(gre), #globalWrapper *:lang(gre), html:lang(grc), body:lang(grc), #globalWrapper:lang(grc), html:lang(el), body:lang(el), #globalWrapper:lang(el), html:lang(gre), body:lang(gre), #globalWrapper:lang(gre) {
  font-family: Junicode !important;
}*/


/* don't show "Take me back" and "New features" */
/*li#pt-prefswitch-link-on, li#pt-prefswitch-link-anon { display: none; }*/

/* standard link colors */
a:link {
/*	color: blue !important;*/
	text-decoration: none;
}
/*a:visited { color: purple !important; }
a.new:link { color: red !important; }
a.new:visited { color: #ff6060 !important; }
a.extiw:link { color: #6060ff !important; }
a.extiw:visited { color: #806080 !important; }
a.external:link { color: blue !important; }
a.external:visited { color: purple !important; }*/

/* Fix left toolbox */
div#mw-panel { position: fixed;
  overflow: auto;
  top: 0px;
  bottom: 0px;
  height: 100%;
  /* Prevent content overlay when sidewards scrolling */
  background-color: #F6F6F6;
  border-right: 1px solid #A7D7F9;
}
/* Prevent sidewards scrolling in pre elements */
pre {
  overflow: auto;
  max-height: 25em;
}
/* Disable effects of http://en.wikipedia.org/wiki/MediaWiki:Common.css/WinFixes.css */
/*.IPA, .Unicode, .polytonic, .okina, .script-hebrew, .script-gaelic, .script-slavonic, .script-runic, .script-coptic, .script-phoenician {
     font-family: inherit !important;
     font-size-adjust: none !important;
}*/

/*div.articleFeedback-buffer {
  display: none;
}*/