Przejdź do zawartości

MediaWiki:Mobile.css: Różnice pomiędzy wersjami

m
brak opisu edycji
(Utworzono nową stronę "→‎CSS placed here will affect users of the mobile site: →‎Mruczekbooks: .bookpage { font-family: 'Lato','Noto Sans',sans-serif; } .bookpage h1 { border:...")
 
mNie podano opisu zmian
Linia 1: Linia 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
/* spoilery */
.spoiler.hidden {
border-left: 1px dotted #7f7f7f;
    border-right: 1px dotted #7f7f7f;
    border-bottom: 1px dotted #7f7f7f;
    color: transparent;
    background-color: rgba(0,0,0,0.2);
    cursor:pointer;
}
.spoiler.visible {
border-left: 1px dotted transparent;
    border-right: 1px dotted transparent;
    border-bottom: 1px dotted #7f7f7f;
    color: inherit;
    background: none;
    cursor: pointer;
}


/* Mruczekbooks */
/* Mruczekbooks */