/* Copyright (c) 2011 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ html { font-family: segoe ui, arial, helvetica, sans-serif; height: 100%; } body { background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.04)); } #sync-setup-overlay { background-color: transparent; width: 100%; } #sync-setup-login { margin-left: auto; margin-right: auto; width: 800px; } #sync-setup-configure { background-color: transparent; margin-left: auto; margin-right: auto; width: 600px; } #sync-setup-login-promo-column { display: block; float: left; width: 500px; } #sync-setup-login-content-column { float: right; width: 275px; } #promo-title { display: block; margin-top: 33px; margin-bottom: 64px; text-align: center; } h1 { font-size: 180%; font-weight: normal; } #promo-message-title { font-size: 120%; } #promo-message-body { font-size: 85%; margin-top: 8px; margin-bottom: 28px; } #promo-skip { clear: both; display: block; padding-top: 85px; text-align: center; } #promo-information > h3 { font-size: 85%; margin-bottom: 0; margin-top: 0; } #promo-information > p { font-size: 85%; margin-top: 0; } #promo-advanced-link { font-size: 85%; margin: 0 10px; }