Napište nám, co si o tomto webu myslíte! Jednostránkový dotazník na 2-3 minuty

×

Chcete něco opravit, upravit či doplnit? Po registraci a přihlášení můžete tuto stránku sami editovat!

×

 Actions

MediaWiki

MediaWiki:Vector.css

From Franklinova expedice

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Zde uvedené CSS bude ovlivňovat pouze styl „Vektor“ */

/* To make images responsive - třída pro obalující div! */

.res-img p {
	max-width:100% !important; 
}

.res-img img {
	max-width:100%;
	height:auto;
}

/* Test */
body {
outline: 1px solid red;
}