Index: chrome/browser/resources/ssl/overridable_v2.css |
diff --git a/chrome/browser/resources/ssl/overridable_v2.css b/chrome/browser/resources/ssl/overridable_v2.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2c9a586b7730ca2e4f8d90dda34d96f4dca6f858 |
--- /dev/null |
+++ b/chrome/browser/resources/ssl/overridable_v2.css |
@@ -0,0 +1,74 @@ |
+a { |
+ color: rgb(43, 43, 43); |
+} |
+ |
+body { |
+ background: rgb(247, 247, 247); |
+ color: rgb(43, 43, 43); |
+ font-family: 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif; |
+ font-size: 12pt; |
+ line-height: 20pt; |
+} |
+ |
+button { |
+ background: rgb(76, 142, 250); |
+ border: 0; |
+ border-box: box-sizing; |
+ border-radius: 2px; |
+ color: #fff; |
+ float: right; |
+ font-size: 12pt; |
+ margin: -6px 0 0; |
+ padding: 8px 24px; |
+} |
+ |
+#details { |
+ margin: 40px 0 150px 0; |
+} |
+ |
+h1 { |
+ -webkit-margin-after: 15px; |
+ font-size: 22pt; |
+ font-weight: normal; |
+ line-height: 28px; |
+} |
+ |
+.hidden { |
+ display: none; |
+} |
+ |
+.icon { |
+ background: url(images/lock_red.png) no-repeat; |
+ background-size: 100%; |
+ height: 69px; |
+ margin: 0 0 40px; |
+ width: 56px; |
+} |
+ |
+.interstitial-wrapper { |
+ box-sizing: border-box; |
+ margin: 10% auto 0; |
+ max-width: 582px; |
+ width: 100%; |
+} |
+ |
+.nav-wrapper { |
+ margin-top: 60px; |
+} |
+ |
+.nav-wrapper::after { |
+ clear: both; |
+ content: ''; |
+ display: table; |
+ width: 100%; |
+} |
+ |
+p { |
+ margin-bottom: 22px; |
+} |
+ |
+@media (max-width: 700px) { |
+ .interstitial-wrapper { |
+ padding: 0 10%; |
+ } |
+} |