Skip to content

Commit

Permalink
Add new version of framework
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglielmoPepe committed Apr 14, 2021
1 parent 66bb3bf commit f9bd1c0
Show file tree
Hide file tree
Showing 7 changed files with 511 additions and 2,355 deletions.
152 changes: 152 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,158 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0 - 2020-04-14]

### Added

- Add meta description in docs/example.html file
- Add meta description in docs/download.html file
- Add meta description in docs/index.html file
- Add 'max-width' property for 'body' selector
- Add 'padding' property for 'body' selector
- Add 'height' and 'width' attribute for 'img' tag in docs/example.html
- Add ':root' pseudo-class and some variables
- Add 'small' tag in 'body > footer' in docs/example.html


### Changed

- Change url absolute in url relative in documentation
- Change target="_blank" with rel="external" to any external links in docs to improve performance and prevent security vulnerabilities
- Change CSS style rules
- Change CSS url in docs: now link local stylesheet
- Change comment language in docs
- Change html of forms section in docs/example.html file to improve performance
- Change border-left-width property for 'blockquote' selector
- Change individual margin properties with shortand property for 'address' selector
- Change individual margin properties with shortand property for 'article' selector
- Change individual margin properties with shortand property for 'aside' selector
- Change individual margin properties with shortand property for 'audio' selector
- Change individual margin properties with shortand property for 'body' selector
- Change individual margin properties with shortand property for 'details' selector
- Change individual margin properties with shortand property for 'header' selector
- Change individual margin properties with shortand property for 'hgroup' selector
- Change individual margin properties with shortand property for 'nav' selector
- Change individual margin properties with shortand property for 'section' selector
- Change individual margin properties with shortand property for 'nav > ul' selector
- Change individual margin properties with shortand property for 'div' selector
- Change individual margin properties with shortand property for 'dl' selector
- Change individual margin properties with shortand property for 'dl dl' selector
- Change individual margin properties with shortand property for 'ol dl' selector
- Change individual margin properties with shortand property for 'ul dl' selector
- Change individual margin properties with shortand property for 'ol' selector
- Change individual margin properties with shortand property for 'dl ol' selector
- Change individual margin properties with shortand property for 'ol ol' selector
- Change individual margin properties with shortand property for 'ul ol' selector
- Change individual margin properties with shortand property for 'ul' selector
- Change individual margin properties with shortand property for 'dl ul' selector
- Change individual margin properties with shortand property for 'ol ul' selector
- Change individual margin properties with shortand property for 'ul ul' selector
- Change individual margin properties with shortand property for 'hr' selector
- Change individual margin properties with shortand property for 'main' selector
- Change individual margin properties with shortand property for 'p' selector
- Change individual margin properties with shortand property for 'pre' selector
- Change individual margin properties with shortand property for 'blockquote' selector
- Change individual margin properties with shortand property for 'figure' selector
- Change individual margin properties with shortand property for 'li' selector
- Change individual margin properties with shortand property for 'img' selector
- Change individual margin properties with shortand property for 'picture' selector
- Change individual margin properties with shortand property for 'video' selector
- Change individual margin properties with shortand property for 'table' selector
- Change individual margin properties with shortand property for 'form' selector
- Change individual margin properties with shortand property for 'legend' selector
- Change individual margin properties with shortand property for 'optgroup' selector
- Change individual margin properties with shortand property for 'select' selector
- Change individual margin properties with shortand property for 'textarea' selector
- Change individual margin properties with shortand property for 'footer' selector
- Change individual margin properties with shortand property for 'h1' selector
- Change individual margin properties with shortand property for 'hgroup > h1' selector
- Change individual margin properties with shortand property for 'h2' selector
- Change individual margin properties with shortand property for 'hgroup > h2' selector
- Change individual margin properties with shortand property for 'h3' selector
- Change individual margin properties with shortand property for 'hgroup > h3' selector
- Change individual margin properties with shortand property for 'h4' selector
- Change individual margin properties with shortand property for 'hgroup > h4' selector
- Change individual margin properties with shortand property for 'h5' selector
- Change individual margin properties with shortand property for 'hgroup > h5' selector
- Change individual margin properties with shortand property for 'h6' selector
- Change individual margin properties with shortand property for 'hgroup > h6' selector
- Change individual margin properties with shortand property for 'button' selector
- Change individual margin properties with shortand property for 'fieldset' selector
- Change individual border properties with shortand property for 'fieldset' selector
- Change individual padding properties with shortand property for 'blockquote' selector
- Change individual padding properties with shortand property for 'figure' selector
- Change individual padding properties with shortand property for 'nav > ul' selector
- Change individual padding properties with shortand property for 'pre' selector
- Change individual padding properties with shortand property for 'code' selector
- Change individual padding properties with shortand property for 'kbd' selector
- Change individual padding properties with shortand property for 'mark' selector
- Change individual padding properties with shortand property for 'var' selector
- Change individual padding properties with shortand property for 'td' selector
- Change individual padding properties with shortand property for 'th' selector
- Change individual padding properties with shortand property for 'button' selector
- Change individual padding properties with shortand property for 'button::-moz-focus-inner' selector
- Change individual padding properties with shortand property for 'input' selector
- Change individual padding properties with shortand property for 'textarea' selector
- Change individual padding properties with shortand property for '[type="button"]::-moz-focus-inner' selector
- Change individual padding properties with shortand property for 'details[open]' selector
- Change individual padding properties with shortand property for 'dialog' selector
- Change individual padding properties with shortand property for '[type="submit"]::-moz-focus-inner' selector
- Change individual padding properties with shortand property for '[type="reset"]::-moz-focus-inner' selector
- Change individual padding properties with shortand property for '[type="radio"]' selector
- Change individual padding properties with shortand property for '[type="checkbox"]' selector
- Change individual padding properties with shortand property for 'fieldset' selector
- Change margins and paddings for 'body' selector
- Change margins for 'h1' selector
- Change margins for 'h2' selector
- Change margins for 'h3' selector
- Change margins for 'h4' selector
- Change margins for 'h5' selector
- Change margins for 'h6' selector
- Change margins for 'hgroup' selector
- Change margin-top for 'body > footer' selector


### Removed

- Remove input with datetime attribute
- Remove display='block' property for 'fieldset label' selector
- Remove display='inline-block' property for 'label' selector
- Remove display='inline-block' property for 'input' selector
- Remove margin-bottom='1.5em' property for 'fieldset button' selector
- Remove margin-bottom='1.5em' property for 'fieldset input' selector
- Remove margin-bottom='1.5em' property for 'fieldset select' selector
- Remove margin-bottom='1.5em' property for 'fieldset textarea' selector
- Remove margin-bottom='1.5em' property for 'fieldset [type="checkbox"]' selector
- Remove margin-bottom='1.5em' property for 'fieldset [type="radio"]' selector
- Remove 'body article' selector
- Remove 'body aside' selector
- Remove 'body footer' selector
- Remove 'body header' selector
- Remove 'body main' selector
- Remove 'body nav' selector
- Remove 'body section' selector
- Remove font-size='0.875em' property for 'footer' selector
- Remove line-height='1.714em' property for 'footer' selector


### Fixed

- Fix margins for 'blockquote' selector
- Fix margins for 'dd' selector
- Fix margins for 'figure' selector
- Fix margins for 'input' selector
- Fix margins for 'ol' selector
- Fix margins for 'ul' selector
- Fix margins for 'p' selector
- Fix paddings for 'blockquote' selector docs/example.html file
- Fix id and name attributes of radio input in docs/example.html file
- Fix value attribute of input with type="url" in docs/example.html file
- Fix for attribute of label of password input tag in docs/example.html file
- Fix id and name attributes of text input inline in docs/example.html file
- 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
Expand Down
3 changes: 2 additions & 1 deletion README.md
@@ -1,7 +1,8 @@
# quick.css

**Quick** is a CSS framework for web developers, [like myself](https://www.guglielmopepe.com/?utm_source=github.com&utm_medium=readme&utm_campaign=quick.css), who do not have time to styling but want their web services to look nice.
**Quick** is a CSS framework for web developers, [like myself](https://www.guglielmopepe.com/?utm_source=github.com&utm_medium=readme&utm_campaign=quick.css), who do not have time to styling but want their web services to look nice. Current `master` points to version 2.0.0 of the framework.

Check out on the [demo page](https://guglielmopepe.github.io/quick/examples.html).

## Goals

Expand Down
19 changes: 10 additions & 9 deletions docs/download.html
Expand Up @@ -9,10 +9,11 @@
<!-- Title -->
<title>Download - Quick.css</title>

<!-- CSS external -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/GuglielmoPepe/quick/src/quick.min.css"/>

<!-- Description -->
<meta name="description" content="You can download minified or unminified version, from CDN or locally.">

<!-- CSS external -->
<link rel="stylesheet" href="../src/quick.min.css"/>

<!-- Open Graph Protocol -->
<meta property="og:url" content="https://guglielmopepe.github.io/quick/index.html">
Expand Down Expand Up @@ -48,10 +49,10 @@ <h1>quick.css</h1>
<nav>

<ul>
<li><a href="https://guglielmopepe.github.io/quick/index.html">Overview</a></li>
<li><a href="https://guglielmopepe.github.io/quick/examples.html">Examples</a></li>
<li><a href="https://guglielmopepe.github.io/quick/download.html">Download</a></li>
<li><a href="https://www.github.com/GuglielmoPepe/quick/" target="_blank">GitHub</a></li>
<li><a href="index.html">Overview</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="https://www.github.com/GuglielmoPepe/quick/" rel="external">GitHub</a></li>
</ul>

</nav>
Expand Down Expand Up @@ -200,8 +201,8 @@ <h3>License</h3>

<footer>

<p>Made by <a href="https://www.guglielmopepe.com/?utm_source=guglielmopepe.github.io&utm_medium=footer&utm_campaign=quick.css">Guglielmo Pepe</a>, 2020</p>
<p><a href="https://github.com/GuglielmoPepe/quick/">GitHub</a> | <a href="https://raw.githubusercontent.com/GuglielmoPepe/quick/master/src/quick.min.css">Download</a> | <a href="https://github.com/GuglielmoPepe/quick/blob/master/LICENSE">MIT License</a></p>
<p><small>Made by <a href="https://www.guglielmopepe.com/?utm_source=guglielmopepe.github.io&utm_medium=footer&utm_campaign=quick.css">Guglielmo Pepe</a>, 2020</small></p>
<p><small><a href="https://github.com/GuglielmoPepe/quick/">GitHub</a> | <a href="https://raw.githubusercontent.com/GuglielmoPepe/quick/master/src/quick.min.css">Download</a> | <a href="https://github.com/GuglielmoPepe/quick/blob/master/LICENSE">MIT License</a></small></p>

</footer>

Expand Down

0 comments on commit f9bd1c0

Please sign in to comment.