Chris@909: Chris@909: table.revision-info td { Chris@909: margin: 0px; Chris@909: padding: 0px; Chris@909: } Chris@909: Chris@909: div.changeset-changes ul { margin: 0; padding: 0; } Chris@909: div.changeset-changes ul > ul { margin-left: 18px; padding: 0; } Chris@909: Chris@909: li.change { Chris@909: list-style-type:none; Chris@909: background-image: url(../images/bullet_black.png); Chris@909: background-position: 1px 1px; Chris@909: background-repeat: no-repeat; Chris@909: padding-top: 1px; Chris@909: padding-bottom: 1px; Chris@909: padding-left: 20px; Chris@909: margin: 0; Chris@909: } Chris@909: li.change.folder { background-image: url(../images/folder_open.png); } Chris@909: li.change.folder.change-A { background-image: url(../images/folder_open_add.png); } Chris@909: li.change.folder.change-M { background-image: url(../images/folder_open_orange.png); } Chris@909: li.change.change-A { background-image: url(../images/bullet_add.png); } Chris@909: li.change.change-M { background-image: url(../images/bullet_orange.png); } Chris@909: li.change.change-C { background-image: url(../images/bullet_blue.png); } Chris@909: li.change.change-R { background-image: url(../images/bullet_purple.png); } Chris@909: li.change.change-D { background-image: url(../images/bullet_delete.png); } Chris@909: Chris@909: li.change .copied-from { font-style: italic; color: #999; font-size: 0.9em; } Chris@909: li.change .copied-from:before { content: " - "} Chris@909: Chris@909: #changes-legend { float: right; font-size: 0.8em; margin: 0; } Chris@909: #changes-legend li { float: left; background-position: 5px 0; } Chris@909: Chris@909: table.filecontent { border: 1px solid #ccc; border-collapse: collapse; width:98%; background-color: #fafafa; } Chris@909: table.filecontent th { border: 1px solid #ccc; background-color: #eee; } Chris@909: table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: 0.2em;} Chris@909: table.filecontent tr.spacing th { text-align:center; } Chris@909: table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;} Chris@909: table.filecontent th.line-num { Chris@909: border: 1px solid #d7d7d7; Chris@909: font-size: 0.8em; Chris@909: text-align: right; Chris@909: width: 2%; Chris@909: padding-right: 3px; Chris@909: color: #999; Chris@909: } Chris@909: table.filecontent th.line-num a { Chris@909: text-decoration: none; Chris@909: color: inherit; Chris@909: } Chris@909: table.filecontent td.line-code pre { Chris@909: margin: 0px; Chris@909: white-space: pre-wrap; Chris@909: } Chris@909: Chris@909: /* 12 different colors for the annonate view */ Chris@909: table.annotate tr.bloc-0 {background: #FFFFBF;} Chris@909: table.annotate tr.bloc-1 {background: #EABFFF;} Chris@909: table.annotate tr.bloc-2 {background: #BFFFFF;} Chris@909: table.annotate tr.bloc-3 {background: #FFD9BF;} Chris@909: table.annotate tr.bloc-4 {background: #E6FFBF;} Chris@909: table.annotate tr.bloc-5 {background: #BFCFFF;} Chris@909: table.annotate tr.bloc-6 {background: #FFBFEF;} Chris@909: table.annotate tr.bloc-7 {background: #FFE6BF;} Chris@909: table.annotate tr.bloc-8 {background: #FFE680;} Chris@909: table.annotate tr.bloc-9 {background: #AA80FF;} Chris@909: table.annotate tr.bloc-10 {background: #FFBFDC;} Chris@909: table.annotate tr.bloc-11 {background: #BFE4FF;} Chris@909: Chris@909: table.annotate td.revision { Chris@909: text-align: center; Chris@909: width: 2%; Chris@909: padding-left: 1em; Chris@909: background: inherit; Chris@909: } Chris@909: Chris@909: table.annotate td.author { Chris@909: text-align: center; Chris@909: border-right: 1px solid #d7d7d7; Chris@909: white-space: nowrap; Chris@909: padding-left: 1em; Chris@909: padding-right: 1em; Chris@909: width: 3%; Chris@909: background: inherit; Chris@909: font-size: 90%; Chris@909: } Chris@909: Chris@909: table.annotate td.line-code { background-color: #fafafa; } Chris@909: Chris@909: div.action_M { background: #fd8 } Chris@909: div.action_D { background: #f88 } Chris@909: div.action_A { background: #bfb } Chris@909: Chris@909: /************* CodeRay styles *************/ Chris@909: .syntaxhl div {display: inline;} Chris@909: .syntaxhl .line-numbers { padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px; } Chris@909: .syntaxhl .code pre { overflow: auto } Chris@909: .syntaxhl .debug { color:white ! important; background:blue ! important; } Chris@909: Chris@909: .syntaxhl .attribute-name { color:#b48 } Chris@909: .syntaxhl .annotation { color:#007 } Chris@909: .syntaxhl .attribute-value { color:#700 } Chris@909: .syntaxhl .binary { color:#509 } Chris@909: Chris@909: .syntaxhl .comment { color:#777 } Chris@909: .syntaxhl .comment .char { color:#444 } Chris@909: .syntaxhl .comment .delimiter { color:#444 } Chris@909: Chris@909: .syntaxhl .char { color:#D20 } Chris@909: .syntaxhl .char .content { color:#D20 } Chris@909: .syntaxhl .char .delimiter { color:#710 } Chris@909: Chris@909: .syntaxhl .class { color:#B06; font-weight:bold } Chris@909: .syntaxhl .complex { color:#A08 } Chris@909: .syntaxhl .constant { color:#036; font-weight:bold } Chris@909: .syntaxhl .color { color:#0A0 } Chris@909: .syntaxhl .class-variable { color:#369 } Chris@909: .syntaxhl .decorator { color:#B0B } Chris@909: .syntaxhl .definition { color:#099; font-weight:bold } Chris@909: .syntaxhl .directive { color:#088; font-weight:bold } Chris@909: .syntaxhl .delimiter { color:black } Chris@909: .syntaxhl .doc { color:#970 } Chris@909: .syntaxhl .doctype { color:#34b } Chris@909: .syntaxhl .doc-string { color:#D42; font-weight:bold } Chris@909: .syntaxhl .escape { color:#666 } Chris@909: .syntaxhl .entity { color:#800; font-weight:bold } Chris@909: .syntaxhl .error { color:#F00; background-color:#FAA } Chris@909: .syntaxhl .exception { color:#C00; font-weight:bold } Chris@909: .syntaxhl .float { color:#60E } Chris@909: .syntaxhl .function { color:#06B; font-weight:bold } Chris@909: .syntaxhl .global-variable { color:#d70 } Chris@909: .syntaxhl .hex { color:#02b } Chris@909: .syntaxhl .integer { color:#00D } Chris@909: .syntaxhl .include { color:#B44; font-weight:bold } Chris@909: .syntaxhl .imaginary { color:#f00 } Chris@909: Chris@909: .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } Chris@909: .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } Chris@909: Chris@909: .syntaxhl .instance-variable { color:#33B } Chris@909: .syntaxhl .label { color:#970; font-weight:bold } Chris@909: .syntaxhl .local-variable { color:#963 } Chris@909: .syntaxhl .namespace { color:#707; font-weight:bold } Chris@909: .syntaxhl .octal { color:#40E } Chris@909: .syntaxhl .operator { } Chris@909: .syntaxhl .predefined-constant { color:#069 } Chris@909: .syntaxhl .predefined { color:#369; font-weight:bold } Chris@909: .syntaxhl .predefined-type { color:#0a5; font-weight:bold } Chris@909: .syntaxhl .preprocessor { color:#579 } Chris@909: .syntaxhl .pseudo-class { color:#00C; font-weight:bold } Chris@909: .syntaxhl .reserved { color:#080; font-weight:bold } Chris@909: Chris@909: .syntaxhl .key .char { color: #60f } Chris@909: .syntaxhl .key .delimiter { color: #404 } Chris@909: .syntaxhl .key { color: #606 } Chris@909: .syntaxhl .keyword { color:#080; font-weight:bold } Chris@909: Chris@909: .syntaxhl .regexp { background-color:hsla(300,100%,50%,0.06); } Chris@909: .syntaxhl .regexp .content { color:#808 } Chris@909: .syntaxhl .regexp .delimiter { color:#404 } Chris@909: .syntaxhl .regexp .modifier { color:#C2C } Chris@909: Chris@909: .syntaxhl .string { background-color:hsla(0,100%,50%,0.05); } Chris@909: .syntaxhl .string .content { color: #D20 } Chris@909: .syntaxhl .string .char { color: #b0b } Chris@909: .syntaxhl .string .delimiter { color: #710 } Chris@909: .syntaxhl .string .modifier { color: #E40 } Chris@909: Chris@909: .syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); } Chris@909: .syntaxhl .shell .content { color:#2B2 } Chris@909: .syntaxhl .shell .delimiter { color:#161 } Chris@909: Chris@909: .syntaxhl .symbol { color:#A60 } Chris@909: .syntaxhl .symbol .content { color:#A60 } Chris@909: .syntaxhl .symbol .delimiter { color:#630 } Chris@909: Chris@909: .syntaxhl .tag { color:#070 } Chris@909: .syntaxhl .type { color:#339; font-weight:bold } Chris@909: .syntaxhl .value { color: #088; } Chris@909: .syntaxhl .variable { color:#037 } Chris@909: Chris@909: .syntaxhl .insert { background: hsla(120,100%,50%,0.12) } Chris@909: .syntaxhl .delete { background: hsla(0,100%,50%,0.12) } Chris@909: .syntaxhl .change { color: #bbf; background: #007; } Chris@909: .syntaxhl .head { color: #f8f; background: #505 } Chris@909: .syntaxhl .head .filename { color: white; }