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

Unified Diff: native_client_sdk/src/doc/_static/css/local_extensions.css

Issue 113133015: Porting changes on DevSite back to Chromium: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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 | « no previous file | native_client_sdk/src/doc/index.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/_static/css/local_extensions.css
diff --git a/native_client_sdk/src/doc/_static/css/local_extensions.css b/native_client_sdk/src/doc/_static/css/local_extensions.css
index 9f1202f3fcd75a50abbadafdd102f6d06aef9ee1..ea55fe322d57de5c7e9680e70bf7ad80cf51ac5d 100644
--- a/native_client_sdk/src/doc/_static/css/local_extensions.css
+++ b/native_client_sdk/src/doc/_static/css/local_extensions.css
@@ -47,6 +47,58 @@ th.center {text-align: center;}
.features section p {margin-bottom: 0;}
p.date {margin-top: 0; margin-bottom: 0.5em; font-style: italic;}
blockquote.indent-only {font-style: normal; color: #000; }
+#home .button-nacl {
+ border-top: 1px solid #96d1f8;
+ background: #65a9d7;
+ background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
+ background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
+ background: -moz-linear-gradient(top, #3e779d, #65a9d7);
+ background: -ms-linear-gradient(top, #3e779d, #65a9d7);
+ background: -o-linear-gradient(top, #3e779d, #65a9d7);
+ padding: 5px 10px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
+ -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
+ box-shadow: rgba(0,0,0,1) 0 1px 0;
+ text-shadow: rgba(0,0,0,.4) 0 1px 0;
+ color: white;
+ font-size: 18px;
+ text-decoration: none;
+ vertical-align: middle;
+ }
+#home .button-nacl:visited {
+ color: #fff;
+ }
+#home .button-nacl:hover {
+ border-top-color: #28597a;
+ background: #28597a;
+ color: #ccc;
+ }
+#home .button-nacl:active {
+ border-top-color: #1b435e;
+ background: #1b435e;
+ }
+#home .button-download {
+ float: right;
+ margin: 2em 4em;
+ }
+#home .big-intro {
+ font-size: 16px;
+ }
+#home iframe.video {
+ display: block;
+ margin: 1em auto 0;
+ }
+#home .right-side {
+ float: right;
+ width: 54%;
+ background-color: #FFF;
+ }
+#home .right-side-inner {
+ padding-left: 40px;
+ }
/* ======================== */
/* OLD STYLES FROM CODESITE */
« no previous file with comments | « no previous file | native_client_sdk/src/doc/index.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698