MediaWiki:Common.css: Porovnání verzí

Přidáno 2 708 bajtů ,  8. 3. 2023
m
lepší tak
Bez shrnutí editace
m (lepší tak)
značka: ruční vrácení zpět
 
(Není zobrazeno 9 mezilehlých verzí od 3 dalších uživatelů.)
Řádek 19: Řádek 19:
     }
     }
      
      
    #accesscontrol {
    
      position: absolute;
      right: 15px;
      top: 5px;    
    }
 
   
   #shorttoc, #shorttoc #toc {
   #shorttoc, #shorttoc #toc {
     width: 100%;
     width: 100%;
Řádek 101: Řádek 95:


   #content {position: relative}
   #content {position: relative}
   #content .akord {font-weight: bold; margin-top: -13px;position:absolute}
   #content .akord {font-weight: bold; margin-top: -11px;position:absolute}
 
/* Jáma */
.tabulka {display:table;}
.tabulka > div {display:table-row}
.tabulka > div > div {display:table-cell; width:50%;}
 
/** obecné pro dvojsloupcové stránky >> adaptace pro úzké obrazovky */
/* je třeba použít tyto divy */
@media only screen and (min-width: 768px) {
.doublepage-left {
float:left;
valign:top;
width:55%;
}
.doublepage-right {
float:right;
valign:top;
width:44%;
width:calc(45% - .5em);
}
.doublepage-clearfix {
clear: both;
}
}
 
/* Prevence přetekání obrázku */
/* zatím neimplementováno */
/* .picture-container img {
max-width: 100%;
object-fit: contain;
}
*/