MapComplete/css/wikipedia.css

33 lines
617 B
CSS
Raw Normal View History

2021-10-02 17:57:54 +02:00
/* This stylesheet reimplements a few classes from wikipedia to show their articles prettily */
.wikipedia-article {
font-family: sans-serif;
}
.wikipedia-article .tright {
float: right;
clear: right;
}
.wikipedia-article .thumb {
background: var(--subtle-detail-color);
margin: 1rem;
padding: 0.5rem;
border: 1px solid var(--subtle-detail-color-light-contrast);
border-radius: 0.5rem;
}
.wikipedia-article a {
color: #0645ad;
background: none;
}
.wikipedia-article a:hover a:focus {
text-decoration: underline;
}
.wikipedia-article p {
margin-bottom: 0.5rem;
}