diff --git a/browserid/assets/browserID-135x35.png b/browserid/assets/browserID-135x35.png new file mode 100644 index 0000000000000000000000000000000000000000..9a42adc79f2bcb78c88136da7d09b0a99bdf6022 Binary files /dev/null and b/browserid/assets/browserID-135x35.png differ diff --git a/browserid/assets/browserID-366x72.png b/browserid/assets/browserID-366x72.png new file mode 100644 index 0000000000000000000000000000000000000000..7c681f6dfd360c72376216198d6a885fd88c6f1a Binary files /dev/null and b/browserid/assets/browserID-366x72.png differ diff --git a/browserid/static/css/style.css b/browserid/static/css/style.css index c26b9e612c0ce3ba0d4f356b70d8fad16b5d12fc..f0b41d66f867ada77780aeb7e973f2100522458c 100644 --- a/browserid/static/css/style.css +++ b/browserid/static/css/style.css @@ -35,8 +35,7 @@ body { } #splash .tophalf .title { - padding-top: .7em; - font-size: 6em; + padding-top: 60px; font-weight: bold; } @@ -64,7 +63,7 @@ body { #splash .topquarter .subtitle { font-family: 'Shadows Into Light', arial, serif; font-size: 2em; - margin: .4em 0 0 .5em; + margin: .2em 0 0 .5em; float: left; } @@ -138,10 +137,14 @@ a:hover { } #splash .footer .right { - padding-top: 20px; + padding-top: 13px; float: right; } +#splash .footer .right img { + margin-bottom: -5px; +} + #splash .footer a { color: #666; } diff --git a/browserid/static/developers.html b/browserid/static/developers.html index 26c6ee1f4527786ceda3c4d8320fbae2a577455c..f72b2065b69beb196395315bf9c99e578dcfb61b 100644 --- a/browserid/static/developers.html +++ b/browserid/static/developers.html @@ -15,7 +15,7 @@ </div> <div class="topquarter"> <div> - <a href="/"><div class="title">BrowserID</div></a> + <a href="/"><div class="title"><img src="i/browserid_logo_lil.png"></div></a> <div class="subtitle">for Developers</div> </div> </div> diff --git a/browserid/static/dialog/index.html b/browserid/static/dialog/index.html index 209c90b7183c57588f45c111e3797341b23154cf..34b6ba9e8d38449e839d51880103435a2b9ede02 100644 --- a/browserid/static/dialog/index.html +++ b/browserid/static/dialog/index.html @@ -5,7 +5,7 @@ </head> <body id="body"> <div id="header"> - <div class="title">BrowserID</div><div class="subtitle">A better way to log in.</div> + <div class="title"><img src="../i/browserid_logo_lil.png"></div><div class="subtitle">A better way to log in.</div> </div> <div id="authenticate_dialog" class="dialog"> <div class="content"> diff --git a/browserid/static/favicon.ico b/browserid/static/favicon.ico index 7071c0a7b120a2389c0b7ef709f9515c629a7840..57f1ad65a590cf905efd550c87a07b2223d59ccf 100644 Binary files a/browserid/static/favicon.ico and b/browserid/static/favicon.ico differ diff --git a/browserid/static/i/browserid_logo.png b/browserid/static/i/browserid_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..7c681f6dfd360c72376216198d6a885fd88c6f1a Binary files /dev/null and b/browserid/static/i/browserid_logo.png differ diff --git a/browserid/static/i/browserid_logo_lil.png b/browserid/static/i/browserid_logo_lil.png new file mode 100644 index 0000000000000000000000000000000000000000..9a42adc79f2bcb78c88136da7d09b0a99bdf6022 Binary files /dev/null and b/browserid/static/i/browserid_logo_lil.png differ diff --git a/browserid/static/i/browserid_logo_sm.png b/browserid/static/i/browserid_logo_sm.png new file mode 100644 index 0000000000000000000000000000000000000000..6a9e33b313da10fab7082ad4b932b1ffa6998a9d Binary files /dev/null and b/browserid/static/i/browserid_logo_sm.png differ diff --git a/browserid/static/index.html b/browserid/static/index.html index bcd878ceecfeeebb29db428b5e3f17caabf969a8..7d6b955d9e9daebe18586670496a7d7487f24a6a 100644 --- a/browserid/static/index.html +++ b/browserid/static/index.html @@ -11,7 +11,7 @@ <div class="manage"><a id="manageLink" href="manage.html">manage my logins</a></div> </div> <div class="tophalf"> - <div class="title">BrowserID</div> + <div class="title"><img src="i/browserid_logo.png"></div> <div class="subtitle">A better way to log in.</div> </div> <div class="bottomhalf"> @@ -31,7 +31,7 @@ <div class="footer"> <div> <div class="right"> - <p><b>BrowserID</b> is an <b>open source experiment</b> into improving identity and authentication on the web, by + <p><img src="i/browserid_logo_sm.png"> is an <b>open source experiment</b> into improving identity and authentication on the web, by <a href="https://mozillalabs.com">mozilla labs</a>.</p> </div> <div class="left"> diff --git a/browserid/static/manage.html b/browserid/static/manage.html index 2eb38b793f266fa801e658ed8b4c6b9fee8f25ba..4ee6d4ee8f9c14a43e8c5e3184bee37e7a9c8cbb 100644 --- a/browserid/static/manage.html +++ b/browserid/static/manage.html @@ -9,7 +9,7 @@ <div id="splash"> <div class="topquarter"> <div> - <a href="/"><div class="title">BrowserID</div></a> + <a href="/"><div class="title"><img src="i/browserid_logo_lil.png"></div></a> <div class="subtitle">My Account</div> </div> </div> diff --git a/browserid/static/primaries.html b/browserid/static/primaries.html index 5283d000040c1e100d20981db742505e15353040..949ab8ae6b44c902ec69a34e7abdefb56058225c 100644 --- a/browserid/static/primaries.html +++ b/browserid/static/primaries.html @@ -12,7 +12,7 @@ </div> <div class="topquarter"> <div> - <a href="/"><div class="title">BrowserID</div></a> + <a href="/"><div class="title"><img src="i/browserid_logo_lil.png"></div></a> <div class="subtitle">for Users</div> </div> </div> diff --git a/browserid/static/prove.html b/browserid/static/prove.html index 16b2bdca87ed75ad303372d327137c2f4a17da3a..0ade91b090c4c1c987b94d1759f6aebfa81acc36 100644 --- a/browserid/static/prove.html +++ b/browserid/static/prove.html @@ -9,7 +9,7 @@ <div id="splash"> <div class="topquarter"> <div> - <a href="/"><div class="title">BrowserID</div></a> + <a href="/"><div class="title"><img src="i/browserid_logo_lil.png"></div></a> <div class="subtitle">My Account</div> </div> </div> diff --git a/browserid/static/users.html b/browserid/static/users.html index 973ccf56e7635688fc5186443156369238d4f0a6..4535f53856137e83fae51d68a678f276bd86682c 100644 --- a/browserid/static/users.html +++ b/browserid/static/users.html @@ -12,7 +12,7 @@ </div> <div class="topquarter"> <div> - <a href="/"><div class="title">BrowserID</div></a> + <a href="/"><div class="title"><img src="i/browserid_logo_lil.png"></div></a> <div class="subtitle">for Users</div> </div> </div>