Skip to content

Commit

Permalink
Commit #48
Browse files Browse the repository at this point in the history
  • Loading branch information
madmurphy committed Mar 18, 2021
1 parent 0f72dda commit f9acc56
Show file tree
Hide file tree
Showing 32 changed files with 536 additions and 397 deletions.
27 changes: 21 additions & 6 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log


## 2.0.0 (2021-03-18)

Changes:

* Class `"no-nav"` has been renamed to `"offstage"`
* Support for a `"brief"` class has been added the main `<article>`
* Support for `<picture>`, `<pre>` and `<svg>` elements has been added to the
CSS
* Unicode symbol for `a[rel="author"]` has been set to `U+2709 U+FE0F`
* A default label has been created for the links of the main `<nav>` that
do not possess a `rel` attribute
* A schematic of the viewport has been added to the manual
* Animations, examples and minor details have been improved


## 1.3.1 (2021-03-11)

Changes:
Expand Down Expand Up @@ -68,7 +83,7 @@ Changes:

Changes:

* Labels of links within the main &lt;nav&gt;
* Labels of links within the main `<nav>`
* Documentation


Expand All @@ -81,7 +96,7 @@ Changes:
* Changed unicode symbols for `prev` and `next`
* Added support for `a[rel="child"]`
* Added support for `"no-nav"` class
* Improved &lt;blockquote&gt; elements
* Improved `<blockquote>` elements
* Improved documentation and demo


Expand All @@ -93,7 +108,7 @@ Changes:
* Added support for `article.slide a[rel="tag"]`
* Added a `max-width` rule to the hashtag text
* Few conversions from `px` to `em`
* Styled &lt;code&gt; tags
* Styled `<code>` tags



Expand All @@ -103,7 +118,7 @@ Changes:

* `z-index` property of `article.slide` set to `11109`
* Styled general HTML elements
* Margins of text containers (&lt;p&gt;, &lt;h1&gt;, &lt;h2&gt;, &lt;h3&gt;,
* Margins of text containers (`<p>`, `<h1>`, `<h2>`, `<h3>`,
etc.)
* Improved documentation and demo

Expand All @@ -114,10 +129,10 @@ Changes:

* Added embedded font "1942 report"
* Converted `px` to `em` in all font-size properties
* Styled &lt;h1&gt;, &lt;h2&gt; and &lt;h3&gt; elements
* Styled `<h1>`, `<h2>` and `<h3>` elements


## 1.0.0 (2017-02-02)

Take five! 1.0.0 is released!
Take Five! 1.0.0 is released!

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Take five!
# Take Five!

A semantically-consistent pure-CSS slide renderer

Expand Down
10 changes: 4 additions & 6 deletions docs/base-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/takefive-min.css" media="screen" />
<link rel="index" type="text/html" href="index.html" />
<link rel="next" type="text/html" href="nested-example.html" />
<title>Take five! &ndash; Photo of the day</title>
<title>Take Five! &ndash; Photo of the day</title>
</head>

<body>
Expand All @@ -14,15 +12,15 @@
<a href="#photo_of_the_day">Photo of the day</a>
</p>

<article class="slide" id="photo_of_the_day" itemscope itemtype="http://schema.org/ImageObject">
<article class="slide" id="photo_of_the_day" itemscope itemtype="https://schema.org/ImageObject">
<nav><a href="#nowhere" rel="parent">My diary</a></nav>
<figure>
<img src="images/1.jpg" itemprop="image" alt="Photo of the day" />
<img src="media/1.jpg" itemprop="image" alt="Photo of the day" />
<figcaption itemprop="caption">Photo of the day</figcaption>
</figure>
</article>

<p>This page is powered by <a href="https://madmurphy.github.io/takefive.css/">Take five!</a> pure-CSS slide renderer.</p>
<p>This page is powered by <a href="https://madmurphy.github.io/takefive.css/"><em>Take Five!</em></a> pure-CSS slide renderer.</p>

</body>
</html>
4 changes: 2 additions & 2 deletions docs/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ pre.idl {
}

pre.idl :link, pre.idl :visited {
color:inherit;
background:transparent;
color: inherit;
background: transparent;
}

/* Data tables */
Expand Down
8 changes: 4 additions & 4 deletions docs/css/takefive-min.css

Large diffs are not rendered by default.

Loading

0 comments on commit f9acc56

Please sign in to comment.