From 6eedf72fdb8af8aa574d268ef0a921435bbd8b4d Mon Sep 17 00:00:00 2001 From: Guglielmo Pepe <1424836+GuglielmoPepe@users.noreply.github.com> Date: Sun, 13 Mar 2022 22:55:41 +0100 Subject: [PATCH] Change email address in head src files --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ src/quick.css | 2 +- src/quick.min.css | 4 ++-- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 450fa92..be21d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + + + +## [2.1.0 - 2021-03-13] + +### Added + - Add 'id' attribute for heading sections in docs/example.html - Add text-size-adjust to prevent adjustments of font size after orientation changes - Add float property to nav li::before + + +### Changed + - Change css variables - Change font-size rules according a typographic scale - Change measures according a grid scale - Change font-family for readibility + + +### Removed + - Remove the '[aria-hidden = "true"]' attribute from elements that contain focusable descendants - Remove 'hgroup' rules: the 'hgroup' element has been removed from the HTML5 (W3C) specification - Remove display='block' property for 'table' selector @@ -19,10 +34,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove 'nav ul' selector - Remove select background styling when multiple attribute is also present - Remove resize=block attribute to textarea selector + + +### Fixed + - Fix stylesheet URL in docs - Fix version in package.json - Fix unclosed tag 'img' in docs/example.html + + ## [2.0.0 - 2020-04-14] ### Added @@ -175,12 +196,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix margins and paddings for 'nav > ul' selector + ## 1.0.2 - 2020-10-05 - Fix bug select multiple in Chrome - Fix url of changelog file in readme + + ## 1.0.1 - 2020-03-31 - Fix margins for mobile - Fix font-size unit for small element + + ## 1.0.0 - 2020-03-28 diff --git a/src/quick.css b/src/quick.css index d34e0d6..6f247df 100644 --- a/src/quick.css +++ b/src/quick.css @@ -1,7 +1,7 @@ @charset "UTF-8"; /*! * quick.css 2.0.0 (https://guglielmopepe.github.io/quick/) - * Copyright 2020 Guglielmo Pepe (https://www.guglielmopepe.com) + * Copyright 2020 Guglielmo Pepe (https://www.guglielmopepe.com) * Licensed under MIT (https://github.com/GuglielmoPepe/quick/blob/master/LICENSE.md) */ *{box-sizing:border-box;background-repeat:no-repeat;} diff --git a/src/quick.min.css b/src/quick.min.css index b39a576..e51f24e 100644 --- a/src/quick.min.css +++ b/src/quick.min.css @@ -1,7 +1,7 @@ @charset "UTF-8"; /*! - * quick.css 2.0.0 (https://guglielmopepe.github.io/quick/) - * Copyright 2020 Guglielmo Pepe (https://www.guglielmopepe.com) + * quick.css 2.1.0 (https://guglielmopepe.github.io/quick/) + * Copyright 2020 Guglielmo Pepe (https://www.guglielmopepe.com) * Licensed under MIT (https://github.com/GuglielmoPepe/quick/blob/master/LICENSE.md) */ *,::after,::before{box-sizing:border-box;background-repeat:no-repeat;}:-moz-focusring{outline:1px dotted ButtonText;}:-moz-ui-invalid{box-shadow:none;}:-ms-input-placeholder{color:rgba(0, 0, 0, 0.54);}::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner,iframe,img{border-style:none;}::-moz-focus-inner,[type="checkbox"],[type="color"],[type="radio"],[type="range"],button::-moz-focus-inner,nav ol,nav ul{padding:0;}::-ms-expand,[hidden],audio:not([controls]),dialog:not([open]),summary::-webkit-details-marker,template{display:none;}::-webkit-file-upload-button,[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button;}::-webkit-file-upload-button,button,input,select,textarea{font:inherit;}::-webkit-inner-spin-button,::-webkit-outer-spin-button,[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button,iframe,img,input,select{height:auto;}::-webkit-input-placeholder,button,hr,input,legend,select,textarea{color:inherit;}::-webkit-input-placeholder{opacity:0.54;}::-webkit-search-decoration,select{-webkit-appearance:none;}::after,::before{text-decoration:inherit;vertical-align:inherit;}::selection{background:rgba(0, 100, 193, 0.25);}:root{--qk--background-color--50:#fafafa;--qk--background-color--100:#f5f5f5;--qk--background-color--200:#eeeeee;--qk--background-color--300:#e0e0e0;--qk--background-color--400:#bdbdbd;--qk--background-color--500:#9e9e9e;--qk--background-color--600:#757575;--qk--background-color--700:#616161;--qk--background-color--800:#424242;--qk--background-color--900:#212121;--qk--border-color--50:#fafafa;--qk--border-color--100:#f5f5f5;--qk--border-color--200:#eeeeee;--qk--border-color--300:#e0e0e0;--qk--border-color--400:#bdbdbd;--qk--border-color--500:#9e9e9e;--qk--border-color--600:#757575;--qk--border-color--700:#616161;--qk--border-color--800:#424242;--qk--border-color--900:#212121;--qk--color--50:#fafafa;--qk--color--100:#f5f5f5;--qk--color--200:#eeeeee;--qk--color--300:#e0e0e0;--qk--color--400:#bdbdbd;--qk--color--500:#9e9e9e;--qk--color--600:#757575;--qk--color--700:#616161;--qk--color--800:#424242;--qk--color--900:#212121;--qk--color--anchor:#1e88e5;--qk--color--anchor-hover:#f00000;--qk--color--anchor-visited:#8d39d0;--qk--font-family:system-ui,-apple-system,"Segoe UI","Roboto","Ubuntu","Cantarell","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--qk--font-family--monospace:"Menlo","Consolas","Roboto Mono","Ubuntu Monospace","Noto Mono","Oxygen Mono","Liberation Mono",monospace,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--qk--font-size--xxs:1rem;--qk--font-size--xs:1.1041rem;--qk--font-size--s:1.219rem;--qk--font-size--m:1.3459rem;--qk--font-size--l:1.486rem;--qk--font-size--xl:1.6407rem;--qk--font-size--xxl:1.8114rem;--qk--line-height--xxs:1.5em;--qk--line-height--xs:1.5em;--qk--line-height--s:1.5em;--qk--line-height--m:1.5em;--qk--line-height--l:1.5em;--qk--line-height--xl:1.5em;--qk--line-height--xxl:1.5em;--qk--spacing--none:0;--qk--spacing--xxs:1px;--qk--spacing--xs:2px;--qk--spacing--s:4px;--qk--spacing--m:8px;--qk--spacing--l:16px;--qk--spacing--xl:32px;--qk--spacing--xxl:64px;--qk--spacing--xxxl:128px;}[aria-busy="true"]{cursor:progress;}[aria-controls],summary{cursor:pointer;}[aria-disabled="true"],[disabled]{cursor:not-allowed;}[aria-hidden="false"][hidden]{display:initial;}[aria-hidden="false"][hidden]:not(:focus){clip:rect(0, 0, 0, 0);}[aria-hidden="false"][hidden]:not(:focus),dialog{position:absolute;}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation;}[type="button"],[type="checkbox"],[type="color"],[type="file"],[type="radio"],[type="reset"],[type="submit"],button,code,input,pre code,textarea,tfoot,thead{background-color:var(--qk--background-color--100);}[type="button"]{border-color:var(--qk--color--400);}[type="button"],[type="checkbox"],[type="radio"],[type="reset"],[type="submit"],audio,button,canvas,menu > li,nav > ul > li,progress,select,video{display:inline-block;}[type="button"],[type="button"]:focus,[type="button"]:hover,[type="color"],[type="color"]:focus,[type="color"]:hover,[type="file"],[type="file"]:focus,[type="file"]:hover,[type="reset"],[type="reset"]:focus,[type="reset"]:hover,[type="submit"],[type="submit"]:focus,[type="submit"]:hover,button,button:focus,button:hover,input,input:focus,input:hover,optgroup,option,select,select:active,select:focus,select:hover,summary,summary:focus,textarea,textarea:focus,textarea:hover{outline:none;}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:var(--qk--spacing--xxs) dotted ButtonText;}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,figure,html,pre code{padding:var(--qk--spacing--none);}[type="button"]:active,[type="color"]:active,[type="file"]:active,[type="reset"]:active,[type="submit"]:active,button:active,select:active{background-color:var(--qk--background-color--200);}[type="button"]:focus,[type="button"]:hover,[type="color"]:focus,[type="color"]:hover,[type="file"]:focus,[type="file"]:hover,[type="reset"]:focus,[type="reset"]:hover,[type="submit"]:focus,[type="submit"]:hover,button:focus,button:hover,input:focus,input:hover,select:focus,select:hover,textarea:hover{border-color:var(--qk--border-color--700);}[type="checkbox"],[type="radio"],body,noscript{color:var(--qk--color--700);}[type="checkbox"],[type="radio"]{margin-bottom:0;margin-left:0;margin-right:0.35em;margin-top:0;}[type="color"],[type="range"]{border-width:0;}[type="color"],[type="file"],[type="reset"],[type="submit"],td,th{border-color:var(--qk--border-color--400);}[type="color"],[type="file"],details,dialog,img,main,output,picture,textarea{display:block;}[type="color"],[type="file"]{height:var(--qk--spacing--xl);}[type="color"]{width:var(--qk--spacing--xxl);}[type="file"],kbd,mark,select,textarea,var{padding:var(--qk--spacing--xs);}[type="file"],audio,html,optgroup,option,select,textarea,video{width:100%;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}a,select{background-color:transparent;}a{color:var(--qk--color--anchor);}a:active,a:hover,a:visited{outline-width:0;}a:hover{color:var(--qk--color--anchor-hover);}a:visited{color:var(--qk--color--anchor-visited);}abbr[title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:none;}address,article,aside,blockquote,div,dl,figure,footer,h1,h2,h3,h4,h5,h6,header,li,main,nav,ol,p,pre,section,table,ul{margin:var(--qk--spacing--l) var(--qk--spacing--none);}audio,canvas,iframe,img,svg,table,video{vertical-align:middle;}audio,body,video{margin:var(--qk--spacing--none) auto;}audio,iframe,img,input,legend,picture,select,table,textarea,video{max-width:100%;}audio:not([controls]),hr{height:0;}b,strong{font-weight:bolder;}blockquote{border-left:var(--qk--spacing--s) solid var(--qk--border-color--400);padding:var(--qk--spacing--xs) var(--qk--spacing--l);}body{max-width:720px;}body,dialog,fieldset,pre{padding:var(--qk--spacing--l);}body > footer,figcaption{text-align:center;}button,dl dl,dl ol,dl ul,input,ol dl,ol ol,ol ul,select,textarea,ul dl,ul ol,ul ul{margin:0;}button,hr,input{overflow:visible;}button,input,select{text-transform:none;}button,fieldset,hr,input,select,textarea{border:var(--qk--spacing--xxs) solid var(--qk--border-color--400);}button,input,select,textarea{letter-spacing:inherit;}button,input{padding:var(--qk--spacing--xxs) var(--qk--spacing--xs);}button,figcaption,h6,input,optgroup,select,small,textarea{line-height:var(--qk--line-height--s);}caption,figcaption{font-style:italic;}code,kbd,samp{font-family:var(--qk--font-family--monospace);}code,kbd,pre,samp{font-size:1em;}code{font-style:normal;padding:var(--qk--spacing--xxs);}dd,menu > li,nav > ul > li{margin-bottom:var(--qk--spacing--l);margin-left:var(--qk--spacing--none);margin-top:var(--qk--spacing--none);}dd{margin-right:var(--qk--spacing--none);padding-bottom:var(--qk--spacing--none);padding-left:var(--qk--spacing--l);padding-right:var(--qk--spacing--none);padding-top:var(--qk--spacing--none);}details{margin:1.5em 0;}details[open]{border-bottom:var(--qk--spacing--xxs) solid var(--qk--border-color--400);padding:0 0 .5em;}dialog{background-color:white;border:solid;color:black;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;right:0;width:fit-content;}dt,summary{font-weight:700;}fieldset,legend,optgroup{margin:var(--qk--spacing--none);}fieldset{box-sizing:content-box;}figcaption,h6,small{font-size:var(--qk--font-size--xs);}form,img,picture{margin:var(--qk--spacing--l) auto;}h1{font-size:var(--qk--font-size--xxl);margin-bottom:0.67em;line-height:var(--qk--line-height--xxl);}h1,h2,h3,h4,h5,h6,html,pre{font-family:var(--qk--font-family);}h2{font-size:var(--qk--font-size--xl);line-height:var(--qk--line-height--xl);}h3{font-size:var(--qk--font-size--l);}h3,h5{line-height:var(--qk--line-height--l);}h4{font-size:var(--qk--font-size--m);line-height:var(--qk--line-height--m);}h5{font-size:var(--qk--font-size--s);}h5,h6{font-variant:small-caps;}hr{margin:var(--qk--spacing--xl) var(--qk--spacing--none) 1.9375em;}html{cursor:default;line-height:1.5em;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word;font-size:16px;}kbd{background-color:#1b5e20;color:var(--qk--background-color--100);}legend{display:table;white-space:normal;}mark{background-color:#fdd835;}menu > li,nav > ul > li{margin-right:var(--qk--spacing--s);}nav li::before{content:"\200B";}nav ol,nav ul{list-style:none;}optgroup{font-family:inherit;font-size:100%;}option{margin:var(--qk--spacing--m) var(--qk--spacing--none);padding:var(--qk--spacing--none) var(--qk--spacing--l);}p{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}pre,textarea{overflow:auto;}pre{-ms-overflow-style:scrollbar;background-color:var(--qk--border-color--100);}progress,sub,sup{vertical-align:baseline;}select{-moz-appearance:none;background:no-repeat right center / 1em;border-radius:0;padding-right:1em;}select:not([multiple]):not([size]){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");}select[multiple]{-webkit-appearance:listbox !important;}sub{bottom:-0.25em;}sub,sup{font-size:75%;line-height:0;position:relative;}summary{display:list-item;}sup{top:-0.5em;}svg:not(:root){overflow:hidden;}svg:not([fill]){fill:currentColor;}table{border-collapse:collapse;border-color:inherit;text-indent:0;border-spacing:var(--qk--spacing--none);overflow-x:auto;text-align:left;white-space:nowrap;}td,th{border-style:solid;border-width:var(--qk--spacing--xxs);padding:var(--qk--spacing--m) var(--qk--spacing--m);vertical-align:top;}textarea{resize:vertical;resize:block;height:var(--qk--spacing--xxxl);}textarea:focus{border:var(--qk--spacing--xxs) solid var(--qk--border-color--700);}