Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5378)

Unified Diff: chrome/browser/resources/safe_browsing/malware_block_v2.css

Issue 445493002: Delete the Safe Browsing V2 interstitial and Finch trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing binary files Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/safe_browsing/malware_block_v2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/safe_browsing/malware_block_v2.css
diff --git a/chrome/browser/resources/safe_browsing/malware_block_v2.css b/chrome/browser/resources/safe_browsing/malware_block_v2.css
deleted file mode 100644
index f84c0ef9b0cfb5dc9268c506e7930b90d11a109a..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/safe_browsing/malware_block_v2.css
+++ /dev/null
@@ -1,179 +0,0 @@
-/* Copyright (c) 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.loading [jsdisplay] {
- display: none;
-}
-
-[hidden] {
- display: none !important;
-}
-
-body {
- background: url('images/stripe.png') rgb(140, 0, 0);
- margin: 0;
-}
-
-.box {
- -webkit-border-radius: 5px;
- -webkit-box-shadow: 3px 3px 8px rgb(140, 0, 0);
- background-color: white;
- color: rgb(75, 75, 77);
- margin: 40px auto;
- padding: 40px;
- text-align: start;
- width: 700px;
-}
-
-.float {
- float: right;
-}
-
-html[dir='rtl'] .float {
- float: left;
-}
-
-.icon {
- margin-top: 23px;
-}
-
-.clear {
- clear: both;
-}
-
-#logo {
- content: -webkit-image-set(
- url('../../../app/theme/%DISTRIBUTION%/product_logo_name_48.png') 1x,
- url('../../../app/theme/%DISTRIBUTION%/product_logo_name_96.png') 2x);
- max-width: 100%;
-}
-
-#headline {
- -webkit-margin-end: 260px;
- color: #333;
- font-size: 22px;
- font-weight: bold;
- margin-top: 20px;
-}
-
-.main {
- -webkit-margin-end: 260px;
- font-size: 16px;
- line-height: 22px;
- margin-bottom: 21px;
- margin-top: 14px;
-}
-
-.advanced {
- -webkit-margin-start: 10px;
- display: inline-block;
- font-size: 13px;
-}
-
-footer {
- font-size: 13px;
- margin-top: 50px;
-}
-
-#learn-more-link {
- display: inline-block;
- font-size: 13px;
-}
-
-#privacy-link {
- display: inline-block;
-}
-
-.submission {
- -webkit-margin-end: 5px;
- margin-bottom: 15px;
- padding: 0;
-}
-
-button {
- -webkit-box-shadow: inset 0 1px 0 0 rgb(129, 169, 243),
- 0 1px 2px rgba(0, 0, 0, .2);
- background: -webkit-linear-gradient(rgb(112, 154, 241),
- rgb(108, 148, 240) 44%, rgb(95, 132, 238));
- border: 1px solid rgb(53, 116, 203);
- border-radius: 3px;
- color: white;
- cursor: pointer;
- display: inline-block;
- font-size: 14px;
- font-weight: bold;
- line-height: 1;
- padding: 11px 38px 10px 38px;
- text-align: center;
- text-decoration: none;
- text-shadow: 0 -1px 0 rgb(72, 101, 228);
-}
-
-button:hover,
-button:focus {
- -webkit-box-shadow: inset 0 1px 0 0 rgb(129, 169, 243),
- 0 1px 2px rgba(0, 0, 0, .3);
- background: -webkit-linear-gradient(rgb(165, 188, 245),
- rgb(108, 148, 240) 70%, rgb(95, 132, 238));
- border: 1px solid rgb(53, 116, 203);
-}
-
-button:active {
- -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, .1);
- background: -webkit-linear-gradient(rgb(112, 154, 241),
- rgb(108, 148, 240) 44%, rgb(95, 132, 238));
- border: 1px solid rgb(53, 116, 203);
-}
-
-a {
- color: rgb(17, 84, 204);
-}
-
-a:link,
-a:visited {
- text-decoration: none;
-}
-
-a:hover,
-a:active {
- text-decoration: underline;
-}
-
-.checkbox {
- margin-top: 11px;
- position: relative;
-}
-
-.checkbox input {
- -webkit-margin-start: 1px;
- margin-top: 3px;
- position: absolute;
-}
-
-.checkbox span {
- -webkit-margin-start: 21px;
- display: inline-block;
-}
-
-/* When the window is 860px or smaller, switch to dynamically scaling the
- * contents. The text is also allowed to flow around the icon rather than
- * staying in a separate column. The percentage values below are derived so
- * that at 860px everything is the same size as the static values above, and
- * then scales down smoothly from there. */
-@media screen and (max-width: 860px) {
- .box {
- margin: 4.6%;
- padding: 4.6%;
- width: 81.6%;
- }
- .icon {
- -webkit-margin-start: 2%;
- margin-bottom: 2%;
- max-width: 33%;
- }
- #headline,
- .main {
- -webkit-margin-end: 0;
- }
-}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/safe_browsing/malware_block_v2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698