MediaWiki: Tweeki.css: Atšķirības starp versijām
No ''Latvijas mākslas vēsture''
Nav labojuma kopsavilkuma |
Nav labojuma kopsavilkuma |
||
| (8 starpversijas, ko mainījis tas pats dalībnieks, nav parādītas) | |||
| 1. rindiņa: | 1. rindiņa: | ||
/* CSS placed here will affect users of the Tweeki skin */ | /* CSS placed here will affect users of the Tweeki skin */ | ||
#mw-imagepage-section-filehistory { | /* Slēpjam lieko anon */ | ||
.tweeki-user-anon #mw-imagepage-section-filehistory,.tweeki-user-anon #filehistory,.tweeki-user-anon #mw-imagepage-upload-disallowed,.tweeki-user-anon #filetoc { | |||
display: none; | display: none; | ||
} | } | ||
/* Centrētas bildes mob. */ | |||
@media (max-width: calc(639px)) { | |||
figure { | |||
margin: 20 auto !important; | |||
float: none !important; | |||
}} | |||
ol, ul { | |||
padding-left: 1rem; | |||
} | |||
/* 100% bildes mob. Sākumā */ | |||
@media (max-width: calc(639px)) { | |||
.page-Saturs .mw-halign-right img { | |||
width: 100%; | |||
height: auto; | |||
display: block; | |||
}} | |||
Pašreizējā versija, 2025. gada 30. septembris, plkst. 09.24
/* CSS placed here will affect users of the Tweeki skin */
/* Slēpjam lieko anon */
.tweeki-user-anon #mw-imagepage-section-filehistory,.tweeki-user-anon #filehistory,.tweeki-user-anon #mw-imagepage-upload-disallowed,.tweeki-user-anon #filetoc {
display: none;
}
/* Centrētas bildes mob. */
@media (max-width: calc(639px)) {
figure {
margin: 20 auto !important;
float: none !important;
}}
ol, ul {
padding-left: 1rem;
}
/* 100% bildes mob. Sākumā */
@media (max-width: calc(639px)) {
.page-Saturs .mw-halign-right img {
width: 100%;
height: auto;
display: block;
}}