Search the Community
Showing results for tags 'qone8'.
-
on this copy and paste it tells me that I've been hacked - can you please advise me, thank you <!DOCTYPE html> <html i18n-values="dir:textdirection;" id="uber" class="loading"> <head> <meta charset="utf-8"> <title i18n-content="pageTitle"></title> <link id="favicon" rel="icon" type="image/png" sizes="16x16"> <link id="favicon2x" rel="icon" type="image/png" sizes="32x32"> <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> <style>/* Copyright © 2012 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 { height: 100%; /* For printing. */ } body { /* http://crbug.com/129406 --- horizontal scrollbars flicker when changing * sections. */ overflow-x: hidden; } #navigation { height: 100%; left: 0; /* This is a hack to prevent the navigation bar from occluding pointer events * from the bottom scroll bar (which shows when one needs to horizontally * scroll). Corresponding padding-top to offset this is in uber_frame.css */ margin-top: -20px; position: absolute; /* This value is different from the left value to compensate for the scroll * bar (which is always on and to the right) in RTL. */ right: 15px; width: 155px; z-index: 3;