annotate public/stylesheets/.svn/text-base/scm.css.svn-base @ 904:0a8317a50fa0 redmine-1.1

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