mirror of
https://github.com/susam/spcss.git
synced 2025-09-02 02:12:36 +02:00
Set version to 0.6.0
This commit is contained in:
21
CHANGES.md
21
CHANGES.md
@@ -1,3 +1,24 @@
|
||||
0.6.0 (2021-01-06)
|
||||
------------------
|
||||
|
||||
### Added
|
||||
|
||||
- Anchor links for headings.
|
||||
- Light borders for table cells.
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
- Code font size is no longer set to 0.9em, so the browser default for
|
||||
code font size is used now.
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
- Excessive heading height when heading anchor link's font size is
|
||||
reduced with a custom CSS.
|
||||
|
||||
|
||||
0.5.0 (2020-12-07)
|
||||
------------------
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
The MIT License (MIT)
|
||||
=====================
|
||||
|
||||
Copyright (c) 2020 Susam Pal
|
||||
Copyright (c) 2020-2021 Susam Pal
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
@@ -64,7 +64,7 @@ To use SPCSS, merely add this line of code to the `<head>` element of
|
||||
your HTML file:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.5.0">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.6.0">
|
||||
```
|
||||
|
||||
Alternatively, download the CSS file from [here][DL], edit and customize
|
||||
@@ -72,18 +72,18 @@ it as per your requirements, and use it in your project. You are also
|
||||
welcome to [fork this repository][fork] and customize it to maintain
|
||||
your own copy of [sp.css](sp.css) with styles you frequently need.
|
||||
|
||||
[DL]: https://cdn.jsdelivr.net/npm/spcss@0.5.0/sp.css
|
||||
[DL]: https://cdn.jsdelivr.net/npm/spcss@0.6.0/sp.css
|
||||
[fork]: https://github.com/susam/spcss/fork
|
||||
|
||||
|
||||
CDN URLs
|
||||
--------
|
||||
|
||||
Use the following URL in the `<link>` tag to load version 0.5.0 (the
|
||||
Use the following URL in the `<link>` tag to load version 0.6.0 (the
|
||||
current version at this time) of SPCSS:
|
||||
|
||||
```
|
||||
https://cdn.jsdelivr.net/npm/spcss@0.5.0
|
||||
https://cdn.jsdelivr.net/npm/spcss@0.6.0
|
||||
```
|
||||
|
||||
Use the following URL in the `<link>` tag to always load the latest
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "spcss",
|
||||
"version": "0.6.0-dev",
|
||||
"version": "0.6.0",
|
||||
"description": "Simple and Plain Stylesheet",
|
||||
"files": [
|
||||
"sp.css",
|
||||
|
2
sp.min.css
vendored
2
sp.min.css
vendored
@@ -1 +1 @@
|
||||
body{font-family:helvetica,arial,sans-serif;line-height:1.5;margin:0 auto;max-width:40em;padding:0 1em}h1,h2,h3,h4,h5,h6{margin:1em 0 .5em;line-height:1.2em}a:link,a:visited{color:#03c;text-decoration:none}a:active,a:focus,a:hover{color:#03f;text-decoration:underline}body,h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited,h5 a:link,h5 a:visited,h6 a:link,h6 a:visited{color:#333}h1 a:active,h1 a:focus,h1 a:hover,h2 a:active,h2 a:focus,h2 a:hover,h3 a:active,h3 a:focus,h3 a:hover,h4 a:active,h4 a:focus,h4 a:hover,h5 a:active,h5 a:focus,h5 a:hover,h6 a:active,h6 a:focus,h6 a:hover{color:#444}img{max-width:100%}figure{margin:1em 0;text-align:center}figcaption{font-size:small}code,kbd,pre,samp{color:#009;font-family:monospace,monospace;font-size:.9em}pre code,pre kbd,pre samp{font-size:1em}pre kbd{color:#060}blockquote,pre{background:#eee;padding:.5em}pre{overflow:auto}blockquote{border-left:medium solid #ccc;margin:1em 0}blockquote :first-child{margin-top:0}blockquote :last-child{margin-bottom:0}@media (prefers-color-scheme:dark){body{background:#222}a:link,a:visited{color:#9bf}a:active,a:hover{color:#acf}body,h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited,h5 a:link,h5 a:visited,h6 a:link,h6 a:visited{color:#bbb}h1 a:active,h1 a:focus,h1 a:hover,h2 a:active,h2 a:focus,h2 a:hover,h3 a:active,h3 a:focus,h3 a:hover,h4 a:active,h4 a:focus,h4 a:hover,h5 a:active,h5 a:focus,h5 a:hover,h6 a:active,h6 a:focus,h6 a:hover{color:#ccc}code,kbd,pre,samp{color:#6cf}pre kbd{color:#9c9}blockquote,pre{background:#111}blockquote{border-color:#444}}
|
||||
body{color:#333;font-family:helvetica,arial,sans-serif;line-height:1.5;margin:0 auto;max-width:40em;padding:0 1em}h1,h2,h3,h4,h5,h6{margin:1em 0 .5em;line-height:1.2}a:link,a:visited{color:#03c;text-decoration:none}a:active,a:focus,a:hover{color:#06f;text-decoration:underline}h1 a:empty:before,h2 a:empty:before,h3 a:empty:before,h4 a:empty:before,h5 a:empty:before,h6 a:empty:before{content:"#"}h1 a:empty,h2 a:empty,h3 a:empty,h4 a:empty,h5 a:empty,h6 a:empty{visibility:hidden;padding-left:.25em}h1:hover a:empty,h2:hover a:empty,h3:hover a:empty,h4:hover a:empty,h5:hover a:empty,h6:hover a:empty{visibility:visible}img{max-width:100%}figure{margin:1em 0;text-align:center}figcaption{font-size:small}code,kbd,pre,samp{color:#009;font-family:monospace,monospace}pre kbd{color:#060}blockquote,pre{background:#eee;padding:.5em}pre{overflow:auto}blockquote{border-left:medium solid #ccc;margin:1em 0}blockquote :first-child{margin-top:0}blockquote :last-child{margin-bottom:0}table{border-collapse:collapse}td,th{border:thin solid #999;padding:.3em .4em;text-align:left}@media (prefers-color-scheme:dark){body{color:#bbb;background:#222}a:link,a:visited{color:#9bf}a:active,a:hover{color:#acf}code,kbd,pre,samp{color:#6cf}pre kbd{color:#9c9}blockquote,pre{background:#111}blockquote{border-color:#444}td,th{border-color:#666}}
|
Reference in New Issue
Block a user