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

Unified Diff: utils/apidoc/static/styles.css

Issue 9020028: Hook up favicon, link to main page, and fix process bug. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review. Created 9 years 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 | « utils/apidoc/static/header-background.jpeg ('k') | utils/dartdoc/dartdoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/static/styles.css
diff --git a/utils/apidoc/static/styles.css b/utils/apidoc/static/styles.css
deleted file mode 100644
index 42cf1788d9085113de668eeb60d3aacd9b12b707..0000000000000000000000000000000000000000
--- a/utils/apidoc/static/styles.css
+++ /dev/null
@@ -1,310 +0,0 @@
-/* Reset */
-body, h1, h2, h3, h4, li, ol, p, pre, section, ul {
- margin: 0;
- padding: 0;
-}
-
-body {
- font-family: Georgia, serif;
- background: #e8e8e8;
- color: #333;
- background-image: url('button-textured.png');
- background-repeat: repeat;
-}
-
-h1 {
- font: 700 22px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
- sans-serif;
- margin: 0 0 22px 0;
-}
-
-h2 {
- font: 400 28px/44px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
- sans-serif;
- margin: 22px 0;
-}
-
-h3 {
- font: 600 14px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
- sans-serif;
- color: #999;
- margin: 22px 0 0 0;
-}
-
-h4 {
- font: 600 16px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
- sans-serif;
-}
-
-p {
- font-size: 16px;
- line-height: 22px;
- margin: 22px 0;
-}
-
-strong {
- font-weight: 700;
-}
-
-pre, code {
- font: 14px/22px Menlo, Monaco, Consolas, Courier, monospace;
- color: hsl(220, 20%, 30%);
- background: hsl(220, 20%, 95%);
- margin: 22px 0;
- padding: 0 4px;
- border-radius: 4px;
- overflow: hidden;
-}
-
-a {
- color: #15c;
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a:visited {
- color: #15c;
-}
-
-li {
- font-size: 16px;
- line-height: 22px;
-}
-
-ol, ul {
- padding-left: 22px;
-}
-
-hr {
- border: none;
- height: 1px;
- background: #ccc;
- margin: 22px 0 21px 0;
-}
-
-hr + h2 {
- margin-top: 21px; /* To compensate for the thickness of the hr. */
-}
-
-.page {
- max-width: 1000px; /* 43 x 22px */
- background: #fff;
- margin: 0 auto 22px auto;
- border-top: none;
- box-shadow: 0 0 50px #888;
-}
-
-.nav {
- float: left;
- width: 263px; /* 12 x 22px - 1 for border */
- padding: 22px 22px;
- overflow: hidden;
- background: #f4f4f4;
- border-right: solid 1px #ccc;
-}
-
-.nav h2 {
- font: 400 16px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
- sans-serif;
- margin: 0 -21px;
- padding: 11px 22px;
-
- /* Using http://www.colorzilla.com/gradient-editor/ */
- background: -moz-linear-gradient(top, hsla(0,0%,0%,0.05) 0%, hsla(0,0%,0%,0) 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,0%,0.05)), color-stop(100%,hsla(0,0%,0%,0)));
- background: -webkit-linear-gradient(top, hsla(0,0%,0%,0.05) 0%,hsla(0,0%,0%,0) 100%);
- background: -o-linear-gradient(top, hsla(0,0%,0%,0.05) 0%,hsla(0,0%,0%,0) 100%);
- background: -ms-linear-gradient(top, hsla(0,0%,0%,0.05) 0%,hsla(0,0%,0%,0) 100%);
- background: linear-gradient(top, hsla(0,0%,0%,0.05) 0%,hsla(0,0%,0%,0) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#00000000',GradientType=0);
-}
-
-.nav li {
- font: 600 13px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
- sans-serif;
- list-style-type: none;
- white-space: nowrap;
-}
-
-.nav ul {
- margin: 0 0 22px 0;
- padding: 0;
-}
-
-.icon-class,
-.icon-exception,
-.icon-interface {
- display: inline-block;
- width: 14px;
- height: 14px;
- margin: 5px 10px 0 2px;
- vertical-align: top;
-}
-
-.icon-class { background: url('class.png'); }
-.icon-exception { background: url('exception.png'); }
-.icon-interface { background: url('interface.png'); }
-
-.icon-library {
- background: url('library.png');
- width: 16px;
- height: 14px;
- display: inline-block;
- margin: 4px 8px 0 0;
- vertical-align: top;
-}
-
-.content {
- margin-left: 308px; /* 14 x 22px */
- padding: 22px 22px;
-}
-
-.footer {
- clear: both;
-}
-
-.method .doc,
-.field .doc {
- padding-left: 44px;
-}
-
-.param {
- font: 600 14px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
- sans-serif;
-}
-
-.crossref {
- font: 600 15px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
- sans-serif;
-}
-
-.doc h1 {
- font: 700 17px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
- sans-serif;
- color: #666;
-}
-
-.doc h2 {
- font: 600 16px/22px 'Open Sans', 'Lucida Sans Unicode',
- 'Lucida Grande', sans-serif;
- color: #666;
-}
-
-/* Highlight members on hover so you can see which docs are for which member. */
-.method:hover,
-.field:hover {
- margin: 0 -22px;
- border: solid 4px hsl(40, 100%, 85%);
- padding: 0 18px;
- border-top: none;
- border-bottom: none;
-}
-
-/* Only show the "code" link for the highlighted member. */
-.show-code {
- float: right;
- font: 600 11px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
- sans-serif;
- padding-left: 6px; /* In case it gets too close to the member. */
-}
-
-.method:hover .show-code,
-.field:hover .show-code {
- display: inline;
-}
-
-/* Only show permalinks when hovered over. */
-.anchor-link {
- display: none;
-}
-
-h2:hover > .anchor-link,
-h4:hover > .anchor-link {
- display: inline;
-}
-
-/* Only show code when expanded. */
-pre.source {
- display: none;
-}
-
-pre.source.expanded {
- display: block;
-}
-
-/* Links that don't cause a page refresh. */
-.anchor-link, .anchor-link:visited,
-.show-code, .show-code:visited {
- color: hsl(40, 100%, 40%);
- display: none;
- cursor: pointer;
-}
-
-.anchor-link:hover,
-.show-code:hover {
- color: hsl(40, 100%, 60%);
-}
-
-/* Syntax highlighting. */
-/* Note: these correspond to the constants in classify.dart. */
-pre.source .e { color: hsl( 0, 100%, 70%); } /* Error */
-pre.source .c { color: hsl(220, 20%, 65%); } /* Comment */
-pre.source .i { color: hsl(220, 20%, 20%); } /* Identifier */
-pre.source .k { color: hsl(220, 100%, 50%); } /* Keyword */
-pre.source .p { color: hsl(220, 20%, 50%); } /* Punctuation */
-pre.source .o { color: hsl(220, 40%, 50%); } /* Operator */
-pre.source .s { color: hsl( 40, 90%, 40%); } /* String */
-pre.source .n { color: hsl( 30, 70%, 50%); } /* Number */
-pre.source .t { color: hsl(180, 40%, 40%); } /* Type Name */
-pre.source .r { color: hsl(200, 100%, 50%); } /* Special Identifier */
-pre.source .a { color: hsl(220, 100%, 45%); } /* Arrow */
-
-/* Interpolated expressions within strings. */
-pre.source .si {
- background: hsl(40, 100%, 90%);
-}
-
-pre.source .s.si { background: hsl(40, 80%, 95%); }
-pre.source .i.si { color: hsl(40, 30%, 30%); }
-pre.source .p.si { color: hsl(40, 60%, 40%); }
-
-/* Enable these to debug the grid: */
-
-/*
-body {
- background: -webkit-linear-gradient(top, #eee 0, #fff 10%, #fff 90%, #eee 100%);
- background-size: 22px 22px;
- background-repeat: repeat;
-}
-
-.page {
- background: none;
-}
-
-h1 {
- border-left: solid 4px green;
-}
-
-h2 {
- border-left: solid 4px blue;
-}
-
-h3 {
- border-left: solid 4px red;
-}
-
-h4 {
- border-left: solid 4px orange;
-}
-
-p {
- border-left: solid 4px purple;
-}
-
-section {
- border-left: solid 4px gray;
-}
-*/
« no previous file with comments | « utils/apidoc/static/header-background.jpeg ('k') | utils/dartdoc/dartdoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698