1 /* Copyright 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.
7 -webkit-transition: opacity
200ms ease-in-out
;
8 background-color: white
;
11 box-shadow: 0 2px 5px rgba
(0, 0, 0, 0.25);
22 .tutorial-slide.single-pod {
26 html
[dir
=rtl
] .tutorial-slide
.single-pod
{
42 html
[dir
=rtl
] #slide-guests
{
54 html
[dir
=rtl
] #slide-friends
,
55 html
[dir
=rtl
] #slide-not-you
{
66 html
[dir
=rtl
] #slide-not-you
{
95 .slide-buttons [is='action-link'] {
99 .slide-buttons button {
106 .slide-buttons button.left {
111 html
[dir
=rtl
] .slide-buttons button
.left
{
115 .slide-buttons button.right {
121 border-left: 15px solid transparent
;
122 border-right: 15px solid transparent
;
123 border-top: 15px solid white
;
131 #slide-not-you .arrow-down
{
135 html
[dir
=rtl
] #slide-not-you
.arrow-down
{
139 #slide-guests .arrow-down
{
143 html
[dir
=rtl
] #slide-guests
.arrow-down
{
151 #slide-your-chrome .slide-image
{
152 background-color: rgb
(241, 202, 58);
154 url
(chrome://theme
/IDR_ICON_USER_MANAGER_TUTORIAL_YOUR_CHROME
);
157 #slide-guests .slide-image
{
158 background-color: rgb
(90, 196, 144);
159 background-image: url
(chrome://theme
/IDR_ICON_USER_MANAGER_TUTORIAL_GUESTS
);
162 #slide-friends .slide-image
{
163 background-color: rgb
(179, 229, 252);
165 url
(chrome://theme
/IDR_ICON_USER_MANAGER_TUTORIAL_FRIENDS
);
168 #slide-complete .slide-image
{
169 background-color: white
;
171 url
(chrome://theme
/IDR_ICON_USER_MANAGER_TUTORIAL_COMPLETE
);
174 #slide-not-you #dismiss-bubble-button
{
175 background-image: url
(chrome://theme
/IDR_CLOSE_1
);
184 html
[dir
=rtl
] #slide-not-you #dismiss-bubble-button
{