Aller au contenu

Utilisateur:JDS404/timeless.css

Définition, traduction, prononciation, anagramme et synonyme sur le dictionnaire libre Wiktionnaire.

Remarque: après avoir sauvegardé, vous devez vider le cache de votre navigateur pour que les changements prennent effet. Mozilla, cliquez sur Actualiser (ou ctrl-r). Internet Explorer / Opera: ctrl-f5. Safari: cmd-r. Konqueror ctrl-r.

@import url('https://fonts.googleapis.com/css2?family=Literata:ital@0;1&family=Public+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap');

body {
	font-family: 'Public Sans', 'Segoe UI', sans-serif !important;
}
h1, h2, h3 {
	font-family: 'Literata', 'Segoe UI', sans-serif !important;
	border: none !important;
}
#siteSub {
	font-family: 'Literata', 'Segoe UI', sans-serif !important;
}
.tools-inline li {
    padding-bottom: 5px;
    transition: border-color 0.2s;
}
.tools-inline li a {
    padding: 0 2px 0 25px !important;
}
.mw-body h2 {
	font-size: 1.6em;
}
.mw-body h3 {
    font-size: 1.4em;
}
.thumbinner, .infobox, .toc, #mw-content, .sidebar-chunk, .navbox, .wikitable {
	box-shadow: 5px 5px 15px rgba(0,0,0,0.1) !important;
}
.infobox, .toc, #mw-content {
	border: none !important;
}
.sidebar-chunk {
	border: solid #f8f9fa !important;
}
#mw-header-hack {
	box-shadow: 0 0 10px rgba(0,0,0,0.6) !important;
}
#searchInput {
	padding: 0.4em 2em 0.2em 4.5em !important;
}
#simpleSearch {
	box-shadow: none !important;
	border: none !important;
}
#searchButton, #mw-searchButton {
	left: 1.5em !important;
	right: auto !important;
}