MediaWiki:Common.css: Porovnání verzí
Z Epesní Wikipedia
m |
m |
||
| (Nejsou zobrazeny 2 mezilehlé verze od stejného uživatele.) | |||
| Řádka 3: | Řádka 3: | ||
.obrtext img {width:auto; max-height:16px;margin-bottom: 2.5px;} | .obrtext img {width:auto; max-height:16px;margin-bottom: 2.5px;} | ||
.obr50 img {height:auto; max-width:50px;} | .obr50 img {height:auto; max-width:50px;} | ||
| + | .obr150 img {max-height:150px; width:auto;} | ||
| + | .obr200 img {max-height:200px; width:auto;} | ||
.tabletest tbody tr td:first-child {text-align: left;} | .tabletest tbody tr td:first-child {text-align: left;} | ||
.tabletest {text-align: center;} | .tabletest {text-align: center;} | ||
| + | .tablecenterall {text-align: center;} | ||
Aktuální verze z 29. 6. 2021, 13:10
/* Zde uvedené CSS bude ovlivňovat všechny styly */
.obr img {max-width:100%; height:auto; display:block; margin-right:auto; margin-left:auto;}
.obrtext img {width:auto; max-height:16px;margin-bottom: 2.5px;}
.obr50 img {height:auto; max-width:50px;}
.obr150 img {max-height:150px; width:auto;}
.obr200 img {max-height:200px; width:auto;}
.tabletest tbody tr td:first-child {text-align: left;}
.tabletest {text-align: center;}
.tablecenterall {text-align: center;}