To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / public / stylesheets / scm.css @ 441:cbce1fd3b1b7
History | View | Annotate | Download (6.78 KB)
| 1 |
|
|---|---|
| 2 |
div.changeset-changes ul { margin: 0; padding: 0; } |
| 3 |
div.changeset-changes ul > ul { margin-left: 18px; padding: 0; } |
| 4 |
|
| 5 |
li.change { |
| 6 |
list-style-type:none; |
| 7 |
background-image: url(../images/bullet_black.png); |
| 8 |
background-position: 1px 1px; |
| 9 |
background-repeat: no-repeat; |
| 10 |
padding-top: 1px; |
| 11 |
padding-bottom: 1px; |
| 12 |
padding-left: 20px; |
| 13 |
margin: 0; |
| 14 |
} |
| 15 |
li.change.folder { background-image: url(../images/folder_open.png); } |
| 16 |
li.change.folder.change-A { background-image: url(../images/folder_open_add.png); } |
| 17 |
li.change.folder.change-M { background-image: url(../images/folder_open_orange.png); } |
| 18 |
li.change.change-A { background-image: url(../images/bullet_add.png); } |
| 19 |
li.change.change-M { background-image: url(../images/bullet_orange.png); } |
| 20 |
li.change.change-C { background-image: url(../images/bullet_blue.png); } |
| 21 |
li.change.change-R { background-image: url(../images/bullet_purple.png); } |
| 22 |
li.change.change-D { background-image: url(../images/bullet_delete.png); } |
| 23 |
|
| 24 |
li.change .copied-from { font-style: italic; color: #999; font-size: 0.9em; } |
| 25 |
li.change .copied-from:before { content: " - "} |
| 26 |
|
| 27 |
#changes-legend { float: right; font-size: 0.8em; margin: 0; } |
| 28 |
#changes-legend li { float: left; background-position: 5px 0; } |
| 29 |
|
| 30 |
table.filecontent { border: 1px solid #ccc; border-collapse: collapse; width:98%; background-color: #fafafa; } |
| 31 |
table.filecontent th { border: 1px solid #ccc; background-color: #eee; } |
| 32 |
table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: 0.2em;} |
| 33 |
table.filecontent tr.spacing th { text-align:center; } |
| 34 |
table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;} |
| 35 |
table.filecontent th.line-num { |
| 36 |
border: 1px solid #d7d7d7; |
| 37 |
font-size: 0.8em; |
| 38 |
text-align: right; |
| 39 |
width: 2%; |
| 40 |
padding-right: 3px; |
| 41 |
color: #999; |
| 42 |
} |
| 43 |
table.filecontent th.line-num a { |
| 44 |
text-decoration: none; |
| 45 |
color: inherit; |
| 46 |
} |
| 47 |
table.filecontent td.line-code pre { |
| 48 |
margin: 0px; |
| 49 |
white-space: pre-wrap; /* CSS2.1 compliant */ |
| 50 |
white-space: -moz-pre-wrap; /* Mozilla-based browsers */ |
| 51 |
white-space: -o-pre-wrap; /* Opera 7+ */ |
| 52 |
} |
| 53 |
|
| 54 |
/* 12 different colors for the annonate view */
|
| 55 |
table.annotate tr.bloc-0 {background: #FFFFBF;} |
| 56 |
table.annotate tr.bloc-1 {background: #EABFFF;} |
| 57 |
table.annotate tr.bloc-2 {background: #BFFFFF;} |
| 58 |
table.annotate tr.bloc-3 {background: #FFD9BF;} |
| 59 |
table.annotate tr.bloc-4 {background: #E6FFBF;} |
| 60 |
table.annotate tr.bloc-5 {background: #BFCFFF;} |
| 61 |
table.annotate tr.bloc-6 {background: #FFBFEF;} |
| 62 |
table.annotate tr.bloc-7 {background: #FFE6BF;} |
| 63 |
table.annotate tr.bloc-8 {background: #FFE680;} |
| 64 |
table.annotate tr.bloc-9 {background: #AA80FF;} |
| 65 |
table.annotate tr.bloc-10 {background: #FFBFDC;} |
| 66 |
table.annotate tr.bloc-11 {background: #BFE4FF;} |
| 67 |
|
| 68 |
table.annotate td.revision { |
| 69 |
text-align: center; |
| 70 |
width: 2%; |
| 71 |
padding-left: 1em; |
| 72 |
background: inherit; |
| 73 |
} |
| 74 |
|
| 75 |
table.annotate td.author { |
| 76 |
text-align: center; |
| 77 |
border-right: 1px solid #d7d7d7; |
| 78 |
white-space: nowrap; |
| 79 |
padding-left: 1em; |
| 80 |
padding-right: 1em; |
| 81 |
width: 3%; |
| 82 |
background: inherit; |
| 83 |
font-size: 90%; |
| 84 |
} |
| 85 |
|
| 86 |
table.annotate td.line-code { background-color: #fafafa; } |
| 87 |
|
| 88 |
div.action_M { background: #fd8 } |
| 89 |
div.action_D { background: #f88 } |
| 90 |
div.action_A { background: #bfb } |
| 91 |
|
| 92 |
/************* CodeRay styles *************/
|
| 93 |
.syntaxhl div {display: inline;} |
| 94 |
.syntaxhl .no { padding: 2px 4px 2px 4px; background-color: #eee; margin:0 } |
| 95 |
.syntaxhl .code pre { overflow: auto } |
| 96 |
.syntaxhl .debug { color:white ! important; background:blue ! important; } |
| 97 |
|
| 98 |
.syntaxhl .af { color:#00C } |
| 99 |
.syntaxhl .an { color:#007 } |
| 100 |
.syntaxhl .at { color:#f08 } |
| 101 |
.syntaxhl .av { color:#700 } |
| 102 |
.syntaxhl .aw { color:#C00 } |
| 103 |
.syntaxhl .bi { color:#509; font-weight:bold } |
| 104 |
.syntaxhl .c { color:#888; } |
| 105 |
|
| 106 |
.syntaxhl .ch { color:#04D } |
| 107 |
.syntaxhl .ch .k { color:#04D } |
| 108 |
.syntaxhl .ch .dl { color:#039 } |
| 109 |
|
| 110 |
.syntaxhl .cl { color:#B06; font-weight:bold } |
| 111 |
.syntaxhl .cm { color:#A08; font-weight:bold } |
| 112 |
.syntaxhl .co { color:#036; font-weight:bold } |
| 113 |
.syntaxhl .cr { color:#0A0 } |
| 114 |
.syntaxhl .cv { color:#369 } |
| 115 |
.syntaxhl .de { color:#B0B; } |
| 116 |
.syntaxhl .df { color:#099; font-weight:bold } |
| 117 |
.syntaxhl .di { color:#088; font-weight:bold } |
| 118 |
.syntaxhl .dl { color:black } |
| 119 |
.syntaxhl .do { color:#970 } |
| 120 |
.syntaxhl .dt { color:#34b } |
| 121 |
.syntaxhl .ds { color:#D42; font-weight:bold } |
| 122 |
.syntaxhl .e { color:#666; font-weight:bold } |
| 123 |
.syntaxhl .en { color:#800; font-weight:bold } |
| 124 |
.syntaxhl .er { color:#F00; background-color:#FAA } |
| 125 |
.syntaxhl .ex { color:#C00; font-weight:bold } |
| 126 |
.syntaxhl .fl { color:#60E; font-weight:bold } |
| 127 |
.syntaxhl .fu { color:#06B; font-weight:bold } |
| 128 |
.syntaxhl .gv { color:#d70; font-weight:bold } |
| 129 |
.syntaxhl .hx { color:#058; font-weight:bold } |
| 130 |
.syntaxhl .i { color:#00D; font-weight:bold } |
| 131 |
.syntaxhl .ic { color:#B44; font-weight:bold } |
| 132 |
|
| 133 |
.syntaxhl .il { background: #ddd; color: black } |
| 134 |
.syntaxhl .il .il { background: #ccc } |
| 135 |
.syntaxhl .il .il .il { background: #bbb } |
| 136 |
.syntaxhl .il .idl { background: #ddd; font-weight: bold; color: #666 } |
| 137 |
.syntaxhl .idl { background-color: #bbb; font-weight: bold; color: #666; } |
| 138 |
|
| 139 |
.syntaxhl .im { color:#f00; } |
| 140 |
.syntaxhl .in { color:#B2B; font-weight:bold } |
| 141 |
.syntaxhl .iv { color:#33B } |
| 142 |
.syntaxhl .la { color:#970; font-weight:bold } |
| 143 |
.syntaxhl .lv { color:#963 } |
| 144 |
.syntaxhl .oc { color:#40E; font-weight:bold } |
| 145 |
.syntaxhl .of { color:#000; font-weight:bold } |
| 146 |
.syntaxhl .op { } |
| 147 |
.syntaxhl .pc { color:#038; font-weight:bold } |
| 148 |
.syntaxhl .pd { color:#369; font-weight:bold } |
| 149 |
.syntaxhl .pp { color:#579; } |
| 150 |
.syntaxhl .ps { color:#00C; font-weight:bold } |
| 151 |
.syntaxhl .pt { color:#074; font-weight:bold } |
| 152 |
.syntaxhl .r, .kw { color:#080; font-weight:bold } |
| 153 |
|
| 154 |
.syntaxhl .ke { color: #808; } |
| 155 |
.syntaxhl .ke .dl { color: #606; } |
| 156 |
.syntaxhl .ke .ch { color: #80f; } |
| 157 |
.syntaxhl .vl { color: #088; } |
| 158 |
|
| 159 |
.syntaxhl .rx { background-color:#fff0ff } |
| 160 |
.syntaxhl .rx .k { color:#808 } |
| 161 |
.syntaxhl .rx .dl { color:#404 } |
| 162 |
.syntaxhl .rx .mod { color:#C2C } |
| 163 |
.syntaxhl .rx .fu { color:#404; font-weight: bold } |
| 164 |
|
| 165 |
.syntaxhl .s { background-color:#fff0f0; color: #D20; } |
| 166 |
.syntaxhl .s .s { background-color:#ffe0e0 } |
| 167 |
.syntaxhl .s .s .s { background-color:#ffd0d0 } |
| 168 |
.syntaxhl .s .k { } |
| 169 |
.syntaxhl .s .ch { color: #b0b; } |
| 170 |
.syntaxhl .s .dl { color: #710; } |
| 171 |
|
| 172 |
.syntaxhl .sh { background-color:#f0fff0; color:#2B2 } |
| 173 |
.syntaxhl .sh .k { } |
| 174 |
.syntaxhl .sh .dl { color:#161 } |
| 175 |
|
| 176 |
.syntaxhl .sy { color:#A60 } |
| 177 |
.syntaxhl .sy .k { color:#A60 } |
| 178 |
.syntaxhl .sy .dl { color:#630 } |
| 179 |
|
| 180 |
.syntaxhl .ta { color:#070 } |
| 181 |
.syntaxhl .tf { color:#070; font-weight:bold } |
| 182 |
.syntaxhl .ts { color:#D70; font-weight:bold } |
| 183 |
.syntaxhl .ty { color:#339; font-weight:bold } |
| 184 |
.syntaxhl .v { color:#036 } |
| 185 |
.syntaxhl .xt { color:#444 } |
| 186 |
|
| 187 |
.syntaxhl .ins { background: #cfc; } |
| 188 |
.syntaxhl .del { background: #fcc; } |
| 189 |
.syntaxhl .chg { color: #aaf; background: #007; } |
| 190 |
.syntaxhl .head { color: #f8f; background: #505 } |
| 191 |
|
| 192 |
.syntaxhl .ins .ins { color: #080; font-weight:bold } |
| 193 |
.syntaxhl .del .del { color: #800; font-weight:bold } |
| 194 |
.syntaxhl .chg .chg { color: #66f; } |
| 195 |
.syntaxhl .head .head { color: #f4f; } |