MediaWiki: Tweeki.css: Atšķirības starp versijām
No ''Latvijas mākslas vēsture''
Nav labojuma kopsavilkuma |
Nav labojuma kopsavilkuma |
||
| 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 */ | ||
/* 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 { | .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)) { | @media (max-width: calc(639px)) { | ||
figure { | figure { | ||
| 10. rindiņa: | 12. rindiņa: | ||
float: none !important; | float: none !important; | ||
} | } | ||
} | |||
ol, ul { | |||
padding-left: 1rem; | |||
} | } | ||
Versija, kas saglabāta 2025. gada 30. septembris, plkst. 09.11
/* 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;
}