@@ -388,7 +388,7 @@ img { max-width: 100%; }
388
388
*/
389
389
.b--black { border-color : # 000 ; }
390
390
.b--near-black { border-color : # 111 ; }
391
- .b--dark-gray { border-color : # 4d4d4f ; }
391
+ .b--dark-gray { border-color : # 333 ; }
392
392
.b--mid-gray { border-color : # 555 ; }
393
393
.b--gray { border-color : # 777 ; }
394
394
.b--silver { border-color : # 999 ; }
@@ -424,8 +424,8 @@ img { max-width: 100%; }
424
424
.b--dark-red { border-color : # e7040f ; }
425
425
.b--red { border-color : # ff4136 ; }
426
426
.b--light-red { border-color : # ff725c ; }
427
- .b--orange { border-color : # f48120 ; }
428
- .b--gold { border-color : # faad3f ; }
427
+ .b--orange { border-color : # ff6300 ; }
428
+ .b--gold { border-color : # ffb700 ; }
429
429
.b--yellow { border-color : # ffd700 ; }
430
430
.b--light-yellow { border-color : # fbf1a9 ; }
431
431
.b--purple { border-color : # 5e2ca5 ; }
@@ -439,8 +439,8 @@ img { max-width: 100%; }
439
439
.b--light-green { border-color : # 9eebcf ; }
440
440
.b--navy { border-color : # 001b44 ; }
441
441
.b--dark-blue { border-color : # 00449e ; }
442
- .b--blue { border-color : # 408bc9 ; }
443
- .b--light-blue { border-color : # 76c4e2 ; }
442
+ .b--blue { border-color : # 357edd ; }
443
+ .b--light-blue { border-color : # 96ccff ; }
444
444
.b--lightest-blue { border-color : # cdecff ; }
445
445
.b--washed-blue { border-color : # f6fffe ; }
446
446
.b--washed-green { border-color : # e8fdf5 ; }
@@ -918,11 +918,11 @@ code, .code { font-family: Consolas, monaco, monospace; }
918
918
Docs: http://tachyons.io/docs/elements/links/
919
919
920
920
*/
921
- .link { text-decoration : none; -webkit-transition : color .15 s ease-in; transition : color .15s ease-in; }
922
- .link : link , .link : visited { -webkit-transition : color .15 s ease-in; transition : color .15s ease-in; }
923
- .link : hover { -webkit-transition : color .15 s ease-in; transition : color .15s ease-in; }
924
- .link : active { -webkit-transition : color .15 s ease-in; transition : color .15s ease-in; }
925
- .link : focus { -webkit-transition : color .15 s ease-in; transition : color .15s ease-in; outline : 1px dotted currentColor; }
921
+ .link { text-decoration : none; transition : color .15s ease-in; }
922
+ .link : link , .link : visited { transition : color .15s ease-in; }
923
+ .link : hover { transition : color .15s ease-in; }
924
+ .link : active { transition : color .15s ease-in; }
925
+ .link : focus { transition : color .15s ease-in; outline : 1px dotted currentColor; }
926
926
/*
927
927
928
928
LISTS
@@ -1138,7 +1138,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
1138
1138
.white-10 { color : rgba ( 255 , 255 , 255 , .1 ); }
1139
1139
.black { color : # 000 ; }
1140
1140
.near-black { color : # 111 ; }
1141
- .dark-gray { color : # 4d4d4f ; }
1141
+ .dark-gray { color : # 333 ; }
1142
1142
.mid-gray { color : # 555 ; }
1143
1143
.gray { color : # 777 ; }
1144
1144
.silver { color : # 999 ; }
@@ -1150,8 +1150,8 @@ code, .code { font-family: Consolas, monaco, monospace; }
1150
1150
.dark-red { color : # e7040f ; }
1151
1151
.red { color : # ff4136 ; }
1152
1152
.light-red { color : # ff725c ; }
1153
- .orange { color : # f48120 ; }
1154
- .gold { color : # faad3f ; }
1153
+ .orange { color : # ff6300 ; }
1154
+ .gold { color : # ffb700 ; }
1155
1155
.yellow { color : # ffd700 ; }
1156
1156
.light-yellow { color : # fbf1a9 ; }
1157
1157
.purple { color : # 5e2ca5 ; }
@@ -1165,8 +1165,8 @@ code, .code { font-family: Consolas, monaco, monospace; }
1165
1165
.light-green { color : # 9eebcf ; }
1166
1166
.navy { color : # 001b44 ; }
1167
1167
.dark-blue { color : # 00449e ; }
1168
- .blue { color : # 408bc9 ; }
1169
- .light-blue { color : # 76c4e2 ; }
1168
+ .blue { color : # 357edd ; }
1169
+ .light-blue { color : # 96ccff ; }
1170
1170
.lightest-blue { color : # cdecff ; }
1171
1171
.washed-blue { color : # f6fffe ; }
1172
1172
.washed-green { color : # e8fdf5 ; }
@@ -1195,7 +1195,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
1195
1195
/* Background colors */
1196
1196
.bg-black { background-color : # 000 ; }
1197
1197
.bg-near-black { background-color : # 111 ; }
1198
- .bg-dark-gray { background-color : # 4d4d4f ; }
1198
+ .bg-dark-gray { background-color : # 333 ; }
1199
1199
.bg-mid-gray { background-color : # 555 ; }
1200
1200
.bg-gray { background-color : # 777 ; }
1201
1201
.bg-silver { background-color : # 999 ; }
@@ -1208,8 +1208,8 @@ code, .code { font-family: Consolas, monaco, monospace; }
1208
1208
.bg-dark-red { background-color : # e7040f ; }
1209
1209
.bg-red { background-color : # ff4136 ; }
1210
1210
.bg-light-red { background-color : # ff725c ; }
1211
- .bg-orange { background-color : # f48120 ; }
1212
- .bg-gold { background-color : # faad3f ; }
1211
+ .bg-orange { background-color : # ff6300 ; }
1212
+ .bg-gold { background-color : # ffb700 ; }
1213
1213
.bg-yellow { background-color : # ffd700 ; }
1214
1214
.bg-light-yellow { background-color : # fbf1a9 ; }
1215
1215
.bg-purple { background-color : # 5e2ca5 ; }
@@ -1223,8 +1223,8 @@ code, .code { font-family: Consolas, monaco, monospace; }
1223
1223
.bg-light-green { background-color : # 9eebcf ; }
1224
1224
.bg-navy { background-color : # 001b44 ; }
1225
1225
.bg-dark-blue { background-color : # 00449e ; }
1226
- .bg-blue { background-color : # 408bc9 ; }
1227
- .bg-light-blue { background-color : # 76c4e2 ; }
1226
+ .bg-blue { background-color : # 357edd ; }
1227
+ .bg-light-blue { background-color : # 96ccff ; }
1228
1228
.bg-lightest-blue { background-color : # cdecff ; }
1229
1229
.bg-washed-blue { background-color : # f6fffe ; }
1230
1230
.bg-washed-green { background-color : # e8fdf5 ; }
@@ -1243,8 +1243,8 @@ code, .code { font-family: Consolas, monaco, monospace; }
1243
1243
.hover-black : focus { color : # 000 ; }
1244
1244
.hover-near-black : hover { color : # 111 ; }
1245
1245
.hover-near-black : focus { color : # 111 ; }
1246
- .hover-dark-gray : hover { color : # 4d4d4f ; }
1247
- .hover-dark-gray : focus { color : # 4d4d4f ; }
1246
+ .hover-dark-gray : hover { color : # 333 ; }
1247
+ .hover-dark-gray : focus { color : # 333 ; }
1248
1248
.hover-mid-gray : hover { color : # 555 ; }
1249
1249
.hover-mid-gray : focus { color : # 555 ; }
1250
1250
.hover-gray : hover { color : # 777 ; }
@@ -1302,8 +1302,8 @@ code, .code { font-family: Consolas, monaco, monospace; }
1302
1302
.hover-bg-black : focus { background-color : # 000 ; }
1303
1303
.hover-bg-near-black : hover { background-color : # 111 ; }
1304
1304
.hover-bg-near-black : focus { background-color : # 111 ; }
1305
- .hover-bg-dark-gray : hover { background-color : # 4d4d4f ; }
1306
- .hover-bg-dark-gray : focus { background-color : # 4d4d4f ; }
1305
+ .hover-bg-dark-gray : hover { background-color : # 333 ; }
1306
+ .hover-bg-dark-gray : focus { background-color : # 333 ; }
1307
1307
.hover-bg-mid-gray : hover { background-color : # 555 ; }
1308
1308
.hover-bg-mid-gray : focus { background-color : # 555 ; }
1309
1309
.hover-bg-gray : hover { background-color : # 777 ; }
@@ -1364,10 +1364,10 @@ code, .code { font-family: Consolas, monaco, monospace; }
1364
1364
.hover-red : focus { color : # ff4136 ; }
1365
1365
.hover-light-red : hover { color : # ff725c ; }
1366
1366
.hover-light-red : focus { color : # ff725c ; }
1367
- .hover-orange : hover { color : # f48120 ; }
1368
- .hover-orange : focus { color : # f48120 ; }
1369
- .hover-gold : hover { color : # faad3f ; }
1370
- .hover-gold : focus { color : # faad3f ; }
1367
+ .hover-orange : hover { color : # ff6300 ; }
1368
+ .hover-orange : focus { color : # ff6300 ; }
1369
+ .hover-gold : hover { color : # ffb700 ; }
1370
+ .hover-gold : focus { color : # ffb700 ; }
1371
1371
.hover-yellow : hover { color : # ffd700 ; }
1372
1372
.hover-yellow : focus { color : # ffd700 ; }
1373
1373
.hover-light-yellow : hover { color : # fbf1a9 ; }
@@ -1394,10 +1394,10 @@ code, .code { font-family: Consolas, monaco, monospace; }
1394
1394
.hover-navy : focus { color : # 001b44 ; }
1395
1395
.hover-dark-blue : hover { color : # 00449e ; }
1396
1396
.hover-dark-blue : focus { color : # 00449e ; }
1397
- .hover-blue : hover { color : # 408bc9 ; }
1398
- .hover-blue : focus { color : # 408bc9 ; }
1399
- .hover-light-blue : hover { color : # 76c4e2 ; }
1400
- .hover-light-blue : focus { color : # 76c4e2 ; }
1397
+ .hover-blue : hover { color : # 357edd ; }
1398
+ .hover-blue : focus { color : # 357edd ; }
1399
+ .hover-light-blue : hover { color : # 96ccff ; }
1400
+ .hover-light-blue : focus { color : # 96ccff ; }
1401
1401
.hover-lightest-blue : hover { color : # cdecff ; }
1402
1402
.hover-lightest-blue : focus { color : # cdecff ; }
1403
1403
.hover-washed-blue : hover { color : # f6fffe ; }
@@ -1414,10 +1414,10 @@ code, .code { font-family: Consolas, monaco, monospace; }
1414
1414
.hover-bg-red : focus { background-color : # ff4136 ; }
1415
1415
.hover-bg-light-red : hover { background-color : # ff725c ; }
1416
1416
.hover-bg-light-red : focus { background-color : # ff725c ; }
1417
- .hover-bg-orange : hover { background-color : # f48120 ; }
1418
- .hover-bg-orange : focus { background-color : # f48120 ; }
1419
- .hover-bg-gold : hover { background-color : # faad3f ; }
1420
- .hover-bg-gold : focus { background-color : # faad3f ; }
1417
+ .hover-bg-orange : hover { background-color : # ff6300 ; }
1418
+ .hover-bg-orange : focus { background-color : # ff6300 ; }
1419
+ .hover-bg-gold : hover { background-color : # ffb700 ; }
1420
+ .hover-bg-gold : focus { background-color : # ffb700 ; }
1421
1421
.hover-bg-yellow : hover { background-color : # ffd700 ; }
1422
1422
.hover-bg-yellow : focus { background-color : # ffd700 ; }
1423
1423
.hover-bg-light-yellow : hover { background-color : # fbf1a9 ; }
@@ -1444,10 +1444,10 @@ code, .code { font-family: Consolas, monaco, monospace; }
1444
1444
.hover-bg-navy : focus { background-color : # 001b44 ; }
1445
1445
.hover-bg-dark-blue : hover { background-color : # 00449e ; }
1446
1446
.hover-bg-dark-blue : focus { background-color : # 00449e ; }
1447
- .hover-bg-blue : hover { background-color : # 408bc9 ; }
1448
- .hover-bg-blue : focus { background-color : # 408bc9 ; }
1449
- .hover-bg-light-blue : hover { background-color : # 76c4e2 ; }
1450
- .hover-bg-light-blue : focus { background-color : # 76c4e2 ; }
1447
+ .hover-bg-blue : hover { background-color : # 357edd ; }
1448
+ .hover-bg-blue : focus { background-color : # 357edd ; }
1449
+ .hover-bg-light-blue : hover { background-color : # 96ccff ; }
1450
+ .hover-bg-light-blue : focus { background-color : # 96ccff ; }
1451
1451
.hover-bg-lightest-blue : hover { background-color : # cdecff ; }
1452
1452
.hover-bg-lightest-blue : focus { background-color : # cdecff ; }
1453
1453
.hover-bg-washed-blue : hover { background-color : # f6fffe ; }
@@ -1881,16 +1881,16 @@ code, .code { font-family: Consolas, monaco, monospace; }
1881
1881
Dim element on hover by adding the dim class.
1882
1882
1883
1883
*/
1884
- .dim { opacity : 1 ; -webkit-transition : opacity .15 s ease-in; transition : opacity .15s ease-in; }
1885
- .dim : hover , .dim : focus { opacity : .5 ; -webkit-transition : opacity .15 s ease-in; transition : opacity .15s ease-in; }
1886
- .dim : active { opacity : .8 ; -webkit-transition : opacity .15 s ease-out; transition : opacity .15s ease-out; }
1884
+ .dim { opacity : 1 ; transition : opacity .15s ease-in; }
1885
+ .dim : hover , .dim : focus { opacity : .5 ; transition : opacity .15s ease-in; }
1886
+ .dim : active { opacity : .8 ; transition : opacity .15s ease-out; }
1887
1887
/*
1888
1888
1889
1889
Animate opacity to 100% on hover by adding the glow class.
1890
1890
1891
1891
*/
1892
- .glow { -webkit-transition : opacity .15 s ease-in; transition : opacity .15s ease-in; }
1893
- .glow : hover , .glow : focus { opacity : 1 ; -webkit-transition : opacity .15 s ease-in; transition : opacity .15s ease-in; }
1892
+ .glow { transition : opacity .15s ease-in; }
1893
+ .glow : hover , .glow : focus { opacity : 1 ; transition : opacity .15s ease-in; }
1894
1894
/*
1895
1895
1896
1896
Hide child & reveal on hover:
@@ -1905,15 +1905,15 @@ code, .code { font-family: Consolas, monaco, monospace; }
1905
1905
<div class="child"> Hidden until hover or focus </div>
1906
1906
</div>
1907
1907
*/
1908
- .hide-child .child { opacity : 0 ; -webkit-transition : opacity .15 s ease-in; transition : opacity .15s ease-in; }
1909
- .hide-child : hover .child , .hide-child : focus .child , .hide-child : active .child { opacity : 1 ; -webkit-transition : opacity .15 s ease-in; transition : opacity .15s ease-in; }
1908
+ .hide-child .child { opacity : 0 ; transition : opacity .15s ease-in; }
1909
+ .hide-child : hover .child , .hide-child : focus .child , .hide-child : active .child { opacity : 1 ; transition : opacity .15s ease-in; }
1910
1910
.underline-hover : hover , .underline-hover : focus { text-decoration : underline; }
1911
1911
/* Can combine this with overflow-hidden to make background images grow on hover
1912
1912
* even if you are using background-size: cover */
1913
- .grow { -moz-osx-font-smoothing : grayscale; -webkit-backface-visibility : hidden; backface-visibility : hidden; -webkit-transform : translateZ ( 0 ); transform : translateZ ( 0 ); -webkit-transition : -webkit-transform .25 s ease-out; transition : -webkit-transform .25s ease-out; transition : transform .25s ease-out; transition : transform .25s ease-out, -webkit-transform .25s ease-out; }
1913
+ .grow { -moz-osx-font-smoothing : grayscale; -webkit-backface-visibility : hidden; backface-visibility : hidden; -webkit-transform : translateZ ( 0 ); transform : translateZ ( 0 ); transition : -webkit-transform .25s ease-out; transition : transform .25s ease-out; transition : transform .25s ease-out, -webkit-transform .25s ease-out; }
1914
1914
.grow : hover , .grow : focus { -webkit-transform : scale ( 1.05 ); transform : scale ( 1.05 ); }
1915
1915
.grow : active { -webkit-transform : scale ( .90 ); transform : scale ( .90 ); }
1916
- .grow-large { -moz-osx-font-smoothing : grayscale; -webkit-backface-visibility : hidden; backface-visibility : hidden; -webkit-transform : translateZ ( 0 ); transform : translateZ ( 0 ); -webkit-transition : -webkit-transform .25 s ease-in-out; transition : -webkit-transform .25s ease-in-out; transition : transform .25s ease-in-out; transition : transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
1916
+ .grow-large { -moz-osx-font-smoothing : grayscale; -webkit-backface-visibility : hidden; backface-visibility : hidden; -webkit-transform : translateZ ( 0 ); transform : translateZ ( 0 ); transition : -webkit-transform .25s ease-in-out; transition : transform .25s ease-in-out; transition : transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
1917
1917
.grow-large : hover , .grow-large : focus { -webkit-transform : scale ( 1.2 ); transform : scale ( 1.2 ); }
1918
1918
.grow-large : active { -webkit-transform : scale ( .95 ); transform : scale ( .95 ); }
1919
1919
/* Add pointer on hover */
@@ -1924,12 +1924,12 @@ code, .code { font-family: Consolas, monaco, monospace; }
1924
1924
Performant box-shadow animation pattern from
1925
1925
http://tobiasahlin.com/blog/how-to-animate-box-shadow/
1926
1926
*/
1927
- .shadow-hover { cursor : pointer; position : relative; -webkit-transition : all .5 s cubic-bezier ( .165 , .84 , .44 , 1 ); transition : all .5s cubic-bezier ( .165 , .84 , .44 , 1 ); }
1928
- .shadow-hover ::after { content : '' ; box-shadow : 0 0 16px 2px rgba ( 0 , 0 , 0 , .2 ); border-radius : inherit; opacity : 0 ; position : absolute; top : 0 ; left : 0 ; width : 100% ; height : 100% ; z-index : -1 ; -webkit-transition : opacity .5 s cubic-bezier ( .165 , .84 , .44 , 1 ); transition : opacity .5s cubic-bezier ( .165 , .84 , .44 , 1 ); }
1927
+ .shadow-hover { cursor : pointer; position : relative; transition : all .5s cubic-bezier ( .165 , .84 , .44 , 1 ); }
1928
+ .shadow-hover ::after { content : '' ; box-shadow : 0 0 16px 2px rgba ( 0 , 0 , 0 , .2 ); border-radius : inherit; opacity : 0 ; position : absolute; top : 0 ; left : 0 ; width : 100% ; height : 100% ; z-index : -1 ; transition : opacity .5s cubic-bezier ( .165 , .84 , .44 , 1 ); }
1929
1929
.shadow-hover : hover ::after , .shadow-hover : focus ::after { opacity : 1 ; }
1930
1930
/* Combine with classes in skins and skins-pseudo for
1931
1931
* many different transition possibilities. */
1932
- .bg-animate , .bg-animate : hover , .bg-animate : focus { -webkit-transition : background-color .15 s ease-in-out; transition : background-color .15s ease-in-out; }
1932
+ .bg-animate , .bg-animate : hover , .bg-animate : focus { transition : background-color .15s ease-in-out; }
1933
1933
/*
1934
1934
1935
1935
Z-INDEX
@@ -1992,9 +1992,9 @@ code, .code { font-family: Consolas, monaco, monospace; }
1992
1992
.nested-copy-indent p + p { text-indent : 1em ; margin-top : 0 ; margin-bottom : 0 ; }
1993
1993
.nested-copy-seperator p + p { margin-top : 1.5em ; }
1994
1994
.nested-img img { width : 100% ; max-width : 100% ; display : block; }
1995
- .nested-links a { color : # 408bc9 ; -webkit-transition : color .15 s ease-in ; transition : color .15s ease-in; }
1996
- .nested-links a : hover { color : # 76c4e2 ; -webkit-transition : color .15 s ease-in ; transition : color .15s ease-in; }
1997
- .nested-links a : focus { color : # 76c4e2 ; -webkit-transition : color .15 s ease-in ; transition : color .15s ease-in; }
1995
+ .nested-links a { color : # 357edd ; transition : color .15s ease-in; }
1996
+ .nested-links a : hover { color : # 96ccff ; transition : color .15s ease-in; }
1997
+ .nested-links a : focus { color : # 96ccff ; transition : color .15s ease-in; }
1998
1998
/*
1999
1999
2000
2000
STYLES
0 commit comments