1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
6 box-sizing: border-box
;
7 -webkit-font-smoothing:antialiased
;
13 font-family: 'Myriad Pro', 'Helvetica Neue', Helvetica
, Arial
, sans-serif
;
37 background-color: rgba
(255, 255, 255, 0.9);
41 -webkit-user-select: none
;
45 #title-box-toggle-button {
51 transition: color
0.2s;
54 #title-box-toggle-button.open
{
55 text-decoration: none
;
58 #title-box-toggle-button:hover
{
65 transition: max-height
0.6s ease-in-out
;
69 #title-box-expando.open
{
74 border-bottom: 1px solid
#bbb;
78 letter-spacing: -0.05em;
80 padding-bottom: 0.1em;
88 letter-spacing: -0.05em;
90 padding-bottom: 0.1em;
105 width: calc
(100% - 20px);
114 transition: background-color
0.2s ease-out
;
122 background-color: rgba
(255, 255, 255, 0.8);
136 height: calc
(1em + 80px); /* not perfect, but pretty close. */
150 letter-spacing: -0.06em;
158 box-shadow: 0 3px 8px rgba
(0,0,0,0.3);
165 transition: width
0.1s ease-out
;