Jump to content

User:Krisasa/common.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
(function() {

  var newStyle = document.createElement('style');
  
newStyle.appendChild(document.createTextNode("\
@font-face {\
    font-family: 'ff';\
    src: url('ff') format(yourFontFormat);\
}\
body {\
}\
@font-face {\
  font-family: 'fnd';\
  src: url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-Regular.eot');\
  src: url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-Regular.eot?#iefix') format('embedded-opentype'),\
       url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-Regular.woff') format('woff'), \
       url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-Regular.ttf')  format('truetype'); \
  font-style:   normal;\
  font-weight:  400;\
}\
@font-face {\
  font-family: 'fnd-b';\
  src: url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-Bold.eot');\
  src: url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-Bold.eot?#iefix') format('embedded-opentype'),\
       url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-Bold.woff') format('woff'), \
       url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-Bold.ttf')  format('truetype'); \
  font-style:   normal;\
  font-weight:  400;\
}\
@font-face {\
  font-family: 'fnd-i';\
  src: url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-RegularItalic.eot');\
  src: url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-RegularItalic.eot?#iefix') format('embedded-opentype'),\
       url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-RegularItalic.woff') format('woff'), \
       url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGrotesk-RegularItalic.ttf')  format('truetype'); \
  font-style:   normal;\
  font-weight:  400;\
}\
@font-face {\
  font-family: 'fnd-xb';\
  src: url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGroteskXCond-Bold.eot');\
  src: url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGroteskXCond-Bold.eot?#iefix') format('embedded-opentype'),\
       url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGroteskXCond-Bold.woff') format('woff'), \
       url('https://s3-eu-west-1.amazonaws.com/krisakfiles/FoundersGroteskXCond-Bold.ttf')  format('truetype'); \
  font-style:   normal;\
  font-weight:  400;\
}\
"));

document.head.appendChild(newStyle);
document.getElementById('p-navigation').innerHTML = '<h2 class="nejlabel">Největší Janové</h2>\
<div class="body">\
	<ul>\
		<li><a href="/wiki/Jan_Amos_Komensky">Jan Amos Komensky</a></li>\
		<li><a href="/wiki/Jan_Palach">Jan Palach</a></li>\
		<li><a href="/wiki/Jan_Zizka">Jan Žižka</a></li>\
		<li><a href="/wiki/Jan_Werich">Jan Werich</a></li>\
		<li><a href="/wiki/Jan_Hus">Jan Hus</a></li>\
		<li><a href="/wiki/Jan_Evangelista_Purkyně">Jan Evangelista Purkyně</a></li>\
		<li><a href="/wiki/Jan_Jansky">Jan Janský</a></li>\
		<li><a href="/wiki/Jan_Zelezny">Jan Železný</a></li>\
		<li><a href="/wiki/Jan_Masaryk">Jan Masaryk</a></li>\
	</ul>\
</div>\
<h2 class="nejlabel">Největší Karlové</h2>\
<div class="body">\
	<ul>\
		<li><a href="wiki/Charles_IV,_Holy_Roman_Emperor">Charles IV, Holy Roman Emperor</a></li>\
		<li><a href="/wiki/Karel_Capek">Karel Čapek</a></li>\
		<li><a href="/wiki/Karel_Gott">Karel Gott</a></li>\
		<li><a href="/wiki/Karel_Kryl">Karel Kryl</a></li>\
		<li><a href="/wiki/Karel_Havlicek_Borovsky">Karel Havlíček Borovský</a></li>\
		<li><a href="/wiki/Karel_Hynek_Macha">Karel Hynek Mácha</a></li>\
		<li><a href="/wiki/Karel_Jaromir_Erben">Karel Jaromír Erben</a></li>\
	</ul>\
</div>\
<h2 class="nejlabel">Největší Václavové</h2>\
<div class="body">\
	<ul>\
		<li><a href="/wiki/Vaclav_Havel">Václav Havel</a></li>\
		<li><a href="/wiki/Vaclav_Klaus">Václav Klaus</a></li>\
		<li><a href="/wiki/Saint_Vaclav">Wenceslaus I, Duke of Bohemia</a></li>\
		<li><a href="/wiki/Vaclav_II">Wenceslaus II of Bohemia</a></li>\
		<li><a href="/wiki/Vaclav_Klaus">Václav Klaus</a></li>\
	</ul>\
</div>';
  
 
  
})();