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

Side by Side Diff: css/sass/_syntax.scss

Issue 85333007: Begin the redesign process, starting with the navbar. (Closed) Base URL: git@github.com:dart-lang/pub-dartlang.git@master
Patch Set: Code review updates. Created 7 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 unified diff | Download patch
« no previous file with comments | « css/config.rb ('k') | css/sass/style.scss » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file.
4
5 // These styles come from https://github.com/dart-lang/dartlang.org/blob/master/ src/site/scss/_syntax.scss.
6 .highlight {
7 .c { color: #999988; font-style: italic } // Comment
8 .err { color: #a61717; background-color: #e3d2d2 } // Error
9 .k { font-weight: bold } // Keyword
10 .o { font-weight: bold } // Operator
11 .cm { color: #999988; font-style: italic } // Comment.Multiline
12 .cp { color: #999999; font-weight: bold } // Comment.Preproc
13 .c1 { color: #999988; font-style: italic } // Comment.Single
14 .cs { color: #999999; font-weight: bold; font-style: italic } // Comment.Speci al
15 .gd { color: #000000; background-color: #ffdddd } // Generic.Deleted
16 .gd .x { color: #000000; background-color: #ffaaaa } // Generic.Deleted.Specif ic
17 .ge { font-style: italic } // Generic.Emph
18 .gr { color: #aa0000 } // Generic.Error
19 .gh { color: #999999 } // Generic.Heading
20 .gi { color: #000000; background-color: #ddffdd } // Generic.Inserted
21 .gi .x { color: #000000; background-color: #aaffaa } // Generic.Inserted.Speci fic
22 .go { color: #888888 } // Generic.Output
23 .gp { color: #555555 } // Generic.Prompt
24 .gs { font-weight: bold } // Generic.Strong
25 .gu { color: #aaaaaa } // Generic.Subheading
26 .gt { color: #aa0000 } // Generic.Traceback
27 .kc { font-weight: bold } // Keyword.Constant
28 .kd { font-weight: bold } // Keyword.Declaration
29 .kp { font-weight: bold } // Keyword.Pseudo
30 .kr { font-weight: bold } // Keyword.Reserved
31 .kt { color: #445588; font-weight: bold } // Keyword.Type
32 .m { color: #009999 } // Literal.Number
33 .s { color: #d14 } // Literal.String
34 .na { color: #008080 } // Name.Attribute
35 .nb { color: #0086B3 } // Name.Builtin
36 .nc { color: #445588; font-weight: bold } // Name.Class
37 .no { color: #008080 } // Name.Constant
38 .ni { color: #800080 } // Name.Entity
39 .ne { color: #990000; font-weight: bold } // Name.Exception
40 .nf { color: #990000; font-weight: bold } // Name.Function
41 .nn { color: #555555 } // Name.Namespace
42 .nt { color: #000080 } // Name.Tag
43 .nv { color: #008080 } // Name.Variable
44 .ow { font-weight: bold } // Operator.Word
45 .w { color: #bbbbbb } // Text.Whitespace
46 .mf { color: #009999 } // Literal.Number.Float
47 .mh { color: #009999 } // Literal.Number.Hex
48 .mi { color: #009999 } // Literal.Number.Integer
49 .mo { color: #009999 } // Literal.Number.Oct
50 .sb { color: #d14 } // Literal.String.Backtick
51 .sc { color: #d14 } // Literal.String.Char
52 .sd { color: #d14 } // Literal.String.Doc
53 .s2 { color: #d14 } // Literal.String.Double
54 .se { color: #d14 } // Literal.String.Escape
55 .sh { color: #d14 } // Literal.String.Heredoc
56 .si { color: #d14 } // Literal.String.Interpol
57 .sx { color: #d14 } // Literal.String.Other
58 .sr { color: #009926 } // Literal.String.Regex
59 .s1 { color: #d14 } // Literal.String.Single
60 .ss { color: #990073 } // Literal.String.Symbol
61 .bp { color: #999999 } // Name.Builtin.Pseudo
62 .vc { color: #008080 } // Name.Variable.Class
63 .vg { color: #008080 } // Name.Variable.Global
64 .vi { color: #008080 } // Name.Variable.Instance
65 .il { color: #009999 } // Literal.Number.Integer.Long
66 }
OLDNEW
« no previous file with comments | « css/config.rb ('k') | css/sass/style.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698