Difference between revisions of "MediaWiki:Mobile.css"

no edit summary
Line 318: Line 318:
padding: 2rem;
padding: 2rem;
background-color: rgba(196,196,196, .25);
background-color: rgba(196,196,196, .25);
}
/* ============= Scientific project ============= */
.scientific-project-text-box {
padding: 2rem;
background-color: rgba(196,196,196, .25);
}
/* ============= Social project ============= */
/* ============= Our story ============= */
/* ============= Book index ============= */
.book-index-cover {
background-image: url('https://wiki.masticationpedia.org/images/f/f7/The_sacred_wood_of_books.jpg');
color: white;
text-shadow: 3px 3px 40px rgba(0 0 0 / 0.9);
}
.book-index-columns {
display: flex;
gap: 3rem;
}
.book-index-columns div {
width: 100%;
}
.book-index-columns p, .book-index-columns li {
color: gray;
}
}