-
Notifications
You must be signed in to change notification settings - Fork 23
Mise à jour des CSS des applications #887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
522c1c5
to
17ffe5e
Compare
Suppression des tailles des fonts en px. Passage au maximum des couleurs en variable. Devra être lié à un changement dans Core de la main css (justement pour définir ces variables)
Pour l'instant sont utilisées toutes ses variables --color-flashy-principale:#7eb73b; --color-text:#212121; --color-text-second-niveau:#626262; --color-lien-action:#3975b5; --color-titre-avec-deux-couleurs:#1c94d4; --color-action:#f1790f; --color-text-date:#666666; --bgColor-bloc-date:#3975b5; --color-bloc-date:#FFF; --bgColor-bloc-fond-clair: #F5F5F5; --border-color-bloc-fond-clair: #D6D6D6; --border-color-bloc-fond-clair-hover: #9e9e9e; --radius-bloc:8px; --bgColor-dossier:#EAEAEAEA; --bgColor-dossier-hover:#ffffdc; --radius-dossier:10px; --bgColor-thumb: #EEEEEE; --border-color-thumb: #DDDDDD; --border-color-thumb-hover: #CCCCCC; --bgColor-header-bloc: linear-gradient(180deg, rgba(218,218,218,1) 0%, rgba(239,239,239,1) 100%); --color-titre-bloc-header:Silverpeas#333; --color-titre:Silverpeas#333; --taille-titre:1.3em; --border-color-even:#d4d4d4; --border-color-odd:#d4d4d4; --bgColor-even:#f9f9f9; --bgColor-odd:#eeeeee; --color-trait-separateur: #DDD; --color-draft:#FF6F6F; --color-read:#319e3e; --width-photo-profil:30px; --color-link-richContent:var(--color-lien-action); --decoration-link-richContent:underline; /* LES TAILLES ET PROPORTIONS */ --right-side-width:33%; /* Comportement roll hover d'un lien / un titre */ --roll-hover-background:#FAFAFA; /*fafafa dans blog*/ --roll-hover-color:#000; /* ETIQUETTE */ --radius-etiquette:3px; /* vérifier lisibilité*/ --bgColor-etiquette:#ACACAC; --color-text-etiquette:#FFFFFF; --bgColor-hover-etiquette:#5c5c5c; --color-text-hover-etiquette:#FFFFFF; /* Description */ --border-left-size-description:6px; --border-left-color-description:#e4e4e4; --padding-left-description:1em; --color-text-description:#5e5e5e; /*bouton*/ --radius-btn:8px; --radius-btn-secondaire:5px; --bgColor-btn-secondaire:linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 33%,rgba(228,228,228,1) 100%); --bgColor-btn-secondaire-hover:linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(243,243,243,1) 33%,rgba(250,250,250,1) 100%); --border-color-btn-secondaire:#cccccc; --color-text-btn-secondaire:#4c4c4c; --bgColor-action-hover: #EAEAEA; /*FILTRE*/ --bgColor-zone-filtre:#eaeaea; --border-color-zone-filtre:#CECECE; --radius-zone-filtre:10px; /* COULEURS DES MESSAGES INFORMATION */ --border-color-im-ok:#9BD94A; --border-color-im-nok:#CE6F6F; --border-color-im-info:#F9E98E; --bgColor-im-neutre:#ebebeb; --border-color-im-neutre:#d8d7d7; /* FORMULAIRE & CO */ --height-input:32px;
ça devrait être fini pour la rentrée
+ Created an adaptive size (consistent with the font size) for the image and bullet used for the aggregate's button Yes or No
17ffe5e
to
e9bf9cc
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Centralisation des rendus via variables, + suppression de l'utilisation de taille de police fixe (pour améliorer la performance de notre module d'accessibilité) + nettoyage des vétustés
ATTENTION LIE AU PR #1383 : Car les modifications s'appuient sur la centralisation des variables définies dans la Main CSS