diff public/stylesheets/.svn/text-base/scm.css.svn-base @ 0:513646585e45

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