diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e4b7cffe3..fdd7aa693 100755 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -7,22 +7,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -39,6 +39,11 @@ {% endif %} +
+
+

AsyncDisplayKit is now Texture! LEARN MORE

+
+

Texture

diff --git a/docs/static/main.css b/docs/static/main.css index 0c9ea8f60..164791867 100755 --- a/docs/static/main.css +++ b/docs/static/main.css @@ -529,3 +529,35 @@ footer { footer p { text-align: center; } + +/** Banner */ +.texture-banner { + padding: 20px 0 20px 0; + width: 100%; + background-color: #0e1e28; + box-shadow: inset 0 -2px 20px 0 rgba(0,0,0,0.5); + text-align: center; +} + +.texture-banner .announcement { + font-stretch: normal; + font-size: 16px; + line-height: 1.75; + letter-spacing: 0.1px; + text-align: center; + color: #d7e2e9; + font-weight: bold; + margin: 0; +} + +.texture-banner .learn-more-link { + font-size: 12px; + font-weight: bold; + font-style: normal; + font-stretch: normal; + line-height: 1.17; + letter-spacing: 0.5px; + color: #0484f2; + margin-left: 10px; +} +