blob: eee3b23930dbbe6d7884b5a0d727621dd66bab38 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}" class="loading"
$i18n{dark}>
<head>
<meta charset="utf8">
<title>$i18n{title}</title>
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<style>
html {
/* Reconcile with cr_toolbar.html and shared_vars_css.html */
--toolbar-height: 56px;
/* Remove 300ms delay for 'click' event, when using touch interface. */
touch-action: manipulation;
}
html,
body {
background: var(--md-background-color);
height: 100%;
margin: 0;
overflow: hidden;
}
html:not([dark]).loading {
border-top: var(--toolbar-height) solid var(--md-toolbar-color);
}
html[dark].loading {
border-top: 1px solid var(--md-toolbar-border-color);
margin-top: var(--toolbar-height);
}
</style>
</head>
<body>
<bookmarks-app></bookmarks-app>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="strings.js"></script>
<link rel="import" href="app.html">
<link rel="import" href="chrome://resources/html/dark_mode.html">
</body>
</html>