Skip to content

Commit f023caa

Browse files
author
mrmrs
committed
Update themes docs
1 parent 5eadef4 commit f023caa

File tree

7 files changed

+4642
-1990
lines changed

7 files changed

+4642
-1990
lines changed

docs/themes/background-size/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70" title="Home">
3333
Tachyons
3434
<div class="dib">
35-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.7.0</small>
35+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.8.0</small>
3636
</div>
3737
</a>
3838
</div>

docs/themes/border-radius/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70" title="Home">
3333
Tachyons
3434
<div class="dib">
35-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.7.0</small>
35+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.8.0</small>
3636
</div>
3737
</a>
3838
</div>

docs/themes/borders/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70" title="Home">
3333
Tachyons
3434
<div class="dib">
35-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.7.0</small>
35+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.8.0</small>
3636
</div>
3737
</a>
3838
</div>

docs/themes/box-shadow/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70" title="Home">
3333
Tachyons
3434
<div class="dib">
35-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.7.0</small>
35+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.8.0</small>
3636
</div>
3737
</a>
3838
</div>

docs/themes/hovers/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70" title="Home">
3333
Tachyons
3434
<div class="dib">
35-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.7.0</small>
35+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.8.0</small>
3636
</div>
3737
</a>
3838
</div>
@@ -95,24 +95,24 @@ <h4 class="f5 mt4 mt5-ns">Dim Card</h4>
9595
<p class="lh-copy measure">You can dim any element on hover and focus with the dim element. Not just text. Here is a card component that will dim on hover.</p>
9696
<div class="bl-ns bw2-ns b--black-05 pl3-ns">
9797
<a href="#" class="link black mw5 db dim pa2 ba b--black-10 br2 shadow-1">
98-
<img src="http://mrmrs.io/photos/037.jpg" alt="SF at night" class="db mb2 mw-100" />
98+
<img src="http://mrmrs.github.io/photos/037.jpg" alt="SF at night" class="db mb2 mw-100" />
9999
<span class="db f6 pv2">Card title</span>
100100
</a>
101101
<code class="f6 db mt3 pre">
102102
&lt;a href="#" class="link black dim db mw5 pa2 br2 ba b--black-10 shadow-1"&gt;
103-
&lt;img src="http://mrmrs.io/photos/037.jpg" alt="SF at night" class="db mb2 mw-100" /&gt;
103+
&lt;img src="http://mrmrs.github.io/photos/037.jpg" alt="SF at night" class="db mb2 mw-100" /&gt;
104104
&lt;span class="db f6 pv2"&gt;Card title&lt;/span&gt;
105105
&lt;/a&gt;
106106
</code>
107107
</div>
108108
<h4 class="f5 mt4 mt5-ns">Reveal Children on Hover</h4>
109109
<div class="bl-ns bw2-ns b--black-05 pl3-ns">
110-
<a href="#" class="link mw5 dt hide-child br2 cover bg-center" style="background-image: url(http://mrmrs.io/photos/012.jpg); ">
110+
<a href="#" class="link mw5 dt hide-child br2 cover bg-center" style="background-image: url(http://mrmrs.github.io/photos/012.jpg); ">
111111
<span class="white b dtc v-mid w-100 h-100 child bg-black-40 pa5 br2">This is some card content</span>
112112
</a>
113113

114114
<code class="f6 db pre">
115-
&lt;a href="#" style="background-image: url(http://mrmrs.io/images/0010.jpg);
115+
&lt;a href="#" style="background-image: url(http://mrmrs.github.io/images/0010.jpg);
116116
class="link mw5 dt hide-child br2 cover bg-center" "&gt;
117117
&lt;span class="white dtc v-mid w-100 h-100 child bg-black-40 pa5"&gt;
118118
Card title
@@ -322,6 +322,7 @@ <h4 class="mt0">Source code <kbd class="pl4 fw1">src/_hovers.css</kbd></h4>
322322
.shadow-hover::after {
323323
content: '';
324324
box-shadow: 0px 0px 16px 2px rgba( 0, 0, 0, .2 );
325+
border-radius: inherit;
325326
opacity: 0;
326327
position: absolute;
327328
top: 0;

docs/themes/opacity/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70" title="Home">
3333
Tachyons
3434
<div class="dib">
35-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.7.0</small>
35+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.8.0</small>
3636
</div>
3737
</a>
3838
</div>

0 commit comments

Comments
 (0)