Chris@0: Chris@0: div.changeset-changes ul { margin: 0; padding: 0; } Chris@0: div.changeset-changes ul > ul { margin-left: 18px; padding: 0; } Chris@0: Chris@0: li.change { Chris@0: list-style-type:none; Chris@0: background-image: url(../images/bullet_black.png); Chris@0: background-position: 1px 1px; Chris@0: background-repeat: no-repeat; Chris@0: padding-top: 1px; Chris@0: padding-bottom: 1px; Chris@0: padding-left: 20px; Chris@0: margin: 0; Chris@0: } Chris@0: li.change.folder { background-image: url(../images/folder_open.png); } Chris@0: li.change.folder.change-A { background-image: url(../images/folder_open_add.png); } Chris@0: li.change.folder.change-M { background-image: url(../images/folder_open_orange.png); } Chris@0: li.change.change-A { background-image: url(../images/bullet_add.png); } Chris@0: li.change.change-M { background-image: url(../images/bullet_orange.png); } Chris@0: li.change.change-C { background-image: url(../images/bullet_blue.png); } Chris@0: li.change.change-R { background-image: url(../images/bullet_purple.png); } Chris@0: li.change.change-D { background-image: url(../images/bullet_delete.png); } Chris@0: Chris@0: li.change .copied-from { font-style: italic; color: #999; font-size: 0.9em; } Chris@0: li.change .copied-from:before { content: " - "} Chris@0: Chris@0: #changes-legend { float: right; font-size: 0.8em; margin: 0; } Chris@0: #changes-legend li { float: left; background-position: 5px 0; } Chris@0: Chris@0: table.filecontent { border: 1px solid #ccc; border-collapse: collapse; width:98%; background-color: #fafafa; } Chris@0: table.filecontent th { border: 1px solid #ccc; background-color: #eee; } Chris@0: table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: 0.2em;} Chris@0: table.filecontent tr.spacing th { text-align:center; } Chris@0: table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;} Chris@0: table.filecontent th.line-num { Chris@0: border: 1px solid #d7d7d7; Chris@0: font-size: 0.8em; Chris@0: text-align: right; Chris@0: width: 2%; Chris@0: padding-right: 3px; Chris@0: color: #999; Chris@0: } Chris@0: table.filecontent th.line-num a { Chris@0: text-decoration: none; Chris@0: color: inherit; Chris@0: } Chris@0: table.filecontent td.line-code pre { Chris@0: margin: 0px; Chris@0: white-space: pre-wrap; /* CSS2.1 compliant */ Chris@0: white-space: -moz-pre-wrap; /* Mozilla-based browsers */ Chris@0: white-space: -o-pre-wrap; /* Opera 7+ */ Chris@0: } Chris@0: Chris@0: /* 12 different colors for the annonate view */ Chris@0: table.annotate tr.bloc-0 {background: #FFFFBF;} Chris@0: table.annotate tr.bloc-1 {background: #EABFFF;} Chris@0: table.annotate tr.bloc-2 {background: #BFFFFF;} Chris@0: table.annotate tr.bloc-3 {background: #FFD9BF;} Chris@0: table.annotate tr.bloc-4 {background: #E6FFBF;} Chris@0: table.annotate tr.bloc-5 {background: #BFCFFF;} Chris@0: table.annotate tr.bloc-6 {background: #FFBFEF;} Chris@0: table.annotate tr.bloc-7 {background: #FFE6BF;} Chris@0: table.annotate tr.bloc-8 {background: #FFE680;} Chris@0: table.annotate tr.bloc-9 {background: #AA80FF;} Chris@0: table.annotate tr.bloc-10 {background: #FFBFDC;} Chris@0: table.annotate tr.bloc-11 {background: #BFE4FF;} Chris@0: Chris@0: table.annotate td.revision { Chris@0: text-align: center; Chris@0: width: 2%; Chris@0: padding-left: 1em; Chris@0: background: inherit; Chris@0: } Chris@0: Chris@0: table.annotate td.author { Chris@0: text-align: center; Chris@0: border-right: 1px solid #d7d7d7; Chris@0: white-space: nowrap; Chris@0: padding-left: 1em; Chris@0: padding-right: 1em; Chris@0: width: 3%; Chris@0: background: inherit; Chris@0: font-size: 90%; Chris@0: } Chris@0: Chris@0: table.annotate td.line-code { background-color: #fafafa; } Chris@0: Chris@0: div.action_M { background: #fd8 } Chris@0: div.action_D { background: #f88 } Chris@0: div.action_A { background: #bfb } Chris@0: Chris@0: /************* CodeRay styles *************/ Chris@0: .syntaxhl div {display: inline;} Chris@0: .syntaxhl .no { padding: 2px 4px 2px 4px; background-color: #eee; margin:0 } Chris@0: .syntaxhl .code pre { overflow: auto } Chris@0: .syntaxhl .debug { color:white ! important; background:blue ! important; } Chris@0: Chris@0: .syntaxhl .af { color:#00C } Chris@0: .syntaxhl .an { color:#007 } Chris@0: .syntaxhl .at { color:#f08 } Chris@0: .syntaxhl .av { color:#700 } Chris@0: .syntaxhl .aw { color:#C00 } Chris@0: .syntaxhl .bi { color:#509; font-weight:bold } Chris@0: .syntaxhl .c { color:#888; } Chris@0: Chris@0: .syntaxhl .ch { color:#04D } Chris@0: .syntaxhl .ch .k { color:#04D } Chris@0: .syntaxhl .ch .dl { color:#039 } Chris@0: Chris@0: .syntaxhl .cl { color:#B06; font-weight:bold } Chris@0: .syntaxhl .cm { color:#A08; font-weight:bold } Chris@0: .syntaxhl .co { color:#036; font-weight:bold } Chris@0: .syntaxhl .cr { color:#0A0 } Chris@0: .syntaxhl .cv { color:#369 } Chris@0: .syntaxhl .de { color:#B0B; } Chris@0: .syntaxhl .df { color:#099; font-weight:bold } Chris@0: .syntaxhl .di { color:#088; font-weight:bold } Chris@0: .syntaxhl .dl { color:black } Chris@0: .syntaxhl .do { color:#970 } Chris@0: .syntaxhl .dt { color:#34b } Chris@0: .syntaxhl .ds { color:#D42; font-weight:bold } Chris@0: .syntaxhl .e { color:#666; font-weight:bold } Chris@0: .syntaxhl .en { color:#800; font-weight:bold } Chris@0: .syntaxhl .er { color:#F00; background-color:#FAA } Chris@0: .syntaxhl .ex { color:#C00; font-weight:bold } Chris@0: .syntaxhl .fl { color:#60E; font-weight:bold } Chris@0: .syntaxhl .fu { color:#06B; font-weight:bold } Chris@0: .syntaxhl .gv { color:#d70; font-weight:bold } Chris@0: .syntaxhl .hx { color:#058; font-weight:bold } Chris@0: .syntaxhl .i { color:#00D; font-weight:bold } Chris@0: .syntaxhl .ic { color:#B44; font-weight:bold } Chris@0: Chris@0: .syntaxhl .il { background: #ddd; color: black } Chris@0: .syntaxhl .il .il { background: #ccc } Chris@0: .syntaxhl .il .il .il { background: #bbb } Chris@0: .syntaxhl .il .idl { background: #ddd; font-weight: bold; color: #666 } Chris@0: .syntaxhl .idl { background-color: #bbb; font-weight: bold; color: #666; } Chris@0: Chris@0: .syntaxhl .im { color:#f00; } Chris@0: .syntaxhl .in { color:#B2B; font-weight:bold } Chris@0: .syntaxhl .iv { color:#33B } Chris@0: .syntaxhl .la { color:#970; font-weight:bold } Chris@0: .syntaxhl .lv { color:#963 } Chris@0: .syntaxhl .oc { color:#40E; font-weight:bold } Chris@0: .syntaxhl .of { color:#000; font-weight:bold } Chris@0: .syntaxhl .op { } Chris@0: .syntaxhl .pc { color:#038; font-weight:bold } Chris@0: .syntaxhl .pd { color:#369; font-weight:bold } Chris@0: .syntaxhl .pp { color:#579; } Chris@0: .syntaxhl .ps { color:#00C; font-weight:bold } Chris@0: .syntaxhl .pt { color:#074; font-weight:bold } Chris@0: .syntaxhl .r, .kw { color:#080; font-weight:bold } Chris@0: Chris@0: .syntaxhl .ke { color: #808; } Chris@0: .syntaxhl .ke .dl { color: #606; } Chris@0: .syntaxhl .ke .ch { color: #80f; } Chris@0: .syntaxhl .vl { color: #088; } Chris@0: Chris@0: .syntaxhl .rx { background-color:#fff0ff } Chris@0: .syntaxhl .rx .k { color:#808 } Chris@0: .syntaxhl .rx .dl { color:#404 } Chris@0: .syntaxhl .rx .mod { color:#C2C } Chris@0: .syntaxhl .rx .fu { color:#404; font-weight: bold } Chris@0: Chris@0: .syntaxhl .s { background-color:#fff0f0; color: #D20; } Chris@0: .syntaxhl .s .s { background-color:#ffe0e0 } Chris@0: .syntaxhl .s .s .s { background-color:#ffd0d0 } Chris@0: .syntaxhl .s .k { } Chris@0: .syntaxhl .s .ch { color: #b0b; } Chris@0: .syntaxhl .s .dl { color: #710; } Chris@0: Chris@0: .syntaxhl .sh { background-color:#f0fff0; color:#2B2 } Chris@0: .syntaxhl .sh .k { } Chris@0: .syntaxhl .sh .dl { color:#161 } Chris@0: Chris@0: .syntaxhl .sy { color:#A60 } Chris@0: .syntaxhl .sy .k { color:#A60 } Chris@0: .syntaxhl .sy .dl { color:#630 } Chris@0: Chris@0: .syntaxhl .ta { color:#070 } Chris@0: .syntaxhl .tf { color:#070; font-weight:bold } Chris@0: .syntaxhl .ts { color:#D70; font-weight:bold } Chris@0: .syntaxhl .ty { color:#339; font-weight:bold } Chris@0: .syntaxhl .v { color:#036 } Chris@0: .syntaxhl .xt { color:#444 } Chris@0: Chris@0: .syntaxhl .ins { background: #cfc; } Chris@0: .syntaxhl .del { background: #fcc; } Chris@0: .syntaxhl .chg { color: #aaf; background: #007; } Chris@0: .syntaxhl .head { color: #f8f; background: #505 } Chris@0: Chris@0: .syntaxhl .ins .ins { color: #080; font-weight:bold } Chris@0: .syntaxhl .del .del { color: #800; font-weight:bold } Chris@0: .syntaxhl .chg .chg { color: #66f; } Chris@0: .syntaxhl .head .head { color: #f4f; }