Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-10 03:03:46 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-10 03:03:46 +0400
commitc42ada9bee6e95b6fd3ebdc55d4b269f7e18d9f6 (patch)
treefbc340bd503b5d670d58393bfeb05ff9dcbeaa26 /app/assets/stylesheets/highlight/dark.scss
parent45dcb1b5c4e765fa048492865d2664f52e0a11a9 (diff)
Allow linking to file lines
Supported formats: "L12" for single lines and "L12-34" for multiple lines
Diffstat (limited to 'app/assets/stylesheets/highlight/dark.scss')
-rw-r--r--app/assets/stylesheets/highlight/dark.scss61
1 files changed, 30 insertions, 31 deletions
diff --git a/app/assets/stylesheets/highlight/dark.scss b/app/assets/stylesheets/highlight/dark.scss
index 97c57835b75..0996cc772f4 100644
--- a/app/assets/stylesheets/highlight/dark.scss
+++ b/app/assets/stylesheets/highlight/dark.scss
@@ -1,9 +1,8 @@
-.black .highlighttable {
- td.linenos { border:none; }
- pre { color: #eee }
- .highlight { background: #333; border-left:1px solid #555; }
+.black .lines .highlight {
+ background: #333;
+ pre { color: #eee; }
- .hll { background-color: #ffffff }
+ .hll { display: block; background-color: darken($hover, 65%) }
.c { color: #888888; font-style: italic } /* Comment */
.err { color: #a61717; background-color: #e3d2d2 } /* Error */
.k { color: #CDA869; font-weight: bold } /* Keyword */
@@ -22,43 +21,43 @@
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #606060 } /* Generic.Subheading */
.gt { color: #aa0000 } /* Generic.Traceback */
- .highlight .kc{font-weight:bold;} /* Keyword.Constant */
- .highlight .kd{font-weight:bold;} /* Keyword.Declaration */
- .highlight .kn{font-weight:bold;} /* Keyword.Namespace */
- .highlight .kp{font-weight:bold;} /* Keyword.Pseudo */
- .highlight .kr{font-weight:bold;} /* Keyword.Reserved */
- .highlight .kt{color:#458;font-weight:bold;} /* Keyword.Type */
+ .kc{font-weight:bold;} /* Keyword.Constant */
+ .kd{font-weight:bold;} /* Keyword.Declaration */
+ .kn{font-weight:bold;} /* Keyword.Namespace */
+ .kp{font-weight:bold;} /* Keyword.Pseudo */
+ .kr{font-weight:bold;} /* Keyword.Reserved */
+ .kt{color:#458;font-weight:bold;} /* Keyword.Type */
.m { color: #0000DD; font-weight: bold } /* Literal.Number */
.p { color: #eee; }
.s { color: #0AD; background-color: transparent } /* Literal.String */
- .highlight .na{color:#008080;} /* Name.Attribute */
- .highlight .nb{color:#0086B3;} /* Name.Builtin */
- .highlight .nc{color:#ccc;font-weight:bold;} /* Name.Class */
- .highlight .no{color:turquoise;} /* Name.Constant */
- .highlight .ni{color:#800080;}
- .highlight .ne{color:#900;font-weight:bold;} /* Name.Exception */
- .highlight .nf{color:#ccc;font-weight:bold;} /* Name.Function */
- .highlight .nn{color:#79C3E0;font-weight:bold;} /* Name.Namespace */
- .highlight .nt{color:#fc5;} /* Name.Tag */
- .highlight .nv{color:#FA4;} /* Name.Variable */
+ .na{color:#008080;} /* Name.Attribute */
+ .nb{color:#0086B3;} /* Name.Builtin */
+ .nc{color:#ccc;font-weight:bold;} /* Name.Class */
+ .no{color:turquoise;} /* Name.Constant */
+ .ni{color:#800080;}
+ .ne{color:#900;font-weight:bold;} /* Name.Exception */
+ .nf{color:#ccc;font-weight:bold;} /* Name.Function */
+ .nn{color:#79C3E0;font-weight:bold;} /* Name.Namespace */
+ .nt{color:#fc5;} /* Name.Tag */
+ .nv{color:#FA4;} /* Name.Variable */
.py { color: #336699; font-weight: bold } /* Name.Property */
.ow { color: #008800 } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mf { color: #7AC; font-weight: bold } /* Literal.Number.Float */
.mh { color: #7AC; font-weight: bold } /* Literal.Number.Hex */
- .highlight .mi {color:#099;} /* Literal.Number.Integer */
+ .mi {color:#099;} /* Literal.Number.Integer */
.mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.sb { color: #dd2200; background-color: transparent; } /* Literal.String.Backtick */
- .highlight .sc{color:#d14;} /* Literal.String.Char */
+ .sc{color:#d14;} /* Literal.String.Char */
.sd { color: #dd2200; background-color: transparent; } /* Literal.String.Doc */
- .highlight .s2{color:orange;} /* Literal.String.Double */
- .highlight .se{color:orange;} /* Literal.String.Escape */
- .highlight .sh{color:orange;} /* Literal.String.Heredoc */
- .highlight .si{color:orange;} /* Literal.String.Interpol */
- .highlight .sx{color:orange;} /* Literal.String.Other */
- .highlight .sr{color:orange;} /* Literal.String.Regex */
- .highlight .s1{color:orange;} /* Literal.String.Single */
- .highlight .ss{color:orange;} /* Literal.String.Symbol */
+ .s2{color:orange;} /* Literal.String.Double */
+ .se{color:orange;} /* Literal.String.Escape */
+ .sh{color:orange;} /* Literal.String.Heredoc */
+ .si{color:orange;} /* Literal.String.Interpol */
+ .sx{color:orange;} /* Literal.String.Other */
+ .sr{color:orange;} /* Literal.String.Regex */
+ .s1{color:orange;} /* Literal.String.Single */
+ .ss{color:orange;} /* Literal.String.Symbol */
.bp { color: #D58 } /* Name.Builtin.Pseudo */
.vc { color: #336699 } /* Name.Variable.Class */
.vg { color: #dd7700 } /* Name.Variable.Global */