]> source.dussan.org Git - redmine.git/commitdiff
Update styles (#4264).
authorEtienne Massip <etienne.massip@gmail.com>
Mon, 10 Oct 2011 17:38:34 +0000 (17:38 +0000)
committerEtienne Massip <etienne.massip@gmail.com>
Mon, 10 Oct 2011 17:38:34 +0000 (17:38 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7623 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/scm.css

index 3b21629e123895410850375ddda4d5f28ab02770..24328e3ca46c68452104e8247d6be9c4b1bda3ec 100644 (file)
@@ -95,77 +95,77 @@ div.action_A { background: #bfb }
 .syntaxhl .code pre { overflow: auto }
 .syntaxhl .debug { color:white ! important; background:blue ! important; }
 
-.syntaxhl .attribute-name { color:#007 }
-.syntaxhl .annotation { color:#f08 }
+.syntaxhl .attribute-name { color:#b48 }
+.syntaxhl .annotation { color:#007 }
 .syntaxhl .attribute-value { color:#700 }
-.syntaxhl .bin { color:#509; font-weight:bold }
-.syntaxhl .comment { color:#888; }
+.syntaxhl .binary { color:#509 }
 
-.syntaxhl .char { color:#04D }
-.syntaxhl .char .content { color:#04D }
-.syntaxhl .char .delimiter { color:#039 }
+.syntaxhl .comment { color:#777 }
+.syntaxhl .comment .char { color:#444 }
+.syntaxhl .comment .delimiter { color:#444 }
+
+.syntaxhl .char { color:#D20 }
+.syntaxhl .char .content { color:#D20 }
+.syntaxhl .char .delimiter { color:#710 }
 
 .syntaxhl .class { color:#B06; font-weight:bold }
-.syntaxhl .complex { color:#A08; font-weight:bold }
+.syntaxhl .complex { color:#A08 }
 .syntaxhl .constant { color:#036; font-weight:bold }
 .syntaxhl .color { color:#0A0 }
 .syntaxhl .class-variable { color:#369 }
-.syntaxhl .decorator { color:#B0B; }
+.syntaxhl .decorator { color:#B0B }
 .syntaxhl .definition { color:#099; font-weight:bold }
 .syntaxhl .directive { color:#088; font-weight:bold }
 .syntaxhl .delimiter { color:black }
 .syntaxhl .doc { color:#970 }
 .syntaxhl .doctype { color:#34b }
 .syntaxhl .doc-string { color:#D42; font-weight:bold }
-.syntaxhl .escape  { color:#666; font-weight:bold }
+.syntaxhl .escape  { color:#666 }
 .syntaxhl .entity { color:#800; font-weight:bold }
 .syntaxhl .error { color:#F00; background-color:#FAA }
 .syntaxhl .exception { color:#C00; font-weight:bold }
-.syntaxhl .float { color:#60E; font-weight:bold }
+.syntaxhl .float { color:#60E }
 .syntaxhl .function { color:#06B; font-weight:bold }
-.syntaxhl .global-variable { color:#d70; font-weight:bold }
-.syntaxhl .hex { color:#058; font-weight:bold }
-.syntaxhl .integer  { color:#00D; font-weight:bold }
+.syntaxhl .global-variable { color:#d70 }
+.syntaxhl .hex { color:#02b }
+.syntaxhl .integer  { color:#00D }
 .syntaxhl .include { color:#B44; font-weight:bold }
+.syntaxhl .imaginary { color:#f00 }
 
-.syntaxhl .inline { background: #ddd; color: black }
-.syntaxhl .inline .inline { background: #ccc }
-.syntaxhl .inline .inline .inline { background: #bbb }
-.syntaxhl .inline .inline-delimiter { background: #ddd; font-weight: bold; color: #666 }
-.syntaxhl .inline-delimiter { background-color: #bbb; font-weight: bold; color: #666; }
+.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
+.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
 
-.syntaxhl .important { color:#f00; }
 .syntaxhl .instance-variable { color:#33B }
 .syntaxhl .label { color:#970; font-weight:bold }
 .syntaxhl .local-variable { color:#963 }
-.syntaxhl .octal { color:#40E; font-weight:bold }
-.syntaxhl .predefined-constant { color:#038; font-weight:bold }
+.syntaxhl .namespace { color:#707; font-weight:bold }
+.syntaxhl .octal { color:#40E }
+.syntaxhl .operator { }
+.syntaxhl .predefined-constant { color:#069 }
 .syntaxhl .predefined { color:#369; font-weight:bold }
-.syntaxhl .preprocessor { color:#579; }
+.syntaxhl .predefined-type { color:#0a5; font-weight:bold }
+.syntaxhl .preprocessor { color:#579 }
 .syntaxhl .pseudo-class { color:#00C; font-weight:bold }
-.syntaxhl .predefined-type { color:#074; font-weight:bold }
-.syntaxhl .reserved, .keyword  { color:#080; font-weight:bold }
+.syntaxhl .reserved { color:#080; font-weight:bold }
 
-.syntaxhl .key { color: #808; }
-.syntaxhl .key .delimiter { color: #606; }
-.syntaxhl .key .char { color: #80f; }
-.syntaxhl .value { color: #088; }
+.syntaxhl .key .char { color: #60f }
+.syntaxhl .key .delimiter { color: #404 }
+.syntaxhl .key { color: #606 }
+.syntaxhl .keyword { color:#080; font-weight:bold }
 
-.syntaxhl .regexp { background-color:#fff0ff }
+.syntaxhl .regexp { background-color:hsla(300,100%,50%,0.06); }
 .syntaxhl .regexp .content { color:#808 }
 .syntaxhl .regexp .delimiter { color:#404 }
 .syntaxhl .regexp .modifier { color:#C2C }
-.syntaxhl .regexp .function  { color:#404; font-weight: bold }
 
-.syntaxhl .string { background-color:#fff0f0; color: #D20; }
-.syntaxhl .string .string { background-color:#ffe0e0 }
-.syntaxhl .string .string .string { background-color:#ffd0d0 }
-.syntaxhl .string .content { }
-.syntaxhl .string .char { color: #b0b; }
-.syntaxhl .string .delimiter { color: #710; }
+.syntaxhl .string { background-color:hsla(0,100%,50%,0.05); }
+.syntaxhl .string .content { color: #D20 }
+.syntaxhl .string .char { color: #b0b }
+.syntaxhl .string .delimiter { color: #710 }
+.syntaxhl .string .modifier { color: #E40 }
 
-.syntaxhl .shell { background-color:#f0fff0; color:#2B2 }
-.syntaxhl .shell .content { }
+.syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); }
+.syntaxhl .shell .content { color:#2B2 }
 .syntaxhl .shell .delimiter { color:#161 }
 
 .syntaxhl .symbol { color:#A60 }
@@ -174,14 +174,11 @@ div.action_A { background: #bfb }
 
 .syntaxhl .tag { color:#070 }
 .syntaxhl .type { color:#339; font-weight:bold }
-.syntaxhl .variable  { color:#036 }
+.syntaxhl .value { color: #088; }
+.syntaxhl .variable  { color:#037 }
 
-.syntaxhl .insert { background: #cfc; }
-.syntaxhl .delete { background: #fcc; }
-.syntaxhl .change { color: #aaf; background: #007; }
+.syntaxhl .insert { background: hsla(120,100%,50%,0.12) }
+.syntaxhl .delete { background: hsla(0,100%,50%,0.12) }
+.syntaxhl .change { color: #bbf; background: #007; }
 .syntaxhl .head { color: #f8f; background: #505 }
-
-.syntaxhl .insert .insert { color: #080; font-weight:bold }
-.syntaxhl .delete .delete { color: #800; font-weight:bold }
-.syntaxhl .change .change { color: #66f; }
-.syntaxhl .head .head { color: #f4f; }
+.syntaxhl .head .filename { color: white; }