{"id":21321883,"url":"https://github.com/snowpact/blur-menu","last_synced_at":"2025-03-15T22:44:35.270Z","repository":{"id":27593100,"uuid":"31076275","full_name":"snowpact/blur-menu","owner":"snowpact","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-13T17:20:50.000Z","size":723,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-19T12:56:18.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snowpact.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-20T17:35:02.000Z","updated_at":"2021-12-30T11:38:05.000Z","dependencies_parsed_at":"2022-09-06T11:21:39.577Z","dependency_job_id":null,"html_url":"https://github.com/snowpact/blur-menu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowpact%2Fblur-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowpact%2Fblur-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowpact%2Fblur-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowpact%2Fblur-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snowpact","download_url":"https://codeload.github.com/snowpact/blur-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801611,"owners_count":20350106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T20:11:28.150Z","updated_at":"2025-03-15T22:44:35.251Z","avatar_url":"https://github.com/snowpact.png","language":"CSS","readme":"\u003ch1\u003eBlur Menu\u003c/h1\u003e\n\n\u003ch2\u003eIntroduction\u003c/h2\u003e\n\u003cp\u003eCe petit tuto permet de faire un menu avec un style flou qui devient net au survole de la souris\u003c/p\u003e\n\u003cp\u003eVoici un exemple :\u003c/p\u003e\n![preview](https://raw.githubusercontent.com/snowpact/blur-menu/master/img/demo.png)\n\ndemo : https://jsfiddle.net/sabalotelli/3bm4dL7q/\n\n\u003ch2\u003eTuto\u003c/h2\u003e\n\n\u003ch3\u003eCréation du menu HTML\u003c/h3\u003e\n\n\t\u003cdiv class=\"blur-menu\"\u003e\n\t\t\u003ch2\u003e\u003ca href=\"#presentation\"\u003ePrésentation\u003c/a\u003e\u003c/h2\u003e\n\t\t\u003ch2\u003e\u003ca href=\"#developpement\"\u003eDéveloppement\u003c/a\u003e\u003c/h2\u003e\n\t\t\u003ch2\u003e\u003ca href=\"#illustrator\"\u003eIllustrator\u003c/a\u003e\u003c/h2\u003e\n\t\t\u003ch2\u003e\u003ca href=\"#photographie\"\u003ePhotographie\u003c/a\u003e\u003c/h2\u003e\n\t\t\u003ch2\u003e\u003ca href=\"#contact\"\u003eContact\u003c/a\u003e\u003c/h2\u003e\n\t\u003c/div\u003e\n\t\n\u003ch3\u003eCréation du CSS\u003c/h3\u003e\n\n\t.blur-menu a{\n\t\t-webkit-filter: blur(3px);\n\t\t-moz-filter: blur(3px);\n\t\t-ms-filter: blur(3px);\n\t\t-o-filter: blur(3px);\n\t\tfilter: blur(3px);\n\t\tcolor: inherit;\n\t\ttext-decoration: inherit;\n\t\ttransition-duration: 0.5s;\n\t}\n\n\t.blur-menu a:hover{\n\t\t-webkit-filter: blur(0);\n\t\t-moz-filter: blur(0);\n\t\t-ms-filter: blur(0);\n\t\t-o-filter: blur(0);\n\t\tfilter: blur(0);\n\t\ttransition-duration: 0.5s;\n\t}\n\t\n\u003ch3\u003eEn bonus, le style du texte\u003c/h3\u003e\n\n\t.blur-menu{\n\t\ttext-align: right;\n\t}\n\t\n\t.blur-menu h2{\n\t\tcolor: white;\n\t\tfont-family:\"Roboto\";\n\t\tfont-weight: 100;\n\t\ttext-transform: uppercase;\n\t\tletter-spacing: 15px;\n\t\tfont-size: 50px;\n\t\tmargin: 0;\n\t\tpadding: 30px;\n\t}\n\t\n\u003cp\u003eVous pouvez rajouter la police Roboto de google directement en insérant la ligne suivante dans le head de votre fichier HTML :\u003c/p\u003e\n\t\n    \u003clink href='http://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'\u003e\n\t\nFin du tuto :)\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowpact%2Fblur-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnowpact%2Fblur-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowpact%2Fblur-menu/lists"}