userstyle
vosquestions.ecologie.gouv.fr by jpsimonnet
Details
Authorjpsimonnet
LicenseNo License
Categoryuserstyle
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name preprod.vosquestions.ecologie.gouv.fr - juil. 2024
@version 20240712.15.08
@namespace ?
==/UserStyle== */
@-moz-document domain("preprod.vosquestions.ecologie.gouv.fr") {
@media (min-width: 1400px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
max-width: 78rem;
}
body {
font-family: "Marianne", arial, sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
margin: 0;
padding: 0;
font-size: 1rem;
line-height: 1.5rem;
background-color: var(--background-default-grey);
--idle: transparent;
--hover: var(--background-default-grey-hover);
--active: var(--background-default-grey-active);
color: var(--text-default-grey);
}
.container {
background:#fff;
}
.block_ville, .intro{
background:#eee;
}
main.page-template-vqe_tpl_pageville .rubrique .rubrique-main.tiles .tile-item *:not(h3) {
font-size: 1rem;
}
}