summaryrefslogtreecommitdiff
path: root/d/sys/lampion/www/robot/svnlog.css
diff options
context:
space:
mode:
Diffstat (limited to 'd/sys/lampion/www/robot/svnlog.css')
-rw-r--r--d/sys/lampion/www/robot/svnlog.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/d/sys/lampion/www/robot/svnlog.css b/d/sys/lampion/www/robot/svnlog.css
new file mode 100644
index 0000000..0523318
--- /dev/null
+++ b/d/sys/lampion/www/robot/svnlog.css
@@ -0,0 +1,43 @@
+body {
+ background : #cccccc;
+ padding : 1em;
+ margin : 0;
+}
+
+#page {
+ border : 1px dashed #000000;
+ background : #ffffff;
+ padding : 1em;
+}
+
+.ci {
+ border : 1px solid #003366;
+ background : #99ccee;
+ padding : 0em 0;
+ margin : 1em 0;
+}
+.ci .date {
+ float : right;
+ color : darkred;
+ margin : 0 1em 0 0;
+ font-weight : bold;
+
+}
+.ci .rev {
+ padding : 0 0 0 1em;
+ background : #6699cc;
+ font-weight : bold;
+}
+.ci .author, .ci .log {
+ padding : 0 1em;
+}
+.ci h3 {
+ font-size : 11pt;
+ text-decoration : underline;
+ padding: 0;
+ margin: 0.2em;
+}
+.ci .author p, .ci .log p, .ci .log li{
+ /*font-family : 'monospace';*/
+ margin : 0 0 0 1em;
+}